View Single Post
  #26  
Unread 03-30-2005, 07:33 AM
floppytoes floppytoes is offline
A Forest Scavenger
Interface Author - Click to view interfaces
 
Join Date: Jan 2005
Server: Antonia Bayle
Posts: 15
Default 100 Ticks / Revert Not Working

Dunno what happened. But all of a sudden, on the Experience bar, if I click the 100 ticks button, it does nothing except change so the tooltip reads "revert" or vice versa. The bars do not go down in size as expected.

I tried re-installing the xp bar but that does nothing. I deleted my guild XP bar from the interface, no luck. Here is some funky code for ya.

Code:
<Checkbox BackgroundOpacity="1.000" LocalTooltip="100 Ticks" Location="16,0" Name="100Checkbox" OnActivate="parent.MinimizeCheckbox.activated=false
parent.MinimizeCheckbox.checked=false
parent.parent.RevertWin=parent.parent.size
parent.parent.minimumsize=&apos;586,0&apos;
parent.parent.maximumsize=&apos;586,16384&apos;
parent.parent.minimumsize=parent.parent.RevertMin
parent.parent.maximumsize=parent.parent.RevertMax
LocalTooltip=&apos;Revert&apos;
" OnDeactivate="parent.parent.Size=parent.parent.RevertWin
LocalTooltip=&apos;100 Ticks&apos;
" Rotation="0.250" ScrollExtent="15,15" Size="15,15" Style="/Fetish.CheckboxStyles.minimize_checkbox" Tooltip="100 Ticks"></Checkbox>
Reply With Quote