issue-#130 Some disadvantagies of TextViews Restore

Issues whose status has been set to 'Dormant'
Ivan Denisov
Posts: 1700
Joined: Tue Sep 17, 2013 12:21 am
Location: Russia

Re: Some disadvantagies of TextViews Restore

Post by Ivan Denisov »

Robert wrote:
Ivan Denisov wrote:I prepared demo ...
test2.mp4
When I click in this it opens "Windows Media Player" which then says it doesn't understand the codec.
You can download this file http://forum.blackboxframework.org/down ... php?id=174
and open with some smart player like VLC or MediaPlayer Classic.
Also you can install QuickTime plugin and play video on-line.
Zinn
Posts: 476
Joined: Tue Mar 25, 2014 5:56 pm
Location: Frankfurt am Main
Contact:

Re: issue-#130 Some disadvantagies of TextViews Restore

Post by Zinn »

This issue is still open. Who does work currently on this topic. Is there a solution available?
- Helmut
luowy
Posts: 234
Joined: Mon Oct 20, 2014 12:52 pm

Re: issue-#130 Some disadvantagies of TextViews Restore

Post by luowy »

as Josef points out(viewtopic.php?p=4708#p4708)
the problem appears in TextControllers.MarkSelRange:

Code: Select all

IF front THEN fw := 0; ff := Ports.fill ELSE fw := f.unit(*dot*); ff := fw END;
After this adjustment, it works properly(win10), however, the width of the contour line is narrower than before.
Post Reply