View Single Post
  #2  
Unread 03-12-2005, 03:19 AM
C0d3M0nk3y C0d3M0nk3y is offline
A Brown Bear
 
Join Date: Mar 2005
Server: Everfrost
Posts: 9
Default

Quote:
Originally Posted by Rathus
- As I saw mentioned by somone briefly, the event triggeres dont seem to work on my custom window. OnShow, OnHide, even OnChange on the textbox seem to do nothing. The only events I can get to do anythign are OnPress for buttons. I've tried a variety or things ive seen around the board, putting the command twice, etc, but nothing seems to work. This means I cant get the text to load and save when the window opens and closes, or when the textbox changes, without having a Save and Load button.
the only way I can think of getting rid of the save and load notes buttons is to put a onpress event to laod the notes when teh user press's the key to open up the notepad so to speak. to loose the close notes button would be to put a onpress event to save and close the page when the user closes the notepad. that way the notes load and save whenever the user opens or closes the notepad. this should be feasable though I am not sure I am fairly new to "SOE's" brand of xml
Reply With Quote