[PCB_FORUM] Re: Skill commands in SPB15.2 Basic studio version
- From: Sumathi Kuppuswamy <sumathi_ramana@xxxxxxxxxxx>
- To: icu-pcb-forum@xxxxxxxxxxxxx
- Date: Wed, 25 Jan 2006 06:45:30 +0000 (GMT)
Thanks to every one, who all replied.
regards
Sumathi
Frank Farmar <fxf@xxxxxxxxxxx> wrote:
The studio version of allegro allows you to load skill at
program startup but not access the skill interpreter from
the Allegro command line (or start the TELSKILL window).
This allows skill programs to be developed using a higher tier
and used in studio.
To access the skill interpreter, you need the studio performance option
or the expert product.
To access developed skill code in studio, register
the skill function as an Allegro command via the axlCmdRegister
function (see the Allegro skill reference manual).
For example the following code loaded from allegro.ilinit will
create an allegro command called "hello".
;--------------------------------------------------------
procedure( HelloWorld()
axlUIConfirm("Hello from Skill!")
)
axlCmdRegister("hello" 'HelloWorld ?cmdType "general")
-----------------------------------------------------------
To subscribe/unsubscribe:
Send a message to icu-pcb-forum-request@xxxxxxxxxxxxx
with a subject of subscribe or unsubscribe
To view the archives of this list please login at
http://www.freelists.org. Our list name is icu-pcb-forum
or go to http://www.freelists.org/archives/icu-pcb-forum/
Problems or Questions:
Send an email to icu-pcb-forum-admins@xxxxxxxxxxxxx
Want to post a job listing ? DON'T DO IT HERE!
Better yet, join our jobs listing forum.
SUBSCRIBE: icu-jobs-forum-subscribe@xxxxxxxxxx
POST: icu-jobs-forum@xxxxxxxxxx
-----------------------------------------------------------
Send instant messages to your online friends http://in.messenger.yahoo.com
- References:
- [PCB_FORUM] Re: Skill commands in SPB15.2 Basic studio version
- From: Frank Farmar
Other related posts:
- » [PCB_FORUM] Skill commands in SPB15.2 Basic studio version
- » [PCB_FORUM] Re: Skill commands in SPB15.2 Basic studio version
- » [PCB_FORUM] Re: Skill commands in SPB15.2 Basic studio version
- [PCB_FORUM] Re: Skill commands in SPB15.2 Basic studio version
- From: Frank Farmar