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 » Sun Aug 07, 2016 8:14 pm

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: 9823
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Community Edition: Copy current version number

Post by FourthWorld » Sun Aug 07, 2016 9:29 pm

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 » Sun Aug 07, 2016 10:17 pm

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: 9823
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Community Edition: Copy current version number

Post by FourthWorld » Sun Aug 07, 2016 11:17 pm

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 » Sun Aug 07, 2016 11:41 pm

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: 7228
Joined: Sat Apr 08, 2006 8:31 pm
Location: Minneapolis MN
Contact:

Re: Community Edition: Copy current version number

Post by jacque » Mon Aug 08, 2016 4:38 pm

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

Return to “Getting Started with LiveCode - Complete Beginners”