Search found 87 matches

by luowy
Thu Aug 08, 2019 4:42 am
Forum: BlackBox Framework
Topic: Format of Sym files
Replies: 1
Views: 10185

Re: Format of Sym files

Has something changed, or has my memory failed entirely? the Converter which used is not "DevBrowser.ImportSymFile", open the type guard Trap window to Check what the storeType is(or what the Converter is) and check your Config file to find out what happened. P.S. This code in the Config ...
by luowy
Sat Aug 03, 2019 7:44 pm
Forum: Feature
Topic: Scrolling
Replies: 4
Views: 12294

Re: Scrolling

yes, that's it! the nofLines*3 of the ListBox.WheelMove solving the problem!
by luowy
Sat Aug 03, 2019 3:47 pm
Forum: Feature
Topic: Zoom
Replies: 1
Views: 9180

Re: Zoom

good feature!
P.S. I change the delta(dx) from /10 to /100 , more comfortable for me.
by luowy
Sat Aug 03, 2019 3:07 pm
Forum: Feature
Topic: Scrolling
Replies: 4
Views: 12294

Re: Scrolling

Issue report:
The procedure windows(StdTabViews.View) of The CamProcScan https://zinnamturm.eu/downloadsAC.htm#Cam scroll only one line after applying this patch, How to fix it?
by luowy
Wed May 29, 2019 5:37 pm
Forum: Bug
Topic: POINTER TO ARRAY [untagged] accepted as the tagged ARRAY
Replies: 4
Views: 11104

Re: POINTER TO ARRAY [untagged] accepted as the tagged ARRAY

Hi Oleg, As you pointed out, the first one can be patched at the front end;I have done it some time ago; I post it to your github; but I don't think the second one is a bug: for the untagged array have provided the enough info:the addr of array and the length of array, same as a tagged array; if you...
by luowy
Thu Mar 28, 2019 4:07 am
Forum: Common questions
Topic: Deleting a Directory
Replies: 6
Views: 13873

Re: Deleting a Directory

maybe the history reason(oberon no directoy concept).... Files.dir.Delete can be extend to accept Directory name, error code can be return to the loc.res, and "ask" option for a popup dialog window of "retry","skip"..... it's a basic function, I agree to add such extens...
by luowy
Wed Mar 20, 2019 3:33 am
Forum: Common questions
Topic: Deleting a Directory
Replies: 6
Views: 13873

Re: Deleting a Directory

the framework lack this function, you had to write by yourself, below is the part of my CpcFiles: (* Delete loc.res = 0 no error loc.res = 1 invalid parameter (name or locator) loc.res = 2 location or file not found loc.res = 4 write-protection loc.res = 5 io error *) PROCEDURE DeleteFile* (loc: Fil...
by luowy
Wed Dec 19, 2018 10:46 am
Forum: Components Support
Topic: SovietPony's crap
Replies: 11
Views: 27174

Re: SovietPony's crap

Can someone please change the title of this topic. I don't know if it is intended to be offensive, but in English it is offensive. yes, It strike me at first glance, When he posted this post, maybe he was in a bad mood or he was joking. anyway, his projects are great. Maybe admin can change this ti...
by luowy
Mon Dec 03, 2018 1:45 am
Forum: Components Support
Topic: SovietPony's crap
Replies: 11
Views: 27174

Re: SovietPony's crap

good projects! i will follow you.
by luowy
Tue Nov 20, 2018 8:24 am
Forum: BlackBox Framework
Topic: 'Cleaning' a Text Window
Replies: 3
Views: 11219

Re: 'Cleaning' a Text Window

you can use Models.BeginModification, EndModification to achieve it.