View Single Post
  #4  
Unread 04-21-2007, 11:59 PM
Othesus's Avatar
Othesus Othesus is offline
A Griffon
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Lucan DLere
Posts: 847
Default

VICTORY!

Changing to two toggling Buttons:

<Button BackgroundOpacity="1.000" LocalTooltip="Mimimize" Name="Minimize" OnPress="Visible=false
Parent.Restore.Visible=true
set_focus Parent.Parent.Parent.Parent.Parent.Player.Fullpath" ScrollExtent="13,9" Size="13,9" Style="ShowControl.ButtonDefault"/>
<Button BackgroundOpacity="1.000" LocalTooltip="Restore" Name="Restore" OnPress="Visible=false
Parent.Minimize.Visible=true
set_focus Parent.Parent.Parent.Parent.Parent.Player.Fullpath" ScrollExtent="13,9" Size="13,9" Style="ShowControl.ButtonActivated" Visible="false"/>

I have no idea why a Checkbox requires you to press it for a couple tenths of a second and a Button doesn't. What kind of code would cause that? I wish the documentation wasn't so shoddy so I wouldn't have to waste 5 hours trying to figure out each little bug.
Reply With Quote