Picker not selecting on windows desktop or phone

36 views
Skip to first unread message

poll...@outlook.com

unread,
Jul 8, 2018, 1:48:15 PM7/8/18
to CodenameOne Discussions
If you are experiencing an issue please mention the full platform your issue applies to:

Desktop OS
Simulator
Device (windows phone)

Is anyone else having problems with PIcker?  It is not selecting on simulator, windows desktop,
or windows phone.  Works fine on android device.  Cancel and done work, but elements won't
select.

Shai Almog

unread,
Jul 9, 2018, 12:39:03 AM7/9/18
to CodenameOne Discussions
Just did this:

Form test = new Form("Picker", BoxLayout.y());

int[] PICKER_TYPES = new int[] {PICKER_TYPE_CALENDAR, PICKER_TYPE_DATE,
PICKER_TYPE_DATE_AND_TIME
, PICKER_TYPE_DURATION,
PICKER_TYPE_DURATION_HOURS
, PICKER_TYPE_DURATION_MINUTES,
PICKER_TYPE_STRINGS
, PICKER_TYPE_TIME};

for(int t : PICKER_TYPES) {
   
Picker p = new Picker();
    p
.setType(t);
    test
.add(p);
}

test
.show();

Except for String picker which I didn't include this seems to work correctly, tried each entry twice:


Russ Lynch

unread,
Jul 9, 2018, 8:53:36 AM7/9/18
to codenameone...@googlegroups.com

Thanks much for taking the time to include a complete example.

When I add

p.setType(PICKER_TYPE_STRINGS);

to my pickers, they work.

 

I was letting the picker type default.

 

-Russ

 


From: codenameone...@googlegroups.com <codenameone...@googlegroups.com> on behalf of Shai Almog <shai....@gmail.com>
Sent: Monday, July 9, 2018 12:39:03 AM
To: CodenameOne Discussions
Subject: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone
 
--
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/ltstsDO4H3Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codenameone-discu...@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/d36ecacf-863d-488e-b280-6ca28d37ecc7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Russ Lynch

unread,
Jul 9, 2018, 9:52:29 AM7/9/18
to codenameone...@googlegroups.com

I ran your code in a blank project, and it worked fine.

Then I refreshed the cn1 libraries to facilitate a successful build.

The picker no longer selects when I run in the simulator…

 

 


From: codenameone...@googlegroups.com <codenameone...@googlegroups.com> on behalf of Russ Lynch <poll...@outlook.com>
Sent: Monday, July 9, 2018 8:53:32 AM
To: codenameone...@googlegroups.com
Subject: RE: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone
 

Shai Almog

unread,
Jul 10, 2018, 12:28:34 AM7/10/18
to CodenameOne Discussions
I wasn't able to reproduce this on the latest version. What's your plugin version?
What's in your Versions.properties in the project folder?

Russ Lynch

unread,
Jul 10, 2018, 9:21:06 AM7/10/18
to codenameone...@googlegroups.com

Windows 1803

I am running NetBeans 8.2

Codename One 4.0.0

XML Entity Catalog UI 2.3.1.4

 

I am not sure how to check Versions.properties in the project folder.

 


Sent: Tuesday, July 10, 2018 12:28:33 AM
To: CodenameOne Discussions
Subject: Re: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone
 
I wasn't able to reproduce this on the latest version. What's your plugin version?
What's in your Versions.properties in the project folder?

--
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/ltstsDO4H3Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codenameone-discu...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.

Russ Lynch

unread,
Jul 10, 2018, 1:46:47 PM7/10/18
to codenameone...@googlegroups.com

These are the build errors I get when I attempt to send a successful build to

Windows UWP:

Building for username: poll...@outlook.com

C:\Users\DI5\Documents\NetBeansProjects\CodenameOne999\build.xml:548:

