Re: [Ql-Users] Mawdraw problem

2018-04-14 Thread Giorgio Garabello via Ql-Users
I've also tried with the MAWITEM statement and the result dont change...

Il sab 14 apr 2018, 21:47 Giorgio Garabello  ha
scritto:

> Same result :(
>
> Il sab 14 apr 2018, 21:09 François Van Emelen via Ql-Users <
> ql-users@lists.q-v-d.com> ha scritto:
>
>> Op 14/04/2018 om 7:47 schreef Giorgio Garabello via Ql-Users:
>> > Hi, do you think it is possible to format a single item of an
>> application
>> > window menu so that it always appears as a single element but divided
>> into
>> > two lines? I tried to insert chr $ (10) inside an element of an arrray
>> like
>> > this: a $ (0) = "Hi" & chr $ (10) & "John" but it does not work, only
>> "Hi"
>> > is displayed .
>> >
>> > Regards
>> > Giorgio
>> > ___
>> > QL-Users Mailing List
>> >
>> >
>> Hi Giorgio,
>>
>> Have you tried :
>>
>> a$="Hi"$(13)&"John" :rem use chr$(13) instead of chr$(10)?
>>
>> Hope this helps
>>
>> François Van Emelen
>>
>>
>>
>> ___
>> QL-Users Mailing List
>
>
___
QL-Users Mailing List

Re: [Ql-Users] Mawdraw problem

2018-04-14 Thread Giorgio Garabello via Ql-Users
Same result :(

Il sab 14 apr 2018, 21:09 François Van Emelen via Ql-Users <
ql-users@lists.q-v-d.com> ha scritto:

> Op 14/04/2018 om 7:47 schreef Giorgio Garabello via Ql-Users:
> > Hi, do you think it is possible to format a single item of an application
> > window menu so that it always appears as a single element but divided
> into
> > two lines? I tried to insert chr $ (10) inside an element of an arrray
> like
> > this: a $ (0) = "Hi" & chr $ (10) & "John" but it does not work, only
> "Hi"
> > is displayed .
> >
> > Regards
> > Giorgio
> > ___
> > QL-Users Mailing List
> >
> >
> Hi Giorgio,
>
> Have you tried :
>
> a$="Hi"$(13)&"John" :rem use chr$(13) instead of chr$(10)?
>
> Hope this helps
>
> François Van Emelen
>
>
>
> ___
> QL-Users Mailing List
___
QL-Users Mailing List

Re: [Ql-Users] Mawdraw problem

2018-04-14 Thread François Van Emelen via Ql-Users

Op 14/04/2018 om 7:47 schreef Giorgio Garabello via Ql-Users:

Hi, do you think it is possible to format a single item of an application
window menu so that it always appears as a single element but divided into
two lines? I tried to insert chr $ (10) inside an element of an arrray like
this: a $ (0) = "Hi" & chr $ (10) & "John" but it does not work, only "Hi"
is displayed .

Regards
Giorgio
___
QL-Users Mailing List



Hi Giorgio,

Have you tried :

a$="Hi"$(13)&"John" :rem use chr$(13) instead of chr$(10)?

Hope this helps

François Van Emelen



___
QL-Users Mailing List

[Ql-Users] Mawdraw problem

2018-04-14 Thread Giorgio Garabello via Ql-Users
Hi, do you think it is possible to format a single item of an application
window menu so that it always appears as a single element but divided into
two lines? I tried to insert chr $ (10) inside an element of an arrray like
this: a $ (0) = "Hi" & chr $ (10) & "John" but it does not work, only "Hi"
is displayed .

Regards
Giorgio
___
QL-Users Mailing List


Re: [ql-users] Mawdraw

2006-04-13 Thread Bob Spelten
Fabrizio Diversi schreef:

 Does exist a limit about the number of array items that
 mawdraw can display ?


I did some further testing on Mawdraw.
Mawdraw seems to have a 32K limit for 2nd  3rd dimensions and not the 65K  
limit of S'Basic.
I tried arrays with items from 10 to 100 chrs and came to the following  
limitation:

(rows x length) + (2 x rows) must be less than 32768

In the example this comes to 480 x 80 + 960  = 39360, well above what  
Mawdraw can handle.
The program doesn't crash but the display is a mess.

For 10 chr items this will allow for 2720 rows,
for 50 chr items this will be 630 rows and
for 80 chr items this will drop to 399 rows max.
So anyone programming with EasyPtr should check for this.

Bob Spelten


-- 
Gemaakt met Opera's revolutionaire e-mailprogramma:  
http://www.opera.com/mail/
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm


[ql-users] Mawdraw

2006-04-10 Thread Fabrizio Diversi

I have in my sbasic prog the following lines :

1340 DIM mes$(3,num_msg-1,80)

3500 MAWDRAW  #ch%,1,mes$,0,0,,sep%

the problem is that as soon as the variable num_msg
become bigger than the value of 480 , Mawdraw does not
display anythings.

Does exist a limit about the numer of array items that
mawdraw can display ?

Thanks for any help.

Ciao

Fabrizio






___ 
Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
http://mail.yahoo.it
___
QL-Users Mailing List
http://www.q-v-d.demon.co.uk/smsqe.htm