R
Robin
Guest
Hi all,
I got a question I want to make a skill code that opens a layout view
if it isn't open in a window yet. If its open already then focus it.
But I can't get it working. Sorry I'm very new to skill.
This is what I have:
if(//Some function to check if the design is open//) then
//put focus to window//
else
deOpenCellView("myLibrary" "cellname" "layout" "maskLayout" nil
"a")
);if
So I'm missing some key ingredients. Can anybody help me or give ne a
hint?
Thanks very much
Robin
I got a question I want to make a skill code that opens a layout view
if it isn't open in a window yet. If its open already then focus it.
But I can't get it working. Sorry I'm very new to skill.
This is what I have:
if(//Some function to check if the design is open//) then
//put focus to window//
else
deOpenCellView("myLibrary" "cellname" "layout" "maskLayout" nil
"a")
);if
So I'm missing some key ingredients. Can anybody help me or give ne a
hint?
Thanks very much
Robin