Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
It's possible do the progress bar (indentical of the attached), inside macro?
Obs: Version 10 SR2 in server.
Regards,
Nuno
You can add that gif to a text object, have a variable to define whether the object is being shown or not and then change that variable from your macro.
1. Set gif visibility variable to true
2. macro code
3. Set gif visibility variable to false
You can add that gif to a text object, have a variable to define whether the object is being shown or not and then change that variable from your macro.
1. Set gif visibility variable to true
2. macro code
3. Set gif visibility variable to false
Hi Nuno,
Daniel is right. You can use the variables & triggers totoggle the image and use the text placeholder to show/hide the gif image. Youcan achieve this without using the macro.
I am attaching an example for your reference.
I hope this helps!
Cheers - DV
Thank you all
i can make this work on QV 9, it´s possible in this version?
Thanks Daniel,
This is what I was looking for.
Thanks
I like this; but am not sure how you set gif visibility variable to true..is this done in the vb macro itself or is there an option I am not seeing?
Set gif visibility variable to true/false is set in: Properties / separator Layout / Conditional Show (view)
Hi,
Can you please share the macro?...this seems to be quite interesting...
Hi,
Can you pl provide macro.
Thanks,