User Tag List

Results 1 to 6 of 6

Thread: Blank return with Get object although it works so well with previously developped app

  1. #1
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    54
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Exclamation Blank return with Get object although it works so well with previously developped app

    Hi all,

    Something is wrong with the Get object (see sample mfa file and link below): an HTML app won't show received information from the Get object on any of my computer (one laptop, Win7, no matter the browser, and one Dell tablet, Win8, Explorer) but the one I build the app with (but maybe that's a coincidence; edit: and now, it doesn't work anymore; how queer!). The information is received when I run the app from MMF.

    See the app online: www.microbe.ca/eco/testage.html (Insert some text in the first blank edit box and press the "Microbe" button.)

    What's particularly strange is that another app I developed works without any problem on about any known device (well, most!).

    Any idea of what's going on?

    Thanks,

    MB
    Attached files Attached files

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    54
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Update

    Ok, I've reinstall all MMF apps (I think some MMF file or extension got corrupted somehow). Now, App receives information from php script, although this received info starts with two empty spaces. It is easy to parse these out though. It should be ok from now on. Let's roll.

    MB

  3. #3
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    54
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    And back to problem #1. :-(

    It works with the desktop I built the app with. It doesn't with the laptop and the tablet: Get object receives blank information.

    See (and try) it here: eco.uqam.ca/app3/administrer.html. received info should be "ok" for right login info or "non" for wrong login info.

  4. #4
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    54
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Sorry if I answer over and over on my own thread: it's just in case the information provided here would be useful to someone with the same problem someday.

    Ok, for those interested, want to learn something funny? I just learned that this address: eco.uqam.ca/app3/administrer.html is not the same as this one: www.eco.uqam.ca/app3/administrer.html. The latter works well and Get information is well received. The former doesn't.

    (Bam! bam! bam! - my head on my desk. But at least, I can go on!)

  5. #5
    Clicker Multimedia Fusion 2 DeveloperiOS Export ModuleSWF Export Module
    Francois's Avatar
    Join Date
    Jul 2006
    Location
    Montpellier, France
    Posts
    6,920
    Mentioned
    1 Post(s)
    Tagged
    1 Thread(s)
    We should put a warning when you drop a get object in HTML5 : this object, due to limitation imposed by the navigators, only work when the destination URL is on the same server as as the html file. So if your app is local, and your data is remote, it will not work.
    I'll see if detecting this within the runtime is possible in order to display an error message.

  6. #6
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleHTML5 Export ModuleSWF Export Module

    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    54
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    "So if your app is local, and your data is remote, it will not work."

    Yes, this, I noticed (and read somewhere here in the forum). But the problem I encountered was that even if the app and the data were remote, Get object received blank information. It was because when I wanted to test my app on other computers, I (lazily) typed the app address in the address bar without "www" (while the get object of the app connected through the same address with "www"). By typing the address with its "www", the app worked fine (and still work fine!).

    MB

Similar Threads

  1. How would YOU delete all blank lines from List Object?
    By ratty in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 7th July 2013, 09:41 AM
  2. [bug] list object BLANK in unicode version
    By StingRay in forum Android Export Module Version 2.0
    Replies: 1
    Last Post: 10th April 2013, 11:39 AM
  3. [bug] list object BLANK in unicode version
    By StingRay in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 10th April 2013, 08:47 AM
  4. Beta 28 - Screen Issue (previously recorded)
    By Kisguri in forum Android Export Module Version 2.0
    Replies: 0
    Last Post: 2nd May 2012, 04:42 PM
  5. [BUG] Active object as Global: Values are blank
    By aidmm in forum Multimedia Fusion 2 - Technical Support
    Replies: 7
    Last Post: 16th August 2008, 08:33 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
  •