Re: Scroll bar fixed in POL

2004-06-09 Thread Ben Combee
At 10:48 AM 6/9/2004, you wrote: Plus, POL doesn't have any classes for the slider but includes stuff to manipulate it in their CObject (or was it CControl?) class, so I never ran across it in the help file while browsing the classes. Or maybe it's just a dumb ignorant mistake - it's always the si

Re: Scroll bar for selector trigger / popup trigger

2003-11-11 Thread jack
Oh i've asked a silly question thanks Markus. "Markus Dresch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > triggers dont need no scrollbars, as they only have to open lists. > and lists automatically add scroll buttons if the contents exceed the list > height. > > markus dresch (

Re: Scroll bar for selector trigger / popup trigger

2003-11-11 Thread Markus Dresch
triggers dont need no scrollbars, as they only have to open lists. and lists automatically add scroll buttons if the contents exceed the list height. markus dresch (www.palmside.com) "jack" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Hi all, > > do anyone knows whether th

RE: Scroll bar

2002-07-10 Thread Dominique Martel
Thank you, this is what I found and it works great! Dominique Martel -Original Message- From: Kapil Konde [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 10, 2002 12:15 AM To: Palm Developer Forum Subject: RE: Scroll bar You will need to handle sclRepeat event. In the event handler

RE: Scroll bar

2002-07-09 Thread Kapil Konde
You will need to handle sclRepeat event. In the event handler code get the value of scrollbar. Then call the function (FldScrollfield) to scroll the text in the field. Hope this will help :P Regards, Kapil. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf O

RE: Scroll bar

2002-07-09 Thread Dominique Martel
Thank you, but where do I find that? Dominique Martel -Original Message- From: DE FREMONT Vincent [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 09, 2002 3:25 AM To: Palm Developer Forum Subject: RE: Scroll bar Hi Dominique You'll find code in the Palm OS 4.0 SDK Example

RE: Scroll bar

2002-07-09 Thread DE FREMONT Vincent
Hi Dominique You'll find code in the Palm OS 4.0 SDK Example ToDo application and in Falch TextTable sample. -Message d'origine- De : Dominique Martel [mailto:[EMAIL PROTECTED]] Envoyé : lundi 8 juillet 2002 22:11 À : Palm Developer Forum Objet : Scroll bar Hi all, I added a scroll ba

Re: Scroll bar

2002-07-08 Thread Darren Beck
>From mmemory you have to intercept a sclRepeatEvent in your event handler for the form. This will tell you how much the scroll bar has scrolled. You then have to use FldScrollField to adjust the field to match the scroll bar. -Darren Beck Code City > > Hi all, > > I added a scroll bar to m

Re: Scroll bar

2001-12-11 Thread sajulpn
Hey Dane, Thanks for the help. Yes I wanted to move the scroll bar around the screen and resize the scrollbar. Thanks to Aaron too, I guess he read my question wrong. I did not realize that I could use FrmSetObjectBounds and FrmSetObjectPosition for Scrollbar too. Silly of me :-) . Thanks

RE: Scroll bar

2001-12-10 Thread Aaron Ardiri
On Mon, 10 Dec 2001, Avilla, Dane wrote: > > that will move it around the screen :) not exactly the best UI > > design, but, doable.. just remember to redraw the form if the > > API's dont update the form for you > > Right. I had started to write a reply with the Scl* functions, but then I

RE: Scroll bar

2001-12-10 Thread Avilla, Dane
> that will move it around the screen :) not exactly the best UI > design, but, doable.. just remember to redraw the form if the > API's dont update the form for you Right. I had started to write a reply with the Scl* functions, but then I reread the question and thought the it was asking

RE: Scroll bar

2001-12-10 Thread Aaron Ardiri
On Mon, 10 Dec 2001, Avilla, Dane wrote: > Use the form functions for manipulating form objects: > > void FrmSetObjectBounds (FormType *formP, UInt16 objIndex, const > RectangleType *bounds); > > and > > void FrmSetObjectPosition (FormType *formP, UInt16 objIndex, Coord x, Coord > y); > > should g

RE: Scroll bar

2001-12-10 Thread Avilla, Dane
Use the form functions for manipulating form objects: void FrmSetObjectBounds (FormType *formP, UInt16 objIndex, const RectangleType *bounds); and void FrmSetObjectPosition (FormType *formP, UInt16 objIndex, Coord x, Coord y); should get you what you need. Cheers, -DGA > Hi all, >

Re: Scroll bar

2001-12-10 Thread Aaron Ardiri
On Mon, 10 Dec 2001, sajulpn wrote: > Hi all, > Is there any way to change scroll bar size or location > programmatically? yep.. its in the docs - look or the Scl* routines // az "all i want for xmas is to know how to RTFM" [EMAIL PROTECTED] http://www.ardiri.com/ -- For information on usin

Re: Scroll Bar for multi-line field

2000-07-12 Thread Peter Epstein
At 12:16 PM 7/12/2000, Wang, Nancy wrote: > I'd like to put a multi-line field with scroll bar on the app. I checked >the "Has Scroll Bar" and unchecked the "Single Line" properties. When I ran >the app, the field allowed me to type more than one line, but the scroll bar >didn't show up. Any sugg

Re: scroll bar and list

2000-06-08 Thread Peter Epstein
At 01:32 PM 6/8/2000, Charles Rezsonya wrote: >then the only problem is that i use triggers to popup the list. you think >that i can catch the trigger select, and then make the table visable? then >allocate space and populate it according to other criteria? In that case, I'd try to change your

Re: scroll bar and list

2000-06-08 Thread Charles Rezsonya
eloper Forum <[EMAIL PROTECTED]> Date: Thursday, June 08, 2000 2:00 PM Subject: Re: scroll bar and list >You can always use a table instead of a list, and use just one column. It won't have a border around it, but that seems appropriate if you're using a scroll bar. >

Re: scroll bar and list

2000-06-08 Thread Peter Epstein
You can always use a table instead of a list, and use just one column. It won't have a border around it, but that seems appropriate if you're using a scroll bar. -- Peter Epstein Palm Inc. Developer -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://ww