Lost my Error and Watch views

Official forum for open source FreePIE discussion and development.
Post Reply
matzie
One Eyed Hopeful
Posts: 10
Joined: Thu Jan 14, 2016 3:59 am

Lost my Error and Watch views

Post 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.
FrenchyKiel
One Eyed Hopeful
Posts: 47
Joined: Thu Oct 03, 2013 7:10 am

Re: Lost my Error and Watch views

Post by FrenchyKiel »

iin submenu view of freepie you could display the differents views
matzie
One Eyed Hopeful
Posts: 10
Joined: Thu Jan 14, 2016 3:59 am

Re: Lost my Error and Watch views

Post 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.
CyberVillain
Petrif-Eyed
Posts: 2166
Joined: Mon Jun 22, 2009 8:36 am
Location: Stockholm, Sweden

Re: Lost my Error and Watch views

Post by CyberVillain »

That is strange, before deleting the file, please post it here.

Located at

%appdata%\FreePIE\layout.config
matzie
One Eyed Hopeful
Posts: 10
Joined: Thu Jan 14, 2016 3:59 am

Re: Lost my Error and Watch views

Post 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>
Post Reply

Return to “FreePIE”