Re: Canvas Background
Posted: Thu Oct 17, 2013 7:15 pm
How about adding the possibility of background images to ContainerGadget?
This gadget supports the SetGadgetColor() and GetGadgetColor() functions with #PB_Gadget_BackColor as type to change the gadget background.
Adding optional background image support could help with some application skinning, as the container allows to have Gadgets inside the container.
If possible, the same for ScrollAreaGadget background?
Code: Select all
SetGadgetAttribute(containerGadget,#PB_Container_Image,ImageID)
Adding optional background image support could help with some application skinning, as the container allows to have Gadgets inside the container.
If possible, the same for ScrollAreaGadget background?
Code: Select all
SetGadgetAttribute(scrollAreaGadget,#PB_ScrollArea_Image,ImageID)