I successfully setup a gui with a background image using a formlayout with controls on top.
But when I try to setup a gui with frames, and the same code that worked before is now nested in one of the frames, everything works, but no background image.
The pseudo code is like this:
create window
create column layout
create frameLayout
create fowmlayout
create buttons - image is declared last
set parent
set parent
edit form layout and position buttons - image is positioned first (I've tried making it last, but no difference)
create second frame layout
create grid layout
create buttons
set parent
set parent
set parent
edit grid layout.
So is there anything wrong with the order of this?
I assumed that because it worked alone, it would work nested.
Any comments or suggestions would be greatly appreciated!