Thank you Stephen. Here is the translation of his post... This error is occurring because the button or command is referencing a namespace that no longer exists. The top-level window or the procedure associated with it has been deleted. The error window is not closing because its "OK" button may also be linked to the same missing command. Solution: Use catch or manually close the error window with the destroy command. I'll pass this information along to Don. Until he is able to come up with a fix,...
LOL!!! Thanks Beo. That's actually not a bad idea! Crazy Uncle Gregggggggggggie
Please give this a try... 1) From the Desktop, open a command prompt. 2) in the command prompt, type "py -V" . Make sure that that you use a capital V. 3) You should see something like "Python 3.13.3". Please let me know what you get from the command prompt. Greg
Hello Maira, When you say that you are "not able to open it", what exactly are you referring to? I'm assuming that you are running Windows of some sort, what version are you running? Did you read the document "How Start Page.pdf" in the page\docs\How To Start Page" folder? Did that work? Where did you install PAGE to ? Please let me know. Greg
Good evening John, The reason there's nothing showing in the support module for the Checkbuttons is that you don't have any callbacks defined for them. You have callbacks for all your buttons (via bind), but nothing for the Checkbuttons. In the Attribute editor is the command attribute. You simply put the name of the callback you want for that widget in that entry. For example, if you want a callback function for the chkReplace Checkbutton that will fire each time your user clicks on it, just put...
The WidgetDemo1.tcl loads correctly in PAGE 8 on both my Linux machine and the Windows machine. Were you trying to add a widget to the project when that happened? The only thing that I noticed strange was that you have a menu bar item without an attached menu. As to the locking up, next time it happens, try moving to the powershell (or command prompt) terminal you started PAGE in and try doing a <ctrl> C directly in the terminal.</ctrl> That should cause the program to close. Let me think about other...
Thank you. That was going to be my next request. I'll let you know what I find. Greg
Ok. We can take this to Discord.