Re: PE Programming for dummies
Posted: Wed Dec 29, 2021 2:55 pm
Its a hard slog, but you seem to be doing just fineAndrew wrote:<>
I have so much to learn

RIP Sir Clive Sinclair 1940 - 2021
https://theqlforum.com/
Its a hard slog, but you seem to be doing just fineAndrew wrote:<>
I have so much to learn
The BASIC version works in QPC2. But you shouldnt hard-wire file locations in your code. You could use HOME_DIR$, for example..desin wrote:Hello
here is my vertical resize demo
testet under QPC2, Smsqemulator, Q-emulator. sQLux all resolution QDOS and SMSQE
but it wont work on Mist(er)
any ideas ?
Well, there actually is a loadable HOME thing for QDOS - The problem is, the home dir is not set by EX or EW from the Basic command line. It does, however, work to my knowledge, with QPAC2 Files and some other file managers.desin wrote:been there done that
Home_dir is SMSQE only (for the moment)
Yes. The menu extension has a minimum size that it will work with. I wrote that down somewhere but cannot find it now but a minimum size of on outlined window of 512x128 or thereabouts should work OK. The y size is more flexible than the x dimension.Andrew wrote
My guess is that this is because PE oulines the first created channel, which is the main window and the filemenu is larger than the main window.
I will try this in my next program!Artificer wrote:As for getting a filemenu window when the main application window is small the quick answer is to close the application main window, outline a window of dimensions that will work with your display and the file menu extension, pop the file menu into that window channel, throw the window away and reopen the applications main window. No need for a separate job and job to job communication. I cannot tell you the code to do this in easymenu as I have only used the QPTR extensions.
That's ... encouragingArtificer wrote:Bought them in the late 1990s and I am still learning how to get the most out of them.
That sounds like good old MSDOS! The really smart thing about Qdos, aArtificer wrote:<>
As for getting a filemenu window when the main application window is small the quick answer is to close the application main window, outline a window of dimensions that will work with your display and the file menu extension, pop the file menu into that window channel, throw the window away and reopen the applications main window. No need for a separate job and job to job communication. I cannot tell you the code to do this in easymenu as I have only used the QPTR extensions. Bought them in the late 1990s and I am still learning how to get the most out of them.
Yes it does. Have run it on my Q68. Great I have been thinking or writing something similar myself but there is no need now.Andrew wrote
Charmap - The Final version
now everything works!
Attractive setup. I assume your screen shot is not of your Q68. Is it SMSQ/E on a PC or something else? Would you be willing to post your BOOT file or better still a win_ file of your setup?Artificier posted:- Have run it on my Q68