New to GUI programming as well as Fantom so please bare with me. I need to update the GUI fields with data from a file. Are there some examples of how to reference the specific Button etc and how to set the state? Hope this makes sense - thanks.
With a bit of perseverance I figured it out. A pointer to examples may still be useful. Thanks.
brianThu 4 Aug 2011
I'm not sure what you mean by set state. If you want to use a button in checkbox mode, then you just set the selected field.
RedDevil Thu 4 Aug 2011
New to GUI programming as well as Fantom so please bare with me. I need to update the GUI fields with data from a file. Are there some examples of how to reference the specific Button etc and how to set the state? Hope this makes sense - thanks.
With a bit of perseverance I figured it out. A pointer to examples may still be useful. Thanks.
brian Thu 4 Aug 2011
I'm not sure what you mean by set state. If you want to use a button in checkbox mode, then you just set the
selected
field.