Search found 1701 matches

by Ivan Denisov
Fri Nov 17, 2017 10:56 pm
Forum: Resolved (Bugs)
Topic: issue-#182 fixing code page conversion in RTF import
Replies: 44
Views: 56145

Re: issue-#86 improvements in RTF import

Oleg N. Cher found one bug with encoding during RTF import. I am attaching example document.
BlackBox wrong detect CP1252 than it should detect CP1251.
by Ivan Denisov
Mon Nov 13, 2017 3:54 pm
Forum: Voting
Topic: Issue-#175 Revote Display StdLink command in status line
Replies: 6
Views: 3734

Re: Issue-#175 Revote Display StdLink command in status line

My understanding of Ivan's request was that users should not be confused by using a mouse-right click click in a link. This has been solved. Since Ivan did not complain any further, we can assume that he is satisfied. It is better now. However I think that you simply ignored my request. I have no m...
by Ivan Denisov
Tue Nov 07, 2017 5:41 pm
Forum: Resolved (Features)
Topic: Issue-#175 Display StdLink command in status line
Replies: 73
Views: 88079

Re: Issue-#175 Display StdLink command in status line

1. it was possible even in BB 1.6 to open the link dialog of a link in a Browser mode document by using the "Properties" menu item. In my app there is no "Properties" menu item, so users can not see the code. Maybe you do not understand the importance of text interface? The text...
by Ivan Denisov
Tue Nov 07, 2017 11:19 am
Forum: Resolved (Features)
Topic: Issue-#175 Display StdLink command in status line
Replies: 73
Views: 88079

Re: Issue-#175 Display StdLink command in status line

Can you please switch off the new feature for Mask & Browser mode? It is better if regular user of my apps will not see technical information. This information can be used to explore the system and make some hacks. Also my old users will be surprised about this unexpected behavior. I want to min...
by Ivan Denisov
Sat Nov 04, 2017 3:46 am
Forum: Resolved (Features)
Topic: issue-#104 calling URLs and commands (InfoCmds capabilities)
Replies: 97
Views: 576952

Re: issue-#104 calling URLs and commands (InfoCmds capabilit

Josef Templ wrote:It would be simple to call wine_get_version() in HostDialog.IsWine().
I tried to make such a call. However had no luck. Maybe I made wrong binding....
Have you tried to get version?
by Ivan Denisov
Fri Nov 03, 2017 3:01 pm
Forum: Rejected (Features)
Topic: Compile & Unload
Replies: 6
Views: 12388

Re: Compile & Unload

Josef Templ wrote:Great, that's settled.
It seems to be time for Release 1.7.1.

- Josef
I ask a week or two for testing. Maybe the Russian community will report some bugs in RC1.
by Ivan Denisov
Fri Nov 03, 2017 12:38 pm
Forum: Resolved (Features)
Topic: issue-#104 calling URLs and commands (InfoCmds capabilities)
Replies: 97
Views: 576952

Re: issue-#104 calling URLs and commands (InfoCmds capabilit

OpenExternal is not working in new Wine.

For new Wine there should not be such hack in HostDoalog.

Code: Select all

		(* IF Dialog.IsWine() THEN
			win_fileName := "winebrowser " + fileName$
		ELSE *)
			win_fileName := fileName$;
		(* END; *)
by Ivan Denisov
Sat Sep 23, 2017 4:25 pm
Forum: Resolved (Features)
Topic: Issue-#175 Display StdLink command in status line
Replies: 73
Views: 88079

Re: Issue-#175 Display StdLink command in status line

Josef Templ wrote:This works also for browser mode and even for mask mode.
Bad idea.
by Ivan Denisov
Sat Sep 23, 2017 6:04 am
Forum: Resolved (Features)
Topic: Issue-#175 Display StdLink command in status line
Replies: 73
Views: 88079

Re: Issue-#175 Display StdLink command in status line

Zinn wrote:The only improvement I see will be that the right click opens the property dialog (the link form) instead of showing the link in the status line.
- Helmut
Do not like this idea. This is bad for final users of applications made with BlackBox.
by Ivan Denisov
Fri Sep 22, 2017 12:09 pm
Forum: Resolved (Features)
Topic: Issue-#175 Display StdLink command in status line
Replies: 73
Views: 88079

Re: Issue-#175 Display StdLink command in status line

Only links with OpenExternal can show anything in the status bar. Other information should be hidden.