From Clomosy Docs

No edit summary
Line 1: Line 1:
__NOTOC__
__NOTOC__
<div class="floatcenter" style="width: 80%; margin: 0 auto;">
<div class="floatcenter" style="width: 80%; margin: 0 auto;">
== 04.11.2024 ==
[[Units| Units]] : The Unit structure is used to organize code into functional and manageable parts. For detailed information, visit [[Units| page]].
[[RunUnit| RunUnit ]] : It is a method used to run or redirect to a specific unit. For detailed information, visit [[RunUnit| page]].
[[Uses| Uses]] : It provides the declaration necessary to use another unit within a unit or module. For detailed information, visit [[Uses| page]].


== 16.08.2024 ==
== 16.08.2024 ==

Revision as of 14:56, 4 November 2024

04.11.2024

Units : The Unit structure is used to organize code into functional and manageable parts. For detailed information, visit page.

RunUnit  : It is a method used to run or redirect to a specific unit. For detailed information, visit page.

Uses : It provides the declaration necessary to use another unit within a unit or module. For detailed information, visit page.

16.08.2024

TclEdit - HorzAlign, VertAlign  : The feature that controls the horizontal and vertical alignment of the text in a TclEdit object has been added. For detailed information, visit page.

15.08.2024

TclChart new features  : Uses of SetAutoXRange - SetAutoYRange, SetInteractionPanning, SetInteractionScaleMode, XValuesAngle, Legend, Series properties have been added for TclChart. For detailed information, visit page.

TclMemo and Saving to file example  : Added Simple Note Taking Application with TclMemo and File Saving. For detailed information, visit page.

TclMemo - SelStart Feature  : The property used to set the length of the text within the TclMemo to position the cursor at the end of the text has been added. For detailed information, visit page.

Local Database Queries  : New example have been added for SQlite. For detailed information, visit page.

TclListView : New Example of Selecting, Processing, and Displaying Items in a ListViewhave been added. For detailed information, visit page.

09.08.2024

TclProGrid  : It offers a structure that provides more design flexibility than the standard StringGrid. TclProGrid allows customization of the grid's appearance with flexible styling and theming options. For detailed information, visit page.

07.08.2024

ClSenderKey  : The clSenderKey feature captures the codes of keys on the keyboard that have special functions, excluding standard character keys (a-z, 0-9, etc.), and performs specific actions based on them. For detailed information, visit page.

05.08.2024

TclMemo  : New examples have been added for the LoadFromFile and SaveToFile methods for TclMemo. For detailed information, visit page.

TclImage  : Added new examples for TclImage for the LoadFromFile method and for using it to append images to a file. For detailed information, visit page.

02.08.2024

TclMediaPlayer  : TclMediaPlayer is a component used for playing audio files. For detailed information, visit page.

TclStringList  : The SaveToFile feature has been added. The SaveToFile method is used to save lines of text to a file. For detailed information, visit page.

01.08.2024

Append  : The example for adding data to a file has been updated. For detailed information, visit page.

AssignFile  : An example of creating a file and adding data to it has been updated. For detailed information, visit page.

TclCheckBox  : An example of clicking a checkbox component has been added. For detailed information, visit page.

Sorting Algorithms : What are sorting algorithms and what are the types of sorting algorithms described? For detailed information, visit page.

Bubble Sort : Bubble sort is one of the simplest sorting algorithms. In this comparison-based algorithm, each element in the list is compared with the element next to it. For detailed information, visit page.

Merge Sort : The Merge Sort algorithm operates on the divide and conquer principle, working by repeatedly splitting and merging. For detailed information, visit page.

Selection Sort : Selection Sort works by repeatedly selecting the smallest element from the unsorted portion of the dataset and appending it to the end of the sorted portion. For detailed information, visit page.

Insertion Sort : Insertion Sort is similar to sorting a deck of cards. For detailed information, visit page.

Quick Sort : Quick Sort, like Merge Sort, works on the divide and conquer principle. For detailed information, visit page.


05.06.2024

TclBlobField  : BLOB fields allow for the storage of large binary data such as text, images, audio, or video. For detailed information, visit page. (Android version 1.0.19 - IOS version 1.0.12)

TclPageControl  : TclPageControl is a set of pages used to create a multi-page dialog box. For detailed information, visit page. (Android version 1.0.19 - IOS version 1.0.12)

04.06.2024

TclMemoryStream  : Use TclMemoryStream to store data in a dynamic memory buffer that is enhanced with file-like access capabilities. For detailed information, visit page. (Android version 1.0.19 - IOS version 1.0.12)

TclFileStream  : TclFileStream enables applications to read from and write to a file on disk. For detailed information, visit page. (Android version 1.0.19 - IOS version 1.0.12)

03.06.2024

StreamToBase64  : It is a function used to convert a data stream (TCLMemoryStream) to Base64 format. For detailed information, visit page. (Android version 1.0.19 - IOS version 1.0.12)

FileToStream  : It is the process of reading the content of a file and transferring this content into a TclMemoryStream derivative in memory. For detailed information, visit page. (Android version 1.0.19 - IOS version 1.0.12)

FileToBase64  : It is a function used to convert the content of a file to Base64 format. For detailed information, visit page. (Android version 1.0.19 - IOS version 1.0.12)

Base64ToFile  : It is a function used to convert a Base64 string to a file. For detailed information, visit page. (Android version 1.0.19 - IOS version 1.0.12)

Base64ToStream  : It is a function used to convert a Base64 string to a stream (TCLMemoryStream). For detailed information, visit page. (Android version 1.0.19 - IOS version 1.0.12)

AddAssetFromUrl  : Saves the image at the given url address to the project's file path.(TclForm) (Android version 1.0.19 - IOS version 1.0.12)

