Le 20/02/2013 13:48, Roy Collings a écrit : > Sounds handy! :) How do I access it? I've tried self.NotificationScreen, > self.app.NotificationScreen and self.app.NotificationScreen but to no avail.
so, first, I was wrong, it was UtilityTray. ;) I believe you can access it with : window.wrappedJSObject.UtilityTray so : window.wrappedJSObject.UtilityTray.show() should work. _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
