Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Textfield InjectChar

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
Total-Image
Posts: 28
Joined: 11 Sep 2015, 14:42

Textfield InjectChar

Post by Total-Image » 25 Aug 2016, 15:10

Hello,

I'd like to populate a Textfield input with a default text string. I've created a C# script which triggers the Textfield InjectChar method for each character. But since the C# script is updating the output every time before a frame is rendered. It takes for example 1 second before a Textfield input is populated with a string with 50 characters for example.
Is there another solution to set a Textfield input with a default value?

Kind regards,

Rogier

User avatar
Daniel Willer
Posts: 309
Joined: 06 Jan 2012, 18:12

Re: Textfield InjectChar

Post by Daniel Willer » 29 Aug 2016, 08:53

Why don't you run through all characters in single frame? I have done it in the past and for sure you don't have to do it one character by frame.

Regards
Daniel

mythl
Posts: 10
Joined: 21 Jan 2015, 08:36

Re: Textfield InjectChar

Post by mythl » 05 Apr 2017, 11:03

UP

Post Reply