Page 4 of 12

Re: Working with InputText

Posted: March 14th, 2017, 12:17 pm
by jsmorley
nemo081 wrote:I understood, thanks! everything works!

Section google:
Each button allows a search on the Google site search, G image, G news, G translate, G drive, G mail.

Section Purchasing:
a single entry to do research on Amazon, Eprice, and TrovaPrezzi.

PC Search section:
you search in Windows.

You like it?
Nicely done!

Re: Working with InputText

Posted: April 10th, 2017, 9:22 am
by saggypro001
Hi,

That looks perfect applications. Can you share the code for that?

Regards,
Sagar

Re: Working with InputText

Posted: May 6th, 2017, 8:02 am
by aihehe
Hello everyone,

just joined the community today and was wondering if someone can help me with this input text situation I have. It's a very basic skin that I wish to add input text in but my coding skills is very basic and honestly don't know where to start.
I dont know how to put up a link for a download of my skin here but i'll put the code of what I got so far here with this reply.

any and all assistance would be really appreciate. I have been trying to work this out all day but I'm struggling so hard, well at least i tried...

Kind regards in advance.

[Signature]
Meter=STRING
FontColor=#FontColor#
StringStyle=bold
FontSize=60
FontFace=Beastform
Antialias=1
Postfix="put any txt here"

Re: Working with InputText

Posted: June 1st, 2017, 8:22 am
by rbriddickk84
aihehe wrote: any and all assistance would be really appreciate. I have been trying to work this out all day but I'm struggling so hard, well at least i tried...
Hey there!

Please tell more info about what you would like to achieve, to be able to help you.

Re: Working with InputText

Posted: June 1st, 2017, 8:24 am
by rbriddickk84
Just a note for the InputText plugin. If there was mentioned already, then i am very sorry! :)
I am working on a note skin, and i just realised that the plugin won't accept any Pasted text, only typed.
So probably because the plugin listens to keyboard key inputs only. :)

Re: Working with InputText

Posted: June 1st, 2017, 8:40 am
by fonpaolo
That's really strange, rbriddickk84, I often use ImputText pasting urls and other phrases or words... :???:

Re: Working with InputText

Posted: June 1st, 2017, 8:49 am
by balala
fonpaolo wrote:That's really strange, rbriddickk84, I often use ImputText pasting urls and other phrases or words... :???:
Me too. It definitely works.

Re: Working with InputText

Posted: June 2nd, 2017, 7:34 am
by rbriddickk84
Hmm... that is strange then. :???:
Correction, now it's working again, but with short texts. It seems if i want to paste very long texts, like 100 characters, then it's not accept it. But it accepts more characters when i am typing.

--Mystery solved: I saved texts with Enter in it, so the variable saved till the Enter was hit in original text. After that in the txt file it's in the new line, so it's not assigned to any variable. So pasting is working till it's not an Enter in it!

Re: Working with InputText

Posted: June 2nd, 2017, 8:35 am
by fonpaolo
As a clarification, rbriddickk84, ImputText works in this way:
- click on the box that activates ImputText (to detect mouse click);
- write or paste what you want *;
- hit Enter to save the text.

*- the text visualized depends on the ImputText box width (W), only the part contained in the box is visible, but all the text is saved. Before hitting Enter, you can scroll the whole text using the right, left arrows and also beginning and end keys.

Re: Working with InputText

Posted: June 2nd, 2017, 8:44 am
by rbriddickk84
fonpaolo wrote:As a clarification, rbriddickk84, ImputText works in this way:
- click on the box that activates ImputText (to detect mouse click);
- write or paste what you want *;
- hit Enter to save the text.

*- the text visualized depends on the ImputText box width (W), only the part contained in the box is visible, but all the text is saved. Before hitting Enter, you can scroll the whole text using the right, left arrows and also beginning and end keys.
Thank you for the clarification! :)
I already knew that long time now! ;)