PDA

View Full Version : [TBGL] How do I handle events in TBGL?(such as WM_COPYDATA)



leonhardt
22-05-2013, 12:45
as the title,how to do? I don't need to handle the drag and drop file event.

Petr Schreiber
22-05-2013, 13:42
Hi Leonhardt,

if you need such a functionality, I would recommend to use TBGL canvas instead of TBGL window.
Then you can handle various dialog events in the callback.

The template for TBGL canvas can be found in ThinAir:

File/New
Click TBGL template folder
Click TBGL_InDialog_* template which will suite you most


Petr

leonhardt
22-05-2013, 14:18
Hi Leonhardt,

if you need such a functionality, I would recommend to use TBGL canvas instead of TBGL window.
Then you can handle various dialog events in the callback.

The template for TBGL canvas can be found in ThinAir:

File/New
Click TBGL template folder
Click TBGL_InDialog_* template which will suite you most


Petr

Thank you very much!:p