[Pgui-devel] compile pgserver

2001-11-01 Thread jacky_pan
Dear all, I try to compile pgserver on linux for uclinux-m68k,but meet some trouble.I get the source code via CVS.All the files, including autogen, configure, Makefile, are DOS format.So I must change these file to unix format to run autogen and configure.But some files are created in the proce

[Pgui-devel] compile pgserver

2001-11-01 Thread jacky_pan
Dear all, I try to compile pgserver on linux for uclinux-m68k,but meet some trouble.I get the source code via CVS.All the files, including autogen, configure, Makefile, are DOS format.So I must change these file to unix format to run autogen and configure.But some files are created in the proce

Re: [Pgui-devel] flat button behaviour and popup questions

2001-11-01 Thread Micah Dowty
Quoting Philippe Ney <[EMAIL PROTECTED]>: > Hi Micah, hi all, > > a) > FlatButton automagically inherite form properties of Button, then if in > a theme > file I define a 'button.on' object, this will also act on my > FlatButton. > Is there a way to avoid this behaviour? The flatbutton has its

[Pgui-devel] Support for threading picogui.

2001-11-01 Thread Eric Christianson
A new configuration option has been added (along with feature binding for it) to support multi-threading picogui. We are able to successfully run pgserver (and the client library) in a multi-threaded environment. Selecting the configure option --enable-threading will essentially "protect" calls i

[Pgui-devel] flat button behaviour and popup questions

2001-11-01 Thread Philippe Ney
Hi Micah, hi all, a) FlatButton automagically inherite form properties of Button, then if in a theme file I define a 'button.on' object, this will also act on my FlatButton. Is there a way to avoid this behaviour? b) when 2 applications are running, say for example a toolbar and a normal app, ev