Guest
Hi all,
I am new to SKILL and is trying to write some procedures to automate
some task in virtuso. I would appreciate if someone can help me get
started.
1. Is there a proper documentation of all the defined functions? The
only place where I can get some information was only the finder in the
SKILL development
2. A few technical question.
I got a db object using the following
net=dbFindNetByName (deGetEditCellView) "q_net<0>"
I don't seem to get any result from
dbGetPropByName net "name" => nil
but this is okay
net->name => q_net<0>
3. Last, is there a way to list out the propert name for a db object? I
need to know the keys to get the values.....
Thanks
shuteng
I am new to SKILL and is trying to write some procedures to automate
some task in virtuso. I would appreciate if someone can help me get
started.
1. Is there a proper documentation of all the defined functions? The
only place where I can get some information was only the finder in the
SKILL development
2. A few technical question.
I got a db object using the following
net=dbFindNetByName (deGetEditCellView) "q_net<0>"
I don't seem to get any result from
dbGetPropByName net "name" => nil
but this is okay
net->name => q_net<0>
3. Last, is there a way to list out the propert name for a db object? I
need to know the keys to get the values.....
Thanks
shuteng