|
|
Joined: Nov 2003
Posts: 2,327
Hoopy frood
|
OP
Hoopy frood
Joined: Nov 2003
Posts: 2,327 |
Right click popups for dialogs would be great.
New username: hixxy
|
|
|
|
Joined: Dec 2002
Posts: 230
Fjord artisan
|
Fjord artisan
Joined: Dec 2002
Posts: 230 |
yes, i'd LOVE being able to create custom popups and let them pop up by command.
|
|
|
|
Joined: Mar 2004
Posts: 108
Vogon poet
|
Vogon poet
Joined: Mar 2004
Posts: 108 |
Right click pop ups? hmm,, forgive my ignorance, but what do you mean? : menu channel,status,menubar { who:dialog -m name name } Something like that or am I not thinking along the same lines? -Confuzzled
sometimes these are as bad as quit messages :tongue:
|
|
|
|
Joined: Dec 2002
Posts: 230
Fjord artisan
|
Fjord artisan
Joined: Dec 2002
Posts: 230 |
Yes, exactly that, but for dialog listboxes or the like.
|
|
|
|
Joined: Nov 2003
Posts: 2,327
Hoopy frood
|
OP
Hoopy frood
Joined: Nov 2003
Posts: 2,327 |
I was talking about the actual dialog, but adding them for dialog controls would be great too.
xxxYODAxxx: being able to right click on a dialog to make popups, so far you can only do it in windows.
New username: hixxy
|
|
|
|
Joined: Mar 2003
Posts: 187
Vogon poet
|
Vogon poet
Joined: Mar 2003
Posts: 187 |
you can. Do you guys even read the help file? /help dialogs You can also detect mouse events that aren't associated with a specific control:
mouse mouse moved sclick left button down uclick left button up dclick double click rclick right button click drop drop click
You can use $mouse to retrieve the current mouse position.
used like this: on *:dialog:mydialog:rclick:id:{ cmds }
|
|
|
|
Joined: Nov 2003
Posts: 2,327
Hoopy frood
|
OP
Hoopy frood
Joined: Nov 2003
Posts: 2,327 |
Did you even read my feature request? I realise you can detect right clicks on a dialog, but at present, there isn't a way to add popups to a dialog unless i script my own using @windows or a dll, which i don't really want to do.
New username: hixxy
|
|
|
|
Joined: Dec 2002
Posts: 2,985
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,985 |
He never reads, he's too busy thinking that the Helpfile is the answer to everything.
|
|
|
|
Joined: Mar 2003
Posts: 187
Vogon poet
|
Vogon poet
Joined: Mar 2003
Posts: 187 |
yeah but using a dll to do it isnt that hard. Theres like 3-5 of them
|
|
|
|
Joined: Dec 2002
Posts: 2,962
Hoopy frood
|
Hoopy frood
Joined: Dec 2002
Posts: 2,962 |
Well let's remove the scripting language except $dll(), $dllcall(), and /dll, seeing as how everything can be done with a DLL.
Spelling mistakes, grammatical errors, and stupid comments are intentional.
|
|
|
|
Joined: Nov 2003
Posts: 2,327
Hoopy frood
|
OP
Hoopy frood
Joined: Nov 2003
Posts: 2,327 |
I realise how easy it is, it's also easy to add popups that look better, change icons, have more styles, etc, but i don't want to use a dll.
New username: hixxy
|
|
|
|
|
|