User Tag List

Results 1 to 3 of 3

Thread: More than one Get object?

  1. #1
    Clicker Fusion 2.5HTML5 Export Module
    Allrounder's Avatar
    Join Date
    Jan 2014
    Posts
    57
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    More than one Get object?

    At the moment I use one Get object for communication with the web server.
    I use different url's for different tasks. Works fine so far.

    But sometimes a "Get URL" is started when another "Get URL" is not complete yet. That's not good ;-).
    How to avoid this?

    Should I use more than one Get object in the frame?
    Or should I use one Get object and f.e. a global value to check if the Get object is ready?
    Or something else?

  2. #2
    Clicker Fusion 2.5 DeveloperAndroid Export ModuleiOS Export ModuleSWF Export Module
    Fusion 2.5 (Steam)Fusion 2.5 Developer (Steam)Android Export Module (Steam)HTML5 Export Module (Steam)iOS Export Module (Steam)Universal Windows Platform Export Module (Steam)
    Popcorn's Avatar
    Join Date
    Jun 2006
    Location
    Norway, Bergen
    Posts
    2,367
    Mentioned
    13 Post(s)
    Tagged
    0 Thread(s)
    You can use the IsPending condition to check if the Get Object is ready or not. If I have several timebased tasks that have different intervals, I tend to use multiple Get objects, but if you only do occasional requests one object should be enough.

  3. #3
    Clicker Fusion 2.5HTML5 Export Module
    Allrounder's Avatar
    Join Date
    Jan 2014
    Posts
    57
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Havn't recognized IsPending yet. That's what I searched for. It's sufficient enough for my needs. Thanks!

Posting Permissions

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