| Author |
Message |
Sam
Guest
|
Posted:
Tue Nov 30, 2004 10:26 pm Post subject:
data.reg |
|
|
Hi list,
When creating a new Cell View with Library Manager,
The form "Create new file" opens.
How is it possible to set a default for field "View Name" ?
(For example how to define a default view named "text" for an
on-site tool named "Text-Editor")
I think it's possible to do as "Composer-Schematic"tool defaultly
filled "View Name" with "schematic".
Thanks.
|
|
| Back to top |
|
 |
Roger Light
Guest
|
Posted:
Tue Nov 30, 2004 11:26 pm Post subject:
Re: data.reg |
|
|
Hi Sam,
| Quote: | When creating a new Cell View with Library Manager,
The form "Create new file" opens.
How is it possible to set a default for field "View Name" ?
(For example how to define a default view named "text" for an
on-site tool named "Text-Editor")
I think it's possible to do as "Composer-Schematic"tool defaultly
filled "View Name" with "schematic".
|
When I asked this question (don't forget you can search past newsgroup
messages at http://groups.google.com ), Andrew Beckett gave the answer
below.
Cheers,
Roger
Hi Roger,
I think Bernd misunderstood what you're trying to do.
envSetVal("graphic" "viewNameToTypeList" 'string "fred maskLayout,jim
schematic,albert text")
This allows you to specify (as the name suggests) the view name to view
type mapping.
So if you select "Text Editor" as the tool (which corresponds to a
viewType of "text" in the
registry), it will give a default view name of albert. Same idea for
layout and schematic views.
The format is a comma separated list of viewname/viewType pairs - each
pair is space
separated.
Regards,
Andrew. |
|
| Back to top |
|
 |
Sam
Guest
|
Posted:
Wed Dec 01, 2004 1:57 pm Post subject:
Re: data.reg |
|
|
Hi Roger,
Thanks a lot for the infos.
Sam.
| Quote: | Hi Sam,
When creating a new Cell View with Library Manager,
The form "Create new file" opens.
How is it possible to set a default for field "View Name" ?
(For example how to define a default view named "text" for an
on-site tool named "Text-Editor")
I think it's possible to do as "Composer-Schematic"tool defaultly
filled "View Name" with "schematic".
When I asked this question (don't forget you can search past newsgroup
messages at http://groups.google.com ), Andrew Beckett gave the answer
below.
Cheers,
Roger
Hi Roger,
I think Bernd misunderstood what you're trying to do.
envSetVal("graphic" "viewNameToTypeList" 'string "fred maskLayout,jim
schematic,albert text")
This allows you to specify (as the name suggests) the view name to view
type mapping.
So if you select "Text Editor" as the tool (which corresponds to a
viewType of "text" in the
registry), it will give a default view name of albert. Same idea for
layout and schematic views.
The format is a comma separated list of viewname/viewType pairs - each
pair is space
separated.
Regards,
Andrew. |
|
|
| Back to top |
|
 |
|
|
|
|