1
1
Fork 0
mirror of https://github.com/FellippeHeitor/InForm.git synced 2025-01-15 11:59:34 +00:00
InForm/InForm
FellippeHeitor b9bebbee59 Overall: Replaces QB64's _PRINTSTRING with *uprint* aka falcon.h. Also:
- Adds padding (left/right) to labels.
- Adds multiline support for textboxes.
- Improves wordwrapping for labels - bypasses the function if the same text passed has already been processed for the same width and _font conditions.
- Restores internal textfield contextual menu.
- Textfield contextual menu limits options based on clipboard/selection status.
- Creates a new helpercanvas automatically upon creating a new picturebox control.
- New ReplaceText function which enables \n for adding items to a listbox at design time.

UiEditor.bas:
- Indicator on textbox shows if current input value has been accepted by the Preview renderer.
- Improves saving of nested controls.
- New "icon" property for the main form.

UiEditorPreview.bas:
- Loads the icon specified in the editor and shows it in real time (.ico files encoded as bmps and pngs accepted).
2016-11-02 01:03:46 -02:00
..
disk.png File loading/saving routines implemented. Also: 2016-10-22 10:09:59 -02:00
Icons.txt Overall: Replaces QB64's _PRINTSTRING with *uprint* aka falcon.h. Also: 2016-11-02 01:03:46 -02:00
InForm Preview.ico UI.BAS split into InForm.ui and xp.uitheme. Also: 2016-10-19 02:16:49 -02:00
InForm.ico UI.BAS split into InForm.ui and xp.uitheme. Also: 2016-10-19 02:16:49 -02:00
LICENSE_OFL.txt UI.BAS split into InForm.ui and xp.uitheme. Also: 2016-10-19 02:16:49 -02:00
NotoMono-Regular.ttf UI.BAS split into InForm.ui and xp.uitheme. Also: 2016-10-19 02:16:49 -02:00
oknowait.bmp Overall: Replaces QB64's _PRINTSTRING with *uprint* aka falcon.h. Also: 2016-11-02 01:03:46 -02:00