Does anyone know a customizeable GUI-Builder (Visual Designer, IDE-Edittor) that would allow to read & write data simply from inifiles?
Or can create custom functions as when i create a button and name it "btnExit" it would create the skeleton for events like i choose to react _OnClick and maybe on Losing focus so that it stores something as
for all controls?btnExit:click btnExit:loseFocus
it were no problem to let a function and a bit of regex, search & replace to make it to become
Therer are certainly gui-builders ready to use and customize available and i dont like to create it myself from scratch since that would need months.Callback Function btnExit_OnClick() as Long End Function Callback Function btnExit_OnLostFocus() as Long End Function
But where to find ?
running thinBasic in HP Pavillon Desktop 590 a0xxx 8GB Ram AMD A6-9225 Radeon R4 5Compute Cores 2C+3G @2.6GHz
Windows 11 Enterprise x64 Build 22000.100 (21H2) - "native boot" from .vhdx
(says the systeminfo. anything else says it were Windows 10 - but hey: thinbasic runs well )
Bookmarks