Hi,
I have a radProgressBar that I'm using in a sync component. I pass the RadProgressBar with a byref into the sync class expecting that when I update the Value1 parameter it will change the bar position.
If I set the Value1 field just before the sync command from within the form it works fine but if I try the same thing once in the sync component it doesn't update the field.
Now I thought that using byRef would work - it certainly used to.
Any pointers (pun intended)?
Regards,
Jon
I have a radProgressBar that I'm using in a sync component. I pass the RadProgressBar with a byref into the sync class expecting that when I update the Value1 parameter it will change the bar position.
If I set the Value1 field just before the sync command from within the form it works fine but if I try the same thing once in the sync component it doesn't update the field.
Now I thought that using byRef would work - it certainly used to.
Any pointers (pun intended)?
Regards,
Jon