View Single Post
  #15  
Unread 06-03-2005, 03:51 AM
dc_roenfanz's Avatar
dc_roenfanz dc_roenfanz is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Unkown
Posts: 588
Default

Quote:
Originally Posted by Kamintar
When using the quick quotes (where it has the list on the right and you click them for the different categories), when you click on a category, it brings up the list. However, when you want to choose a different category, the lists overwrite each other (Making it impossible to read what they are). You can push escape and start over, but this is a minor annoyance. Hope you can fix this.

I'll get a screenshot for you today if you wish.
I know how to get around this, but its rather difficult to explain. Also, I havent DLed your mod as of yet to test it either.

lets call the parent window "window", and the sub windows "window_A" etc.
the buttons for each corresponding window are Button_A etc

button_A.onpress=(window_A.visible=true) (window_B.visble=false) etc ...
button_B.onpress=(window_A.visible=false) (window_B.visible=true) etc..

and if you want to be safe:

window_A.onShow=(window_B.visible=false)
window_B.onshow=(window_A.visible=false)
etc etc
__________________
Reply With Quote