Search found 77 matches

by JonS
Fri Mar 29, 2024 11:45 am
Forum: Software & Programming
Topic: Q-Liberator 3.46
Replies: 29
Views: 647

Re: Q-Liberator 3.46

I would also like to add my thanks to all those who have given us, often silent users of QLiberator, access to the source and updated for modern SMSQ/E systems. One of my beefs with using QLiberator on my QPC2 SMSQ/E system is the rather old QRAM style colour of the QLiberator panel. So I decided I ...
by JonS
Tue Nov 29, 2022 11:35 pm
Forum: Software & Programming
Topic: EasyPTR MINOB corrupting application window attributes?
Replies: 2
Views: 385

Re: EasyPTR MINOB corrupting application window attributes?

Thanks for the response Per.

Yes, that avoids the problem, but I still find it strange that MINOB should impact application window attributes.

Never mind, rather than spending time on something I can avoid, I'll get back to my project...
by JonS
Tue Nov 29, 2022 4:40 pm
Forum: Software & Programming
Topic: EasyPTR MINOB corrupting application window attributes?
Replies: 2
Views: 385

EasyPTR MINOB corrupting application window attributes?

Hi, While tinkering with a little program, I've noticed strange behaviour with the colour attributes of application windows following the setting of text in an information object. I'm not exactly sure what is going on, but I'm pretty certain that setting an information object using MINOB should not ...
by JonS
Fri Jul 08, 2022 12:10 pm
Forum: Software & Programming
Topic: EasyPtr4
Replies: 73
Views: 10504

Re: EasyPtr4

Try this, call with channel and application window number and xsize% and ysize% are returned. Hope that give you what you want. DEFine PROCedure GET_APPW_SIZE(channel,appw_no,xsize%,ysize%) LOCal working_def,ww_nappl,ww_pappl,apw : working_def=MWDEF(#channel) : ww_nappl=PEEK_W(working_def+HEX("...
by JonS
Wed Apr 06, 2022 11:07 am
Forum: Software & Programming
Topic: Knoware.no
Replies: 219
Views: 53696

Re: Knoware.no

mk79 wrote:I will bet my ass on the fact that Tony wouldn't mind this being available for free, I just don't have a distribution at hand.
A bit late with my response, but it would be very good if QTYP could be made available.
by JonS
Mon Mar 16, 2020 9:24 am
Forum: Software & Programming
Topic: New QLiberator v3.37
Replies: 51
Views: 16444

Re: New QLiberator v3.37

This is really good work. I've loaded it and given it a quick try and noticed (no criticism implied!): a) Loading takes several seconds (about 5), the previous version was pretty much instant. Is that expected? b) You can move beyond original screen, but the saved position is still within the origin...
by JonS
Mon Mar 16, 2020 8:33 am
Forum: Software & Programming
Topic: Thing Removal
Replies: 16
Views: 4735

Re: Thing Removal

Not sure where I got this from but here is my PDF copy
by JonS
Sat Mar 14, 2020 7:59 am
Forum: Software & Programming
Topic: Thing Removal
Replies: 16
Views: 4735

Re: Thing Removal

It is in one (or both) of QLE or Black Phoenix. I'm not sure whether it is public domain, but it is there. Unfortunately, I can't check which it is in at the moment.
by JonS
Tue Feb 18, 2020 9:31 am
Forum: Software & Programming
Topic: QLiberator decompiler
Replies: 172
Views: 55614

Re: QLiberator decompiler

After the sources were released I has a very quick look at the "moving beyond original screen" issue. The code appears to have some checks in it, but these on their own are not enough to fix it (as has already been mentioned). I suspect the limit may be checked in QLIB's pointer routines a...
by JonS
Fri Feb 07, 2020 9:33 am
Forum: Software & Programming
Topic: EasyPTR APPMAN help
Replies: 23
Views: 6944

Re: EasyPTR APPMAN help

Well, true to form this was my mistake. $$asmb=name,0,60 does work. As the QLiberator manual clearly states, the extension (in this case APPA0) must be loaded when compiled. However, I had QSAVE'd before loading it and compiling it. I always save code using QSAVE so never use the LIBERATE name, stru...