Hello,
in my Workbench application I need to display a bitmap theme (texture: metal, wood, ...) as a filling background for the GUI.
According to SDK 53.20 documentation, the filler image class (filler_ic.doc) seems to be there for the purpose, am I wrong? Any tips how to use it?
I am writing a reaction prefs program and want to have a file gadget that shows a button and a string box next to it which contains the current path/file that has been selected.
I create this using the following:
Looking at the Mixer code it uses custom image stuff to generate the sliders dynamicly for each type of sound card. I'd like to take a crack at converting this to use Reaction but I'm not very good at UI programming yet. Anyone have an example of Dymanic UI generation I could start with? Things like how to manage the inbound event loops for the dynamic objects and make sure the settings are correct for each object.