Hi to all
In a working program i can not change the calculation anymore. It's empty.
Before i have rename the variable from themp_16 to temp_16.
Maybe a problem?
empty calculation after rename variable?
-
- Valued Contributor
- Posts: 1065
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 02, 2020 10:53 am
- Has thanked: 201 times
- Been thanked: 224 times
empty calculation after rename variable?
- Attachments
-
- post_calculation1.fcfx
- (7.17 KiB) Downloaded 563 times
-
- 2024-05-17_18-17-48.PNG (52.66 KiB) Viewed 9201 times
-
- Matrix Staff
- Posts: 1548
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 214 times
- Been thanked: 362 times
Re: empty calculation after rename variable?
Hi Stefan,
There is a small issue with the calculation icon window in the latest v10.1.1 version of Flowcode. If the first line of a calculation is a blank line, then the calculation icon dialog will be empty when it is opened, and if OK is then pressed, the calculation icon contents will be cleared.
The workaround for this is to always have something at the beginning of the list of calculations. If you want a blank line at the beginning of the list, then you should use "//" instead.
There is a small issue with the calculation icon window in the latest v10.1.1 version of Flowcode. If the first line of a calculation is a blank line, then the calculation icon dialog will be empty when it is opened, and if OK is then pressed, the calculation icon contents will be cleared.
The workaround for this is to always have something at the beginning of the list of calculations. If you want a blank line at the beginning of the list, then you should use "//" instead.
-
- Matrix Staff
- Posts: 2086
- Joined: Wed Dec 02, 2020 11:07 pm
- Has thanked: 644 times
- Been thanked: 701 times
Re: empty calculation after rename variable?
Any current V10 projects can be easily fixed, if you want all the lines visible again.
Keep a backup copy just in case.
Open your .fcfx project file with a text editor like Notepad++.
select Search >Replace
Within Find what: box enter
Leave Replace with: blank.
Select Replace All
Finally Select save.
Keep a backup copy just in case.
Open your .fcfx project file with a text editor like Notepad++.
select Search >Replace
Within Find what: box enter
Code: Select all
<exp exp='' />
Select Replace All
Finally Select save.
Martin
-
- Matrix Staff
- Posts: 1548
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 214 times
- Been thanked: 362 times
Re: empty calculation after rename variable?
We will try to get a release out soon. Hopefully this month or next.
-
- Matrix Staff
- Posts: 1548
- Joined: Sat Dec 05, 2020 10:32 am
- Has thanked: 214 times
- Been thanked: 362 times