On Thu, Jul 24, 2003 at 12:16:19PM +1200, Eric Gillespie wrote:
> On Wed, 23 Jul 2003, Marine Martin-Guillerez wrote:
>
> :I've install a Mandrake Linux 9.1 (the last version i know) wich include the
> :SDL. But, when i want to install PicoGUI with the file of the snapshot and i
> :run the command
On Wed, 23 Jul 2003, Marine Martin-Guillerez wrote:
:I've install a Mandrake Linux 9.1 (the last version i know) wich include the
:SDL. But, when i want to install PicoGUI with the file of the snapshot and i
:run the commande ./configure, he didn't found the SDL library which is in
:the standard p
Hello,
> whoever is bornet - thanks for the fix. I thought I had already
> done that (at least for me it worked) but whatever you improved,
> thanks.
No problems. Thanks for the comment. :-)
Olivier
--
Olivier Bornet http://www.smartdata.ch/
[EMAIL PROTECTE
hi,
i posted this problem a while ago, but i`m now in the need of a soloution.
i have defined an input filter like this:
int myFilter(struct pgEvent *evt) {
union pg_client_trigger *trig = evt->e.data.trigger;
char c;
c = trig->content.u.kbd.key;
if (c=='\r') c = '\n';
pgReplaceTextFmt
I just searched through my IRC logs, it looks like I told you to use
"pgserver < /dev/tty0 > /dev/tty0"
Would still be nice to know why the config option failed :)
--Micah
On Wed, Jul 23, 2003 at 12:11:00PM +0200, Peter Hermsdorf wrote:
> mhm, this change has no effect. still
> *** ERROR (IO) :
mhm, this change has no effect. still
*** ERROR (IO) : Error initializing keyboard
i remember that the last working solution was something with piping the
input when calling pgserver, but i wasn`t able to get that working again.
maybe you can crawl your brain for that again !? :)
thx
btw: i ho
There is a intpu-ttykb.device configuration variable as documented in
README.configfile. It defaults to /dev/tty, you'd probably want to
change it to /dev/tty0.
--Micah
On Wed, Jul 23, 2003 at 10:36:07AM +0200, Peter Hermsdorf wrote:
> hi all,
>
> i`m using picogui on a sharp zaurus and i`m star
The Python client library already has some support for threading. I
doubt threading will ever be added to the current C client library. The
code is too messy. There were plans to reimplement the C client with a
cleaner design and thread support, but nobody is planning on actually
coding it AFAIK.
hi all,
i`m using picogui on a sharp zaurus and i`m starting pgserver through a
ssh session over the usb networking.
when using the rawttykb input driver i can`t start pgserver because
pgserver can`t init the keyboard. what would be a soloution to redirect
the ssh key input to the input driver
> The C client library does not support threading. If you use picogui in a
> multithreaded program, you may only make PicoGUI API calls from one
> thread.
>
> On Tue, Jul 22, 2003 at 12:48:15PM +0200, Marine Martin-Guillerez wrote:
> > For displaying an image can we include the function for displa
I've install a Mandrake Linux 9.1 (the last version
i know) wich include the SDL. But, when i want to install PicoGUI with the file
of the snapshot and i run the commande ./configure, he didn't found the SDL
library which is in the standard path (/usr/lib/). When i try to give the
specific p
11 matches
Mail list logo