Have a split form -- the upper part of the screen
is a list while the lower part is a 2 or 3 line text
field or label.  When an item is selected in the list,
display the entire text of the entry in the field below
the list.

--
-Richard M. Hartman
[EMAIL PROTECTED]

186,000 mi/sec: not just a good idea, it's the LAW!


Evgeny Rokhlin wrote in message <5691@palm-dev-forum>...
>
>Well, thanks for the answer.
>The problem is that the project is a dictionary, and it will contain not
>only words, but phrases also. That is why I can't trunc strings.
>But, maybe, I'll use a text field and copy the string there when the user
>taps on it in the list.
>
>--
>Best regards
>Evgene Rokhlin,
>Software Engineer.
>mailto:[EMAIL PROTECTED]
>http://www.ectaco.com
>
>Aaron Ardiri <[EMAIL PROTECTED]> wrote in message news:5676@palm-dev-forum...
>
>> Hi, everybody.
>> Here is my problem:
>> I lave a list which is filled from the database. It has strings up to 80
>> chars long. So some strings (longer than ~30 chars) are partially
>invisible
>> because of the screen width.
>>
>> Can anyone suggest an "elegant" way to enable the user to see entire line
>> contents?
>
>  truncation? :) it would be pretty stupid to word wrap in the list :P
>  either truncate (as it does now), or make your items smaller :P if two
>  list items are not different within the FIRST 30 chars, then you are
>  doing something wrong :P
>
>  ie:
>
>   North Marketplace Drive 1
>   North Marketplace Drive 2
>
>  would be better represented as:
>
>   1 North Marketplace Drive
>   2 North Marketplace Drive
>
>  see what i mean? :> change the list contents.. make sure the user can
>  figure out what each item means within the first 30 chars, and you
>  have a winner :) the less required to figure it out, the better.
>
>  cheers.
>
>az.
>--
>Aaron Ardiri
>Java Certified Programmer      http://www.hig.se/~ardiri/
>University-College i G�vle     mailto:[EMAIL PROTECTED]
>SE 801 76 G�vle SWEDEN
>Tel: +46 26 64 87 38           Fax: +46 26 64 87 88
>Mob: +46 70 656 1143           A/H: +46 8 668 78 72
>
>if you enjoy it, then it aint work :) - rule #106 of life
>
>
>
>
>
>
>



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to