| Author |
Message |
Guenther Sohler
Guest
|
Posted:
Mon Nov 14, 2005 1:10 pm Post subject:
Callbacks |
|
|
I know, that there is a callback list, where you can register functions to
call, when analog artist starts up. it is
aaAddEventCB( "sim-env:start-sim-session" 'NL_Install_Artist_MenuCB 1)
There is no documentation about this command. Which other keywords are
available there ?
How can I register callbacks, when other tools start up, lets say:
virtuoso, schematic composer ???
|
|
| Back to top |
|
 |
Bernd Fischer
Guest
|
Posted:
Mon Nov 14, 2005 1:10 pm Post subject:
Re: Callbacks |
|
|
Also based upon your previous post, I think
'deRegUserTriggers' is what you are looking for.
deRegUserTriggers(
t_viewType
[ s_appTrigger [ s_menuTrigger [ s_postInstallTrigger ] ] ]
)
Bernd
Guenther Sohler wrote:
| Quote: | I know, that there is a callback list, where you can register functions to
call, when analog artist starts up. it is
aaAddEventCB( "sim-env:start-sim-session" 'NL_Install_Artist_MenuCB 1)
There is no documentation about this command. Which other keywords are
available there ?
How can I register callbacks, when other tools start up, lets say:
virtuoso, schematic composer ???
|
|
|
| Back to top |
|
 |
Andrew Beckett
Guest
|
Posted:
Mon Nov 14, 2005 9:10 pm Post subject:
Re: Callbacks |
|
|
On Mon, 14 Nov 2005 10:53:05 +0100, Bernd Fischer
<""bernd.fischer\"@xignal-A%&HY%$v#&G=.de"> wrote:
| Quote: | Also based upon your previous post, I think
'deRegUserTriggers' is what you are looking for.
deRegUserTriggers(
t_viewType
[ s_appTrigger [ s_menuTrigger [ s_postInstallTrigger ] ] ]
)
Bernd
Guenther Sohler wrote:
I know, that there is a callback list, where you can register functions to
call, when analog artist starts up. it is
aaAddEventCB( "sim-env:start-sim-session" 'NL_Install_Artist_MenuCB 1)
There is no documentation about this command. Which other keywords are
available there ?
How can I register callbacks, when other tools start up, lets say:
virtuoso, schematic composer ???
|
Indeed. aaAddEventCB is a private function, purely for triggers in the Analog
Design Environment. deRegUserTriggers() is the function to use for Virtuoso
Layout Editor, and Schematic Editor (and Symbol Editor, for that matter).
Andrew.
|
|
| Back to top |
|
 |
|
|
|
|