TclListView- CheckedProperty  : The CheckedProperty feature has been introduced to determine or set whether items in the TclListView component are checked. For example usage, see the page. (Android version 1.0.19 - IOS version 1.0.12)

31.05.2024

Access to location information  : In mobile applications, a function is used to obtain the current location of the device. (Android version 1.0.19 - IOS version 1.0.12)

ClearTemporary : The ClearTemporary feature is used to clean up temporary files of the projects used in the Clomosy Learn application, as well as the files created by the user on a project basis. (Android version 1.0.19 - IOS version 1.0.12)

27.05.2024

TclPanel : An object of the TclPanel class, when created using the AddNewPanel function, now takes 2 parameters with the new update. Previously, it used to take 3 parameters. (Android version 1.0.19 - IOS version 1.0.12)

24.05.2024

Example Use : An example of a Saving/Updating User Information to a JSON File added.

20.05.2024

Example Use : An example of a student exam information management system with SQL Server has been added.

17.05.2024

Example Use : An example of using TCLVertScrollBox and clProSettings with TclProButton has been added.

KeyboardType : It is used to specify the type of virtual keyboard in mobile application development.

14.05.2024

ClAnimateFloat - ClAnimateFloatWait - ClAnimateFloatDelay : The purposes of the TAnimationType and TAnimationType parameters defined in the animation (ClAnimateFloat-ClAnimateFloatWait-ClAnimateFloatDelay) usage have been explained.

HoldScreen : The HoldScreen property determines whether the screen lock is on or off.

29.04.2024

JSON Design : The usage of clProSettings has been added to benefit from the advanced features of pro components.

26.04.2024

Freemium Account Features : The maximum unit limit for free accounts has been increased.

23.04.2024

Error Trapping : The syntax structure for TRObject has been changed for try-except and try-finally code blocks. Previously, the structure used to be try{...}except{...} and try{...}finally{...}. Now, the new structure is try...except...} and try...finally...}

TclRest : In Clomosy, the TclRest component is a component that facilitates interaction with RESTful services for data transfer.

15.04.2024

TclSwitch : Represents a two-way on-off switch for use in applications.

TClNumberBox : The TclNumberBox component provides controls for users to input numerical values and to increment/decrement these values.

12.03.2024

ClSenderKeyChar : clSenderKeyChar contains a value representing the component that triggered the keyboard event when the event is processed.

tbeOnKeyDown - tbeOnKeyUp : To capture keyboard input; when a key is pressed on the keyboard, the tbeOnKeyDown event is triggered, and when a pressed key is released on the keyboard, the tbeOnKeyUp event is triggered.

29.02.2024

LowerCase : The LowerCase function creates a copy of String with all letters converted to lower case.

UpperCase :The UpperCase function creates a copy of String with all letters converted to upper case.

23.01.2024

GenerateRandom : It is employed to generate a random number between two numerical values.

09.01.2024

  • TclEdit : The current page has been refreshed. The property necessary for restricting user character input has been added. (MaxLength)

26.12.2023

  • TclHttp : It is used for operations such as exchanging data over the network, communicating with web services, or sending and receiving data over the internet.

22.12.2023

  • TclStringGrid : The current page has been refreshed. Column hiding feature has been added on the grid. (Visible)
  • Seminar Demos : The current page has been refreshed. New demos added.
  • TclEdit : The current page has been refreshed. (Password)
  • Position : In Clomosy, the "Position" is typically a property that determines the location of an object (such as a form, panel, or button) on the screen. This property is used to control where the object will be positioned within the screen or a specific region.

06.12.2023

  • CallUserProfile : This is a feature for calling the profile page. In the structure you call, the profile page opens and comes from the side menu.
  • Cloud Database Queries : The current page has been refreshed. The filtering feature has been added to the database query. (Filter)

05.12.2023

  • TclOpenAIEngine : It is a custom artificial intelligence chatbot that focuses on dialogue and conversation-based interactions using the OpenAI engine.
  • TclImage : The current page has been refreshed. The method used to delete an image on the page has been added (Clear).

30.11.2023

  • RotationAngle  : The RotationAngle property is used to rotate an object at a specific angle.
  • TclComboBox  : The current page has been refreshed. Also added a feature on how to get index, value and key values ​​of selected items. (ItemIndex - GetValueIndex - GetItemIndex - Clear)
  • SetFocus : "SetFocus" property represents the focus being placed on a control, typically a form or another control, to accept user interactions.

16.11.2023

  • TclSearchBox : Typically used to provide the user with the ability to search within a text list.

15.11.2023

  • TclStringGrid : TclStringGrid represents a grid control designed to simplify the handling of strings and associated objects.

14.11.2023

  • Error Trapping : This structure groups code blocks, enabling the program to handle unexpected situations.
  • Load from file for TclStringList : To load text data from a specified file into a TclStringList object, the 'LoadFromFile' method is used.

13.11.2023

  • ClFindComponent  : To find another component under a component or form is used.
  • ClSender  : When an event is triggered, the object associated with that event is referenced via the ClSender property.
  • clTagInt : It is used to store integer value of any object.

03.11.2023

  • TclMotionSensor : It is a component that allows you to read the values of the device's motion sensor.

02.11.2023

  • Gesture Event  : The "Gesture" event refers to the event triggered by a specific movement or action on a component (such as an image or a form).
  • Mouse Movements  : The mouse is used to move a cursor on the computer screen and perform actions like clicking, dragging, etc
  • TclMenuFrame : It helps create menu options in the application. Menu items (such as open file, save, exit) are added.

01.11.2023

  • Camera Access : Placing the selected image from the camera or gallery into the image object on the form.

31.10.2023

  • Device Sensor : Balance and Compass Sensor Usage
  • SleepAndCall : It is a function that waits for a specified period and then executes a specified callback function.