Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
I'm using Creo 9.0.9.0
When I open the Creo Parameteric Options window, via the command File -> Options -> Options the window the dialog window that pops up is so wide that the options are not on the screen. They are shoved off-screen to the left.
I can't resize the window with the usual Windows arrow keys, mouse clicks, etc. It will let me make the window wider, but does not allow any decrease of window width.
Is there a way to access the window settings for this dialog to correct this situation? I tried looking for any sort of settings in the Windows registry, but nothing seems to be stored there.
Solved! Go to Solution.
@KenFarley wrote:
I reset multiple times. I deleted the existing .ui file so it would create a new one. I disconnected one monitor. Nothing works. The width of the Options window and only that window, is locked to a minimum of full screen width. I don't have any custom fonts.
Hi,
following picture shows that your Creo uses non-default font in UI. Maybe your config.pro contains DEFAULT_UI_FONT option.
Hi,
I think minimum window size is hardcoded.
My Creo 9.0.2.0 pictures follow ...
Attached is an image of my situation. The options window is ridiculously wide and I cannot make it smaller. If I expand it to make it even wider it will do so, but then it will be locked at that new, even more ridiculous width. Nothing I've tried has allowed me to diminish it. It's so wide that it spans from one of my monitors to the other. When it first pops up, the window usually has the "Okay" and "Cancel" buttons off-screen. The image attached is from a screen shot that takes both monitors. as one.
Note: This is the only dialog window in Creo that behaves like this for me. Fortunately, I am not changing my option settings on a regular basis, but still it is annoying.
Hi,
my tips of problem roots
Hmm, I don't see a .ui file anywhere. Or it's buried within the Program Files/PTC directory structure?
I suspected it may have something to do with the multimonitor - i.e. something in Creo calculates the minimum window width as a fraction of the total screen width. Having two monitors makes the perceived total screen width double what it "should" be, thus making the minimum size far too large. That would explain why I can enlarge the width but it never lets me diminish it. What a weird and almost funny bug that would be. I wonder how I can weasel out of this one...maybe temporarily remove one monitor. I'll try this experiment and see what it does.
@KenFarley wrote:
Hmm, I don't see a .ui file anywhere. Or it's buried within the Program Files/PTC directory structure?
Look in %AppData%/Roaming/PTC/ProENGINEER/Wildfire/.wf/.Settings
Unless you have load_ui_customization_run_dir yes set in your config.pro.
Since Creo Parametric 9.0, the window size has been saved in C:\Users\<username>\AppData\Roaming\PTC\ProENGINEER\Wildfire\.wf\.Settings\creo_parametric_customization.ui automatically
In the Manager UI Customization dialog box, check Windows Size and select Reset
file and click Open
Following these steps, or deleting the creo_parametric_customization.ui file yields the same result: The size is no longer exceeding a single monitor. However, it is still the full width of the screen, and I still cannot make it any smaller. This leads me to believe that maybe the multiple monitors, for the options window, is causing a miscalculation of the default window size and the minimum allowable window size.
I'll try switching to single monitor and see if that does anything. I wonder, as has been discussed in the past, why the .ui file, which would be very helpful to fix such things, is saved in an unreadable binary format. Really not very helpful, is it?
If I find my theory about this to be correct, I guess I'll have to save that .ui file, use it when I go back to multimonitors, and submit a bug report about this.
Did you reset with this picks?
Manager UI Customization dialog box, check Windows Size and select Reset
I reset multiple times. I deleted the existing .ui file so it would create a new one. I disconnected one monitor. Nothing works. The width of the Options window and only that window, is locked to a minimum of full screen width. I don't have any custom fonts.
@KenFarley wrote:
I reset multiple times. I deleted the existing .ui file so it would create a new one. I disconnected one monitor. Nothing works. The width of the Options window and only that window, is locked to a minimum of full screen width. I don't have any custom fonts.
Hi,
following picture shows that your Creo uses non-default font in UI. Maybe your config.pro contains DEFAULT_UI_FONT option.
Aha. So not a custom font, but not the default font. I switched to a monospaced font because I do a lot of relations stuff and the default font is terrible if you're trying to keep things lined up, want your code to be "nice", etc. Also, I like to be able to easily tell the difference between zero and capital O, between 1, l, and i, and other characters that are somewhat ambiguous. Commenting out the default_ui_font line in my config.pro does in fact make the options window a "normal" size. But, the default font, to me, isn't desirable. So, I'm forced to live with the options window being an oversized annoyance.