Qtopia Question

Mankin
When I run ts_calibrate or an application I made, when I click on my app,
the click is also processed by Qtopia in the background, is there a away to
avoid this? 
I notice that the recalibrate app (native to Qtopia) for example makes the
Qtopia to shutdown removing it from the background so ts_calibrate runs
properly

davef
It sounds like you have discovered how to make an icon and click on it. 
Are you using Qcreator?  In this case, wouldn't you want Qtopia to process
your click and run your application?

I don't understand what you mean by clicking on your application (in the
foreground and on what?) and having Qtopia process it in the background.

I run my application from bash, with Qtopia in the background (I guess) and
it runs OK.

Mankin
I did a simple window on QtCreator , when i run the app -> ./hellogui -qws
, if i click any place of the hellogui window, the click is also processed
by the background, that in this case is QTopia. I want Qtopia to process a
click only when app is closed, similiar to native qtopia apps.