phlion

About

Username
phlion
Joined
Visits
0
Last Active
Roles
Member

Comments

  • 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…