IDE programming ApCreateModule

Hi,

I’m doing an application that display a pop up window when a serial data is available to be read. The pop up window have a Close button for close this pop up window.

The problem that I have, is when I make the pop up window to appear the button for close it doesn’t work, and I can´t close the pop pup window.

I have a thread that scans the serial port, and makes the ApCreateModule part.

Thanks

I would suggest that you create a very simple program that pops up a window on some other event, say a timer that fires every 20 seconds. See if you get the same results. If not, find out what is different in the code.

did u attached proper callback for this button ( like DONE: )?