mIRC Home    About    Download    Register    News    Help

Print Thread
Joined: Feb 2003
Posts: 307
T
tontito Offline OP
Fjord artisan
OP Offline
Fjord artisan
T
Joined: Feb 2003
Posts: 307
i noticed that this type of windows (@windows) can't be used to drag and drop. Can this be added?
Thanks

Joined: May 2003
Posts: 2
D
Bowl of petunias
Offline
Bowl of petunias
D
Joined: May 2003
Posts: 2
I'd like to see that too...

And i think it would be nice if an event could be introduced. on *:dragdrop:[#,@,!,=,?]:{} (or something).


Joined: May 2003
Posts: 22
A
Ameglian cow
Offline
Ameglian cow
A
Joined: May 2003
Posts: 22
/help menu prefix

Code:
menu @test {
  mouse:/echo mouse moved at $mouse.x $mouse.y in $active $1
  sclick:/echo single click at $mouse.x $mouse.y
  dclick:/echo double click at $mouse.x $mouse.y
  uclick:/echo mouse released at $mouse.x $mouse.y
  rclick:/echo single right-click at $mouse.x $mouse.y in $active $1
  lbclick:/echo mouse selected $active $1
  leave:/echo mouse left $leftwin
  drop:/echo drag and drop at $mouse.x $mouse.y
}


See that bottom thing (not the } ) ??

The drop event is triggered if you clicked in the window, held the button down, moved the mouse, and then let go of the button.

---
SideNote: Probably only works in PICTURE-windows ...


--------------------------------------------------
I really don't know anything.... I just fake it
Joined: Dec 2002
Posts: 117
R
Vogon poet
Offline
Vogon poet
R
Joined: Dec 2002
Posts: 117
I think what he meant is the ability to drag&drop files from explorer to @windows.


$input(Me like stars, You too?)
Joined: Feb 2003
Posts: 307
T
tontito Offline OP
Fjord artisan
OP Offline
Fjord artisan
T
Joined: Feb 2003
Posts: 307
yep, that's what i ment to say
Thanks

Joined: May 2003
Posts: 22
A
Ameglian cow
Offline
Ameglian cow
A
Joined: May 2003
Posts: 22
ohh my bad..


--------------------------------------------------
I really don't know anything.... I just fake it
Joined: Feb 2003
Posts: 307
T
tontito Offline OP
Fjord artisan
OP Offline
Fjord artisan
T
Joined: Feb 2003
Posts: 307
????


Link Copied to Clipboard