InForm
InForm copied to clipboard
A GUI engine and WYSIWYG interface designer for QB64
Below is the .frm code to duplicate this issue. I will load this .frm file into InForm, and it displays all the colors correctly. The buttons are a bluish background...
Should reduce compile time (and overhead in general) from user-compiled programs.
Same logic of snapping when moving can be applied to when resizing controls (snap to window borders, other controls' borders, etc).
All of which InForm already has.
In order to unify the way the editor and the preview component exchange data.
Please add tabs control to InForm, which will allow us to design more complex application. 🙂
The map() function will likely come in handy for this job.
The .frm file can be expanded to support multiple identifiable forms that can be alternated at runtime. Controls would have to be individually named across sub-forms, but the existence of...