Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Computer Aided Design - CAD > Cadence > Re: Where can i...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 2 of 5 Topic 3951 of 4209
Post > Topic >>

Re: Where can i learn to build gui with SKILL

by Riad KACED <riad.kaced@[EMAIL PROTECTED] > Apr 16, 2008 at 12:59 AM

Hi Ahmad,

The Cadence do***entation is the best ever solution for you :
Cadence=AE User Interface SKILL Functions Reference.
This doc is at the following location in your Cadence stream :
$CDSHOME/doc/skuiref/skuiref.pdf

This is a very quick example :

procedure( sayHelloToAhmad()
   let( (myMessage)
      myMessage =3D "Hello Ahmad\nWlecome to the wonderful Skill
World :-)"
      hiDisplayAppDBox(
         ?name gensym( 'trWelcomeDialogBox ) ; unique variable
         ?dboxBanner "Hello Ahmad"
         ?dboxText myMessage
         ?dialogType hicWarningDialog
         ?dialogStyle 'modeless
         ?buttonLayout 'Close
      ); hiDisplayAppDBox
   ); let
); procedure

Put it in a file, load it into your CIW ann then type in
sayHelloToAhmad().

Good luck !
Riad.

PS :
I would advice to go through the do***entation before lunch time and
then
run the examples/labs in the afternoon ;-)
 




 5 Posts in Topic:
Where can i learn to build gui with SKILL
Reotaro Hashemoto <ahm  2008-04-15 05:47:29 
Re: Where can i learn to build gui with SKILL
Riad KACED <riad.kaced  2008-04-16 00:59:59 
Re: Where can i learn to build gui with SKILL
Reotaro Hashemoto <ahm  2008-04-16 05:12:50 
Re: Where can i learn to build gui with SKILL
DReynolds <spurwinktec  2008-04-19 07:02:29 
Re: Where can i learn to build gui with SKILL
Andrew Beckett <andrew  2008-04-30 10:53:49 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Sep 6 16:11:07 CDT 2008.