Re: [Dynapi-Help] Firing RTMOUSEUP on space(key)

2003-12-11 Thread Doug Melvin
myLayer.invokeEvent('rtmouseup'); - Original Message - From: "Stefan Keller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, December 08, 2003 7:50 AM Subject: [Dynapi-Help] Firing RTMOUSEUP on space(key) > Hi there, > > i've several layers with rtmouseup listeners. > Now i wa

[Dynapi-Help] Firing RTMOUSEUP on space(key)

2003-12-11 Thread Stefan Keller
Hi there, i've several layers with rtmouseup listeners. Now i want to fire that rtmouseup event when user press spacebar. I already capture pressing spacebar. But how firing rtmouseup? Thanx Stefan --- This SF.net email is sponsored by: IBM L

Re: [Dynapi-Help] Re: IOElement/SODA and Java

2003-12-11 Thread Doug Melvin
If you are using IIS then ther is always repost scripting: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rmscpt/Html /rmscpt.asp It uses a small applet to transfer objects to and from the server. great for DB connectivity. you write the code that returns the recordset in ASP the