java.lang.NoClassDefFoundError: com/eclipsesource/json/JsonObject

              at com.codename1.build.client.CodeNameOneBuildTask.getUserType(CodeNameOneBuildTask.java:1088)

              at com.codename1.build.client.CodeNameOneBuildTask.execute(CodeNameOneBuildTask.java:263)

              at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:293)

              at sun.reflect.GeneratedMethodAccessor96.invoke(Unknown Source)

              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

              at java.lang.reflect.Method.invoke(Method.java:498)

              at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)

              at org.apache.tools.ant.Task.perform(Task.java:348)

              at org.apache.tools.ant.Target.execute(Target.java:435)

              at org.apache.tools.ant.Target.performTasks(Target.java:456)

              at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1405)

              at org.apache.tools.ant.Project.executeTarget(Project.java:1376)

              at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)

              at org.apache.tools.ant.Project.executeTargets(Project.java:1260)

              at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:286)

              at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:555)

              at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:153)

Caused by: java.lang.ClassNotFoundException: com.eclipsesource.json.JsonObject

              at org.apache.tools.ant.AntClassLoader.findClassInComponents(AntClassLoader.java:1388)

              at org.apache.tools.ant.AntClassLoader.findClass(AntClassLoader.java:1337)

              at org.apache.tools.ant.AntClassLoader.loadClass(AntClassLoader.java:1089)

              at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

              ... 17 more

BUILD FAILED (total time: 2 seconds)

 

NOTE: after I update the cn1 library OR install a certificate, the picker will no longer

“select” elements.

 

 


From: codenameone...@googlegroups.com <codenameone...@googlegroups.com> on behalf of Russ Lynch <poll...@outlook.com>
Sent: Tuesday, July 10, 2018 9:21:02 AM
To: codenameone...@googlegroups.com
Subject: RE: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone
 

Shai Almog

unread,
Jul 11, 2018, 12:11:53 AM7/11/18
to CodenameOne Discussions
Update the plugin to 4.3. Right click the project then select Codename One ->  Codename One Settings -> Basic -> Update Client Libs.

This should bring you up to date on all fronts.

Russ Lynch

unread,
Jul 11, 2018, 8:57:35 AM7/11/18
to codenameone...@googlegroups.com

There is no update client libs under Codename One Settings -> Basic ->

 


Sent: Wednesday, July 11, 2018 12:11:53 AM

To: CodenameOne Discussions
Subject: Re: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone
Update the plugin to 4.3. Right click the project then select Codename One ->  Codename One Settings -> Basic -> Update Client Libs.

This should bring you up to date on all fronts.

--
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/ltstsDO4H3Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codenameone-discu...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.

Russ Lynch

unread,
Jul 11, 2018, 9:14:33 AM7/11/18
to codenameone...@googlegroups.com

I went to tools, plugins, and updated codename one to 4.3.

Picker is still not selecting.

 

 


From: codenameone...@googlegroups.com <codenameone...@googlegroups.com> on behalf of Russ Lynch <poll...@outlook.com>
Sent: Wednesday, July 11, 2018 8:57:31 AM
To: codenameone...@googlegroups.com
Subject: RE: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone
 

Shai Almog

unread,
Jul 12, 2018, 12:03:21 AM7/12/18
to CodenameOne Discussions
No. Under Codename One Settings -> Basic -> Update Project Libs.
We changed the last label at some point and I keep using the old name...

Russ Lynch

unread,
Jul 12, 2018, 1:11:11 AM7/12/18
to codenameone...@googlegroups.com

Warning could not open prefs error code 5. Otherwise looks ok.

BTW http://plugins.netbeans.org/ is down.  Does that make

A difference?

 


Sent: Thursday, July 12, 2018 12:03:21 AM

To: CodenameOne Discussions
Subject: Re: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone
No. Under Codename One Settings -> Basic -> Update Project Libs.
We changed the last label at some point and I keep using the old name...

--
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/ltstsDO4H3Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codenameone-discu...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.

Russ Lynch

unread,
Jul 12, 2018, 1:13:13 AM7/12/18
to codenameone...@googlegroups.com

Picker still does not select… will try again when http://plugins.netbeans.org/ is up.

 


From: codenameone...@googlegroups.com <codenameone...@googlegroups.com> on behalf of Russ Lynch <poll...@outlook.com>
Sent: Thursday, July 12, 2018 1:11:08 AM
To: codenameone...@googlegroups.com
Subject: RE: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone
 

Russ Lynch

