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 ...
Search found 77 matches
- Fri Mar 29, 2024 11:45 am
- Forum: Software & Programming
- Topic: Q-Liberator 3.46
- Replies: 29
- Views: 9366
- Tue Nov 29, 2022 11:35 pm
- Forum: Software & Programming
- Topic: EasyPTR MINOB corrupting application window attributes?
- Replies: 2
- Views: 758
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...
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...
- Tue Nov 29, 2022 4:40 pm
- Forum: Software & Programming
- Topic: EasyPTR MINOB corrupting application window attributes?
- Replies: 2
- Views: 758
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 ...
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 ...
- Fri Jul 08, 2022 12:10 pm
- Forum: Software & Programming
- Topic: EasyPtr4
- Replies: 73
- Views: 17316
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 ...
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 ...
- Wed Apr 06, 2022 11:07 am
- Forum: Software & Programming
- Topic: Knoware.no
- Replies: 263
- Views: 86032
Re: Knoware.no
A bit late with my response, but it would be very good if QTYP could be made available.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.
- Mon Mar 16, 2020 9:24 am
- Forum: Software & Programming
- Topic: New QLiberator v3.37
- Replies: 52
- Views: 23420
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 ...
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 ...
- Mon Mar 16, 2020 8:33 am
- Forum: Software & Programming
- Topic: Thing Removal
- Replies: 16
- Views: 6137
Re: Thing Removal
Not sure where I got this from but here is my PDF copy
- Sat Mar 14, 2020 7:59 am
- Forum: Software & Programming
- Topic: Thing Removal
- Replies: 16
- Views: 6137
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.
- Tue Feb 18, 2020 9:31 am
- Forum: Software & Programming
- Topic: QLiberator decompiler
- Replies: 172
- Views: 75320
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 also ...
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 also ...
- Fri Feb 07, 2020 9:33 am
- Forum: Software & Programming
- Topic: EasyPTR APPMAN help
- Replies: 23
- Views: 8592
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 ...
$$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 ...