Hi,
How to bind a value to the Slider control in Apps VB ?
In Legacy version, there’s the dedicated option :
But I can’t find it in VB version :
Hi,
How to bind a value to the Slider control in Apps VB ?
In Legacy version, there’s the dedicated option :
But I can’t find it in VB version :
You dont need a value binding here
directly use the controlname.Value …should giv ethe value
cheers
Hello,
I want to bind the Slider to an “out” argument from a bot
(Same tutorial as my other post : https://docs.uipath.com/activities/other/latest/workflow/workflow-events-progress-bar)
Sadly, that didn’t work, nothing happened
Then please create a rule and set the display.FieldName.Value to the output variable you have
Here field name is the name of the slider…
This rule can be set on start peocess …so that the value is ipdated
Cheers
It works as you said, using Processes.Interim_Process_Result.out_progress_percentage.Value
, thank you very much !
I used CInt(Processes.Interim_Process_Result.out_progress_percentage)
in the first place, and it didn’t worked…
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.