Re: gEDA-user: MoveObject()

2009-07-27 Thread John Griessen
Ethan Swint wrote: DJ Delorie wrote: > [1]http://geda.seul.org/wiki/geda:pcb_tips#how_do_i_move_objects_by_an_arbitrar > y_distance >Are all actions in PCB mapped to a command-line script? For those >actions that do have a command line, it would be nice if the script >for every mou

Re: gEDA-user: MoveObject()

2009-07-27 Thread Ethan Swint
Aha... I'll have to do that! -Ethan On 07/27/2009 02:43 PM, DJ Delorie wrote: > As a followup, run "pcb --verbose ..." to see all the actions > happening. > > (before you ask... PointCursor chanes the cursor shape as it passes > over different things) > > > ___

Re: gEDA-user: MoveObject()

2009-07-27 Thread DJ Delorie
As a followup, run "pcb --verbose ..." to see all the actions happening. (before you ask... PointCursor chanes the cursor shape as it passes over different things) ___ geda-user mailing list geda-user@moria.seul.org http://www.seul.org/cgi-bin/mailman

Re: gEDA-user: MoveObject()

2009-07-27 Thread DJ Delorie
> Are all actions in PCB mapped to a command-line script? Yes, but it's not as useful as you'd think because there's some behind the scenes stuff going on like X,Y coordinates, cursor motion, and tool state. So you'd see something like this: Mode(Notify) Mode(Release) Mode(Notify) Mode(Release)

Re: gEDA-user: MoveObject()

2009-07-27 Thread Ethan Swint
On 07/27/2009 02:26 PM, John Griessen wrote: DJ Delorie wrote: [1]http://geda.seul.org/wiki/geda:pcb_tips#how_do_i_move_objects_by_an_arbitrar y_distance One of these days, I'm going to remember that :-P What would be the relative or absolute reference point MoveObject() uses on a p ri