We have discontinued this forum and moved support tickets to the GitHub issue tracker. More info

Window size and position

Ask, answer questions, and express your opinion about Uninstall Tool. Discussion of found bugs and problems, feature requests

Moderator: Steven

MrT
Posts: 28
Joined: 11 Nov 2011, 10:04

Re: Window size and position

Post by MrT »

Steven, ok. Thank you.
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Window size and position

Post by Steven »

please run this version with /log parameter? It will output some lines when closing the program. Try closing it in normal state with changed width/height/position, and in maximized state. Thank you.
MrT
Posts: 28
Joined: 11 Nov 2011, 10:04

Re: Window size and position

Post by MrT »

Steven, I've saved this executable UT folder, deleted preferences file and made what you wrote. It showed message "window position closed" both times and was starting with correctly saved window size and position.
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Window size and position

Post by Steven »

MrT
I've changed the way Uninstall Tool saves preferences, hope it works now. Download
MrT
Posts: 28
Joined: 11 Nov 2011, 10:04

Re: Window size and position

Post by MrT »

Steven, should I rename it to UninstallTool.exe and overwrite original or just copy and change my shortcuts to this new file?
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Window size and position

Post by Steven »

MrT
Yes you can just rename it to "UninstallTool.exe" and overwrite the original, I'll add this fix in the next future official build. Thank you a lot!
MrT
Posts: 28
Joined: 11 Nov 2011, 10:04

Re: Window size and position

Post by MrT »

Steven, done. Thank you.
MrT
Posts: 28
Joined: 11 Nov 2011, 10:04

Re: Window size and position

Post by MrT »

Steven, I've upgraded to Windows 8 and again got the same issue.
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Window size and position

Post by Steven »

Hi,

Using the latest version? Please share your 'preferences.xml' file.
MrT
Posts: 28
Joined: 11 Nov 2011, 10:04

Re: Window size and position

Post by MrT »

Yes, I've installed Windows on 26th or 27th and downloaded the program frmo the site.

Code: Select all

<?xml version="1.0" encoding="UTF-8" ?>
<PortableProgramData version="1">
    <AppList_HighlightRecent type="1">1</AppList_HighlightRecent>
    <AppList_HighlightX64 type="1">1</AppList_HighlightX64>
    <AppList_IconSize type="1">0</AppList_IconSize>
    <AppList_ShowPopup type="1">1</AppList_ShowPopup>
    <CheckForBetaVersions type="1">0</CheckForBetaVersions>
    <Color_NormalOne type="1">15790320</Color_NormalOne>
    <Color_NormalTwo type="1">15394274</Color_NormalTwo>
    <ExplorerBar_Themes type="1">1</ExplorerBar_Themes>
    <General_UseTC type="1">0</General_UseTC>
    <Interface_Language type="2">Russian</Interface_Language>
    <RecentItemsOnToolbar type="1">1</RecentItemsOnToolbar>
    <SecondToolbar_Position type="1">1</SecondToolbar_Position>
    <SecondToolbar_Show type="1">1</SecondToolbar_Show>
    <Startup_CheckForUpdates type="1">1</Startup_CheckForUpdates>
    <ToolBar_ButtonsCaptions type="1">1</ToolBar_ButtonsCaptions>
    <ToolBar_Position type="1">0</ToolBar_Position>
    <ToolBar_Show type="1">1</ToolBar_Show>
    <TrayIcon_HideOnClose type="1">0</TrayIcon_HideOnClose>
    <TrayIcon_HideOnMinize type="1">0</TrayIcon_HideOnMinize>
    <TrayIcon_Show type="1">0</TrayIcon_Show>
    <View_Updates type="1">1</View_Updates>
    <Window7_Theme type="1">0</Window7_Theme>
    <Window_Maximized type="1">1</Window_Maximized>
    <Window_nHeight type="1">0</Window_nHeight>
    <Window_nWidth type="1">0</Window_nWidth>
    <Window_x type="1">0</Window_x>
    <Window_y type="1">0</Window_y>
    <Wizard_Action type="1">0</Wizard_Action>
    <UTAutoRunList_Column_0 type="1">131000</UTAutoRunList_Column_0>
    <UTAutoRunList_Column_1 type="1">65616</UTAutoRunList_Column_1>
    <UTAutoRunList_Column_2 type="1">65636</UTAutoRunList_Column_2>
    <UTAutoRunList_Column_3 type="1">65666</UTAutoRunList_Column_3>
    <UTMainList_Column_0 type="1">66905</UTMainList_Column_0>
    <UTMainList_Column_1 type="1">65606</UTMainList_Column_1>
    <UTMainList_Column_2 type="1">65656</UTMainList_Column_2>
    <UTMainList_Column_3 type="1">65616</UTMainList_Column_3>
</PortableProgramData>
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Window size and position

Post by Steven »

I think that you maximized the window, then minimized, and then closed from context menu. Am I right?
MrT
Posts: 28
Joined: 11 Nov 2011, 10:04

Re: Window size and position

Post by MrT »

No. The last time I've maximized and closed from context menu. Before I've even tried to start with administrator priviledges.
http://www.youtube.com/watch?v=gL8AeC0Q9Sk
Last edited by MrT on 01 Nov 2012, 09:38, edited 1 time in total.
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Window size and position

Post by Steven »

1. Run the program
2. Close the program in non-maximized state
3. Run the app again
3. Maximize and close

Does it save?
MrT
Posts: 28
Joined: 11 Nov 2011, 10:04

Re: Window size and position

Post by MrT »

Steven, yes, it saved the maximzed position :) The "maximized flag" needed to be overwritten?
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Window size and position

Post by Steven »

MrT, there's a small issue about that. When you run the app FIRST TIME, it doesn't save in maximized state under some circumstances. It will be fixed in the next build, thank you
MrT
Posts: 28
Joined: 11 Nov 2011, 10:04

Re: Window size and position

Post by MrT »

Thank you :)
User avatar
Steven
CrystalIDEA Developer
Posts: 2294
Joined: 21 Dec 2009, 11:48
Location: CrystalIDEA headquarters
Contact:

Re: Window size and position

Post by Steven »

MrT
Posts: 28
Joined: 11 Nov 2011, 10:04

Re: Window size and position

Post by MrT »

Steven, thanks.
Post Reply