Hi Matthias,
Really appreicate your kindly help, the two programs are useful for us.
About the count_shapes program, the line "count = 0" would crash klayout if we select too many objects(more than 18500 or more), the error messages as f…
Hi Matthias,
I tried this ruby script and it works fine on klayout GUI, and we are trying to find out how to batch rename files in command terminal with Non-GUI mode, thanks for your kindly support~ :)
Best Regards,
--
chhung
Hi Matthias,
I tried it again and found as you said, the issue is the marker list was collapsed/hided at the right side and pull it to left is the best way to solve it, thank you~ :)
Best Regards,
--
chhung
Hi Matthias,
Finally we found that problem was caused by the different dist, the binary was made on Mandrake, and we tried to run it on RHEL4.
We dirty solved it via "ln -s /usr/lib64/ruby/1.8/x86_64-linux-gnu /usr/lib/ruby/1.8/x86_64-linux&q…
Hi Matthias,
Thanks for your effort on developing the Cadence techfile import script, I tried to save this script to a directory and load it when klayout startup, it responsed a Ruby error message "no such file to load -- stringio", the d…
Hi Matthias,
We really appreciate your explanation about ruler issue in detail, the new scheme is good enough for us, thanks for your effort.
Best Regards,
--
chhung
Hi Matthias,
Finally I marked this line(setTabPosition) in layMainWindow.cc and compiled it ok without errors,
the program seems work fine too.
Best Regards,
--
chhung
Hi Matthias,
It's good enough for us that be able to change the line width and fill style,
really thanks for your kindly help, thank you~
Best Regards,
--
chhung
Hi Matthias,
I just tried this function you described, and it really fits our request,
now we can find out the cell that we are looking for easily, very thanks
for your kindly help~ Amazing functions always hide in toolbox...
Another small issue, …
Hi Stefan,
It's a good solution for a human hierarchical designed database, however
it didn't fit our case. Due to there are many other cells overlap
each other, we still can't find the location of the cell when we hide it.
I tried to hide all the…
Hi Matthias,
After we upgraded the Qt4 version from 4.3.1-12 to 4.3.4-6 or 4.4.3-1, the problem is no longer there,
it seems to be the bug of Qt4, thank you so much~
Best Regards,
--
chi-hsiang-hung
Hi Matthias,
The "Select Source" is good for coordinate offset, it really fits our requirement,
however I am not able to understand the function of the "*/*", does it mean the
source of "layer/type" ? I tried to modifi…
Hi Matthias,
You are right, although we are running 64bit version of klayout, however
we forgot to check the maximum memory limit of process, really appreciate
for your hint and kindly support, thanks.
Best Regards,
--
chi-hsiang-hung
Hi Matthias,
I tried to run this code with some modification, and the program is crashed on the line "lv.cellview(sel.cv_index).cell.shapes(sel.layer).replace(sel.shape, text)", even I almost remark all the lines.
The error message is &q…
Hi Matthias,
Yes, I followed the steps to change the display font from Default to others(Sans serif or Gothic) in Setup window, and the text modified to the one I specified.
Another issue which is not so important, when we select several text obje…
Hi Matthias,
Very thanks for your code, it fits our requests at all,
your kindly support is really a best Christmas gift. :)
Merry Christmas & Happy New Year!
Best Regards,
--
chi-hsiang-hung
Hi Matthias,
The reason why we hope a function to list all the coordinates selected is,
when trying to get coordinates from many text objects, we have to select
all the objects and open the properties window, copy/paste the position,
click the next…
Hi Matthias,
I tried this script and it really fits our request,
it's a helpful code, thank you~ :)
About the overlap issue, it could be "solved" by
merge shapes first in Edit => Selection and re-calculate
the area again after merging…
Hi Matthias
I compiled the new release v0.18.2 and it really fixed the text reading issue, thank you so much~ (Y)
The chhung means a Chinese name (Chi-Hsian-Hung) from Taiwan. :)
Best Regards,
Hi Matthias
We tried to modify the code of dbOASISReader.cc to avoid the "No text string" error, and another issue appeared:
Modal variable accessed before being defined: text-string (position=4125,cell=$130)
We found the error printing…