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 type Did I do something wrong ? or the feature isn't implemented yet ? This will fullfill exactely what I need ... If not implemented, maybe I could do it ... -philippe > 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 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 Developer's Conference > > August 25-28 in Las Vegas - > > http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink > > > > _______________________________________________ > > Pgui-devel mailing list > > [EMAIL PROTECTED] > > https://lists.sourceforge.net/lists/listinfo/pgui-devel > > -- > Only you can prevent creeping featurism! > _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
