01-12-2013 04:17 PM
Hi,
I'm having an issue with displaying a global modality dialog box not getting displayed since the SDK update - it also used to work in the old device OS but does not after the latest update.
I've used the following example to display the dialog in C++:
https://developer.blackberry.com/cascades/document
It seems to run through OK and no errors are generated - it successfully connects to the signals, then when I do dialog->show() nothing seems to happen - no errors or anything.
Has something changed in the latest release that could affect this? This is a vital feature of my app and it is currently useless ![]()
Many thanks!
01-12-2013 05:01 PM
01-12-2013 05:16 PM
I'm using all kind of dialogs heavy in my apps
but I never set to global modality - only application modality which is the default
all these dialogs are now working well - I had many issues with beta4 and gold
if global modality doesn't work you should open an issue
BTW: from my POV only in very rare cases you should use a global modality
users should work as smooth as possible to have a seamless-workFLOW-experience
so I decided for my apps only to use Application Modality
01-12-2013 05:30 PM
01-12-2013 06:03 PM
01-13-2013 02:19 AM
perhaps a side-effect of fixing all the other bugs with SystemDialogs
02-19-2013 06:37 PM