Re: [Pgui-devel] scrolling with keyboard

2002-06-14 Thread Philippe Ney
Yeah! wonderfull! Exactly what I need! Just some limits to manage ... Thanx a lot Micah! -philippe Already up or not yet sleeping? ;-) > The PG_WP_SCROLL_Y property and the scroll widget can be a little > confusing... the PG_WP_SCROLL_Y property sets the scroll position of the > widget itself,

Re: [Pgui-devel] scrolling with keyboard

2002-06-14 Thread Micah Dowty
The PG_WP_SCROLL_Y property and the scroll widget can be a little confusing... the PG_WP_SCROLL_Y property sets the scroll position of the widget itself, which isn't what you want for the scroll bar. (You want to set the scroll position of whatever the scroll widget is attached to.) The best solut

Re: [Pgui-devel] scrolling with keyboard

2002-06-14 Thread Philippe Ney
Having a better look at picogui widget properties ... I saw the PG_WP_SCROLL_Y one which let me get the actual position of the scrollbar But dont let me _set_ its position ... I use pgSetWidget (wScroll, PG_WP_SCROLL_Y, scrollPos, 0); and I get *** PicoGUI ERROR (CLIENT) : Unexpected response typ

Re: [Pgui-devel] scrolling with keyboard

2002-06-14 Thread Philippe Ney
In fact ... yes I already use scrolling with listitems widgets and this works pretty well! But as just guess Micah, it's the textbox widget that I need to scroll with the keyboard ... I think that something what could be cool for the navigation is: * widget navigation only with help of the TAB k

Re: [Pgui-devel] scrolling with keyboard

2002-06-13 Thread Eric Christianson
I notice that when we have widgets that have hotspot navigation (buttons, fields, menu items, list items, etc) using the arrows scrolls when appropriate. This seems to work relatively well for navigating things in a scrolled list or something. Are you looking at more of a scrolled graphic region?

Re: [Pgui-devel] scrolling with keyboard

2002-06-13 Thread Micah Dowty
Keyboard scrolling already works fine for widgets that use hotspots, like menuitems, listitems, buttons... It should be integrated into the textbox when it's written. On Thu, Jun 13, 2002 at 05:23:58PM +0200, Philippe Ney wrote: > Hi Micah and all people of the list, > > What about scrolling wi

[Pgui-devel] scrolling with keyboard

2002-06-13 Thread Philippe Ney
Hi Micah and all people of the list, What about scrolling with the keyboard? Which is something useful when you don't have any other input device Has someone ideas about this? -philippe ___ Don't miss the 2002 Sprint PCS Application