-
Notifications
You must be signed in to change notification settings - Fork 0
Unable to get calendar extension to run off a View #291
Comments
Hi, Can you post the device logs when you experience the freeze?
Also have you correctly added the activity to your manifest additions?
|
Hi, Did you get a chance to look into this? Can you send me a sample view based app that contains a working version of the extension. I need to know if this works or not. Thanks, Avinoam. מאת: Michael [mailto:notifications@github.com] Hi, Can you post the device logs when you experience the freeze? adb logcat — |
See questions above? |
Unfortunately no. The device is not connected to the computer so I can't debug it on the device. But if you can send me a simple view based project that runs on your phone then that would help a lot. Thanks. מאת: Michael [mailto:notifications@github.com] See questions above? — |
What about the manifest additions? |
Of course i have added.
|
Hello Michael, Everything is fine now. It works. Can't really say what was the problem. I started a new project and it just workd. So thanks :-) 3 more questions:
Thanks, Avi מאת: Michael [mailto:notifications@github.com] What about the manifest additions? — |
Hi,
I've added the calendar ANE into a simple application with 1 view and tried to get it running on my Galaxy Note 3. Basically I took your sample app that seems to work as is and added it to a view based app. But when I click on the "request access" button (see below) the whole thing just freezes. Does the ANE not work in View based apps?
I am running android v4.4.2
here is the view:
<s:View xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" title="Calendar View">
/s:View
The text was updated successfully, but these errors were encountered: