View Single Post
  #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