You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to codenameone...@googlegroups.com
Its very useful to have a version number and/or a build number somewhere on the GUI, but this is notoriously difficult to get with Eclipse.
Does CN1 have anything like this as part of its build process?
Thanks!
Shai Almog
unread,
Sep 2, 2013, 12:03:07 AM9/2/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to codenameone...@googlegroups.com
There is Display.getProperty which returns most useful information including app version number (not build number!). There is a unique key per build which we need to identify the build in the server, its not a number but a server generated UUID. It will not work for you in the simulator as a result of that. You can use Display.getProperty("build_key") to get that.