Hello,

I have a few questions about PicoGUI.
We are looking to use PicoGUI in our device, and I'm trying to find out 
whether it would be suitable for what we want.

-Our device can have up to 3 small (122x32) displays
Do I have to start pgserver three times, with different drivers?
Can pgserver be started more then once, when an extra commandline argument is 
added, to specify the socket to bind to?
Or is there something like multiple displays within the same pgserver?

-The software running on our device consists of a lot of modules, each of them 
having their own displaymessages. Each display has a priomanager, constantly 
monitoring the modules' priority, the highest prio module will get its 
message displayed, and will receive userinput.
To implement such a priomanager for picogui, I'll need functions like 
'lower'/'raise'/'make topmost' or just 'show' and 'hide'
I saw there is a function pgSetFocus. Does it make the widget topmost?
Do I need an application manager for this?
I use the 'null app manager', because that seems to make the video driver a 
lot easier (I've written my own simple video driver)

-Do I need to write an input driver for our small keyboard, or can I simply 
inject the key events into picogui?

Thanks a lot for any help.

Regards,

Pieter Grimmerink



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to