Search found 277 matches

by Giorgio Garabello
Sat Aug 20, 2016 12:25 pm
Forum: QL Emulation
Topic: QPC2 for Mac ... with Black Phoenix!
Replies: 3
Views: 2977

Re: QPC2 for Mac ... with Black Phoenix!

Please contact Peter Jager...
by Giorgio Garabello
Wed Aug 10, 2016 9:35 am
Forum: Software & Programming
Topic: EASYPTR4 - Minimum menu size
Replies: 12
Views: 5231

Re: EASYPTR4 - Minimum menu size

Giorgio, Try: ch = fopen('con') rem Get the WD directly via the WWD adr = mwdef(#ch): madr = peek_l(adr + 4) xmin% = peek_w(madr): ymin% = peek_w(madr + 2) .. mdraw#ch; 'my_menu',.. Arguments and provisos as previously noted. Per This solution is exactly what I wanted. Thanks to everyone for their ...
by Giorgio Garabello
Tue Aug 09, 2016 10:39 pm
Forum: QL Emulation
Topic: QPC2 for Mac ... with Black Phoenix!
Replies: 3
Views: 2977

QPC2 for Mac ... with Black Phoenix!

From the Kilgus Home page: "Sometimes things happen out of the blue. I haven’t heard from my fellow QL friend Peta Jaeger for years and yesterday he mailed me a complete ready-to-run distribution of QPC2 for MacOS X. Under the hood it employs the WINE Windows emulation layer, so QPC2 is of cour...
by Giorgio Garabello
Mon Aug 08, 2016 4:00 am
Forum: Software & Programming
Topic: EASYPTR4 - Minimum menu size
Replies: 12
Views: 5231

Re: EASYPTR4 - Minimum menu size

Hi Giorgio, I sent a reply to ql-users, but it takes forever for my mails to arrive there, so I'll copy it here, in case you need this info now: Well, then you need to PEEK the window definition [WD] rather than the window working definition [WWD]. EasyPtr prepends its own header to the WD. I think...
by Giorgio Garabello
Fri Aug 05, 2016 11:15 pm
Forum: Software & Programming
Topic: EASYPTR4 - Minimum menu size
Replies: 12
Views: 5231

Re: EASYPTR4 - Minimum menu size

tofro wrote:Maybe I was not clear enough - It's the size the window was defined with and the size the window will open initially - As soon as it's on screen and you resize the window, it will follow the change.

Tobias
OK.. now is clear...

thanks

Giorgio
by Giorgio Garabello
Fri Aug 05, 2016 11:09 pm
Forum: Software & Programming
Topic: EASYPTR4 - Minimum menu size
Replies: 12
Views: 5231

Re: EASYPTR4 - Minimum menu size

I do not think so.
Each time you resize the window gives me a different pair of values; if they were the preferred size should have the constant values ...
by Giorgio Garabello
Fri Aug 05, 2016 10:27 pm
Forum: Software & Programming
Topic: EASYPTR4 - Minimum menu size
Replies: 12
Views: 5231

Re: EASYPTR4 - Minimum menu size

this solution does not work or, rather, does not do what it takes to me. the two values that returns are the current size to me instead need to know what 's the minimum possible size of a menu. This information must be somewhere, because when seeking to reduce the size of the finetra never goes belo...
by Giorgio Garabello
Fri Aug 05, 2016 12:22 pm
Forum: Software & Programming
Topic: EASYPTR4 - Minimum menu size
Replies: 12
Views: 5231

Re: EASYPTR4 - Minimum menu size

Maybe I can use the command MSETUP ?
PVAL of the command values ​​are already ' updated or are updated only after the MDRAW command ?
( I do not QPTR )

Giorgio
by Giorgio Garabello
Fri Aug 05, 2016 12:25 am
Forum: Software & Programming
Topic: EASYPTR4 - Minimum menu size
Replies: 12
Views: 5231

EASYPTR4 - Minimum menu size

When you draw a menu with Easymenu, that design is the minimum size of the menu. I can not make it smaller by SBASIC, using MDRAW command. Now, is there any way to read this minimum size of the menu? The manual I could not find anything useful, but my English is bad and probably escaped me. Thanks i...