Oleksandr Manakov
Oleksandr Manakov
WWindmill
Created by Tiago Serafim on 1/20/2024 in #general
You can use its default id (which starts
But... how to bind the script to a number change? I see "click" event in button component, but there are no any event available for a "Number" input component.
4 replies
WWindmill
Created by Tiago Serafim on 1/20/2024 in #general
You can use its default id (which starts
Thanks. I forgot that I can access components by their name. Do you perhaps know if it's possible to call some script on input number component value change?
4 replies
WWindmill
Created by Oleksandr Manakov on 12/11/2023 in #help
Is it possible to import functions from workspace scripts inside Background runnables?
You're right, it works when the app name starts from letter, thanks.
7 replies
WWindmill
Created by Oleksandr Manakov on 12/11/2023 in #help
Is it possible to import functions from workspace scripts inside Background runnables?
Same error:
Traceback (most recent call last):
File "<frozen runpy>", line 189, in _run_module_as_main
File "<frozen runpy>", line 159, in _get_module_details
File "<frozen importlib._bootstrap_external>", line 1074, in get_code
File "<frozen importlib._bootstrap_external>", line 1004, in source_to_code
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/tmp/windmill/wk-default-787493b71853-RskJG/018c589e-37fe-d2a0-49c1-185cc1bc0db9/wrapper.py", line 8
from u.username.111 import background_runnable_1_fullscreen as inner_script
^^^^
SyntaxError: invalid syntax
Traceback (most recent call last):
File "<frozen runpy>", line 189, in _run_module_as_main
File "<frozen runpy>", line 159, in _get_module_details
File "<frozen importlib._bootstrap_external>", line 1074, in get_code
File "<frozen importlib._bootstrap_external>", line 1004, in source_to_code
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
File "/tmp/windmill/wk-default-787493b71853-RskJG/018c589e-37fe-d2a0-49c1-185cc1bc0db9/wrapper.py", line 8
from u.username.111 import background_runnable_1_fullscreen as inner_script
^^^^
SyntaxError: invalid syntax
7 replies