09-10-2012 04:29 AM
Is anyone know how to dynamically call control event(like one button click) when another numeric value changed or menu clicked?
For example,
MSG_A button click event is pop up "hello, world" message dialog.
if numeric value changed(event numeric value changed by calculation) and menu clicked, it will call MSG_A button event which pop up "hello, world" message dialog. If can implement, i think it will very easy to handle the same code cases.
09-10-2012 04:34 AM
09-10-2012 04:36 AM
Hi,
Are you looking for something like this?