PDA

View Full Version : Wasn't There ...?



ReneMiner
20-02-2020, 20:40
Wasn't There Some Script collections - besides tbgl-bonus- Pack to study a Bit? Especcialy GUI?
And is There a possibillity to exclude some - in Detail only Common Dialog-part, so If i want to serve a Dialog to Pick a File once and one again to save it later, maybe choose a Folder, Font or color i think its to much to include completely the ui-module. I know The Dialogs are Implemented in system32 of Windows, so it should be only few Lines of Code, Not even 50 kB i guess ?
Anyway- looking for examples of Ui for another Project ... Sorry typing on The mobile, Outside, its pretty cold andd the auto-correction ... You. Know

DirectuX
21-02-2020, 10:56
Hi Rene,

Wasn't There Some Script collections - besides tbgl-bonus- Pack to study a Bit? Especcialy GUI?lately, Eros made many improvements upon UI. Here are latest 1.11.3.0 alpha (04 Feb 2020) (https://www.thinbasic.com/community/showthread.php?12949-thinBasic-1-11-x-x&p=95406&viewfull=1#post95406) and 'special' 1.11.3.0 alpha (06 Feb 2020) (https://www.thinbasic.com/community/showthread.php?13026-asynchronous-file-operations&p=95428&viewfull=1#post95428).



i think its to much to include completely the ui-module. I know The Dialogs are Implemented in system32 of Windows, so it should be only few Lines of Code, Not even 50 kB i guess ?I'm not discussing your needs, but I wonder why size (some kb) can be important nowadays against ease of use ?



Anyway- looking for examples of Ui for another ProjectYou can look the thinBasic\SampleScripts\UI\Resources\Resources_Test_001.tbasic sample. Equally, I have a (tiny) modal gui script (https://github.com/DirectuX/thinSample) on github and a modeless "try" in this post (https://www.thinbasic.com/community/showthread.php?13026-asynchronous-file-operations&p=95457&viewfull=1#post95457).

S