Yet more progress - but help needed!
"Charles Goodwin" <[email protected]>
| Newsgroups | gmane.comp.java.xwt.widgets |
|---|---|
| Message-ID | <[email protected]> |
We're moving towards a working widget set. I've just redone radio/check so they are ultimately themable... but they don't quite work for some quirky reason. Since I'm only on a half-day today, I'd be grateful if somebody could have a quick look to check my sanity. The relevant files are: xwt.lib.markable and org.xwt.theme.monopoly.[radio|check] Basically markable (things that can be marked and unmarked - suggest a better name if you have one) makes the relevant boxen (in)visible based on the state given to a box, generally handled by clickable. The box are being made visible (check the xwt.println statements in xwt.lib.markable) but for some reason don't appear on the screen? NB to run the demo use the following on your co'd cvs: path/to/xwt.binary path/to/cvs/widgets If you're wondering why I've done it like I have, it's to allow for the effects to be 'anything' in a box, as opposed to forcing them to be colours etc. This is in anticipation of SVG based themes. Thanks in advance... - Charlie The future of webapps - www.xwt.org