Muthu Selvan
2013-Jun-20 06:51 UTC
[HELP] - Ruby Drag and Drop script on screen element in Mac OS
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 ? Thanks , Muthu Selvan SR -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-core+unsubscribe@googlegroups.com. To post to this group, send email to rubyonrails-core@googlegroups.com. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/groups/opt_out.
Rodrigo Rosenfeld Rosas
2013-Jun-20 15:18 UTC
Re: [HELP] - Ruby Drag and Drop script on screen element in Mac OS
Rails is a web framework for back-end technology. Dragging doesn''t belong to Rails. If it is a desktop application, you should seek for help in Ruby mailing lists. If it is in a web application, you should look for client-side libraries, like jQuery UI. Anyway, even when your questions are related to Rails, you should ask for help in rails-talk, not rails-core, which is reserved to discuss core issues. Em 20-06-2013 03:51, Muthu Selvan escreveu:> > > 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 ? > > Thanks , > Muthu Selvan SR >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-core+unsubscribe@googlegroups.com. To post to this group, send email to rubyonrails-core@googlegroups.com. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/groups/opt_out.
Andrés Mejía
2013-Jun-20 15:24 UTC
Re: [HELP] - Ruby Drag and Drop script on screen element in Mac OS
Hi Muthu, Actually it isn''t that hard. To drag and drop you need 2 things: 1. *Drag:* Click the element, and while holding the mouse button pressed, move the mouse around. You don''t need to press the button too hard as this might either break the mouse or make it too difficult to move the mouse with precision (depending on your motor skills). 2. *Drop: *When you have dragged the element to where you want it, simply release the mouse button that you have pressed. DO NOT TURN OFF YOUR MONITOR OR CLOSE YOUR EYES before this step as this might make it too hard to figure out where the element will drop. The above instructions should work with any modern mouse, as long as you press the left mouse button. Don''t worry, it isn''t that hard to localize this button. Here is an explanation in case you need some extra help: [image: Inline image 1] Hope that helps, but please do write back if you need more help. On Thu, Jun 20, 2013 at 3:51 AM, Muthu Selvan <pearl.selvan@gmail.com>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 ? > > Thanks , > Muthu Selvan SR > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Core" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to rubyonrails-core+unsubscribe@googlegroups.com. > To post to this group, send email to rubyonrails-core@googlegroups.com. > Visit this group at http://groups.google.com/group/rubyonrails-core. > For more options, visit https://groups.google.com/groups/opt_out. > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-core+unsubscribe@googlegroups.com. To post to this group, send email to rubyonrails-core@googlegroups.com. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/groups/opt_out.