unread,
Jul 12, 2018, 10:05:57 AM7/12/18
to codenameone...@googlegroups.com

I'm disappointed that you cannot duplicate the error.

Simulator,

Windows Desktop 1803,

Windows Phone 14393,

Windows Phone 15063,

Codename One 4.0.3,

jdk 8

 


Sent: Thursday, July 12, 2018 1:13:11 AM

poll...@outlook.com

unread,
Jul 12, 2018, 12:59:05 PM7/12/18
to CodenameOne Discussions
When I "run" a project with "old" build.xml, the picker selects.  I then generate a certificate and opt to NOT update build.xml.  Then I attempt to "run" the project... here is the error output:
Compiling 8 source files to C:\Users\DI5\Desktop\ClockJava\build\classes
C:\Users\DI5\Desktop\ClockJava\src\com\mycompany\ClockJava\home$.java:136: error: cannot access DateFormat
        String s$ = ft.format(dNow);
  bad class file: C:\Users\DI5\Desktop\ClockJava\lib\CodenameOne.jar(com/codename1/l10n/DateFormat.class)
    unable to access file: corrupted zip file
    Please remove or make sure it appears in the correct subdirectory of the classpath.
1 error
C:\Users\DI5\Desktop\ClockJava\nbproject\build-impl.xml:923: The following error occurred while executing this line:
C:\Users\DI5\Desktop\ClockJava\nbproject\build-impl.xml:263: Compile failed; see the compiler error output for details.

BUILD FAILED (total time: 2 seconds)

I then generate a new certificate,  this time updating the build.xml.  When I 'run' the project I get no errors, but the
picker will not select.  As the error message says, how can I "make sure it appears in the correct subdirectory of the classpath." ??



On Thursday, July 12, 2018 at 10:05:57 AM UTC-4, Russ Lynch wrote:

I'm disappointed that you cannot duplicate the error.

Simulator,

Windows Desktop 1803,

Windows Phone 14393,

Windows Phone 15063,

Codename One 4.0.3,

jdk 8

 



Sent: Thursday, July 12, 2018 1:13:11 AM

Subject: RE: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone

Picker still does not select… will try again when http://plugins.netbeans.org/ is up.

 



Sent: Thursday, July 12, 2018 1:11:08 AM

Subject: RE: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone

Warning could not open prefs error code 5. Otherwise looks ok.

BTW http://plugins.netbeans.org/ is down.  Does that make

A difference?

 



Sent: Thursday, July 12, 2018 12:03:21 AM
To: CodenameOne Discussions
Subject: Re: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone
No. Under Codename One Settings -> Basic -> Update Project Libs.
We changed the last label at some point and I keep using the old name...

--
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/ltstsDO4H3Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codenameone-discussions+unsub...@googlegroups.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/ltstsDO4H3Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codenameone-discussions+unsub...@googlegroups.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/ltstsDO4H3Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codenameone-discussions+unsub...@googlegroups.com.

Shai Almog

unread,
Jul 13, 2018, 12:39:28 AM7/13/18
to CodenameOne Discussions
Try this. Make sure your plugin is 4.3.

Delete the contents of the directory C:\Users\DI5\.codenameone but not the directory itself

Go to Codename One Settings for your project and select Update Project Libs.
This will download a fresh version of the libraries. You will need to download again skin files if you've downloaded them before.

Shai Almog

unread,
Jul 13, 2018, 12:40:00 AM7/13/18
to CodenameOne Discussions
Also is this happening with a specific skin file?
I tested with iPhone X.

Russ Lynch

unread,
Jul 13, 2018, 10:04:35 AM7/13/18
to codenameone...@googlegroups.com

It’s working now.

I deleted the contents of .codenameone and updated libs.

 

I still seem to be running 4.0.3 codename one…

 

The picker is selecting now in the simulator after installing a certificate and updating xml libraries.

I am confident that as soon as I can get a build to appear on the website, the problem is solved.

(I am right now not able to see a build appear on the website)

 


From: codenameone...@googlegroups.com <codenameone...@googlegroups.com> on behalf of Shai Almog <shai....@gmail.com>
Sent: Friday, July 13, 2018 12:39:28 AM

