it was possible in the past. But i have to admit: never using the UI-module. Even UI provides thousands of functions i catch myself browsing the web for hours to find solutions for most simple tasks instead of writing the code to finish any UI-project. Simple tasks that are not available as functions of controls and dialogs but as sending messages to them. Essential methods to use controls to their intended purposes: As placing the caret to a certain ...
The intention behind my UI in TBGL was to have own controls. Also i don't like to use windows callbacks and all the burdens of windows controls. And to have some more overview about the whole TBGL-UI-project i started to write the first utility as thinICE- an Inconvinient Coding-Expedient for thinBasic that will help me to code & debug my projects faster. Of course thinICE itself uses the TBGL-UI to display all data. Quite confusing, right? So all ...