Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: Franck on August 24, 2021, 03:22:50 PM

Title: Create a virtual keyboard
Post by: Franck on August 24, 2021, 03:22:50 PM
Hi there,

I just wish to know if it's possible to create a virtual NUMPAD. I want to write in a input field with a virtual numpad. I made a buton that can write into the input field but it write just once. I set a state "U GUI on pointer click event" on the buton and the next state is "UGUI input field set text".

My buton write the number "1" in the input field. But if I reclick on the buton it doesn't write an other "1", I think it erase the first "1" and write the second
Title: Re: Create a virtual keyboard
Post by: djaydino on August 24, 2021, 04:16:20 PM
Hi.
Set Text will indeed set the text and overwrite the old text.

You can use 'Build String' and add the selected value.
Title: Re: Create a virtual keyboard
Post by: Franck on August 30, 2021, 08:40:51 AM
Hi djaydino,

thanks for your answer. I found an other way to do this with a C# script and onclick event.

I have an other question about your sample TriviaQuiz. I attached a timer to it and I wish that if the timer is complete without answering, the Quiz show the correct answer with a color set of the button. Is there a way to do that?
Title: Re: Create a virtual keyboard
Post by: djaydino on August 30, 2021, 01:56:59 PM
Hi.
The sample is not set for it, but you should be able to do so with some changes
Title: Re: Create a virtual keyboard
Post by: Franck on August 30, 2021, 02:19:26 PM
Ok thanks.
Is it possible for you to explain me how I can do that? Because i'm really stuck at this point.
Title: Re: Create a virtual keyboard
Post by: Franck on September 02, 2021, 09:57:41 AM
Hi Djaydino,

can you explain me please how I can do ? I tried many options but always no luck :(
Title: Re: Create a virtual keyboard
Post by: djaydino on November 28, 2021, 01:21:15 PM
Hi.
Follow The Pictures below :

(https://i.imgur.com/3AwJ6n6.png)

(https://i.imgur.com/XJSGiel.png)

(https://i.imgur.com/oooeuZj.png)

(https://i.imgur.com/zLeafTc.png)
Title: Re: Create a virtual keyboard
Post by: Franck on December 02, 2021, 12:46:31 PM
Djaydino you are the man !!!
Thanks a lot for your help. With some adjustements I manage to make what I wish.

Please, do you have a patreon or something cause I want to give you something for your big and kind help.
Title: Re: Create a virtual keyboard
Post by: djaydino on December 08, 2021, 12:39:07 PM
Hi.
it's fine.

If you really want you can send me a coffee on paypal (http://paypal.me/Jinxtergames).
Title: Re: Create a virtual keyboard
Post by: Franck on December 09, 2021, 03:31:58 AM
What's your paypal email address?
Title: Re: Create a virtual keyboard
Post by: djaydino on December 09, 2021, 08:54:22 AM
Hi.
You can click the paypal (http://paypal.me/Jinxtergames). text/link on the previous post or here :)
Title: Re: Create a virtual keyboard
Post by: Franck on December 09, 2021, 12:12:59 PM
Ok, done.