
I try to use PGAlerter on iOS (XE5, iOS7). It seems to work fine (gets event from database) but has problem running other procedure that should refresh visual components.
If I programmed OnEvent to refresh query and than refresh labels on form, nothing (visible) will happen until I tap screen. Nothing happens... I can run control.invalidate, control.repaint, handleMessage, processMessages... nothing
If I programmed showmessage in OnEvent procedure couple of times, it shows messages at once (not one by one after closing previous one). Normally, several ShowMessage behaves like I used to expect, but not it invoked by Alerter.OnEvent procedure.
Could you please check and / or point me - what do I do badly?
regards
Mario