[codenameone-discussions] action event on a Table so that when I access a cell I can take an action like popup a dialog of choices

2017-08-05 Thread shop . service . assistant
If you are experiencing an issue please mention the full platform your 
issue applies to:
IDE: NetBeans/Eclipse/IDEA NetBeans 8.2
Desktop OS Windows 10
Simulator 7.3
Device Simulator

I too am a Swing Developer and am looking for an action event on a Table so 
that 
when I access a cell (focusgained) I can take an action like popup a dialog 
of choices, however
I am not sure which listener to use.
I have looked at the addFocusListener, however I do not receive focusGained 
or focusLost event

A3TimeSheetTable is of class  com.codename1.ui.table.Table

A3TimeSheetTable.addFocusListener(new 
com.codename1.ui.events.FocusListener() {

@Override
public void focusLost(Component cmp) {
System.out.println("focus Lost Component = "+cmp);
}
@Override
public void focusGained(Component cmp) {
System.out.println("focus Gained Component = "+cmp);
}
});

-- 
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 codenameone-discussions+unsubscr...@googlegroups.com.
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/bc600a1b-34da-4a3e-9395-a32c4b763447%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: deploying with application loader

2017-08-05 Thread jesper . l . bak
I am using Mac OS 10.12.5 and Application Loader 3.0
The error message is ERROR ITMS-90168: "The binary you uploaded was invalid"

On Wednesday, August 2, 2017 at 11:55:52 AM UTC+2, jesper...@gmail.com 
wrote:
>
> I get an error when uploading the ipa file with application loader.
> The project has been generated in Netbeans and run well in the simulator 
> and the iOS debug build works fine on a sigle device.
> Certificates have been genrated in Netbeans.
> What can be the problem, and where to get help?
>

-- 
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 codenameone-discussions+unsubscr...@googlegroups.com.
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/97ce1c86-5f98-4e55-8b39-3fd3cbf140c9%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: best practice for devices installing application updates VIA codenameone

2017-08-05 Thread Shai Almog
We don't distribute apps in any subscription tier. The install is only for 
development purposes. 

When your app is ready you need to distribute it via itunes/google 
play/microsoft store etc.

If your app is for internal corporate use you still need to go thru that 
route but there are special cases for each vendor e.g. Apple has its own 
enterprise iOS developer account.

-- 
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 codenameone-discussions+unsubscr...@googlegroups.com.
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/46f23d60-6124-45d4-8f41-ea3e7b44a242%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[codenameone-discussions] Re: Get current IP address of device

2017-08-05 Thread Shai Almog
Currently we don't have such an API. It gets pretty hairy even in native 
Java SE/Android as you can see from the API calls above. 
It's worse since this can change dynamically as the user walks around...

-- 
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 codenameone-discussions+unsubscr...@googlegroups.com.
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/d6f9009f-19a8-4362-8a36-2e0f9b2b772a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [codenameone-discussions] Re: Playing video crashes ios

2017-08-05 Thread Shai Almog
I think it was closed due to the fix not removed.

-- 
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 codenameone-discussions+unsubscr...@googlegroups.com.
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/41e175cd-c14e-4f4a-afeb-a033b57bc14e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.