Hi!
Just for your information. GTK
Dialog doesn't get the icon. It has the main window icon.
...
LOCAL oIconEXE := HIcon():AddResource("main_icon")
LOCAL oIconDialog := HIcon():AddResource("another_ico")
...
INIT WINDOW oFormMain MAIN ...
...
INIT DIALOG oDlg AT 0,0 SIZE 350,200 ICON oIconDialog //Here it get ICON of window oFormMain.
...
I see this as a minor issue.
Best regards,
Itamar M. Lins Jr.
Probably, fixed.