scrollable field

2004-12-28 Thread Tony Janke
I am having problems scrolling the text field in my application. I check the box Has Scroll and I wrote more lines than can fit in the viewable window. I have tried changing parameters such as Max Vis Lines but this seems to change nothing. Am I missing something? thanks in advance.

re: scrollable field

2004-12-28 Thread Thomas Lerman
Have you captured sclRepeatEvent and called FldScrollField()? The fields do not scroll automatically. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

RE: Odd scrollable field selection behaviour

2002-12-19 Thread DE FREMONT Vincent
I have the same problem, but it's OK in the Memo application. I'll have a look in the Memo sample code when I've got time -Message d'origine- De : Palm Developer [mailto:[EMAIL PROTECTED]] Envoyé : mercredi 18 décembre 2002 17:36 À : Palm Developer Forum Objet : Odd scrollable field

Odd scrollable field selection behaviour

2002-12-18 Thread Palm Developer
prc-tools 2.95.3 pose 3.5 palmos33-en-v-dbg.rom on pose PalmOS v4.0 on physical unit I have a scrollable field which is exhibiting odd behaviour. If the first line of the field displays the beginning of the field text (the scroll car is at the top), selecting text within the field by tap'n'drag

RE: Problem in providing noneditable but scrollable field

2001-06-25 Thread Shoeb
Its not helping ! -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Shaikh Khurram Saghir Sent: Friday, June 22, 2001 10:48 AM To: Palm Developer Forum Subject: Re: Problem in providing noneditable but scrollable field Use a scrollbar with the field

RE: Problem in providing noneditable but scrollable field

2001-06-25 Thread Richard Burmeister
From: Shaikh Khurram Saghir Use a scrollbar with the field. From: Shoeb Its not helping ! Then your code isn't correctly handling the scrollbar. You're going to have to say what doesn't happen that you expect to happen or what does happen that you don't expect, and probably show

Re: Problem in providing noneditable but scrollable field

2001-06-23 Thread [EMAIL PROTECTED]
22, 2001 10:27 AM To: Palm Developer Forum Subject: Problem in providing noneditable but scrollable field Hi all, Here is a silly problem faced by me. I'm providing a noneditable field in a user screen. The problem is that the contents are not fully displayed if the text size exceeds

Problem in providing noneditable but scrollable field

2001-06-21 Thread Akash
Hi all, Here is a silly problem faced by me. I'm providing a noneditable field in a user screen. The problem is that the contents are not fully displayed if the text size exceeds the width of the field. Unlike the normal field i'm not able to view the whole field through scrolling. Can someone

Re: Problem in providing noneditable but scrollable field

2001-06-21 Thread Shaikh Khurram Saghir
Use a scrollbar with the field. Khurram - Original Message - From: Akash [EMAIL PROTECTED] To: Palm Developer Forum [EMAIL PROTECTED] Sent: Friday, June 22, 2001 10:27 AM Subject: Problem in providing noneditable but scrollable field Hi all, Here is a silly problem faced by me

RE: Problem in providing noneditable but scrollable field

2001-06-21 Thread Kapil Konde
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Akash Sent: Friday, June 22, 2001 10:27 AM To: Palm Developer Forum Subject: Problem in providing noneditable but scrollable field Hi all, Here is a silly problem faced by me. I'm providing a noneditable field in a user screen. The problem