Please login or register.

Login with username, password and session length
Advanced search  

News:

IRC channel - server: waelisch.de  channel: #wme (read more)

Author Topic: event handler  (Read 3255 times)

0 Members and 1 Guest are viewing this topic.

Drax

  • Occasional poster
  • **
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 78
  • This engine rocks!
    • View Profile
    • Ganja Joe - And the myth of the holy pot
event handler
« on: January 10, 2004, 01:44:54 PM »

can anybody give me a hint how to make an own event handler.
I want to creat a "doubleclick". I found the funktion in the chm help. but how to do it?
where are the standart event handlers declared?
Is there a list of all the standart event handlers?

I've searched the forum but I found nothing about it.
The same in the .wpr files of verb bars and the others.
Logged
I'm Lost!

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re:event handler
« Reply #1 on: January 10, 2004, 02:05:13 PM »

The events are described here:

http://www.dead-code.org/forum/index.php?board=3;action=display;threadid=360

...and, yes, I forgot the double-click event  :-[, edited.
You don't need to declare anything, just write:

on "LeftDoubleClick"
{
  // some action
}
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave

Drax

  • Occasional poster
  • **
  • Karma: 0
  • Offline Offline
  • Gender: Male
  • Posts: 78
  • This engine rocks!
    • View Profile
    • Ganja Joe - And the myth of the holy pot
Re:event handler
« Reply #2 on: January 10, 2004, 02:28:13 PM »

thank for the fast answer.

sorry for asking, but in the search it doesen't appear. And the I just read the treads which name sounds like the answers is inside.

 :-\

(if i ask to much, just throw me out of this board  ;))
Logged
I'm Lost!

Mnemonic

  • WME developer
  • Administrator
  • Addicted to WME forum
  • *
  • Karma: 41
  • Offline Offline
  • Gender: Male
  • Posts: 5683
    • View Profile
    • Dead:Code Site
Re:event handler
« Reply #3 on: January 10, 2004, 02:31:26 PM »

No problem 8) Actually it's my fault, because it's not documented :)
Logged
Yes, I do have a twitter account
Please don't send me technical questions in private messages, use the forum. ::wave
 

Page created in 0.045 seconds with 20 queries.