The second beta (v1.57) is now online, at the same location.
This version fixes all the issues discussed yesterday. Multiple widgets should work correctly now.
PhoneEvents was refactored to remove the READ_STATE permission if it is not needed. Use PhoneEvents.InitializeWithPhoneState if you need the PhoneState event (the permission will be added in this case).
There is also a new method: Phone.SendBroadcastIntent.
The help for PhoneEvents.InitializeWithPhoneState is wrong, it omits the EventName parameter. Also passing a PhoneID instance looks a bit odd as a PhoneID is not initialised to this particular phone, and anyway it doesn't seem to be used in the method (unless JD-GUI has missed it!).
Ah! clever :icon_clap: I missed that. I wondered what the permission mechanism was but assumed you might have fiddled it in the compiler - I should have known better :sign0161:, you wouldn't do a hack like that would you!