Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Manipulate _screen - Events
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Manipulate _screen - Events
Miscellaneous
Thread ID:
00579614
Message ID:
00579614
Views:
55
When i want manipulate _Screen-Events, then i add a customclass
like this:

_screen.addobject('osh','Screenhook')

define class screenhook as custom
oScr = _SCREEN
procedure oScr.dblclick
wait "hello world" windwo nowait
...
endproc
enddefine

My problem is, the oledragdrop-event does not fire. Other events (e.g.
dragdrop-event) work without problem. Any ideas to solve this ?

Hendrick Kurland
Swizerland
Next
Reply
Map
View

Click here to load this message in the networking platform