Re: [Pgui-devel] Scrollbox question

2003-07-07 Thread Philippe Ney
> That works. Yet, there is strange behavior with cursors. When my app is > started, there is only one cursor in pgui server window. Pressing Up/Down > keys causes events but focus does not move around the widgets! > > If i press right/left arrow keys once (or tab key). a second cursor appears. >

Re: [Pgui-devel] Scrollbox question

2003-06-30 Thread Philippe Ney
> I'm afraid PG_EXEV_NO_HOTSPOT can only be set for buttons and their > variations. It's not possible to use that for a scrollbox widget. > > On the other hand, I cannot deal with focus manually since menuitems do not > send any other events than focus or activate. If they did, i could capture > t

Re: [Pgui-devel] Scrollbox question

2003-06-30 Thread Olcay Korol
I'm afraid PG_EXEV_NO_HOTSPOT can only be set for buttons and their variations. It's not possible to use that for a scrollbox widget. On the other hand, I cannot deal with focus manually since menuitems do not send any other events than focus or activate. If they did, i could capture the exact k

Re: [Pgui-devel] Scrollbox question

2003-06-30 Thread Philippe Ney
> Hi all, > > We have a scrollbox application. > there are a set of menuitem widgets inside the scrollbox. > > If the size of the scrollbox is not enough to cover all the menuitems, we > will scroll through the menuitems using down/up keys. Let's say we have 20 > menuitems and only 6 of them fits

[Pgui-devel] Scrollbox question

2003-06-27 Thread Olcay Korol
Hi all, We have a scrollbox application. there are a set of menuitem widgets inside the scrollbox. If the size of the scrollbox is not enough to cover all the menuitems, we will scroll through the menuitems using down/up keys. Let's say we have 20 menuitems and only 6 of them fits in the box. I