Search found 794 matches

by Andrew
Thu Jan 06, 2022 1:06 pm
Forum: Software & Programming
Topic: PE Programming for dummies
Replies: 91
Views: 33890

Re: PE Programming for dummies

Derek_Stewart wrote: Is it possible to add in the facility to alter a selected character and save the new Font?
It's possible, but there already is a very good font editor written by Dilwyn: http://www.dilwyn.me.uk/fonts/fonted2.zip
by Andrew
Thu Jan 06, 2022 2:20 am
Forum: Software & Programming
Topic: PE Programming for dummies
Replies: 91
Views: 33890

Re: PE Programming for dummies

pjw wrote:Ibut I dont know which directory its trying to open.
First Load Font opens Home_Dir$
Subsequent Load Font opens the last visited directory.
by Andrew
Wed Jan 05, 2022 9:42 pm
Forum: Software & Programming
Topic: PE Programming for dummies
Replies: 91
Views: 33890

Re: PE Programming for dummies

Assuming that you are still using my file selector code (I haven't tried the latest Character Map yet) you may well find that a larger stack is needed, especially when sorting the file list. yes, I am using your code Would probably be an idea to create a huge number of files in a drive or directory...
by Andrew
Wed Jan 05, 2022 8:05 pm
Forum: Software & Programming
Topic: PE Programming for dummies
Replies: 91
Views: 33890

Re: PE Programming for dummies

Perhaps its only me, but.. this is what I get whenever I fire up the file selector. Cant get past it to load a different fo(u)nt. Im using QPC2 V5.02 in high colour full screen mode. I cant see a Charmap version number anywhere, but this relates to the one quoted above. Can't reproduce the error. I...
by Andrew
Wed Dec 29, 2021 7:22 pm
Forum: Software & Programming
Topic: PE Programming for dummies
Replies: 91
Views: 33890

Re: PE Programming for dummies

Charmap - The Final version
now everything works!
by Andrew
Wed Dec 29, 2021 6:35 pm
Forum: Software & Programming
Topic: PE Programming for dummies
Replies: 91
Views: 33890

Re: PE Programming for dummies

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 reo...
by Andrew
Wed Dec 29, 2021 2:42 pm
Forum: Software & Programming
Topic: PE Programming for dummies
Replies: 91
Views: 33890

Re: PE Programming for dummies

pjw wrote:Make the file selector a separate job, then it can be any size it needs to be. Thats what FSEL (Knoware/File) does and is for.
I had no idea QMenu even existed!
I have so much to learn :(
by Andrew
Wed Dec 29, 2021 1:09 pm
Forum: Software & Programming
Topic: PE Programming for dummies
Replies: 91
Views: 33890

Re: PE Programming for dummies

Well, just found out the my program doesn't work :( It works perfectly in BASIC - but not when compiled But after the last change the filemenu is not shown anymore. 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 mai...
by Andrew
Wed Dec 29, 2021 12:15 am
Forum: Software & Programming
Topic: PE Programming for dummies
Replies: 91
Views: 33890

Re: PE Programming for dummies

pjw wrote:You probably are loading Turbo_tk_code
Oh yes, you are right!
by Andrew
Tue Dec 28, 2021 10:46 pm
Forum: Software & Programming
Topic: PE Programming for dummies
Replies: 91
Views: 33890

Re: PE Programming for dummies

A long time ago I updated AppMan to v4.06, which I use regularly. It was send to Jochen Merz Software but never made it into the EasyPtr4 package. This has its own mode 4 menu and doesn't use the old v3 menu. BSJR When I execute AppMan4ap_obj I get an error PEEK$ invalid parameter Retry Continue Ab...