Page 1 of 1
Community Edition: Copy current version number
Posted: Sun Aug 07, 2016 8:14 pm
by tomcam
I am running the Community Edition Build 14001. I can see that information if I choose About from the LiveCode menu ,but it's read only on the dialog box (at least in OS X). Is there a place in LIveCode where I can copy the full build info to avoid the danger-prone method of repeatedly going back to that dialog just for the pleasure of manually copying all this in order to put the full version number on a bug report
Re: Community Edition: Copy current version number
Posted: Sun Aug 07, 2016 9:29 pm
by FourthWorld
For the purpose of a bug report the version number is usually sufficient (e.g. "8.1.0-dp-2").
Re: Community Edition: Copy current version number
Posted: Sun Aug 07, 2016 10:17 pm
by tomcam
Thanks kindly, Richard. It's for the opposite of bug reporting though--including the version number so when I ask questions you all can instantly detect my stupidity

Re: Community Edition: Copy current version number
Posted: Sun Aug 07, 2016 11:17 pm
by FourthWorld
As you look around these forums I think you'll find the version number is sufficient here too. The build number is very rarely cited in any context I've seen.
Re: Community Edition: Copy current version number
Posted: Sun Aug 07, 2016 11:41 pm
by Thunder
tomcam wrote:I am running the Community Edition Build 14001. I can see that information if I choose About from the LiveCode menu ,but it's read only on the dialog box (at least in OS X). Is there a place in LIveCode where I can copy the full build info to avoid the danger-prone method of repeatedly going back to that dialog just for the pleasure of manually copying all this in order to put the full version number on a bug report
Try this :
Code: Select all
put the text of fld "Version" of stack "revAbout"
Re: Community Edition: Copy current version number
Posted: Mon Aug 08, 2016 4:38 pm
by jacque
There are built in functions for both the version and build number, no need to deal with the About window. Use the message box:
Code: Select all
put the version && the buildnumber
But like everyone else has said, I've never seen the build number used either here or in bug reports.