PDA

View Full Version : [ISBoxer] Help with LavishGUI



JohnGabriel
11-02-2015, 06:52 PM
So working on a new project and thought would learn to use custom XML file.

So I have my XML file all typed up, displayed on the screen just fine. But how do I get IsBoxer to do something when I click the buttons? Doesn't seem to be recognizing the Button Set I attached to that Menu.

Searching through the wiki I see examples using "![CDATA[relay all press alt+f]]", which seems like something I could get working in my XML file but can it be managed from the Button Set from within IsBoxer toolkit?

Lax
11-02-2015, 07:10 PM
relay all press alt+f is not something you should be putting in a custom XML menu template, that is "hardcoding" stuff into the buttons.

Here is an actual XML Menu Template example instead of just a random LavishGUI example: http://isboxer.com/forum/viewtopic.php?f=44&t=3951#p17000

JohnGabriel
11-03-2015, 01:55 AM
Thanks, those examples were what I needed to get going.