From: Kevron R. <tri...@ne...> - 2007-12-20 21:21:48
|
Hey Andreas, How's you holidays going so far? Hope that all is well. While working on icepanel I've run into a few obstacles with the xml parser. I was wondering if you might be able to make heads or tails of it. 1) I can't respawn another instance. I would like to be able to change skins on the fly. However, the ScreenSet object never repopulates when I point the xmlparser at another skin.xml in another directory. 2) For icepanel and nghost2 I'd like to have support for multiple actions per item ie: <item> <type>button</type> <name>blah</name> <socket>nghost</socket> <action type="media">mute</action> <action type="send">update_screen</action> </item> If I can solve these two issues, life would be so much easier. If you can take a look, I'd help a lot. Thanks, Kev P.S. I may be able to hack away at #2. I'll give it a shot. the latest icepanel source is at: svn co http://nghost-project.com/icepanel |