737 views
in GUI Development by
I have text field width 50. But string length is more than text field width so need to implement scrolling effect, if string length is greater than text field width then string will animate with scrolling effect right to left continuously.

1 Answer

+1 vote
by
Hello,

 

a text owns the property "ScrollOffset", this property decides the beginning of the text inside its area. You can change this value continuously by an "PonitEffect" that effects is movement.

Therefore just use the "Outlet" of the PointEffect.

 

Kind regards

Tim
by

Hello,

I have created the configuration as you suggested, I may miss something. Attaching image of configuration kindly please check and let me know If i miss something thing.

by
Hi,

the point effect needs to be enables ("Enabled") and of course the timing and values ("Value1","Value2") also needs to configure for specific behaviour.

Kind Regards

Tim
by
Thanks for the help Tim.

It is working but not able to acheive the smooth animation in text field. Is there any predefined configuration set to make effect smoothable ,
by

Hi,

all Chora elements are explained detailed in our dokumentation. Please use the following page to get information how to configure this element.

Using timers and animation effects: Move point

Kind regards 

Tim

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...