How do I save Textpad's window position - on each opening it reverts to its previous place ? I did manage to save a position at some time in the past and don't remember how I did it. Have I changed or has Tp !
I've used Tp since the early 90s and don't remember this bothering me until a little while ago. Maybe age is catching up. John
Saving the Textpad window position
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Saving the Textpad window position
Last edited by AmigoJack on Thu Sep 11, 2025 3:20 pm, edited 1 time in total.
Reason: moved from wrong "HOW-TO (PLEASE DO NOT POST QUESTIONS HERE)" forum
Reason: moved from wrong "HOW-TO (PLEASE DO NOT POST QUESTIONS HERE)" forum
Re: Saving the Textpad window position
I manage this simply by never closing TextPad.
(... and normally using it full screen.)
(... and normally using it full screen.)
Re: Saving the Textpad window position
8.4.2 works for me as expected: when I end the program then exactly that window position is saved. Starting TextPad later displays the window at exactly the position where it was closed. Same with all of TextPad's dialog windows.
It's saved in %APPDATA%\Helios\TextPad\8\GUIState-0701.xml and in there with these element attributes:
Code: Select all
<GUI CompactMode="1">
<NormalLayout>
<DockingPane>
<Pane-12 Type="3" WindowRectTopPos="536" WindowRectBottomPos="673" WindowRectLeftPos="807" WindowRectRightPos="1261" ExpandedHeight="0" TopContaner="13"/>
</DockingPane>
<Dialog>
<Find l="108" t="156" r="906" b="334"/>
<Replace l="218" t="36" r="1070" b="234"/>
<Grep l="417" t="100" r="827" b="333"/>
</Dialog>