mouseAddPt() force

B

Bob Moore

Guest
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????


My window is Virtuoso Schematic Editing window.
 
In article <271df6a9.0408031426.237b96a0@posting.google.com> edacad_1@yahoo.com (Bob Moore) writes:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????
mouseAddPt() is specifically for adding points when you are in an enter
function, so I think what you are asking for is for the enter function to
automatically restart?

-Pete Zakel
(phz@seeheader.nospam)

Katz' Law:
Man and nations will act rationally when all other
possibilities have been exhausted.
 
Bob Moore wrote:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????


My window is Virtuoso Schematic Editing window.
Not exactly what you ask but you can try these:
-options->editor "modal" on
-right click to repeat last command
 
Hi,

not sure at all what you're willing to do.

mouseAddPt() is a function you set as a bindkey.
When bound to a key, pressing this key acts as
pressing the mouse button. "staying in mouseAddPt
mode" doesn't make any sense to me, as you have to
move the mouse to a point before calling mouseAddPt
to input that point.

if you want to collect points user enters with the
mouse, you should use enterPoints() instead or any
other enterFunction.

stéphane

Bob Moore wrote:

hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????


My window is Virtuoso Schematic Editing window.
 
pxhxz@cadence.com (Pete nospam Zakel) wrote in message news:<411053e1$1@news.cadence.com>...
In article <271df6a9.0408031426.237b96a0@posting.google.com> edacad_1@yahoo.com (Bob Moore) writes:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????

mouseAddPt() is specifically for adding points when you are in an enter
function, so I think what you are asking for is for the enter function to
automatically restart?

-Pete Zakel
(phz@seeheader.nospam)

Katz' Law:
Man and nations will act rationally when all other
possibilities have been exhausted.
Yes, that is what I would like.
 
pxhxz@cadence.com (Pete nospam Zakel) wrote in message news:<411053e1$1@news.cadence.com>...
In article <271df6a9.0408031426.237b96a0@posting.google.com> edacad_1@yahoo.com (Bob Moore) writes:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????

mouseAddPt() is specifically for adding points when you are in an enter
function, so I think what you are asking for is for the enter function to
automatically restart?

-Pete Zakel
(phz@seeheader.nospam)

Katz' Law:
Man and nations will act rationally when all other
possibilities have been exhausted.
Yes, that is what I would like. thanks
 
pxhxz@cadence.com (Pete nospam Zakel) wrote in message news:<411053e1$1@news.cadence.com>...
In article <271df6a9.0408031426.237b96a0@posting.google.com> edacad_1@yahoo.com (Bob Moore) writes:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????

mouseAddPt() is specifically for adding points when you are in an enter
function, so I think what you are asking for is for the enter function to
automatically restart?

-Pete Zakel
(phz@seeheader.nospam)

Katz' Law:
Man and nations will act rationally when all other
possibilities have been exhausted.
Yes, that is what I would like. thanks
 
pxhxz@cadence.com (Pete nospam Zakel) wrote in message news:<411053e1$1@news.cadence.com>...
In article <271df6a9.0408031426.237b96a0@posting.google.com> edacad_1@yahoo.com (Bob Moore) writes:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????

mouseAddPt() is specifically for adding points when you are in an enter
function, so I think what you are asking for is for the enter function to
automatically restart?

-Pete Zakel
(phz@seeheader.nospam)

Katz' Law:
Man and nations will act rationally when all other
possibilities have been exhausted.
Yes, that is what I would like. thanks
 
pxhxz@cadence.com (Pete nospam Zakel) wrote in message news:<411053e1$1@news.cadence.com>...
In article <271df6a9.0408031426.237b96a0@posting.google.com> edacad_1@yahoo.com (Bob Moore) writes:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????

mouseAddPt() is specifically for adding points when you are in an enter
function, so I think what you are asking for is for the enter function to
automatically restart?

-Pete Zakel
(phz@seeheader.nospam)

Katz' Law:
Man and nations will act rationally when all other
possibilities have been exhausted.
Yes, that is what I would like. thanks
 
pxhxz@cadence.com (Pete nospam Zakel) wrote in message news:<411053e1$1@news.cadence.com>...
In article <271df6a9.0408031426.237b96a0@posting.google.com> edacad_1@yahoo.com (Bob Moore) writes:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????

mouseAddPt() is specifically for adding points when you are in an enter
function, so I think what you are asking for is for the enter function to
automatically restart?

-Pete Zakel
(phz@seeheader.nospam)

Katz' Law:
Man and nations will act rationally when all other
possibilities have been exhausted.
Yes, that is what I would like. thanks
 
pxhxz@cadence.com (Pete nospam Zakel) wrote in message news:<411053e1$1@news.cadence.com>...
In article <271df6a9.0408031426.237b96a0@posting.google.com> edacad_1@yahoo.com (Bob Moore) writes:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????

mouseAddPt() is specifically for adding points when you are in an enter
function, so I think what you are asking for is for the enter function to
automatically restart?

-Pete Zakel
(phz@seeheader.nospam)

Katz' Law:
Man and nations will act rationally when all other
possibilities have been exhausted.
Yes, that is what I would like. thanks
 
