EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   UI Developer Discussion (https://www.eq2interface.com/forums/forumdisplay.php?f=3)
-   -   Plagued with tiny take forever problems (https://www.eq2interface.com/forums/showthread.php?t=4314)

Da_Nah 09-22-2005 10:11 PM

Plagued with tiny take forever problems
 
Guess from the subject you can tell that I'm frustrated.
1) StartButton problems.
I'm trying to build some changes around the start button but even a tiny change to this module and when I click the Button the Object window doesn't open??? Is there an inherent issue with this? I can't find anywhere in the Default button that specifies and OnClicked so I don't know if I need one.
2) Also trying to add inventory slots buttons to this same are for manastone ala Jaxel's examples. But no matter what I try I can't get a the picture to show correctly. Any suggestions or even better a few good examples.
3) Trying to also add in Jaxel's master sound slider bar, but when I add the slider with this value
<Text AbsorbsInput="false" Font="/Fonts.FontZapf15" LocalText="0.500" Location="62,0" Name="Master" OnHide="Text=(Master_Volume) visible=true" ScrollExtent="30,16" Size="30,16" TextAlignment="Right">0.500</Text>
the UIBuilder freaks out and doesn't register </page> after this line and all other modules appear under Master Volume.
4) Similarly with the checkbox in the Nightvision mod from Jaxel again the UIBuilder doesn't like anything following
<Checkbox LocalTooltip="Turn On/Off NightVision" Name="NightVisionButton" OnSet="r_flat_ambient=true r_flat_ambient=true" OnUnset="r_flat_ambient=false r_flat_ambient=false" r_flat_ambient="false" ScrollExtent="24,24" Size="24,24"></Checkbox>
I could probably think of some more but well I'd be happy with a few of these answered.
Your comments are appreciated
Thx
Da_Nah

Deathbane27 09-23-2005 06:05 AM

I'll answer what I can.

Quote:

Originally Posted by Da_Nah
Guess from the subject you can tell that I'm frustrated.
1) StartButton problems.
I'm trying to build some changes around the start button but even a tiny change to this module and when I click the Button the Object window doesn't open??? Is there an inherent issue with this? I can't find anywhere in the Default button that specifies and OnClicked so I don't know if I need one.

The event is actually OnPress, but you shouldn't need to specify one. Are you changing the button's Name or where it's located in the page structure or anything?


Quote:

3) Trying to also add in Jaxel's master sound slider bar, but when I add the slider with this value
<Text AbsorbsInput="false" Font="/Fonts.FontZapf15" LocalText="0.500" Location="62,0" Name="Master" OnHide="Text=(Master_Volume) visible=true" ScrollExtent="30,16" Size="30,16" TextAlignment="Right">0.500</Text>
the UIBuilder freaks out and doesn't register </page> after this line and all other modules appear under Master Volume.
Try changing it to OnHide="visible=true LocalText=(master_volume)". Unless it has changed, you want to use LocalText instead of Text for scripting, and it executes right-to-left, so put the visible=true last. Don't know why that would mess up UIBuilder, though... Try openning that file by itself (instead of loading eq2ui.xml), removing the Text attribute altogether, and saving.

Quote:

4) Similarly with the checkbox in the Nightvision mod from Jaxel again the UIBuilder doesn't like anything following
<Checkbox LocalTooltip="Turn On/Off NightVision" Name="NightVisionButton" OnSet="r_flat_ambient=true r_flat_ambient=true" OnUnset="r_flat_ambient=false r_flat_ambient=false" r_flat_ambient="false" ScrollExtent="24,24" Size="24,24"></Checkbox>

See above about openning by itself and resaving to fix.


No idea on your second problem, sorry.


All times are GMT -5. The time now is 11:24 PM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI