12-17-2012 06:29 PM
I'm using Cascades SystemDialog and SystemProgressDialog in many cases through my app (OpenDataSpace at github)
if connecting / transmitting to / from server the SystemProgressDialog is great and before invoking actions like 'Delete Folder with content in Cloud' I better ask the user with SystemDialog
if these dialogs were used many times, then suddenly they're only partly visible, or half-transparent, or default / cancel buttons are frozen, or complete app frozen or dialog isn't visible from UI but the app is 'thinking' it's there and runs thru the code. (verified this by logging)
sometimes I can use Dialogs 10 times or more, sometimes only 2 or 3 times
tried reusing Dialog, tried always to create a new one
doesn't matter if show() or exec()
---------
will create an app to make it reproducable and submit issue,
but wanted to ask first if others have noticed the same with Gold SDK