Apps VB - Slider's "Value binding" absent in VB version

Hi,

How to bind a value to the Slider control in Apps VB ?

In Legacy version, there’s the dedicated option :
image

But I can’t find it in VB version :

@bruno40

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)

@bruno40

in the default value add the value of your output variable

cheers

1 Like

Sadly, that didn’t work, nothing happened

@bruno40

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…

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.