I'm trying to design a form/electronic character sheet for a rpg i play(world of darkness for the curious)
I have the mian sheet done no problem, but have hit a snag.
What i trying to do is have a drop down/combo box on the left side. In there is a list of spells/abilitys that is populated from a XML file(trying to avoid database as much as possible)
each, well "entry" in the xml file is like this
<name>"Death blast"</name> <power>4</power> <location>book 1 page 65</location>
As the user scrolls down this list, the spell name and associated atributes(such as power, size etc) are displayed in approriate box.
eg
[spell name ] (this is the combo box) [power][location] (changes depending on what is selected in name box)
I'm trying to find out if what i'm trying to acheive is possible with xml/data binding, or am i thinking up the wrong tree here?

New Topic/Question
Reply




MultiQuote



|