Glad to hear you got it working.  Thanks for being the guinea pig.  I'll
update the UWP mobile install process in the docs accordingly.

Thanks for the bug report.  I've added it to the issue tracker here
https://github.com/codenameone/CodenameOne/issues/1808

Steve

On Mon, Jun 27, 2016 at 2:04 PM, Bryan Buchanan <[email protected]> wrote:

> Thanks Steve, that worked fine - very, very impressive what you've done.
>
> A couple of things don't work.
>
> If you click the overflow menu and choose a store, then on the Store form,
> the overflow menu there gives these options:
>
> getToolbar().addMaterialCommandToOverflowMenu("Call " +
> CommonContext.INSTANCE.getAddresses()[storeindex].getName(),
> FontImage.MATERIAL_CONTACT_PHONE, new Command("") {
>
>             @Override
>             public void actionPerformed(ActionEvent evt) {
>                 Display.getInstance().callSerially(() -> {
>
> Display.getInstance().dial(CommonContext.INSTANCE.getAddresses()[storeindex].getCallnumber());
>                 });
>             }
>         });
>
>         getToolbar().addMaterialCommandToOverflowMenu("Directions",
> FontImage.MATERIAL_DIRECTIONS, new Command("") {
>
>             @Override
>             public void actionPerformed(ActionEvent evt) {
>                 Display.getInstance().callSerially(() -> {
>
> Display.getInstance().openNativeNavigationApp(CommonContext.INSTANCE.getAddresses()[storeindex].getLatitude(),
>
> CommonContext.INSTANCE.getAddresses()[storeindex].getLongitude());
>                 });
>             }
>         });
>
>         getToolbar().addMaterialCommandToOverflowMenu("Location Map",
> FontImage.MATERIAL_MAP, new Command("") {
>
>             @Override
>             public void actionPerformed(ActionEvent evt) {
>
>                 Display.getInstance().callSerially(() -> {
>                     Display.getInstance().execute("
> https://www.nst.net.au/maps/"; +
> CommonContext.INSTANCE.getAddresses()[storeindex].getName() + ".html");
>                 });
>             }
>         });
>
> None of the Display.getInstance() functions seem to work.
>
> Thanks,
>
> Bryan
>
> On 28 June 2016 at 00:52, Steve Hannah <[email protected]>
> wrote:
>
>> This installed and runs on my Lumia 640 with no problem.  I'm guessing it
>> must be something to do with the dependencies.  Try this:
>>
>> instead of including the dependencies in the dependencies section of the
>> upload form.  Try adding them (the .appx files) individually as if you were
>> installing them as apps.  I.e. for each .appx dependency, add it in the
>> "App package" section (choose file) rather than the "Dependencies" section.
>>
>> Then after you have installed both dependencies, try to install your app
>> again.
>>
>> Steve
>>
>> On Fri, Jun 24, 2016 at 11:07 PM, Bryan Buchanan <[email protected]>
>> wrote:
>>
>>> Attached. If it's too big for your email I'll put it somewhere you can
>>> ftp it.
>>>
>>> On 25 June 2016 at 16:03, Steve Hannah <[email protected]>
>>> wrote:
>>>
>>>> Can you send me the appxbundle so I can take a look?
>>>>
>>>> On Fri, Jun 24, 2016 at 10:58 PM, Bryan Buchanan <[email protected]>
>>>> wrote:
>>>>
>>>>> It was - I can view/run all the apps on the phone etc. Using the
>>>>> management web page I can also view processes, network etc, so I think 
>>>>> it's
>>>>> all alive.
>>>>>
>>>>> On Saturday, June 25, 2016 at 3:55:34 PM UTC+10, Steve Hannah wrote:
>>>>>>
>>>>>> One thing that comes to mind is that I think the phone has to be on
>>>>>> and unlocked (i.e. not in the lock screen) when you install the app.
>>>>>>
>>>>>> --
>>>>> You received this message because you are subscribed to the Google
>>>>> Groups "CodenameOne Discussions" group.
>>>>> To unsubscribe from this group and stop receiving emails from it, send
>>>>> an email to [email protected].
>>>>> Visit this group at
>>>>> https://groups.google.com/group/codenameone-discussions.
>>>>> To view this discussion on the web visit
>>>>> https://groups.google.com/d/msgid/codenameone-discussions/996b521d-2e1c-4e70-9b3b-2e55f9124f5d%40googlegroups.com
>>>>> <https://groups.google.com/d/msgid/codenameone-discussions/996b521d-2e1c-4e70-9b3b-2e55f9124f5d%40googlegroups.com?utm_medium=email&utm_source=footer>
>>>>> .
>>>>>
>>>>> For more options, visit https://groups.google.com/d/optout.
>>>>>
>>>>
>>>>
>>>>
>>>> --
>>>> Steve Hannah
>>>> Software Developer
>>>> Codename One
>>>> http://www.codenameone.com
>>>>
>>>> --
>>>> You received this message because you are subscribed to a topic in the
>>>> Google Groups "CodenameOne Discussions" group.
>>>> To unsubscribe from this topic, visit
>>>> https://groups.google.com/d/topic/codenameone-discussions/nFaxWOi9m8g/unsubscribe
>>>> .
>>>> To unsubscribe from this group and all its topics, send an email to
>>>> [email protected].
>>>> Visit this group at
>>>> https://groups.google.com/group/codenameone-discussions.
>>>> To view this discussion on the web visit
>>>> https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKV2pPKJAv7OSETm0tEd9iYDKcD3Etk4%3DPjdzvmSCmkBNw%40mail.gmail.com
>>>> <https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKV2pPKJAv7OSETm0tEd9iYDKcD3Etk4%3DPjdzvmSCmkBNw%40mail.gmail.com?utm_medium=email&utm_source=footer>
>>>> .
>>>>
>>>> For more options, visit https://groups.google.com/d/optout.
>>>>
>>>
>>>
>>
>>
>> --
>> Steve Hannah
>> Software Developer
>> Codename One
>> http://www.codenameone.com
>>
>
>


-- 
Steve Hannah
Software Developer
Codename One
http://www.codenameone.com

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKUi2fGo0Du9VJzF%3DKbjUWqzzt27Ri7FbHAh-i_6_w9Y7Q%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to