To: CodenameOne Discussions
Subject: Re: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone
--
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/ltstsDO4H3Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codenameone-discu...@googlegroups.com.

Russ Lynch

unread,
Jul 13, 2018, 10:06:33 AM7/13/18
to codenameone...@googlegroups.com

It’s working in the simulator now.

I deleted the files in .codenameone and updated the libraries.

 


Sent: Friday, July 13, 2018 12:40:00 AM

To: CodenameOne Discussions
Subject: Re: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone
Also is this happening with a specific skin file?
I tested with iPhone X.

--
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/ltstsDO4H3Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codenameone-discu...@googlegroups.com.

Russ Lynch

unread,
Jul 13, 2018, 11:26:59 AM7/13/18
to codenameone...@googlegroups.com

As soon as I had a successful library update, and a successful build sent to the server,

The picker no longer selects in the simulator or on windows phone… according

To versions I have 28 (updated libs) however the plugin version is 4.0.3.

I don’t know why you can’t duplicate this problem

 


From: codenameone...@googlegroups.com <codenameone...@googlegroups.com> on behalf of Russ Lynch <poll...@outlook.com>
Sent: Friday, July 13, 2018 10:06:30 AM
To: codenameone...@googlegroups.com
Subject: RE: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone
 

poll...@outlook.com

unread,
Jul 13, 2018, 11:50:30 AM7/13/18
to CodenameOne Discussions
The picker will select when "run" with this versions.properties file:
#Wed May 09 16:41:08 EDT 2018
CodenameOne_SRCzip=17
CodenameOneJar=17
CodeNameOneBuildClientJar=5
CLDC11Jar=13
JavaSEJar=17

On Friday, July 13, 2018 at 11:26:59 AM UTC-4, Russ Lynch wrote:

As soon as I had a successful library update, and a successful build sent to the server,

The picker no longer selects in the simulator or on windows phone… according

To versions I have 28 (updated libs) however the plugin version is 4.0.3.

I don’t know why you can’t duplicate this problem

 



Sent: Friday, July 13, 2018 10:06:30 AM

Subject: RE: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone

It’s working in the simulator now.

I deleted the files in .codenameone and updated the libraries.

 



Sent: Friday, July 13, 2018 12:40:00 AM
To: CodenameOne Discussions
Subject: Re: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone
Also is this happening with a specific skin file?
I tested with iPhone X.

--
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/ltstsDO4H3Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codenameone-discussions+unsub...@googlegroups.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/ltstsDO4H3Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codenameone-discussions+unsub...@googlegroups.com.

Russ Lynch

unread,
Jul 13, 2018, 2:35:57 PM7/13/18
to codenameone...@googlegroups.com

When the libraries are updated, versions.properties looks like:

#Fri Jul 13 14:32:38 EDT 2018

CodenameOne_SRCzip=28

CodenameOneJar=28

CodeNameOneBuildClientJar=7

CLDC11Jar=13

JavaSEJar=28

 

And the picker will not select.  It’s clear what is happening, but I don’t know why.

 


To unsubscribe from this group and all its topics, send an email to codenameone-discu...@googlegroups.com.

Shai Almog

unread,
Jul 14, 2018, 12:19:56 AM7/14/18
to CodenameOne Discussions
It seems I mislabeled the NetBeans version of the plugin as 4.0.3 instead of 4.3.

Now that the update problem is out of the way lets try to understand why picker isn't working for you.

I tried the code below both in the iPhone X and the Google Pixel 2 XL code and every selection I made worked.

My only guess is that you are somehow selecting in a way that's different to the way I'm selecting. Do you press the done button with the mouse?
I tried a lot of other options such as clicking outside, selecting while scrolling etc. still wasn't able to reproduce this problem.


