12-21-2012 09:51 AM
Confirmed, I removed the SystemToast from my code and SystemDialog works now just fine!
12-21-2012 10:10 AM
helex wrote:
Confirmed, I removed the SystemToast from my code and SystemDialog works now just fine!
you should open an issue
(there are also problems with SystemDialog, SystemProgressDialog from C++)
01-05-2013 07:30 PM
Have any of you had any success with this yet? I have both SystemDialogs and taosts, onFinished is working perfectly fine in my SystemDialogs but it is not working at all in my toasts.
01-06-2013 05:07 AM
No success over here. But it is the other way around over here. SystemToast working fine, but the SystemDialog doesn't. Bug reported, but it is marked as private as usual. So doesn't make sense to post a link to the report over here. But I let a information about this discussion at the Issue Report.
I have already tried to put the SystemDialog inside a ComponentDefinition {} and load it just before I use it. But without success. I haven't tried to put the SystemToast instead of the SystemDialog inside a ComponentDefinition {}, perhaps this could have solved the issue, I don't know. ![]()
The solution for me was to change my Application and simply don't use the SystemToast. ![]()
01-06-2013 06:49 AM
also having huge problems with SystemDialog, SystemProgressDialog, ...
got the information that it should work much better with next OS
hope next version will be available soon
01-08-2013 07:57 AM
Hi A7omic,
Which device are you using? I have both Dev Alpha A and Dev Alpha B. It reproduces on Dev Alpha A but works fine on Dev Alpha B. I know this sounds really silly. There's no relevance with hardware. Even I was shocked when I observed this.
01-08-2013 03:38 PM
_NishantShah wrote:Which device are you using? I have both Dev Alpha A and Dev Alpha B. It reproduces on Dev Alpha A but works fine on Dev Alpha B. I know this sounds really silly. There's no relevance with hardware. Even I was shocked when I observed this.
WOW! I hope this isn't true. I have a Dev Alpha A over here. I thought the Hardware is Binary compatible.
01-08-2013 03:59 PM
for me it fails on Dev Alpha A and B
01-08-2013 10:16 PM
I am using the Dev Alpha A.
01-09-2013 12:28 AM - edited 01-09-2013 12:28 AM
Yeah helex it is. I am stil not sure how is this possible. But for me same code works on Dev Alpha B but not on Dev Alpha A.