View Single Post
  #11  
Unread 03-09-2010, 08:24 AM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Quote:
Originally Posted by Mistal View Post
/definately throws that idea out .. far too complicated for me atm I'm just having fun with my little beginner mod

I am starting to get the jist of what you are saying about the image files and i'm going to have another go at it with a fresh brain tomorrow.

I do have another question tho ... I would like one of my buttons to pop up another window.. I have tried a couple of commands and had a look at a few mods that have tabs and such on them but I think it made it worse. I have the 2nd window with the buttons on it all ready and saved in the profitUI folder I added the /includes line to the profitCustom file and put a command on the button OnPress= /show_window Custom.Mistals_Testfile, but nothing happened. Is the command wrong?

Thanks again
Mist
May be just a transcription error, but there is no "/" when calling a command from a UI handler like OnPress. So you'd want OnPress="show_window WindowPath.WindowName"
__________________
Reply With Quote