neither of those work, I want it to drop down, those are side by side.
This is what is looks like right now.

Edited Oct 25, 2005 11:23 PM by sugarboy
*Insert interesting signature here*
this is what is commonly known as a dropdown.
this is what you need using popups.dll:
;in the dialog
did -a $dname 1 +av 1 Connection
;as a dialog event
on *:dialog:mydialog:sclick:1:{
if ($did($dname,1).sel == 1) { popup }
}
;as an alias
popup {
dll popups.dll New popup 16 16
dll popups.dll SetStyle popup bordericon
dll popups.dll LoadImg popup icon small $shortfn($scriptdir) $+ images\connect.ico
dll popups.dll LoadImg popup icon small $shortfn($scriptdir) $+ images\disconnect.ico
dll popups.dll AddItem popup end + Connect $cr server irc.myserver.com
dll popups.dll AddItem popup end + 0 0
dll popups.dll AddItem popup end + 3 3 Disconnect $cr disconnect
dll popups.dll popup popup $mouse.dx $mouse.dy
}
;edit to suit the directories
if you're not releasing you're script you could use this file
hope this helps 
Edited Oct 26, 2005 1:20 AM by Angelia
People are like slinkies; they're generally boring until you push them down stairs