brand138's Forum Posts

  • 9 posts
  • Thank you guys so much!

    I checked your suggestions and they were issues.

    Working now thanks :)

  • I saw a post from a while ago where someone was able to do what I want, but I cannot seem to get it to work.

    I am just looking to post the contents of a textinput into a .php file called data.

    The goal is to type in a number, post it with a "send" button, then view the contents of the data.php by clicking the "get" button. The person claimed it worked, but I am having no such luck :/

    His instructions were in text only, but if you would like to see: construct.net/en/forum/construct-2/general-discussion-17/basic-ajax-tutorial-135429

    Thank you for any help and insight!

    Tagged:

  • Thank you so much for the information!

    There is so much to learn, but it sure is fun :)

    Thanks again, seems I will have to look into server type options.

  • Good morning kind folks!

    I am so excited about everything I have learned so far (much thanks to you all!).

    As I am starting to publish I am struggling to understand something:

    Is it possible to allow multiple users to log into the same running instance of my app that is published to my website?

    Basically, I would like multiple computers to be able to enter information into my app at the same time. As it stands now, each time I visit the page it is loading a new instance for each (as it should do if I understand correctly).

    I know very little about hosting, so any simplified explanations would be greatly appreciated!

    I hope I am not too vague, I am happy to elaborate on anything further and open to other methods.

    Thank you!

  • Thank you so much lions!

    I have read many of your posts about various things, thank you for being so helpful and generally awesome. :)

  • I must be really brain dead today.

    I looked through the manual and forums and do not see what I am doing wrong compared to the posts.

    I just want a text to display the current value of the global value.

    Thanks folks.

    Tagged:

  • Hello good people!

    I was wondering if anyone knew a way to automatically delete duplicate entries into a textinput box. This is for numbers that get entered in line by line for a barcode scan (so enter key is pressed each time to create a column of numbers).

    I found a nice event sheet that searches for duplicates, and I am trying to figure out if that may help me by modifying it somehow, but no luck yet. I'll attach that in case that helps.

    Thank you!

    Tagged:

  • You are awesome!

    I had no idea about pushing, works perfect. I ended up just pushing every time the "enter" key is pressed, because barcode scanners automatically hit enter after each scan.

    Thank you so much! :D

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello folks!

    I am trying to make something perhaps kind of odd for Construct - an inventory system, but not for a game, as in real life barcode scanning inventory haha.

    I have written a nice code for this in Excel and it works well, but I want to see if I can do something similar in Construct so I can have a better look than Excel (more visual customization).

    So far I have a text box tied to an array that then automatically exports to a CSV.

    What I am looking to do is have another text box next to the barcode textbox and have it keep count of how many lines have been scanned in (to give a total item count).

    I have ideas using variables and comparing the array height, but cannot seem to wrap my head around it.

    Any thoughts?

    Thank you!

    Tagged:

  • 9 posts