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
Flowcode10 reacts very slowly when I want to edit Variables [SOLVED]
-
- Posts: 59
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 02, 2020 12:11 pm
- Has thanked: 26 times
- Been thanked: 7 times
Flowcode10 reacts very slowly when I want to edit Variables [SOLVED]
Last edited by Sasi on Mon Jan 01, 2024 8:51 pm, edited 1 time in total.
-
- Matrix Staff
- Posts: 1384
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 184 times
- Been thanked: 322 times
Re: Flowcode10 reacts very slowly when I want to edit Variables
Please post or PM your project and I will investigate.
-
- Matrix Staff
- Posts: 1384
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 184 times
- Been thanked: 322 times
Re: Flowcode10 reacts very slowly when I want to edit Variables
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.
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
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?
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?