Page 1 of 1

issue-#163 Adding 'Decimal' Tabs to Rulers

Posted: Wed Jul 05, 2017 7:23 pm
by Robert
For the issue see: https://redmine.blackboxframework.org/issues/163
For the discussion see: viewtopic.php?f=41&t=632
For the diffs see: https://redmine.blackboxframework.org/p ... 874da85503
& https://redmine.blackboxframework.org/p ... adeb4f3cf0

I think this is a gernerally very useful new feature.

I am running this poll for only 4 days, if no one disagrees, because that would give me a chance to incorporate it before I am away for a further three weeks.

Re: issue-#163 Adding 'Decimal' Tabs to Rulers

Posted: Sun Jul 09, 2017 8:09 pm
by Robert
Vote passed.

Re: issue-#163 Adding 'Decimal' Tabs to Rulers

Posted: Sun Jul 09, 2017 8:23 pm
by Robert
I attempted to merge this to master (Build 900), but that failed for reasons that I do not understand.

See http://blackboxframework.org/unstable/buildlog.html.

Re: issue-#163 Adding 'Decimal' Tabs to Rulers

Posted: Sun Jul 09, 2017 8:25 pm
by Robert
Zinn wrote:Is it possible to add decimal point tabs to TextRulers? How to do it? How much work is it?
- Helmut
Helmut, do you have your answer now?

A lot of work - Thanks Josef.

Re: issue-#163 Adding 'Decimal' Tabs to Rulers

Posted: Mon Jul 10, 2017 8:34 am
by Josef Templ
Robert wrote:I attempted to merge this to master (Build 900), but that failed for reasons that I do not understand.

See http://blackboxframework.org/unstable/buildlog.html.
I will look at that.

- Josef

Re: issue-#163 Adding 'Decimal' Tabs to Rulers

Posted: Mon Jul 10, 2017 10:03 am
by Josef Templ
The build now succeeded.

FYI: I made a very small change to the appbuild/build.py script for the --test option.
In this interactive mode the InnoSetup tool required for generating the blackbox setup.exe file
is not visible. The resulting error messages are simply ignored and the --test build succeeds.
This change has nothing to do with the observed build failure but simplifies interactive testing
using the --test option.

- Josef