Search found 77 matches

by JonS
Sun Jul 27, 2014 7:59 pm
Forum: Software & Programming
Topic: Follow up EasyPTR question
Replies: 2
Views: 2029

Re: Follow up EasyPTR question

Per
Not ideal, but forcing a reset of each item's status using MSTAT% function results in the items being visible, so I have work around.
Jon
by JonS
Sat Jul 26, 2014 5:38 pm
Forum: Software & Programming
Topic: Follow up EasyPTR question
Replies: 2
Views: 2029

Follow up EasyPTR question

Hi Is there a minimum row height for dynamic application sub windows? The first row of the application sub window was set to 4 and the remaining rows 10. The first row is blank, I'm not trying to put text in that is too tall, but following the MAWDRAW the menu is blank. Hitting items results in the ...
by JonS
Fri Jul 18, 2014 11:16 pm
Forum: Software & Programming
Topic: EasyPTR query
Replies: 10
Views: 6020

Re: EasyPTR query

Tobias The following proc seems to do the trick: 10000 DEFine PROCedure GET_APPW_SIZE(channel,appw_no,xsize%,ysize%) 10010 LOCal working_def,ww_nappl,ww_pappl,apw 10020 : 10030 working_def=MWDEF(#channel) 10040 : 10050 ww_nappl=PEEK_W(working_def+$6e) 10060 IF appw_no<1 OR appw_no>ww_nappl THEN 1007...
by JonS
Fri Jul 18, 2014 8:04 pm
Forum: Software & Programming
Topic: EasyPTR query
Replies: 10
Views: 6020

Re: EasyPTR query

Pjw

That works fine for the window size. I want the size of one or more of the application sub windows. For PVAL to work with RDPT I'm pretty sure the pointer needs to be IN the sub window and I can't guarantee that and don't want to force a pointer position change just so it will work.

Jon
by JonS
Fri Jul 18, 2014 5:23 pm
Forum: Software & Programming
Topic: EasyPTR query
Replies: 10
Views: 6020

Re: EasyPTR query

Thanks for the replies. Yes, I've read Norman's document, but that's more a getting started guide...and this is beyond that...unless there's another document I've not seen. I've tried PVAL, but as Tobias says, that relies on an event. I've tried to force one in my code, but it wasn't really what I w...
by JonS
Thu Jul 17, 2014 6:19 pm
Forum: Software & Programming
Topic: EasyPTR query
Replies: 10
Views: 6020

EasyPTR query

Hi,
Is there a simple way to get the size of an application window in code? I know it's initial size but I want to call a function to get the size after a window is re-sized.

I need this to work in both SBASIC and QLIB.

Jon
by JonS
Fri Jul 11, 2014 4:11 pm
Forum: For Sale
Topic: For sale - Acer AspireOne ZG5
Replies: 0
Views: 1821

For sale - Acer AspireOne ZG5

For sale is my now unused portable QPC2 machine. It's a Acer AspireOne ZG5 in blue that originally came with a Linux variant, but has been upgraded and is currently running Windows XP. You can easily put it back to Linux if you want. Spec Intel Atom N270 processor 1.6GHz 1.5Gb of RAM 40Gb hard disc ...
by JonS
Fri May 16, 2014 5:39 pm
Forum: Software & Programming
Topic: DBAS package problem
Replies: 2
Views: 1760

Re: DBAS package problem

With the lack of response, I get the feeling that DBAS is not well used or understood. I've got around that problem now (can't remember what I did...) but now I've hit a real show stopper. Following the insert of a new record, a re-read of a selection of records (not including the inserted one) give...
by JonS
Tue Apr 29, 2014 11:03 am
Forum: Software & Programming
Topic: DBAS package problem
Replies: 2
Views: 1760

Re: DBAS package problem

Sorry, should have said that this was on QPCII 4.0.1.5 SMSQE 3.18
by JonS
Tue Apr 29, 2014 11:02 am
Forum: Software & Programming
Topic: DBAS package problem
Replies: 2
Views: 1760

DBAS package problem

Hi, I am writing a program using the DBAS database package downloaded from Dilwyn's site and have hit a problem. I have opened a database and selected records as follows: RESET#6 ORDER#6;2,1 EXCLUDE#6 INCLUDE#6;9,"=",name$;"AND";6,"<>","Y" INCLUDE#6;5,"=&...