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 ;-)