PDA

View Full Version : #Resource controls recognized at runtime by thinBasic



DirectuX
04-01-2020, 22:34
Hi,

I did manage to load a 'basic' form from a *.rc file.
However the form shows up but not the statusbar inside.


Not all controls are still developed, only few of them.

What controls are developed ?
I think it's not a good idea to mix the syntax for control declarations , isn't it ?

ErosOlmi
04-01-2020, 23:43
Just the following:

button
label
textbox
listbox
checkbox
radiobutton
frame
menu
treeview
richedit

DirectuX
04-01-2020, 23:51
thanks Eros.

:D Statusbar will have to wait

ErosOlmi
05-01-2020, 12:52
I will work on parsing statusbar control by next beta :good:

DirectuX
05-01-2020, 13:03
I will work on parsing statusbar control by next beta :good:

Thank you very much Eros :drink:

DirectuX
06-01-2020, 11:55
Eros,

wondering if could add Listview ?

ErosOlmi
07-01-2020, 23:29
Almost done both ;)

10108