<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent posts to PAGE - Discussion</title><link>https://sourceforge.net/p/page/discussion/</link><description>Recent posts to PAGE - Discussion</description><atom:link href="https://sourceforge.net/p/page/discussion/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 24 Sep 2025 08:17:58 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/page/discussion/feed.rss" rel="self" type="application/rss+xml"/><item><title>Error Information Window Won't Close</title><link>https://sourceforge.net/p/page/discussion/general/thread/8514036323/?limit=25#ac74/879e/793d</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Thank you Stephen.&lt;/p&gt;
&lt;p&gt;Here is the translation of his post...&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;This error is occurring because the button or command is referencing a namespace that no longer exists.&lt;br/&gt;
The top-level window or the procedure associated with it has been deleted.&lt;br/&gt;
The error window is not closing because its "OK" button may also be linked to the same missing command.&lt;br/&gt;
Solution: Use catch or manually close the error window with the destroy command.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;I'll pass this information along to Don.&lt;/p&gt;
&lt;p&gt;Until he is able to come up with a fix, please save often.  When this happens, more times than not, you either must click the "Save Error" or "Close" buttons &lt;strong&gt;BEFORE&lt;/strong&gt; clicking anything else.  &lt;strong&gt;DO NOT TRY TO SAVE&lt;/strong&gt; at that point.  Also, if you click "Dismiss", the error will probably come back and your only option at that point will be to close the terminal.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Greg Walters</dc:creator><pubDate>Wed, 24 Sep 2025 08:17:58 -0000</pubDate><guid>https://sourceforge.net33a724e6a6d16ed1adbdc849ad983c855afd49a3</guid></item><item><title>Error Information Window Won't Close</title><link>https://sourceforge.net/p/page/discussion/general/thread/8514036323/?limit=25#ac74/879e</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ye error is wajah se aa rahi hai ke button ya command ek aise namespace ko refer kar raha hai jo ab exist nahi karta.&lt;br/&gt;
Toplevel window ya uske saath linked procedure delete ho chuki hai.&lt;br/&gt;
Error window close nahi ho rahi kyun ke uska "OK" button bhi usi missing command se linked ho sakta hai.&lt;br/&gt;
Solution: &lt;code&gt;catch&lt;/code&gt; use karo ya error window ko &lt;code&gt;destroy&lt;/code&gt; command se manually band karo.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Vaughan</dc:creator><pubDate>Wed, 24 Sep 2025 06:21:37 -0000</pubDate><guid>https://sourceforge.netaaf9292701419cd12f626af5bffc83b70a5b61b4</guid></item><item><title>Error Information Window Won't Close</title><link>https://sourceforge.net/p/page/discussion/general/thread/8514036323/?limit=25#9c17</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;LOL!!!&lt;br/&gt;
Thanks Beo.&lt;br/&gt;
That's actually not a bad idea!&lt;/p&gt;
&lt;p&gt;Crazy Uncle Gregggggggggggie&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Greg Walters</dc:creator><pubDate>Mon, 11 Aug 2025 19:31:29 -0000</pubDate><guid>https://sourceforge.nete53aac518f0422b2d25a4d24626dd8a66186e4ce</guid></item><item><title>Error Information Window Won't Close</title><link>https://sourceforge.net/p/page/discussion/general/thread/8514036323/?limit=25#2473</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;haha ... maybe you should stick with that icon .. .but the icon just opens your doc/how_to_start.pdf&lt;/p&gt;
&lt;p&gt;=:p&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Beo</dc:creator><pubDate>Mon, 11 Aug 2025 18:51:31 -0000</pubDate><guid>https://sourceforge.netc963b90b844e0e07f26c30ea05312b354354470b</guid></item><item><title>Error Information Window Won't Close</title><link>https://sourceforge.net/p/page/discussion/general/thread/8514036323/?limit=25#28ee</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;First, you are very welcome.&lt;/p&gt;
&lt;p&gt;Next, Don and I have gone back and forth on "Do we get rid of the icon?" for a couple of years.&lt;/p&gt;
&lt;p&gt;I've always suggested that we keep the icon, for legacy sake, if nothing else.  It also lets the user know that PAGE has actually been installed on the user's machine.  Maybe it's time to get rid of it.  We are getting close to 8.1, so I'm sure the question will come back up.&lt;/p&gt;
&lt;p&gt;In Linux, we have an easy way to create a "shortcut" for PAGE.  In most (well, at least many) versions, mainly Debian based which includes Ubuntu and Linux Mint is the BASH Shell (short for "Bourne Again SHell")  which is accessed when the user wants to use the terminal.  This is controlled by two files.  First is the .bashrc and the second is .bash_aliases.  You have the ability to alias pretty much any Command Line Interface (CLI) command by simply doing something like this...&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="n"&gt;alias&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="n"&gt;page&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="s2"&gt;"python3 /home/greg/Downloads/Page-8.0/page/page.py"&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;p&gt;This allows you to open a terminal in any folder on your machine and simply type "page {myproject}" , and PAGE opens up.  There is still the occasional Linux user that has to be reminded that resource files (like graphic images) need to be in that folder, assuming one is using images in the project), but it's pretty much a given in our world.&lt;/p&gt;
&lt;p&gt;Windows not has powershell and is starting to adopt some Linux stuff, so it might be easier later on for Windows users.&lt;/p&gt;
&lt;p&gt;Crazy Uncle Greggggggggie&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 11 Aug 2025 16:16:51 -0000</pubDate><guid>https://sourceforge.netac0733c2159f9a33fd65d1df8cfe824d767fa855</guid></item><item><title>Error Information Window Won't Close</title><link>https://sourceforge.net/p/page/discussion/general/thread/8514036323/?limit=25#e858</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Ok, you got me. I understand now, that I have to start from the command line in my projects directory ... but ... what is the windows start icon for? That will never start somewhere else than in my Desktop ... if I do not change the path in the icon-props to my current project.&lt;/p&gt;
&lt;p&gt;I am fine now - there is a DEL key on my keyboard that removed that icon and I will follow your instruction.&lt;/p&gt;
&lt;p&gt;For anybody who reads this post having the same problem: RTFM ... you will find it on your local machine ... e.g., "c:/page/docs/How To Start Page.pdf"&lt;/p&gt;
&lt;p&gt;Cheers and ty, Greg, for answering the same question a hundred times&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Beo</dc:creator><pubDate>Mon, 11 Aug 2025 15:57:54 -0000</pubDate><guid>https://sourceforge.netc2004401a0e6d4f2144b9b083e86354a6472cdff</guid></item><item><title>Error Information Window Won't Close</title><link>https://sourceforge.net/p/page/discussion/general/thread/8514036323/?limit=25#7c79</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi Greg,&lt;br/&gt;
now with some more details (and my name, so I will recognize your answer):&lt;br/&gt;
It happend twice directly after my first installation.&lt;br/&gt;
I tried out to save the empty project after start - and then it worked about 20 clicks.&lt;br/&gt;
The mean thing is that Page's error dialog does not react ... after some wild clicking, I finally got an autosave.err (attached).&lt;br/&gt;
Best&lt;br/&gt;
Beo&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Beo</dc:creator><pubDate>Mon, 11 Aug 2025 15:38:16 -0000</pubDate><guid>https://sourceforge.netd1ed6e934a326ee3c29c6b7c5495651c756e9912</guid></item><item><title>Error Information Window Won't Close</title><link>https://sourceforge.net/p/page/discussion/general/thread/8514036323/?limit=25#1817</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Are you starting PAGE correctly?  See the "How to start PAGE" document in docs\How To Start PAGE folder.&lt;/p&gt;
&lt;p&gt;Greg&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 11 Aug 2025 15:35:53 -0000</pubDate><guid>https://sourceforge.net7e2469f5b74e4e3ec04be32595810eb93c863ee3</guid></item><item><title>Error Information Window Won't Close</title><link>https://sourceforge.net/p/page/discussion/general/thread/8514036323/?limit=25#5b0b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Have got the same issue. So I can answer your questions, Greg :-)&lt;/p&gt;
&lt;p&gt;Page: v8.0 freshly downloaded today&lt;br/&gt;
Win11Pro 24H2&lt;br/&gt;
Python 3.11.9&lt;/p&gt;
&lt;p&gt;The failure happens, when you drop the first button on the blank, unsaved top1 - so there is no saved .tcl in that moment.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 11 Aug 2025 15:22:06 -0000</pubDate><guid>https://sourceforge.net812508200e39d438e898bf74b2cc6e6e96ec8e25</guid></item><item><title>PAGE issue</title><link>https://sourceforge.net/p/page/discussion/general/thread/c05ef930a8/?limit=25#d9cf</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Please give this a try...&lt;/p&gt;
&lt;p&gt;1) From the Desktop, open a command prompt.&lt;br/&gt;
2) in the command prompt, type "py -V" .  Make sure that that you use a capital V.&lt;br/&gt;
3) You should see something like "Python 3.13.3".  Please let me know what you get from the command prompt.&lt;/p&gt;
&lt;p&gt;Greg&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Greg Walters</dc:creator><pubDate>Thu, 07 Aug 2025 09:51:43 -0000</pubDate><guid>https://sourceforge.net7fc35c2242c00dfbc8a985cfb4e23bf414474b85</guid></item></channel></rss>