Page 1 of 1

Hyphen not always displayed

Posted: Wed Jun 15, 2016 11:17 pm
by DGDanforth
The hyphen character "_" is not always displayed.
I have yet to determine when it is and when it isn't.
For example

Code: Select all

RegisterClassW
S_FALSE
S_OK
SelectObject

The "S_OK" sometimes appears as "S OK" but when the context changes the hyphen reappears.
I speculate that lines overlap and that if the hyphen line is drawn first and then the one below it that
the hyphen will disappear (if there is a tall character under it). Just a guess.
-Doug

Re: Hyphen not always displayed

Posted: Wed Jun 15, 2016 11:20 pm
by DGDanforth
That comment applies to Helmut's BB1.7 release which I am now using as a step toward migration to BB1.7

Re: Hyphen not always displayed

Posted: Thu Jun 16, 2016 3:57 pm
by Ivan Denisov
Which font and size are you using?

Re: Hyphen not always displayed

Posted: Thu Jun 16, 2016 3:59 pm
by Ivan Denisov
DGDanforth wrote:That comment applies to Helmut's BB1.7 release which I am now using as a step toward migration to BB1.7
I do not think that they are well compatible... so that is not making your migration easier...

Re: Hyphen not always displayed

Posted: Fri Jun 17, 2016 5:27 am
by DGDanforth
Ivan,
OK so I shifted to Master 1.7 a1 build 440 and
took some text and inserted lines of hyphens between them.

No errors seen.

I did that for various font sizes (I used Times New Roman).

So, I will simply have to keep watching to see if hyphens ever disappear.

-Doug

Re: Hyphen not always displayed

Posted: Fri Jun 17, 2016 6:48 am
by Ivan Denisov
DGDanforth wrote:Ivan,
OK so I shifted to Master 1.7 a1 build 440 and
took some text and inserted lines of hyphens between them.
Doug, this version is outdated. Please try beta build 560.
http://blackboxframework.org/unstable/m ... b1.560.zip
http://blackboxframework.org/unstable/m ... -setup.exe

Re: Hyphen not always displayed

Posted: Fri Jun 17, 2016 7:01 am
by Josef Templ
to be precose, this not about hyphens but about underscores.

Re: Hyphen not always displayed

Posted: Fri Jun 17, 2016 11:30 am
by DGDanforth
Josef Templ wrote:to be precose, this not about hyphens but about underscores.
Yes, thank you. Several times I wanted to type "underscore" but stopped myself because
the single character "_" can not (at least I can not) be put under a character unless a special
operation is performed to create the combined single character such as "A"
(precose => precise)
-Doug

Re: Hyphen not always displayed

Posted: Fri Jun 17, 2016 11:44 am
by DGDanforth
Ivan Denisov wrote:
DGDanforth wrote:Ivan,
OK so I shifted to Master 1.7 a1 build 440 and
took some text and inserted lines of hyphens between them.
Doug, this version is outdated. Please try beta build 560.
http://blackboxframework.org/unstable/m ... b1.560.zip
http://blackboxframework.org/unstable/m ... -setup.exe
Thanks, I upgraded to build 560, and tested my example file for underscore disappearance but that did not happen.
Master looks good.

-Doug