Hello, I am using Custom IC design 5.0.33 and 5.10.41 and have a small problem in using hiCreateCyclicField. My problem is that I cannot control its size but only its position when I define its 2D attributes. Actual graphic tends to get long enough to hold the largest object in the list, and so the GUI gets messy (the cyclic field overlaps labels when very large names are used, or very large gaps exist, when small names are used). I need a fixed size, which I cannot get. Let me show a part of the code, where you might detect a problem Cyclic = hiCreateCyclicField( ?name 'Cyclic ?choices Elements ?prompt " ") FormList = cons(list(Cyclic 100:20 160:30 1) FormList) The variable FormList holds all the objects to be displayed. The sizes of buttons and entry-fields can be controlled accuretly using the above format. I also have the same problem with labels, but they are more predictable so this is no real problem. Any help would be appreciated. Thank you Nikolaos Kasparidis