Search found 77 matches

by JonS
Mon Sep 23, 2013 9:49 pm
Forum: Software & Programming
Topic: EasyPTR question
Replies: 4
Views: 2854

Re: EasyPTR question

Tobias

Just to make sure I am clear on what you have said...when you say position it at 10, 10 do you mean as in MDRAW#c,menu,10,10 or setting it somewhere in menu designer?

Jon
by JonS
Mon Sep 23, 2013 4:58 pm
Forum: Software & Programming
Topic: EasyPTR question
Replies: 4
Views: 2854

EasyPTR question

I know this is a daft question, but I can't get popup menus to appear in a fixed place...I must be missing something obvious... I have a main window with various buttons and when I click on I want the submenu to appear below the button (loose item). I'm not bothered where it is when interpreted, but...
by JonS
Tue Aug 20, 2013 1:27 pm
Forum: Software & Programming
Topic: So here is the problem
Replies: 5
Views: 3508

Re: So here is the problem

I suggest you should be reading a byte at a time using BGET/BPUT rather than GET/PUT. Also, no need to set file position each time if you are just reading from start to finish.

Regards
by JonS
Tue Jun 12, 2012 6:48 pm
Forum: Software & Programming
Topic: EasyPTR question
Replies: 6
Views: 4592

Re: EasyPTR question

Thanks.

I've downloaded that.
by JonS
Fri Jun 08, 2012 7:42 pm
Forum: Software & Programming
Topic: EasyPTR question
Replies: 6
Views: 4592

Re: EasyPTR question

Thanks for that.

I'm not sure what the problem is with the manual (only 86 pages), but I've certainly got the version with MINOB command.....just not the manual to match!
by JonS
Wed Jun 06, 2012 12:20 pm
Forum: QL Emulation
Topic: QPC and Windows 7 64bit
Replies: 6
Views: 4987

Re: QPC and Windows 7 64bit

I seem to be avoiding the problem at the moment. I've removed some extensions and then am slowly adding them back in to see when the problem re-appears. Currently, I still have DATA_BIN and DBAS_BIN commented out and I am not experiencing the problem. In addition, I've stopped using QLOAD/QSAVE as t...
by JonS
Sat Jun 02, 2012 11:26 am
Forum: Software & Programming
Topic: EasyPTR question
Replies: 6
Views: 4592

Re: EasyPTR question

Dilwyn Thanks. I noticed a reference to that command in the manual (e.g. in the MITEM description) but there are no details of the command in the manual or index. I've checked to see if it exists using EXTRAS, and it is there. I wonder how many others there are like that.... Any chance you could pro...
by JonS
Fri Jun 01, 2012 10:59 am
Forum: Software & Programming
Topic: EasyPTR question
Replies: 6
Views: 4592

EasyPTR question

Hi, Is it possible to change an information object at runtime? The fact that there is MIWDRAW would seem to imply so, but I can figure out what you would use to change it? I want to change the text of an information object depending on how my code is being used. I can set a window over it and PRINT ...
by JonS
Sat May 19, 2012 4:43 pm
Forum: QL Emulation
Topic: QPC and Windows 7 64bit
Replies: 6
Views: 4987

Re: QPC and Windows 7 64bit

Sorry, forgot to say QPC3.34 Beta 3. SMSQE 3.13.

When I say QPC hangs, it's really only SBASIC. QPAC2 buttons continue to work. I'm going to try taking out all extensions and the putting back one at a time to see if I can get anywhere.
by JonS
Sat May 19, 2012 4:30 pm
Forum: QL Emulation
Topic: QPC and Windows 7 64bit
Replies: 6
Views: 4987

Re: QPC and Windows 7 64bit

Yes, it's installed in Program Files (x86). There's no one specific program failing. Whatever code I am working on it seems to happen with, even the simplest of programs. Sometimes I can run it a couple of times before QPC hangs, other times it's more. However, it is only ever (well, until now) when...