Hi All !

I have an addidtional question regarding application management...

Would it be possible to install an eventhandler in each application wich
would be called from the 
server when the appropriate app receives the focus (bringing to the top on
the screen) ?

Currently, I have some APPs, which installs their own keyevent handler when
they are displayed by using following code:

pgNewInFilter(pgGetServerRes(PGRES_INFILTER_KEY_PREPROCESS),
PG_TRIGGER_CHAR, PG_TRIGGER_CHAR);
pgBind(PGBIND_ANY,PG_NWE_INFILTER,&vMyKeyEventHandler,NULL);

Each Time the server brings one App to the top (automatically due to the
Z-Order, when I hide for instance the currently used app) I would like to
reinitialize my Inputfilter to receive all characters again.

Any hint would be greatful...

Best regards 
Claus




-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to