skill: how to create a view of viewType text

HI!

Thanks for fast help. The sollution works. However I am surprised that
there is no compact command available dealing with creating the object,
object structure, locking...

Lg
Blaz

--
Message posted using http://www.talkaboutcad.com/group/comp.cad.cadence/
More information at http://www.talkaboutcad.com/faq.html
 
blazdemsar wrote, on 03/04/08 16:05:
Hi!

I am trying to save some text data into cell view of viewType "text". The
cell view name should be "whatever".

When trying to use
cv=dbOpenCellViewByType("LIB" "cell" "whatever" "text" "a") i get the
*WARNING* Illegal view type specified.

It seems that there has to be some kind of view name registration (to map
it with view type)...
I know that in the env variable:
graphic viewNameToTypeList string "..." the mappings are defined, but
cv=dbOpenCellViewByType(...) returns the same error!


--
Message posted using http://www.talkaboutcad.com/group/comp.cad.cadence/
More information at http://www.talkaboutcad.com/faq.html
This has come up before in this group. See:

http://tinyurl.com/yr244h

Andrew.
 
B

blazdemsar

Guest
Hi!

I am trying to save some text data into cell view of viewType "text". The
cell view name should be "whatever".

When trying to use
cv=dbOpenCellViewByType("LIB" "cell" "whatever" "text" "a") i get the
*WARNING* Illegal view type specified.

It seems that there has to be some kind of view name registration (to map
it with view type)...
I know that in the env variable:
graphic viewNameToTypeList string "..." the mappings are defined, but
cv=dbOpenCellViewByType(...) returns the same error!


--
Message posted using http://www.talkaboutcad.com/group/comp.cad.cadence/
More information at http://www.talkaboutcad.com/faq.html
 

Welcome to EDABoard.com

Sponsor

Back
Top