playMaker

Author Topic: Create a virtual keyboard  (Read 1377 times)

Franck

  • Junior Playmaker
  • **
  • Posts: 91
Create a virtual keyboard
« 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

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Create a virtual keyboard
« Reply #1 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.

Franck

  • Junior Playmaker
  • **
  • Posts: 91
Re: Create a virtual keyboard
« Reply #2 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?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Create a virtual keyboard
« Reply #3 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

Franck

  • Junior Playmaker
  • **
  • Posts: 91
Re: Create a virtual keyboard
« Reply #4 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.

Franck

  • Junior Playmaker
  • **
  • Posts: 91
Re: Create a virtual keyboard
« Reply #5 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 :(

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Create a virtual keyboard
« Reply #6 on: November 28, 2021, 01:21:15 PM »
Hi.
Follow The Pictures below :








Franck

  • Junior Playmaker
  • **
  • Posts: 91
Re: Create a virtual keyboard
« Reply #7 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.

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Create a virtual keyboard
« Reply #8 on: December 08, 2021, 12:39:07 PM »
Hi.
it's fine.

If you really want you can send me a coffee on paypal.

Franck

  • Junior Playmaker
  • **
  • Posts: 91
Re: Create a virtual keyboard
« Reply #9 on: December 09, 2021, 03:31:58 AM »
What's your paypal email address?

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7615
    • jinxtergames
Re: Create a virtual keyboard
« Reply #10 on: December 09, 2021, 08:54:22 AM »
Hi.
You can click the paypal. text/link on the previous post or here :)

Franck

  • Junior Playmaker
  • **
  • Posts: 91
Re: Create a virtual keyboard
« Reply #11 on: December 09, 2021, 12:12:59 PM »
Ok, done.