Page 1 of 1

Lost my Error and Watch views

Posted: Fri Jan 29, 2016 9:24 am
by matzie
Where does FreePIE store its own runtime configuration of open windows/panes? Somehow I've closed my Error and Watch views and can't get them back. Console is fine and comes back if I close it and use the menu item reopen it, but the other two won't reappear at all. I've tried reinstalling from most recent MSI.

Re: Lost my Error and Watch views

Posted: Sat Jan 30, 2016 3:31 am
by FrenchyKiel
iin submenu view of freepie you could display the differents views

Re: Lost my Error and Watch views

Posted: Sun Jan 31, 2016 4:59 am
by matzie
Sorry FrenchyKiel, the items in the View menu aren't working for the 'error' and 'watch' views - that's the problem. If I close 'console', I can reopen it with the console item in the view menu - but some time recently I closed the error and watch views, and the corresponding menu items for those don't have any effect. I'm looking for the location of the FreePIE's own persistent settings in order to reset this to default.

Re: Lost my Error and Watch views

Posted: Sun Jan 31, 2016 5:51 am
by CyberVillain
That is strange, before deleting the file, please post it here.

Located at

%appdata%\FreePIE\layout.config

Re: Lost my Error and Watch views

Posted: Mon Feb 01, 2016 6:56 am
by matzie
Very strange... I renamed the config file, restarted FreePIE and all my panes came back. Unable to reproduce the behaviour I had before - all panes can be closed and reopened from the menu items now.

The original config that wasn't working:


<?xml version="1.0" encoding="utf-8"?>
<LayoutRoot xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<RootPanel Orientation="Vertical">
<LayoutDocumentPane Id="7222be16-46d4-4937-832e-49f962a74a1e">
<LayoutDocument Title="test.py" IsSelected="True" IsLastFocusedDocument="True" ContentId="REDACTED" LastActivationTimeStamp="01/31/2016 18:49:36" />
</LayoutDocumentPane>
<LayoutAnchorablePaneGroup Orientation="Horizontal" DockHeight="219" FloatingWidth="200" FloatingHeight="119" FloatingLeft="144" FloatingTop="842">
<LayoutAnchorablePane Id="45ceec6e-3b48-42a7-95ee-331935f12061" DockHeight="219" FloatingWidth="200" FloatingHeight="119" FloatingLeft="144" FloatingTop="842">
<LayoutAnchorable AutoHideMinWidth="100" AutoHideMinHeight="100" Title="Console" IsSelected="True" IsLastFocusedDocument="True" ContentId="FreePIE.GUI.Views.Script.Output.ConsoleViewModel" FloatingLeft="144" FloatingTop="842" FloatingWidth="200" FloatingHeight="119" IsMaximized="True" LastActivationTimeStamp="01/30/2016 17:11:12" />
</LayoutAnchorablePane>
</LayoutAnchorablePaneGroup>
</RootPanel>
<TopSide />
<RightSide />
<LeftSide />
<BottomSide />
<FloatingWindows />
<Hidden>
<LayoutAnchorable AutoHideMinWidth="100" AutoHideMinHeight="100" Title="Watch" IsSelected="True" ContentId="FreePIE.GUI.Views.Script.Output.WatchesViewModel" FloatingLeft="166" FloatingTop="594" FloatingWidth="1416" FloatingHeight="320" LastActivationTimeStamp="01/31/2016 18:49:35" />
<LayoutAnchorable AutoHideMinWidth="100" AutoHideMinHeight="100" Title="Error" IsSelected="True" ContentId="FreePIE.GUI.Views.Script.Output.ErrorsViewModel" FloatingLeft="166" FloatingTop="594" FloatingWidth="1416" FloatingHeight="320" LastActivationTimeStamp="01/31/2016 18:49:35" />
</Hidden>
</LayoutRoot>