Muthu Selvan <[email protected]> wrote: > On Thursday, 20 June 2013 07:49:39 UTC-7, Walter Lee Davis wrote: > > On Jun 20, 2013, at 2:51 AM, Muthu Selvan wrote: > > > Hi All , > > > > I am new to the ruby , i want click the object on element ( any > object , Ex: Calculator) after click i need Drag and Drop the > > > > element continuously for some time , please let me know how to do it > in ruby in Mac OS ? > > You'll need to use JavaScript for this. Ruby doesn't run in the browser, > and drag events aren't sent to the server every. Click events only get sent to > the server if they are on a link. With JavaScript, you can attach > listener functions to almost any interaction gesture you like. These > functions can in > turn trigger HTTP requests or other DOM events or behavior. > > Walter > > Thanks water , I know javascript to some extend ,i want to drag the element > which is in Mac Desktop , is it possible to send the mouse event the objects > which is in MAC Desktop ..? if yes please let me procedure for this ..? > > Regards. > Muthu Selvan SR
Are you trying to make a Rails web application, or a Mac desktop application? If the latter, you have the wrong list. Try the ruby-talk list instead. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/51c5ff63.a870320a.0a8e.ffffdd15%40mx.google.com. For more options, visit https://groups.google.com/groups/opt_out.

