02-29-2012 08:16 AM
Hello All.
I have a picture ring in my program. I have made its callback function and the default event i.e. EVENT_COMMIT occurs behind the code and it actually performs event on click. Now i want to make its action happen not on click but when i release my mouse click. i,e, i want to make event happens when i release my mouse click. Is there any other event for that or what should i do
Regards.
02-29-2012 09:08 AM
What about EVENT_LEFT_CLICK_UP?