Re: [Pgui-devel] Event filtering

2001-07-17 Thread Micah Dowty
Sort of... You can capture all input, but there's no way to pass that back to the rest of the input dispatching system. The closest thing to this now is the 'hotkey' system for widgets. You can set the WP_HOTKEY property of a widget to a PGKEY_* constant, and the widget will be activted when t

Re: [Pgui-devel] Event filtering

2001-07-17 Thread Brandon Smith
Sean, I am glad that you like my Hiaku error messages. Those messages and a game are my only contribution to PicoGUI right now. Hopefully I will be able to find the time to get into the server, and maybe have answers to questions, but thanks for you comment. It made me feel useful. Cheers,

[Pgui-devel] Event filtering

2001-07-17 Thread Sean Barnes
Is it possible for one application to process all keyboard event before they get passed to their normal event processor? I would like to have my VR3 touchscreen driver send F1 - F7 keys for the seven silkscreen buttons. Then the session manager (a program launcher right now) could launch a differe

RE: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Sean Barnes
> Hmm. I'd like to see the output of 'pgserver -l' and a copy of > your config file if you are using one. > > The 'driver already loaded' message is actually talking about the > input driver. (i should clarify this i suppose) Are you loading > sdlinput in the config file? The sdlfb driver automat

RE: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Micah Dowty
Hmm. I'd like to see the output of 'pgserver -l' and a copy of your config file if you are using one. The 'driver already loaded' message is actually talking about the input driver. (i should clarify this i suppose) Are you loading sdlinput in the config file? The sdlfb driver automatically lo

RE: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Sean Barnes
> Frederic changed some of the build system macros for SDL, but > nothing in the code has changed that should break SDL. SDL works > fine for me. Make sure you are really loading the SDL driver with > a '-v sdlfb' on the command line. > > When I do that it complains that the driver is already lo

Re: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Philippe Ney
Done. At this time, I cannot explain exactly why, but passing an empty string break pgserver running in Copilot environment. It's now #ifdef'ed I apologize for the time you maybe lost, guys. -philippe > Actually, Philippe, that change to pgmain might be the cause of this problem. I just >tried r

Re: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Philippe Ney
Micah Dowty wrote: > > Actually, Philippe, that change to pgmain might be the cause of this problem. I just >tried running the latest CVS code with no config file, and it segfaulted. The gdb >backtrace reveals that apparently sscanf() didn't like being passed a NULL string on >line 400 of pgma

Re: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Micah Dowty
Actually, Philippe, that change to pgmain might be the cause of this problem. I just tried running the latest CVS code with no config file, and it segfaulted. The gdb backtrace reveals that apparently sscanf() didn't like being passed a NULL string on line 400 of pgmain.c The way the line orig

Re: [Pgui-devel] pgserver crashes without config file

2001-07-17 Thread Philippe Ney
> It seems like pgserver will crash if you try and start it without a > /etc/pgserver.conf file. Not a big problem, as long as you realize why it's > happening =) You might want to install a basic config file in "make > install" On pc? Strange... I don't saw anything like that, but I had somethi