User Tag List

Results 1 to 3 of 3

Thread: ip address; edit box

  1. #1
    No Products Registered

    Join Date
    Mar 2011
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    ip address; edit box

    I`ve used the edit box for ip input, but I`m not sure if it is reading it out correctly, because it can`t connect to the host address. Maybe the problem is somewhere else, so I wanted to rule this out first.

    I`ve tried:
    [Connect to Edittext$("ip address")] + the selected port, which didn`t work
    and
    ,thinking(noob alert) the "." sign might be the problem, made 4 edit text boxes for ip addresses (just for testing purposes):

    [Connect to Edittext$( "ip1" )+"."+Edittext$( "ip2")+"."+Edittext$( "ip3" )+"."+Edittext$( "ip4" )]
    + the selected port.

    What I`m wondering here is, can the get text command retrieve number values (and symbols) and is this the correct way to select the ip to connect to?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Eliyahu's Avatar
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    1,523
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ip address; edit box

    The Get Text command will return the contents of the Edit box, text, numbers, symbols, all.

    The Get Value expression will return and integer value from the edit box, as in "33.6" will turn into just plain 33.

    To get decimals you need to use Val( ) around the Get Text, so "33.6" would turn into 33.6

    Hopefully that will clear up any cofusion about getting the contents of an Edit Box for you.

  3. #3
    No Products Registered

    Join Date
    Mar 2011
    Posts
    6
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: ip address; edit box

    Ok, i just realized that the get text does get the address for connection, so that`s not the problem. Thanks anyway

Similar Threads

  1. Get link address
    By oasuke in forum Multimedia Fusion 2 - Technical Support
    Replies: 2
    Last Post: 7th March 2012, 08:56 AM
  2. IP Address
    By Game_Master in forum Multimedia Fusion 2 - Technical Support
    Replies: 6
    Last Post: 25th April 2009, 09:19 PM
  3. Upgrading from MMF 1.5 to 2.0 (different address)
    By Sebaceous in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 20th April 2009, 09:38 PM
  4. MAC Address
    By Renatos in forum Multimedia Fusion 2 - Technical Support
    Replies: 11
    Last Post: 12th April 2008, 09:20 PM
  5. how can I get a users MAC Address?
    By MelliGeorgiou in forum Multimedia Fusion 2 - Technical Support
    Replies: 10
    Last Post: 15th January 2007, 06:00 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •