EQ2Interface.com
Search Downloads


Go Back   EQ2Interface > Developer Discussion > UI Developer Discussion

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Unread 09-22-2005, 10:11 PM
Da_Nah Da_Nah is offline
A Young Mystail Rat
 
Join Date: Aug 2005
Server: Antonia Bayle
Posts: 4
Default 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
Reply With Quote
  #2  
Unread 09-23-2005, 06:05 AM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

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.
__________________
If it ain't broke, it needs more features!
Reply With Quote
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 03:22 PM.


Our Network
EQInterface | EQ2Interface | WoWInterface | LoTROInterface | ESOUI | MMOUI