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] Why so slow?

2016-08-05 Thread RWAP Software
It could depend on a couple of things I should imagine: a) Whether the win file is fragmented on your PC's hard disk b) Whether the win file is full so each write it has to be extended first to make room c) The size of your swap file on the PC and how that is being used (again that may be

Re: [Ql-Users] Why so slow?

2016-08-05 Thread Giorgio Garabello
tried with a different .win? same result? 2016-08-05 18:11 GMT+02:00 François Van Emelen < francois.vaneme...@telenet.be>: > Hi, > > Why is writing to WIN device so slow compared to writing to RAM and DOS > device? > > Converting a 500KB DBF-file (dbase3/foxbase) DBS-file from dos1_ > > 1) to

[Ql-Users] Why so slow?

2016-08-05 Thread François Van Emelen
Hi, Why is writing to WIN device so slow compared to writing to RAM and DOS device? Converting a 500KB DBF-file (dbase3/foxbase) DBS-file from dos1_ 1) to RAM1_ less than 15 sec. 2) to DOS1_ less than 20 sec. 3) to WIN2_ more than 25 MINUTES Why such a huge difference? François Van

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
Per, with all the various possible screen sizes on modern QL systems, it is pretty easy to define a menu that will not fit onto everyone else's screen. I *guess* Giorgio wants to have a function that will theck whether an arbitrary menu will fit on a given screen resolution (If you would for

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
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 #ch,menu_name$ 1010 wwdef = MWDEF(#ch) 1020 width = PEEK_W

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