Search found 1701 matches

by Ivan Denisov
Sat Mar 02, 2019 8:56 am
Forum: Infrastructure
Topic: Spam (maybe ?)
Replies: 8
Views: 11868

Re: Spam (maybe ?)

I tuned Postfix settings. I think, that it should work now.
by Ivan Denisov
Mon Feb 18, 2019 5:08 pm
Forum: Infrastructure
Topic: Spam (maybe ?)
Replies: 8
Views: 11868

Re: Spam (maybe ?)

I tried to remove Majordomo software from Center server. I hope, that it is stopped now.
by Ivan Denisov
Wed May 30, 2018 7:14 am
Forum: Resolved (Features)
Topic: issue-#187 adding a run-time debugger to BlackBox
Replies: 37
Views: 32633

Re: issue-#187 adding a run-time debugger to BlackBox

Josef, can you please make it separate module?
DevDebug was platform independent module without WinApi import. It is distributing with Cross-Platform version well.
Now you put WinApi and it will cause problems for me (hard to sync with Center version).
by Ivan Denisov
Wed May 16, 2018 3:40 am
Forum: Resolved (Features)
Topic: issue-#187 adding a run-time debugger to BlackBox
Replies: 37
Views: 32633

Re: issue-#187 adding a run-time debugger to BlackBox

It is much easier to use now. Thanks for this new version!

There is still the old problem is if somebody would copy text from application to the debugger, it is hanging forever.
by Ivan Denisov
Thu May 03, 2018 8:28 am
Forum: Discussion
Topic: brainstorming Strings extensions
Replies: 8
Views: 12859

Re: brainstorming Strings extensions

There is Strings module by Ivan Goryachev. https://blackbox.obertone.ru/extension/Strings DEFINITION StringsXml; CONST dataSize = 64; strSize = 256; TYPE String = POINTER TO LIMITED RECORD len-: INTEGER END; VAR null-: StrPtr; PROCEDURE AppendChar (s: String; ch: CHAR); PROCEDURE AppendStr (s: Strin...
by Ivan Denisov
Wed Dec 13, 2017 1:10 am
Forum: Infrastructure
Topic: New stable release
Replies: 33
Views: 48893

Re: New stable release

Robert wrote:What is the "-sibfu" file?
I uploaded signed version. Let it be my small contribution for the release.
by Ivan Denisov
Mon Dec 04, 2017 8:11 am
Forum: Resolved (Bugs)
Topic: issue-#32 Folds arrows display
Replies: 57
Views: 139588

Re: issue-#32 Folds arrows display

Folks, did anyone has local backup for branch issue-#32 ?
Or maybe someone keep blackbox-1.7-a1.088.zip ?
by Ivan Denisov
Tue Nov 28, 2017 3:48 pm
Forum: Resolved (Bugs)
Topic: issue-#182 fixing code page conversion in RTF import
Replies: 44
Views: 55692

Re: issue-#182 fixing code page conversion in RTF import

Josef Templ wrote:By looking into the encodingBug.rtf example document it turns out that
it is encoded incorrectly.
It is prepared by Oleg in MS Word 2003 without any further modifications.
by Ivan Denisov
Wed Nov 22, 2017 6:25 pm
Forum: Resolved (Bugs)
Topic: issue-#182 fixing code page conversion in RTF import
Replies: 44
Views: 55692

Re: issue-#182 fixing code page conversion in RTF import

Oleg also found, that during Copy and Paste procedure there are troubles with fonts. I checked and also got TRAP window. You can simply reproduce this by Ctrl+A, Ctrl+C the example document in Word and then Ctrl+V in the BlackBox. I do not know how to fix this. Maybe we can leave this for the furthe...
by Ivan Denisov
Fri Nov 17, 2017 11:32 pm
Forum: Resolved (Bugs)
Topic: issue-#182 fixing code page conversion in RTF import
Replies: 44
Views: 55692

Re: issue-#86 improvements in RTF import

I found fix which solves the problem.
The tag \ansicpg should be parsed correctly to set default font codePage.
Also Unicode was written incorrectly. It should not be encoded (should be written directly).