issue-#100 Controls documentation

User avatar
Robert
Posts: 1024
Joined: Sat Sep 28, 2013 11:04 am
Location: Edinburgh, Scotland

Re: issue-#100 Controls documentation

Post by Robert »

I agree with the previous post.

So:
Pressing a command button (also called a push button) invokes the linked BlackBox "Command". A Command is frequently an exported parameterless Component Pascal procedure, but it may be any sequence of procedure calls that comply with the "Command" syntax described in the Docu for StdInterpreter. The individual procedures called may be either constant (or normal) procedures, or procedure variables.
User avatar
Robert
Posts: 1024
Joined: Sat Sep 28, 2013 11:04 am
Location: Edinburgh, Scotland

Re: issue-#100 Controls documentation

Post by Robert »

I don't have time myself to look at this this week. (I suddenly find I am more busy than planned as I have just realised that I only have until Friday to upgrade my PC from XP to Windows 10. Another job that is bound to take longer than one thinks it will.)
Scream!!!!

Can't get Windows 10 to work, and now I have missed the update deadline.
Can't get Windows 7 to work properly, despite paying money for it.
Now I'll have to install XP from scratch to get an operational computer.
User avatar
DGDanforth
Posts: 1061
Joined: Tue Sep 17, 2013 1:16 am
Location: Palo Alto, California, USA
Contact:

Re: issue-#100 Controls documentation

Post by DGDanforth »

Josef Templ wrote: Keep the changes to a minimum or we will never finish issue-#100.
I have incorporated Robert's wording and did a commit and push
(I did that twice since I forgot to set Browser mode for the Docu file).

Now, how do we get a Diff of that with the (way back) version before we started to
modify Controls?
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

Re: issue-#100 Controls documentation

Post by Ivan Denisov »

You should choose the versions you want to compare like this
http://redmine.blackboxframework.org/pr ... sue-%23100
diff.png
diff.png (21 KiB) Viewed 9650 times
User avatar
Josef Templ
Posts: 2047
Joined: Tue Sep 17, 2013 6:50 am

Re: issue-#100 Controls documentation

Post by Josef Templ »

Doug, don't set it to Browser mode.
It was not in Browser mode before and it should not be now.
It is set to Browser mode when the docu is opened for browsing anyway.
User avatar
DGDanforth
Posts: 1061
Joined: Tue Sep 17, 2013 1:16 am
Location: Palo Alto, California, USA
Contact:

Re: issue-#100 Controls documentation

Post by DGDanforth »

Browers mode removed. Now in edit mode.

Ivan, redmine is not showing the revision I just pushed.
I see the history as you have indicated but that seems to be the Master's history and not
the unstable history.
How does one get the Diff for those revisions that have not yet been merged with the Master?
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

Re: issue-#100 Controls documentation

Post by Ivan Denisov »

DGDanforth wrote:Browers mode removed. Now in edit mode.

Ivan, redmine is not showing the revision I just pushed.
I see the history as you have indicated but that seems to be the Master's history and not
the unstable history.
How does one get the Diff for those revisions that have not yet been merged with the Master?
you need to choose the branch which history want to see.
choosing.png
choosing.png (15.38 KiB) Viewed 9636 times
User avatar
DGDanforth
Posts: 1061
Joined: Tue Sep 17, 2013 1:16 am
Location: Palo Alto, California, USA
Contact:

Re: issue-#100 Controls documentation

Post by DGDanforth »

Ivan Denisov wrote:
you need to choose the branch which history want to see.
choosing.png
OK, I found your image. Upper right hand corner of the top redmine page.
That took me a while to find.
Thank you.
-Doug
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

Re: issue-#100 Controls documentation

Post by Ivan Denisov »

Controls documentation was improved:
http://blackboxframework.org/unstable/m ... c1.602.zip
Post Reply