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