On Sat, Jun 28, 2003 at 04:02:15AM -0400, patrick wrote:
> Hello all.
>
> I did some poking around and saw that some people have managed to get
> PicoGUI working under uClinux with uCdimm. I have tried to do this, but
> have not yet been successful.
>
> I am using uClinux-dist-20030522 and m68k-
As far as I know the errors you're seeing should be fixed in the
subversion sources. However, I've never tried this myself. Lalo was the
one that got it working, and he's on vacation. I haven't heard of anyone
getting it working after that.
pgserver should not be linking with -mno-cygwin, since it
It could be that some of this makefile hacking you mention caused the
fonts to not be compiled correctly. You should be getting a large
automatically generated C file in font/bdf_fonts.c
--Micah
On Sun, Jun 29, 2003 at 08:02:31AM -0400, patrick wrote:
> Hi.
>
> I have managed (with some hacking
> 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