Hi all... I'm testing PICO-GUI for porting it to a mobile device. We are in a pre-devolopment-state and want to find out if this project could fit our requirements. After initial testing of some examples I would like to start programm an app which receives KEY-Events, but I was not able to achieve this. In the first step I would like to implement a launcher app which shows small icons for each installed application. Additionally this app should also show Softkeys and things like battery-status and other status informations. The appliations should be addressed by using Key-Events (eg. KEY_DOWN/UP/LEFT/RIGHT/ -> KEY_ENTER). For testing purposes I set up a map-file and an appropriate *.conf-file. The TAB-Key-Event Toggles (so it should work, but I would like to use Special Key-Events to generate own actions.
- What kind of Widget should I use for my launcher-app ? canvas ? - How can I receive and handle key-events ? Any help would be great... Best Regards Claus -----Urspr�ngliche Nachricht----- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Samstag, 6. M�rz 2004 05:05 An: [EMAIL PROTECTED] Betreff: Pgui-devel digest, Vol 1 #671 - 1 msg Send Pgui-devel mailing list submissions to [EMAIL PROTECTED] To subscribe or unsubscribe via the World Wide Web, visit https://lists.sourceforge.net/lists/listinfo/pgui-devel or, via email, send a message with subject or body 'help' to [EMAIL PROTECTED] You can reach the person managing the list at [EMAIL PROTECTED] When replying, please edit your Subject line so it is more specific than "Re: Contents of Pgui-devel digest..." Today's Topics: 1. Re: Memory leakage (Pieter Grimmerink) --__--__-- Message: 1 From: Pieter Grimmerink <[EMAIL PROTECTED]> To: Raghu Ram Murthy <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: [Pgui-devel] Memory leakage Date: Fri, 5 Mar 2004 13:30:53 +0100 On Thursday 04 March 2004 18:51, Raghu Ram Murthy wrote: > I found a small bug. ... > *** ERROR (MEMORY) : Memory leak detected on exit. > Fire up gdb and call a plumber I think it's in the X11 driver (I remember some X11 related calls being pointed at when running valgrind) Don't know for sure, I decided not to try and find/fix them, since I'm not going to use the X11 drivers. Valgrind is your friend when you want to fix memory problems. Regards, Pieter --__--__-- _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel End of Pgui-devel Digest ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
