Community Edition: Copy current version number

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
tomcam
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10
Joined: Fri May 20, 2011 7:24 am

Community Edition: Copy current version number

Post 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

Code: Select all

8.1.0-dp-2 | Build 14001
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Community Edition: Copy current version number

Post by FourthWorld »

For the purpose of a bug report the version number is usually sufficient (e.g. "8.1.0-dp-2").
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
tomcam
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10
Joined: Fri May 20, 2011 7:24 am

Re: Community Edition: Copy current version number

Post 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 :oops:
FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10103
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Community Edition: Copy current version number

Post 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.
Thunder
Posts: 20
Joined: Thu Mar 12, 2015 1:52 pm

Re: Community Edition: Copy current version number

Post 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

Code: Select all

8.1.0-dp-2 | Build 14001

Try this :

Code: Select all

 put the text of fld "Version" of stack "revAbout" 
jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7423
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Community Edition: Copy current version number

Post 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.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com
Post Reply