View Single Post
  #7  
Unread 07-03-2008, 08:27 AM
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

change

Code:
OnShow="RevertWin=size show_window=Custom.CoinWeight show_window=Custom.CoinWeight"
to

Code:
OnShow="RevertWin=size
show_window Custom.CoinWeight"
Try this, technically its the same thing but never know with the newness of the custom window code. I never liked treating a command line command as a variable any way.
__________________
Landiin's EQ2MAP Updater Discussion Download

Last edited by Landiin : 07-03-2008 at 09:42 AM.
Reply With Quote