Re: A83: Linus?


[Prev][Next][Index][Thread]

Re: A83: Linus?





Well, actually Linus, for EVERY line in there, it will continue onto the next
line if it exceeds 16 characters or greater... =P  Could you make it so it
will just Keep Going on that assigned line, and cut it off at 16, instead of
calling newline? Do you put the "call _newline" or a carriage return in there
yourself, or is that done automatically by the 83? There should be a flag for
that then, right? =P  Well, about that proposal of the process I had, I think
you may be already doing that...  I noticed that it kept scrolling the screen
up whenever it needed to, to place the Menu Items, but then the Menu Titles
were still printed to the screen at the top... I would like it better though
if you could make it so, that it will not move any extra text stuff to the
line below. Its just logical to keep one menu item on one line, but My
predicament is that I want it to fit perfectly one the line and touch the
right of the screen (because that's how long my word is) but then it puts a
blank line... :\  Yes, look into that please, and put out another version, if
you could... =)
																--Jason K.


In a message dated 10/24/98 6:15:35 PM, lairfight@softhome.net writes:

>
>On 24-Oct-98, Jkhum98@aol.com wrote:
>
>>Hey Linus, I have a problem with your Menu Emulator... When the number
>of
>>characters for the menu titles is 16 characters or greater, it goes onto
>the
>>next line, and then this puts the menu choices 1 line lower... I am trying
>to
>>organize the names of my 3 sub menus, to fit exactly on the top line,
>but you
>>routine calls a newline or something and this makes it look weird... Would
>>this proposal work: How about after you clear the screen at whatever point
>>from changing menus, you call a newline, and write all the menu choices
>at
>>line two, then call homeup and put the menu titles... It would work for
>me on
>>having exactly 16 characters at the top, and then the normal way to have
>less
>>than 16, but I know that it would not work for more than 16, but thats
>not
>>really sensible because Someone may use that... So, well some of the menus
>>already on the 83 go all the way to the edge of the top line, is there
>any
>way
>>you can configure your routine to not wrap around, if it fits perfectly
>up
>>there...?
>>--Jason K.
>
>Sure, I'll have a look at that!
>
>Linus