View Single Post
  #4  
Unread 11-27-2007, 06:53 PM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Works for me, yes. Example code from the login window I mentioned (linebreaks added to make the events stand out):

Code:
<Listbox BackgroundColor="#FFFFFF" DataSource="CharacterData" Location="260,77" Margin="10,10,10,10" Name="CharacterSelect" 

OnDoubleClick="Parent.AutoplayChar.Text=SelectedItem.Name
Parent.AutoplayWorld.Text=SelectedItem.Server
Parent.Username.Text=SelectedItem.Username
Parent.Password.Text=SelectedItem.Password
Parent.ConnectButton.Press=true" 

OnSelect="Parent.AutoplayChar.Text=SelectedItem.Name
Parent.AutoplayWorld.Text=SelectedItem.Server
Parent.Username.Text=SelectedItem.Username
Parent.Password.Text=SelectedItem.Password" 

PackSize="a,a" RowTemplate="CharacterSelect_template" Size="234,221" Style="/CommonElements.Listbox.data.listbox_style" Tooltip="Click to select, double-click to login"/>
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote