Is there any skill command to run user specific procedure wh

I

Indrakumar

Guest
Hi,

Is there any skill command to run user specific procedure when ever i
open layout winodw?

I have one procedure called "RunCommands()"

I want to call this function when ever i open layout window. .

Can anyone help me in doing the same?
Thanks..

Regards
Indra
 
Indrakumar schrieb:
Hi,

Is there any skill command to run user specific procedure when ever i
open layout winodw?

I have one procedure called "RunCommands()"

I want to call this function when ever i open layout window. .

Can anyone help me in doing the same?
Thanks..

Regards
Indra
Hi Indra,

define your Skill procedure "mySkillProc" and register it with a trigger:

deRegUserTriggers("maskLayout" nil nil 'mySkillProc)

That should do the trick.

Marc
 
On Nov 26, 9:06 pm, Marc Heise <mhe...@NcOaSdPeAnMce.dotcalm> wrote:
Indrakumar schrieb:

Hi,

Is there any skill command to run user specific procedure when ever i
open layout winodw?

I have one procedure called "RunCommands()"

I want to call this function when ever i open layout window. .

Can anyone help me in doing the same?
Thanks..

Regards
Indra

Hi Indra,

define your Skill procedure "mySkillProc" and register it with a trigger:

deRegUserTriggers("maskLayout" nil nil 'mySkillProc)

That should do the trick.

Marc
Thanks Marc its working..

Regards
Indra
 

Welcome to EDABoard.com

Sponsor

Back
Top