24.1 Beta 8 - Form does not update values before Run

It's in development so expect the unexpected!

Return to “FL Studio Beta & Release Candidate Testing”

[You can only see part of this thread as you are not logged in to the forums]
dgv
Tue May 28, 2024 3:01 pm

x

24.1 Beta 8 - Form does not update values before Run

Hi!
I noticed that forms do not update their values after pressing Run.

To test:
1. Create this script:

Code: Select all

from enveditor import *

form = ScriptDialog('', '')
form.AddInputKnobInt('Length', 5, 0, 10)
form.Execute()

value = form.GetInputValue('Length')
Utils.ShowMessage(str(value))

2. Execute the script
3. Type '7' in the textbox of the knob
4. Inmediately click on 'Run' button.
5. See that the script takes the previous value (5 in this case).
Thank you!!



Milinor
Technical Support
Sat Jun 29, 2024 10:13 pm

x

Re: 24.1 Beta 8 - Form does not update values before Run

Hi there. This issue has been fixed in FL Stud...


Return to “FL Studio Beta & Release Candidate Testing”