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,
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
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
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
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?
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