pxhxz@cadence.com (Pete nospam Zakel) wrote in message news:<411053e1$1@news.cadence.com>...
In article <271df6a9.0408031426.237b96a0@posting.google.com> edacad_1@yahoo.com (Bob Moore) writes:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????

mouseAddPt() is specifically for adding points when you are in an enter
function, so I think what you are asking for is for the enter function to
automatically restart?

-Pete Zakel
(phz@seeheader.nospam)

Katz' Law:
Man and nations will act rationally when all other
possibilities have been exhausted.
Yes, that is what I would like. thanks
 
pxhxz@cadence.com (Pete nospam Zakel) wrote in message news:<411053e1$1@news.cadence.com>...
In article <271df6a9.0408031426.237b96a0@posting.google.com> edacad_1@yahoo.com (Bob Moore) writes:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????

mouseAddPt() is specifically for adding points when you are in an enter
function, so I think what you are asking for is for the enter function to
automatically restart?

-Pete Zakel
(phz@seeheader.nospam)

Katz' Law:
Man and nations will act rationally when all other
possibilities have been exhausted.
Yes, that is what I would like. thanks
 
pxhxz@cadence.com (Pete nospam Zakel) wrote in message news:<411053e1$1@news.cadence.com>...
In article <271df6a9.0408031426.237b96a0@posting.google.com> edacad_1@yahoo.com (Bob Moore) writes:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????

mouseAddPt() is specifically for adding points when you are in an enter
function, so I think what you are asking for is for the enter function to
automatically restart?

-Pete Zakel
(phz@seeheader.nospam)

Katz' Law:
Man and nations will act rationally when all other
possibilities have been exhausted.
Yes, that is what I would like. thanks
 
pxhxz@cadence.com (Pete nospam Zakel) wrote in message news:<411053e1$1@news.cadence.com>...
In article <271df6a9.0408031426.237b96a0@posting.google.com> edacad_1@yahoo.com (Bob Moore) writes:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????

mouseAddPt() is specifically for adding points when you are in an enter
function, so I think what you are asking for is for the enter function to
automatically restart?

-Pete Zakel
(phz@seeheader.nospam)

Katz' Law:
Man and nations will act rationally when all other
possibilities have been exhausted.
Yes, that is what I would like. thanks
 
pxhxz@cadence.com (Pete nospam Zakel) wrote in message news:<411053e1$1@news.cadence.com>...
In article <271df6a9.0408031426.237b96a0@posting.google.com> edacad_1@yahoo.com (Bob Moore) writes:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????

mouseAddPt() is specifically for adding points when you are in an enter
function, so I think what you are asking for is for the enter function to
automatically restart?

-Pete Zakel
(phz@seeheader.nospam)

Katz' Law:
Man and nations will act rationally when all other
possibilities have been exhausted.
Yes, that is what I would like. thanks
 
pxhxz@cadence.com (Pete nospam Zakel) wrote in message news:<411053e1$1@news.cadence.com>...
In article <271df6a9.0408031426.237b96a0@posting.google.com> edacad_1@yahoo.com (Bob Moore) writes:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????

mouseAddPt() is specifically for adding points when you are in an enter
function, so I think what you are asking for is for the enter function to
automatically restart?

-Pete Zakel
(phz@seeheader.nospam)

Katz' Law:
Man and nations will act rationally when all other
possibilities have been exhausted.
Yes, that is what I would like. thanks
 
oghdayan <oghdayan_AT@xs4all_dot.nl> wrote in message news:<41115959$0$77504$e4fe514c@dreader9.news.xs4all.nl>...
Bob Moore wrote:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????


My window is Virtuoso Schematic Editing window.
Not exactly what you ask but you can try these:
-options->editor "modal" on
-right click to repeat last command

Well this does the trick, maybe a little too 'mousy'. But thanks!!
I am trying to probe a bunch of nets by doing click click click on the nets in
the schematic.
 
oghdayan <oghdayan_AT@xs4all_dot.nl> wrote in message news:<41115959$0$77504$e4fe514c@dreader9.news.xs4all.nl>...
Bob Moore wrote:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????


My window is Virtuoso Schematic Editing window.
Not exactly what you ask but you can try these:
-options->editor "modal" on
-right click to repeat last command

Well this does the trick, maybe a little too 'mousy'. But thanks!!
I am trying to probe a bunch of nets by doing click click click on the nets in
the schematic.
 
oghdayan <oghdayan_AT@xs4all_dot.nl> wrote in message news:<41115959$0$77504$e4fe514c@dreader9.news.xs4all.nl>...
Bob Moore wrote:
hi...

How can I force the Left Mouse Button to be in a mouseAddPt() mode, from my skill
code.

I optimistically called mouseAddPt() but it doesn't do the trick.

F.ex after I select a menu item it's mode switches to mouseAddPt().
After I click once in window it goes back to mouseSingleSelectPt() mode.

I want to switch it to mouseAddPt() without selecting the menu item again.

Is this possible ????????????????????????????????????????


My window is Virtuoso Schematic Editing window.
Not exactly what you ask but you can try these:
-options->editor "modal" on
-right click to repeat last command

Well this does the trick, maybe a little too 'mousy'. But thanks!!
I am trying to probe a bunch of nets by doing click click click on the nets in
the schematic.
 

Welcome to EDABoard.com

Sponsor

Back
Top