Does anyone here having issues with Cadence IC 6.1 when it comes to form placement? In the old Cadence (say 5.10), all forms remembers their old locations and we are able to add the following code to customize where the form should appear: ciw = hiGetCIWindow() ciw->formPlacement = "center" ciw~>formRelativeTo = "currentWindow" ciw~>optionFormPlacement = "center" ciw~>optionFormRelativeTo = "currentWindow" However in IC 6.1, forms no longer follow the CIW settings and they do no remember their old location as well. I try to play around with KWin's special window settings but the results isn't very satisfying: I am able to make forms remembering their old locations but now all forms share the same location instead of remembering their individual last location. Does anyone have any solution to this? I believe this is an issue related to the Qt lib used for Cadence 6.1's UI (the old 5.10 uses Motif as mentioned in this thread: [URL]http://groups.google.com/group/comp.cad.cadence/browse_thread/thread/fd716040700b4494[/URL]).