final String[] characters = { "Tyrion Lannister", "Jaime Lannister", "Cersei Lannister", "Daenerys Targaryen",
   
"Jon Snow", "Petyr Baelish", "Jorah Mormont", "Sansa Stark", "Arya Stark", "Theon Greyjoy",
   
"Bran Stark", "Sandor Clegane", "Joffrey Baratheon", "Catelyn Stark", "Robb Stark", "Ned Stark",
   
"Robert Baratheon", "Viserys Targaryen", "Varys", "Samwell Tarly", "Bronn","Tywin Lannister",
   
"Shae", "Jeor Mormont","Gendry","Tommen Baratheon","Jaqen H'ghar","Khal Drogo","Davos Seaworth",
   
"Melisandre","Margaery Tyrell","Stannis Baratheon","Ygritte","Talisa Stark","Brienne of Tarth","Gilly",
   
"Roose Bolton","Tormund Giantsbane","Ramsay Bolton","Daario Naharis","Missandei","Ellaria Sand",
   
"The High Sparrow","Grand Maester Pycelle","Loras Tyrell","Hodor","Gregor Clegane","Meryn Trant",
   
"Alliser Thorne","Othell Yarwyck","Kevan Lannister","Lancel Lannister","Myrcella Baratheon",
   
"Rickon Stark","Osha","Janos Slynt","Barristan Selmy","Maester Aemon","Grenn","Hot Pie",
   
"Pypar","Rast","Ros","Rodrik Cassel","Maester Luwin","Irri","Doreah","Eddison Tollett","Podrick Payne",
   
"Yara Greyjoy","Selyse Baratheon","Olenna Tyrell","Qyburn","Grey Worm","Meera Reed","Shireen Baratheon",
   
"Jojen Reed","Mace Tyrell","Olly","The Waif","Bowen Marsh"
};


Form test = new Form("Picker", BoxLayout.y());

Picker p = new Picker();

p
.setStrings(characters);
test
.add(p);

test
.show();


Russ Lynch

unread,
Jul 14, 2018, 9:50:56 AM7/14/18
to codenameone...@googlegroups.com

Using your example, now

 

The picker selects on the simulator with the a new picker GUI.

 

The picker selects on Android Phone with the new GUI.

 

On a Lumia or Acer Windows phone, the picker selects, but is sluggish.

The Cancel and Done buttons are whiter on a white field, and hard to read,

but clickable.  (The same for the display when updating cn1 libraries - whiter on white).

 

The old GUI was not sluggish on Windows phones.  It did not take up the entire screen

either.

 

 


From: codenameone...@googlegroups.com <codenameone...@googlegroups.com> on behalf of Shai Almog <shai....@gmail.com>
Sent: Saturday, July 14, 2018 12:19:56 AM

To: CodenameOne Discussions
Subject: Re: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone
--
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/ltstsDO4H3Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codenameone-discu...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.

Russ Lynch

unread,
Jul 14, 2018, 9:58:50 AM7/14/18
to codenameone...@googlegroups.com

NOTE: in my sample app with your code I used

Native skin with bare bones hello world as an example,

As I do in my production project.

 

The ‘cancel’ and ‘done’ buttons on a Lumia and Acer Windows Phone

Appear as whiter on white and are hard to see, but selectable.

 

 


From: codenameone...@googlegroups.com <codenameone...@googlegroups.com> on behalf of Russ Lynch <poll...@outlook.com>
Sent: Saturday, July 14, 2018 9:50:53 AM
To: codenameone...@googlegroups.com
Subject: RE: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone
 

Shai Almog

unread,
Jul 15, 2018, 12:41:22 AM7/15/18
to CodenameOne Discussions
So this is only an issue on the UWP port?
If so we can probably disable the new picker mode on UWP or refine it to make it work better on that platform. You can file an issue on that so it doesn't get lost.

Russ Lynch

unread,
Jul 15, 2018, 10:13:15 AM7/15/18
to codenameone...@googlegroups.com

Thank you for your help.  I filed 2 issues on git.

-Russ

 


Sent: Sunday, July 15, 2018 12:41:22 AM

To: CodenameOne Discussions
Subject: Re: [codenameone-discussions] Re: Picker not selecting on windows desktop or phone
So this is only an issue on the UWP port?
If so we can probably disable the new picker mode on UWP or refine it to make it work better on that platform. You can file an issue on that so it doesn't get lost.

--
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/ltstsDO4H3Q/unsubscribe.
To unsubscribe from this group and all its topics, send an email to codenameone-discu...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
Reply all
Reply to author
Forward
0 new messages