Re: [Pgui-devel] Problems compiling PicoGUI under uClinux on uCdimm

2003-06-30 Thread Micah Dowty
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-

Re: [Pgui-devel] cygwin compile problems

2003-06-30 Thread Micah Dowty
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

Re: [Pgui-devel] Compiled in fonts

2003-06-30 Thread Micah Dowty
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

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