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

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Sasi
Posts: 38
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 12:11 pm
Has thanked: 7 times
Been thanked: 2 times

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

Post 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
Last edited by Sasi on Mon Jan 01, 2024 8:51 pm, edited 1 time in total.

Steve-Matrix
Matrix Staff
Posts: 1253
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

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

Post by Steve-Matrix »

Please post or PM your project and I will investigate.

Sasi
Posts: 38
Joined: Wed Dec 02, 2020 12:11 pm
Has thanked: 7 times
Been thanked: 2 times

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

Post by Sasi »

I sent you a PM

Steve-Matrix
Matrix Staff
Posts: 1253
Joined: Sat Dec 05, 2020 10:32 am
Has thanked: 167 times
Been thanked: 277 times

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

Post 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.

Sasi
Posts: 38
Joined: Wed Dec 02, 2020 12:11 pm
Has thanked: 7 times
Been thanked: 2 times

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

Post 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?

Sasi
Posts: 38
Joined: Wed Dec 02, 2020 12:11 pm
Has thanked: 7 times
Been thanked: 2 times

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

Post by Sasi »

Flowcode v10.1.0.38 update solved this.

Post Reply