Tricky problem in creation of Pcell Symbol



Hello,

I am trying to create a new symbol in my database, this symbol should
be a Pcell in order to change its appearance depending on users
parameters.

This creation works well, as I can see my new symbol in the library
browser, but when I want to instanciate it it in a schematic, it
doesnt work anymore and all my device views(layout, symbol) don't
appear anymore in the browser.
I have to tell that if I open a layoutm and try to instanciate my
device, the browser shows both layout and symbol views (and both can
be instanciated)...

So i'm wondering if I'm not doing something wrong.

Here is a sample code that show my problem :

(pcDefinePCell (list (ddGetObj "MYLIB") "MYDEVICE" "symbol")
(
(Fix string "Default")
)
(let (
(cv pcCellView)
)
(dbCreateLine cv (list "device" "drawing") (list 0:0 2:0))
)
)

Do you see something in this code, or anywhere else , that can lead to
my problem ?


Thank you for your time.


Sylvain



.



Relevant Pages

  • Nobody know how to handle HTML events using MFC/C++?
    ... proper group for that kind of question? ... Browser ActiveX, so I can modify HTML content, iterate through element ... below and help me with this, or point to proper paper or sample code. ... IHTMLElement* pElem - works fine. ...
    (microsoft.public.vc.mfc)
  • Handling HTML events using MFC/C++
    ... I created application and embedded Microsoft Web ... Browser ActiveX, so I can modify HTML content, iterate through element ... below and help me with this, or point to proper paper or sample code. ...
    (microsoft.public.vc.mfc)
  • Handling HTML events using MFC/C++
    ... I created application and embedded Microsoft Web ... Browser ActiveX, so I can modify HTML content, iterate through element ... below and help me with this, or point to proper paper or sample code. ...
    (microsoft.public.vc.mfc)
  • Re: How to make an ASPX Page Become non-backable??
    ... > How to make a Page Become time expired when user press back button? ... > Any Sample Code or reference provided? ... There's no guarantee that a browser applies caching or expiration ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: hosts file
    ... Has anyone got an example of how the hosts file should be setup to allow locahost to work in a browser? ... Mine doesnt work anymore unless i go through the ip. ...
    (freebsd-questions)