Page 1 of 1

Flowcode10 reacts very slowly when I want to edit Variables [SOLVED]

Posted: Thu Nov 16, 2023 11:55 am
by Sasi
Hello,

I would like to ask for some help because Flowcode10 reacts very slowly when I want to edit Variables.

I opened a project file in Flowcode10 which I previously made with Flowcode8.
The image to be displayed on the Legacy 2D panel was a bit disjointed, but it was fixable.
The opened project uses many global variables.

I experienced the following phenomenon with Flocode10:
When I click on the Variables menu in the Project Explorer and want to edit a variable, Flowcode seems to run very slowly. Between the phases of the animation of the pop-up menus, approx. 1s time passes. Meanwhile, in the background, the program searches for declared but unused variables. If it finds one, it will be marked in gray. (This is cool, but this process also seems slow.)

If I exit the Variables menu in the Project Explorer, everything in Flowcode10 works at normal speed again.
I don't experience this phenomenon when I open this project file with Flowcode9.
I use Flowcode v10.0.4.33.

I do something wrong?
Have you ever experienced a similar phenomenon?
What is the solution?

Best Regards,
Sasi

Re: Flowcode10 reacts very slowly when I want to edit Variables

Posted: Thu Nov 16, 2023 12:16 pm
by Steve-Matrix
Please post or PM your project and I will investigate.

Re: Flowcode10 reacts very slowly when I want to edit Variables

Posted: Thu Nov 16, 2023 1:51 pm
by Sasi
I sent you a PM

Re: Flowcode10 reacts very slowly when I want to edit Variables

Posted: Thu Nov 16, 2023 3:51 pm
by Steve-Matrix
Thanks for the project. The main reason for the slowdown is the constant checking to see if the variables are being used. There are a lot of variables in that project.

I will investigate and hopefully put some things in place to speed up the response in large projects like yours.

Re: Flowcode10 reacts very slowly when I want to edit Variables

Posted: Thu Nov 16, 2023 4:34 pm
by Sasi
Thanks for the quick response.
I think it would also be useful if the one-time execution of this check could be triggered by a button.
Is there a way to temporarily disable continuous monitoring?

Re: Flowcode10 reacts very slowly when I want to edit Variables [SOLVED]

Posted: Mon Jan 01, 2024 8:55 pm
by Sasi
Flowcode v10.1.0.38 update solved this.