Re: [Pgui-devel] Header test in cli_c breaks cross compile

2002-04-08 Thread Frederic Gobry
> I temporarily removed the test Frederic added to cli_c, since it > breaks cross-compiling. Could you send me a config.log containing the problem ? I use this test here for crosscompilation with no problem. > How about testing for the presence of picogui/constants.h, instead > of compiling a pr

Re: [Pgui-devel] Header reorganization

2002-04-08 Thread Frederic Gobry
> I tried this, but it doesn't seem to work. Even in cli_c, i can > specify an incorrect path in --with-pgserver and the test > configure.in runs doesn't fail. Maybe you have an installed version somewhere is the standard path ? The test does not limit the search path to the one specified, but ex

[Pgui-devel] New context system

2002-04-08 Thread Micah Dowty
Hi Everybody, I have updated the "contexts" system with some extensions to make writing picogui apps easier. I documented the changes in the pgui-protocol document, and at this wiki page: http://picogui.org/wiki/view/Main/ContextMemoryManagement Note that you'll need to update pgserver and cli

[Pgui-devel] Header test in cli_c breaks cross compile

2002-04-08 Thread Micah Dowty
I temporarily removed the test Frederic added to cli_c, since it breaks cross-compiling. How about testing for the presence of picogui/constants.h, instead of compiling a program to do it? -- Only you can prevent creeping featurism! Sponsored by http://www.ThinkGeek.com/ ___

Re: [Pgui-devel] Textbox and clipboard

2002-04-08 Thread Micah Dowty
On Mon, Apr 08, 2002 at 03:20:28PM -0500, Mordy Ovits wrote: > On Monday 08 April 2002 03:33, Micah Dowty wrote: > > Hi Everybody, > > > > I just got news from Chuck Groom that he's continuing the work John started > > on a faster textbox widget. PicoGUI's current Textbox widget is very > > flexib

Re: [Pgui-devel] Textbox and clipboard

2002-04-08 Thread Mordy Ovits
On Monday 08 April 2002 03:33, Micah Dowty wrote: > Hi Everybody, > > I just got news from Chuck Groom that he's continuing the work John started > on a faster textbox widget. PicoGUI's current Textbox widget is very > flexible, but also eats a lot of memory. The designs John and Chuck have > been

[Pgui-devel] Textbox and clipboard

2002-04-08 Thread Micah Dowty
Hi Everybody, I just got news from Chuck Groom that he's continuing the work John started on a faster textbox widget. PicoGUI's current Textbox widget is very flexible, but also eats a lot of memory. The designs John and Chuck have been working on sacrifice flexibility for speed. It remains to

Re: [Pgui-devel] Header reorganization

2002-04-08 Thread Micah Dowty
I tried this, but it doesn't seem to work. Even in cli_c, i can specify an incorrect path in --with-pgserver and the test configure.in runs doesn't fail. On Mon, Apr 08, 2002 at 03:55:27PM +0200, Frederic Gobry wrote: > > I would have if I knew how :) > > I've committed a step-by-step sample in

Re: [Pgui-devel] Header reorganization

2002-04-08 Thread Frederic Gobry
> I would have if I knew how :) I've committed a step-by-step sample in cli_c: if it's ok for you, I let you duplicate it for themetools as an exercise :-) Frédéric msg01009/pgp0.pgp Description: PGP signature

[Pgui-devel] Some textbox progress

2002-04-08 Thread Micah Dowty
Hi Everybody, Since I still haven't heard back from John about his new textbox widget, I resumed efforts to fix up our current design. I found the small bug that prevented anything from formatting correctly, so now for example Atomic Navigator can load http://google.com and http://slashdot.org

Re: [Pgui-devel] pgserver version checking

2002-04-08 Thread Micah Dowty
Thanks for pointing this out, I added code to print a message to the console before attempting to create the dialog box. On Sat, Mar 23, 2002 at 08:18:30AM +0100, SvenSvin wrote: > In the pgInit function in cli_c/src/netcore.c, after having determined > that pgserver is running a too old protoco

Re: [Pgui-devel] vtboot problem

2002-04-08 Thread Micah Dowty
This looks like a problem with the cross compiler you're using. I haven't tried the one you're using, but I've had success with the ones at http://linux-vr.org On Wed, Apr 03, 2002 at 09:41:38PM +, Mark and Janice Juszczec wrote: > > Hi folks > > I downloaded the Matt Welland's distributio

Re: [Pgui-devel] Header reorganization

2002-04-08 Thread Micah Dowty
On Mon, Apr 08, 2002 at 08:56:06AM +0200, Frederic Gobry wrote: > > I'm not sure I did this right as I'm still new at automake and such, > > but it seems to work.. Now all headers are unique in CVS, and cli_c > > and themetools expect to find pgserver's headers installed. This > > Great ! I notic

Re: [Pgui-devel] Video base rotation

2002-04-08 Thread Pascal Bauermeister
On Fri, 2002-04-05 at 20:12, Yann Vernier wrote: > On Fri, Apr 05, 2002 at 05:12:17PM +0200, Philippe Ney wrote: > > Hi Micah, > > For calibration purpose I need to get the base rotation of the server > > from client side. > > This information is maybe useful for somenone else. > > As it seems the