> 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.
>
> 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
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
> 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
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