jabedbd's Recent Forum Activity

  • I Disabled and unfocused my Textbox (textarea) to copy protect it data. it only work on preview mode. when i open it with android and long press on the textarea, the data is become ready to copy on android clipboard.

    How can i make copy protect textbox for android? is it possible?

    or how can i replace the android clipboard when long press?

  • jabedbd you may need to update your version of the plugin.

    (redownload and check the examples in the /project folder)

    yes bro ! now its working fine. thanks a lot

  • Do you give me the capx file? I don'nt understand how can you add the "get binary" function

    Noncentz705 bro

  • Bro, still not work

    Please check my capx file .....https:// dl. dropboxusercontent .com /u/52900611/capx/ test.capx

    Noncentz705

  • yes bro. i want to do it. but it not work though Useris.text & Myid.text has same value

    LittleStain

  • How can i read text from a zip file?

    i try this jszip.readText("texfile.txt","zipfilename\n")

    rexrainbow bro help me please

  • is it possible? if possible please help me...

  • see the screenshot. both value are same. but when i compare A=B as trigger to Visible Textbox. its not work.

    a snapshot from my event:

    IndieKiwi

  • please someone help me please

  • I try to compare the value ( which i get from RegexMatchAt expression and set as text to a text object ) with another value.

    if the the values are equal it trigger another object to Visible .

    but it dont work.

    Here is my event sheet system:

    At first i add File Reader to read a text file (Set text Text bOx)

    then i use the RegexMatchAt expression to get data from the Text Box and set the data to Text1.( Working Fine)

    I add Dictionary key "test" with value "myname"(working)

    after that i compare the Text1 data with with the dictionary key value as trigger to visible the textbox

    but do not work.

    can anyone help me to solve it?

  • mindfaQ bro. now i'm facing another problem. I try to compare the value ( which i get from RegexMatchAt(RegexMatchAt(UnknownTexT.Text,"[([^\]\r\n]+)\]","gi",0),"[([^\]]+)\]","i",1) ) with another value.

    if the the values are equal it trigger another object to Visible .

    but it dont work.

    Here is my event sheet system:

    At first i add File Reader to read a text file (Set text Text bOx)

    then i use the expression to get data from the Text Box and set the data to Text1.

    I add Dictionary key "test" with value "myname"

    after that i compare the Text1 data with with the dictionary key value as trigger to visible the textbox.

    but do not work.

    can you help me to solve it?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Of course like always with regex the necessary complexity depends on the data you can expect / want to work with.

    If the string always looks like "Hi my name is [myname].", a simple RegexMatchAt(AdvancedTextBox.Text,"Hi my name is [(.+)\]\.","i",1) or even RegexMatchAt(AdvancedTextBox.Text,"[(.+)\]\","i",1) will work.

    If you expect multiple [] in the text and you want to match them all plus wanna filter out newlines, it could look like this:

    thanks a lot bro

jabedbd's avatar

jabedbd

Member since 27 Apr, 2015

None one is following jabedbd yet!

Trophy Case

  • 9-Year Club
  • Email Verified

Progress

10/44
How to earn trophies