[PLUGIN] Textbox Addon

0 favourites
From the Asset Store
Forget about default textbox restrictions, you can create sprites atop of the textbox
  • septeven Got it now. Thanks.

  • Savvy001

    V.1.02

    • Fix a bug occured when the fullscreen mode was set on 'Scale'
  • Great plugin. Thanks! You saved my life!

    How do you display the cursor at the center of the text box instead of the left side?

    Is it possible as well to change its appearance? Color? bold?

    Thanks for your answers,

    fred

  • didmi

    About the cursor, it's not a supported option, but It could be easily.

    About the appearance - What are you talking about ? Do you think talk about the cursor appearance ? If so, it's impossible.

  • OK septeven. Thanks a lot for your prompt response.

  • great plugin <img src="smileys/smiley1.gif" border="0" align="middle" />

    Here is some extra things that you could add:

    Events:

    OnFocus and OnFocusLost (very useful in MANY cases)

    Properties

    • Margins: the distance that the text must keep from left and right border (this could also be improved by adding all 4 margins customizable singularly)
    • Password Character: the character to use to mask the password text instead of the default *
    • Alignment: this is another thing that can be useful
  • For some reason the image is very twitchy on screen in Chrome. Is there a way to fix that or am I doing something wrong?

  • what are you talkin about ?

  • the button shakes when I tried using it in Chrome. A very slight stutter.

  • sorry but I may miss something ?? This is the "textbox addon" thread, I still don't see what are you talking about...

  • Omg I'm sorry I posted this in the wrong spot. This should've gone in the image button plugin. Sorry, ill go track that plugin maker down. Truly sorry about the brain fart.

  • Outstanding plugin septeven! I was able to use this plugin to add tooltips to sprites (just made the textbox transparent) to make my web app more descriptive to users when mousing over various images. Thank You for all your hard work! <img src="smileys/smiley20.gif" border="0" align="middle" />

  • Great plugin!

    Is possible to center the text in the box?

    Thank you

  • DavidCB

    No it's not, but it will be easily doable by affecting an ID and set this property with CallJS plugin. (possible directly with the native textbox object.)

    if your textbox object has text_01 as ID,

    Call (On loader layout complete) with the CallJS plugin :

    var a = document.getElementById(""text_01""); a.style.textAlign = ""center"";

    (Note. Double quote "" equal " in the expression editor.)

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thank you Septeven

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)