View Single Post
  #6  
Unread 01-13-2010, 06:19 PM
Landiin Landiin is offline
Slayer of clock cycles
This person is a EQ2Map developer.
Featured
 
Join Date: Nov 2004
Server: Oasis
Posts: 3,464
Default

Quote:
Originally Posted by Kerianah View Post
I currently have it in the clock xml file to OnSHow="show_window Custom.player2 show_window Custom.player2" and I can use the in game command to bring it up and move it around, resize and everything, but when I log out and back in I have to again type the /show window command to bring it up. I'd just like it to automatically show when I log in game without having to type the /show_window command - is there a way to do this? Am I completely misunderstanding what you're telling me? =/
If the clock's is always visible then the onshow will never fire. The best way to do this is to add a text object that changes with dynamic data. Something like <Text Name="ini" DynamicData="GameData.Self.Subclass" OnTextChanged="show_window Custom.player2" />. Only thing is now when ever u change toons the window will open.

Jamesc146;
it is
<include>filename</include>
__________________
Landiin's EQ2MAP Updater Discussion Download
Reply With Quote