Search found 152 matches

by ilbarbax
Sat Mar 29, 2025 2:48 pm
Forum: General programming
Topic: Help needed to decide how to proceed
Replies: 4
Views: 364

Re: Help needed to decide how to proceed

result is quite good now the main problem is the misalignment and deformation between the 3 images that I have cut manually from a picture taken with the smartphone :shock: :shock:
I have to wait for the professional conversion of the film and the continue with the experiments.
by ilbarbax
Sat Mar 29, 2025 11:04 am
Forum: General programming
Topic: Help needed to decide how to proceed
Replies: 4
Views: 364

Re: Help needed to decide how to proceed

I was approaching a different way however I tried your suggests finding your way better and quicker than mine then thanks, I think it is an excellent way to start.
by ilbarbax
Fri Mar 28, 2025 3:26 pm
Forum: General programming
Topic: Help needed to decide how to proceed
Replies: 4
Views: 364

Help needed to decide how to proceed

Hi I have a problem to solve and I wand to find the best and quicker solution that atm I can't see. the problem is: I have a b/w image that has been originally filtered with a base color (i.e green), therefore the level of gray should represent the green level of the image. The same is for red and b...
by ilbarbax
Tue Dec 24, 2024 9:28 am
Forum: RapaGUI
Topic: Inconsistent behaviour between RG 1.2 and previous versions
Replies: 5
Views: 21348

Re: Inconsistent behaviour between RG 1.2 and previous versions

Aplogize, my fault, I wrote 1.2 thinking to 2.2.
The problem is actual version of rapagui 2.2 vs previous rapagui versions.
I noticed this behaviour updating my application easyrapa to the latest rapagui version.
Sorry for the inconvenience
by ilbarbax
Sat Dec 14, 2024 3:34 pm
Forum: RapaGUI
Topic: Inconsistent behaviour between RG 1.2 and previous versions
Replies: 5
Views: 21348

Inconsistent behaviour between RG 1.2 and previous versions

On my application, I used the following code: <vgroup> <listview id="project" MultiSelect="true" Alternate="true" notify="active"> <column ID="prg-lines" title="Project lines" width="850" Sortable="false"/> </listview> <...
by ilbarbax
Fri Oct 11, 2024 10:02 am
Forum: General programming
Topic: BrushToRGBArray does not support async mode
Replies: 8
Views: 15464

Re: BrushToRGBArray does not support async mode

Sorry Andreas, but as far as I understand the BrushToRGBArray is a monolithic function that copies the whole block of data at once. How can I retrieve the data row by row?. My actual problem is on the fact that the BrushToRGBArray takes a while to take the data of a large picture and the system seem...
by ilbarbax
Fri Oct 04, 2024 10:34 am
Forum: General programming
Topic: BrushToRGBArray does not support async mode
Replies: 8
Views: 15464

Re: BrushToRGBArray does not support async mode

Exactely as explaining jpv
by ilbarbax
Thu Oct 03, 2024 11:20 am
Forum: General programming
Topic: [Bug] StringRequest... type=#NUMERICAL does not accept dot
Replies: 1
Views: 2939

[Bug] StringRequest... type=#NUMERICAL does not accept dot

On Wiindows works fine, while on Morphos and OS4 it does not accept decimals it means I can't digit dot or comma
by ilbarbax
Sun Sep 29, 2024 7:11 pm
Forum: General programming
Topic: BrushToRGBArray does not support async mode
Replies: 8
Views: 15464

BrushToRGBArray does not support async mode

As far as I understand the BrushToRGBArray does not support Async mode. Actually on my application I start a loader animation to show the progress, but the during BrushToRGBArray it hang to zero for different seconds giving the impression that the program freeze while on the subsequent instructions ...