InForm icon indicating copy to clipboard operation
InForm copied to clipboard

A GUI engine and WYSIWYG interface designer for QB64

Results 16 InForm issues
Sort by recently updated
recently updated
newest added

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.

enhancement
refactoring

Same logic of snapping when moving can be applied to when resizing controls (snap to window borders, other controls' borders, etc).

enhancement

feature request

In order to unify the way the editor and the preview component exchange data.

enhancement

Please add tabs control to InForm, which will allow us to design more complex application. 🙂

feature request

The map() function will likely come in handy for this job.

enhancement

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...

feature request