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
-
tomcam
- Livecode Opensource Backer

- Posts: 10
- Joined: Fri May 20, 2011 7:24 am
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
-
FourthWorld
- VIP Livecode Opensource Backer

- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
-
Contact:
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").
-
tomcam
- Livecode Opensource Backer

- Posts: 10
- Joined: Fri May 20, 2011 7:24 am
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

-
FourthWorld
- VIP Livecode Opensource Backer

- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
-
Contact:
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
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
Try this :
Code: Select all
put the text of fld "Version" of stack "revAbout"
-
jacque
- VIP Livecode Opensource Backer

- Posts: 7389
- Joined: Sat Apr 08, 2006 8:31 pm
-
Contact:
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