Re: An Outline To Demonstrate The Script-based Layout System

2024-09-05 Thread Viktor Ransmayr
Hello Thomas, tbp1...@gmail.com schrieb am Donnerstag, 5. September 2024 um 14:44:44 UTC+2: I've been able to make substantial simplifications to the initialize and restore commands. ... I'm just working out one bug I've discovered and then I will post the new Layout Demo outline. I will pos

Re: An Outline To Demonstrate The Script-based Layout System

2024-09-05 Thread Thomas Passin
I've been able to make substantial simplifications to the initialize and restore commands. I also have changed the location of the widget cache from the main splitter to c.frame.top. That is just as permanent, which is the only real requirement, and by moving it out of the main splitter I don

Re: An Outline To Demonstrate The Script-based Layout System

2024-09-05 Thread Edward K. Ream
On Wed, Sep 4, 2024 at 5:20 PM Thomas Passin wrote: > Here is an updated copy of the entire layout_script_cpmmands.leo outline. > It also has an added layout with VR. All layouts for VR now include the > version of the VR code that will work with both the new and the older > versions of Leo. I

Re: An Outline To Demonstrate The Script-based Layout System

2024-09-04 Thread Thomas Passin
Here is an updated copy of the entire layout_script_cpmmands.leo outline. It also has an added layout with VR. All layouts for VR now include the version of the VR code that will work with both the new and the older versions of Leo. This outline is complete and will work on its own. On Wedne

Re: An Outline To Demonstrate The Script-based Layout System

2024-09-04 Thread Thomas Passin
The error that counts here is no command function for 'layout-restore-default' I wasn't clear enough, I think. The script I sent can't work on its own. I meant the one new node in the new outline to replace the node of the same name in the @settings tree of the Layouts Demo outline. Then Le

Re: An Outline To Demonstrate The Script-based Layout System

2024-09-04 Thread Viktor Ransmayr
Hello Thomas, tbp1...@gmail.com schrieb am Mittwoch, 4. September 2024 um 15:48:29 UTC+2: I can't help with the missing dictionaries. That's one of those behind-the-scenes missing libraries and I haven't seen this one before. I haven't gotten it on my own Ubuntu VM so far. I will test the La

Re: An Outline To Demonstrate The Script-based Layout System

2024-09-04 Thread Thomas Passin
I've tried out the Layout Demo in my Ubuntu and Mint VMs and it works as intended without those error messages. I don't have WSL set up so I can't work on your errors. Funny how they went away after several tries. On Wednesday, September 4, 2024 at 9:48:29 AM UTC-4 Thomas Passin wrote: > I ca

Re: An Outline To Demonstrate The Script-based Layout System

2024-09-04 Thread Thomas Passin
I can't help with the missing dictionaries. That's one of those behind-the-scenes missing libraries and I haven't seen this one before. I haven't gotten it on my own Ubuntu VM so far. I will test the Layout Demo on some of my Linux VMs soon. I do have an update to the big-tree script that wi

Re: An Outline To Demonstrate The Script-based Layout System

2024-09-04 Thread lewis
Using the Menu buttons I tested all commands on WSL Ubuntu-22.04 and all the commands worked. After each command I restored default layout. # Linux-5.15.153.1-microsoft-standard-WSL2-x86_64-with-glibc2.35 Leo 6.8.2-devel, devel branch, build 7ba85dfcb8 Python 3.10.12, PyQt version 6.7.2 * Only

Re: An Outline To Demonstrate The Script-based Layout System

2024-09-04 Thread Viktor Ransmayr
Hello Thomas, Am Mi., 4. Sept. 2024 um 13:33 Uhr schrieb Thomas Passin < tbp100...@gmail.com>: > Thanks for testing, and thanks for the report. The big-tree layout was a > late addition and it works for me. I haven't tried the outline on Linux, > yet. I'm puzzled by the error report, though. It

Re: An Outline To Demonstrate The Script-based Layout System

2024-09-04 Thread Thomas Passin
Edward introduced the function getVr() on July 27, at rev f520b66d. Any version earlier than that won't have it. On Wednesday, September 4, 2024 at 7:33:11 AM UTC-4 Thomas Passin wrote: > Thanks for testing, and thanks for the report. The big-tree layout was a > late addition and it works for

Re: An Outline To Demonstrate The Script-based Layout System

2024-09-04 Thread Thomas Passin
Thanks for testing, and thanks for the report. The big-tree layout was a late addition and it works for me. I haven't tried the outline on Linux, yet. I'm puzzled by the error report, though. It's reporting the wrong place in the file: the AttributeError reported can't happen there since it'

Re: An Outline To Demonstrate The Script-based Layout System

2024-09-04 Thread Viktor Ransmayr
Hello Thomas, tbp1...@gmail.com schrieb am Dienstag, 3. September 2024 um 19:46:40 UTC+2: In Engineering Notebook: A Script-based Approach To Leo's Layouts I proposed a system to apply layouts (different arrangements of Leo's panes). Attac

Re: An Outline To Demonstrate The Script-based Layout System

2024-09-03 Thread Thomas Passin
On Tuesday, September 3, 2024 at 1:46:40 PM UTC-4 Thomas Passin wrote: In Engineering Notebook: A Script-based Approach To Leo's Layouts I proposed a system to apply layouts (different arrangements of Leo's panes). Attached to this post i

An Outline To Demonstrate The Script-based Layout System

2024-09-03 Thread Thomas Passin
In Engineering Notebook: A Script-based Approach To Leo's Layouts I proposed a system to apply layouts (different arrangements of Leo's panes). Attached to this post is a Leo outline that contains commands and a menu that let you try out t