Project Browser documentation?

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
mluka
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 73
Joined: Sun Jun 17, 2007 12:08 am
Location: Montréal, Canada

Project Browser documentation?

Post by mluka » Wed Jun 27, 2018 4:09 pm

Hi all.

Going through the lastest version of the LC User Guide (9.0.0 User Guide 4/6/18).

Page 483 (listing the various menu items) states "For more details, see the section on the Project Browser."

Where is the section on the Project Browser??? Couldn't find that in this manual...

(The Dictionary/Guide/The LiveCode IDE/The Menu Bar has the same statement...)

What I'm looking for:
  • WHAT is the Project Browser?
  • What does it DO? What is a typical use?
  • What do the numbers at the end of each line represent?
  • What are the icons at the bottom of the window used for?
  • Etc...
Thanks!
Michel
Montréal, Canada

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9655
Joined: Wed May 06, 2009 2:28 pm
Location: New York, NY

Re: Project Browser documentation?

Post by dunbarx » Wed Jun 27, 2018 5:07 pm

Hi.

Not in v9 yet (8.1.9) and this is rather old, but start here:

http://lessons.livecode.com/m/4071/l/56 ... ct-browser

Know also that the plug-n known as "revApplicationOverview" is the old application browser. Not sure why we still have both.

Craig Newman

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9823
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Project Browser documentation?

Post by FourthWorld » Wed Jun 27, 2018 5:12 pm

The Dictionary is only what its name implies, a concise reference for the language.

For general orientation to concepts and for IDE use, see the User Guide (second item from the top in the Help menu).
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Klaus
Posts: 13823
Joined: Sat Apr 08, 2006 8:41 am
Location: Germany
Contact:

Re: Project Browser documentation?

Post by Klaus » Wed Jun 27, 2018 5:44 pm

What Richard said.

However what the PB is and what it is good for should be more than obvious, not?

The icons at the bottom have tooltips and reflect basically the the "Align Controls" tab in the inspector for "Multiple objects", for the case that more than one object is selected.

The numbers on the right represent the number of lines of the script of the object.
From right to left:
1. script of object
2. behaviour script of object
3. First nested behaviour
4. second behaviour
etc...

bogs
Posts: 5435
Joined: Sat Feb 25, 2017 10:45 pm

Re: Project Browser documentation?

Post by bogs » Wed Jun 27, 2018 7:47 pm

FourthWorld wrote:
Wed Jun 27, 2018 5:12 pm
For general orientation to concepts and for IDE use, see the User Guide (second item from the top in the Help menu).
He did look there, if I read his question correctly -
mluka wrote:
Wed Jun 27, 2018 4:09 pm
Going through the lastest version of the LC User Guide (9.0.0 User Guide 4/6/18).
Page 483 (listing the various menu items) states "For more details, see the section on the Project Browser."
Where is the section on the Project Browser??? Couldn't find that in this manual...
I just scanned the guide myself, although there are lots of references to the project browser in various subjects, there aren't any specifically related to the browser itself other than how to select it from the tools menu.

In other words, I think his point is valid. If your going to say something like "for more details look here..." then there should be a "here" to go look at.
Image

mluka
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 73
Joined: Sun Jun 17, 2007 12:08 am
Location: Montréal, Canada

Re: Project Browser documentation?

Post by mluka » Wed Jun 27, 2018 9:58 pm

Hi everybody. Thanks for all the responses!
start here:

http://lessons.livecode.com/m/4071/l/56 ... ct-browser
YES! That's what I was looking for. (But why is it hidden in a section entitled "Using Dialogs"?!)
see the User Guide (second item from the top in the Help menu)
In my setup (OS X 10.12.6 and LC 9.0.0), that menu option does nothing. But I was able to find and download a PDF version of this Guide.
The Dictionary is only what its name implies
Well, there is a "Guide" tab which contains useful info...
The numbers on the right represent the number of lines of the script of the object.
From right to left:
1. script of object
2. behaviour script of object
3. First nested behaviour
4. second behaviour
Great!

Thanks!
Michel
Montréal, Canada

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 9823
Joined: Sat Apr 08, 2006 7:05 am
Location: Los Angeles
Contact:

Re: Project Browser documentation?

Post by FourthWorld » Wed Jun 27, 2018 11:04 pm

bogs wrote:
Wed Jun 27, 2018 7:47 pm
FourthWorld wrote:
Wed Jun 27, 2018 5:12 pm
For general orientation to concepts and for IDE use, see the User Guide (second item from the top in the Help menu).
He did look there, if I read his question correctly...
Indeed he did. My mistake. One of the downsides to spending less time here in the Forums is that the "New Posts" link brings up a lot for me to read, and apparently I skim too lightly.

In the vast majority of cases where people are looking for usage info, they've never seen the User Guide so reminding them that it's there tends to handle most such queries.

But this is indeed an unusual omission, so I filed a bug report on it:
https://quality.livecode.com/show_bug.cgi?id=21392
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

Post Reply

Return to “Getting Started with LiveCode - Complete Beginners”