Re: [Ql-Users] EASYPTR4 - Minimum menu size

2016-08-10 Thread pjwitte
On 10/08/2016 00:01, pjwitte wrote: On 06/08/2016 15:09, pjwitte wrote: On 06/08/2016 13:13, Giorgio Garabello wrote: <> This was not quite what Giorgio had in mind, as he doesnt use APPAn, but the following construct (which I had forgotten about): MDRAW#ch; 'my_menu' ie MDRAW takes the

Re: [Ql-Users] EASYPTR4 - Minimum menu size

2016-08-09 Thread Giorgio Garabello
I'm trying to write a standard routine for scaling the menu, which has not the bugs from that proposed in the manual the last hint form Per is perfect! thanks! 2016-08-10 0:01 GMT+02:00 pjwitte : > On 06/08/2016 15:09, pjwitte wrote: > >> On 06/08/2016 13:13, Giorgio Garabello

Re: [Ql-Users] EASYPTR4 - Minimum menu size

2016-08-06 Thread pjwitte
On 06/08/2016 13:13, Giorgio Garabello wrote: 2016-08-06 12:40 GMT+02:00 pjwitte: On 05/08/2016 01:23, Giorgio Garabello wrote: 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

Re: [Ql-Users] EASYPTR4 - Minimum menu size

2016-08-06 Thread Giorgio Garabello
My aim is to resize the menu without moving . Using the routines that I found on the EASYPTR manual (or on the web ) if I try to make it smaller over size its minimum , the menu shrinks only up to its minimum size ( and is correct to do it ) and then moves . I have to overcome this drawback , the

Re: [Ql-Users] EASYPTR4 - Minimum menu size

2016-08-06 Thread pjwitte
On 05/08/2016 01:23, Giorgio Garabello wrote: 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

Re: [Ql-Users] EASYPTR4 - Minimum menu size

2016-08-06 Thread Giorgio Garabello
Sorry Francois, 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

Re: [Ql-Users] EASYPTR4 - Minimum menu size

2016-08-05 Thread Giorgio Garabello
Not necessarily, in my case it is a service routine that must be able to handle any menu Giorgio 2016-08-05 15:43 GMT+02:00 pjwitte : > On 05/08/2016 01:23, Giorgio Garabello wrote: > >> When you draw a menu with Easymenu, that design is the minimum size of the >> menu. >> I

Re: [Ql-Users] EASYPTR4 - Minimum menu size

2016-08-05 Thread Giorgio Garabello
2016-08-05 15:11 GMT+02:00 François Van Emelen < francois.vaneme...@telenet.be>: > Op 5/08/2016 om 14:48 schreef tobias.froesc...@t-online.de: > >> Francois, >> >> to my knowledge, a simple MDRAW (or MSETUP) will not fill the pointer >> array retrieved by PVAL with useful values. Only MCALL will.

Re: [Ql-Users] EASYPTR4 - Minimum menu size

2016-08-05 Thread tobias.froesc...@t-online.de
for example build a generic "menu display" utility, you would probably want to be able to check that rather than crashing your program with an "out of range" error.) Tobias -Original-Nachricht----- Betreff: Re: [Ql-Users] EASYPTR4 - Minimum menu size Datum: 2016-08-

Re: [Ql-Users] EASYPTR4 - Minimum menu size

2016-08-05 Thread pjwitte
On 05/08/2016 01:23, Giorgio Garabello wrote: 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

Re: [Ql-Users] EASYPTR4 - Minimum menu size

2016-08-05 Thread François Van Emelen
Op 5/08/2016 om 14:48 schreef tobias.froesc...@t-online.de: Francois, to my knowledge, a simple MDRAW (or MSETUP) will not fill the pointer array retrieved by PVAL with useful values. Only MCALL will. I have made an alternative proposal in the QL Forum to Giorgio that looks like 1000 MSETUP

Re: [Ql-Users] EASYPTR4 - Minimum menu size

2016-08-05 Thread François Van Emelen
Op 5/08/2016 om 13:18 schreef Giorgio Garabello: The moment I need information I have already designed a screen menu so I can not perform an additional MDRAW ...maybe a SETUP? 2016-08-05 12:36 GMT+02:00 François Van Emelen < francois.vaneme...@telenet.be>: Op 5/08/2016 om 1:23 schreef

Re: [Ql-Users] EASYPTR4 - Minimum menu size

2016-08-05 Thread tobias.froesc...@t-online.de
the INNER SIZE of the menu, without the border) Tobias -Original-Nachricht- Betreff: Re: [Ql-Users] EASYPTR4 - Minimum menu size Datum: 2016-08-05T12:36:43+0200 Von: "François Van Emelen" <francois.vaneme...@telenet.be> An: "ql-us...@q-v-d.com" <ql-us...@q-v

Re: [Ql-Users] EASYPTR4 - Minimum menu size

2016-08-05 Thread François Van Emelen
Op 5/08/2016 om 1:23 schreef Giorgio Garabello: 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

[Ql-Users] EASYPTR4 - Minimum menu size

2016-08-04 Thread Giorgio Garabello
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.