Active Picture Object and URL images

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • Hello there,

    I'm using Active pictures object to load images from my FTP, while it works greate on iOS and Android exporter, it doesn't work at all on Windows and UWP exporters, it simply don't load anything... Any idea on whay i'm doing wrong?

    + NOT message-img: a picture is loaded
    message-img : New picture : "Please login to see this link."
    message-img : Set Size to (380, 80)

    Edited once, last by Dobermann (November 15, 2020 at 10:28 AM).

  • The APO doesn't download images on Windows, you have to use the Download object for this.

    It works on UWP though, I've just tested it with the link you mention above.

    Ah, maybe it doesn't work because of the GET object issue. On UWP if you send two "GET" commands (with two separate GET Objects) only one of the "ON GET COMPLETE" will be triggered. So maybe it's why i can't load a picture on my UWP game...

    And thank you for the tip about the windows process, now it's working!


    Edit:

    I've made a MFA where the APO doesn't show the image, i've set the same parameters as my game so maybe it could be coming from the get object, or the layers or something else...
    Please login to see this attachment.

    Edited 2 times, last by Dobermann (November 16, 2020 at 1:45 PM).

  • I'm sorry I'm extremely busy right now, it's NOT the APO object as I've already checked it loads your URL fine, so probably your event is not executed, the name is incorrect, etc.

    Everything works on Android, iOS and PC (with the dwnload objects as you said), but not on UWP. The event is simple, it just pass the same URL into an event to the APO. I'm pretty sure the issue comes from that. If i try to put the URL directly in the object properties it should work i guess, but i need a dynamic URL. I'll try to contact Fernando.

  • I use this where filename is set to "million.jpg" or "standard.jpg" like in the first example:

    Code
    * filename <> ""
    + NOT message-img: a picture is loaded
    + Only one action when event loops
    
    
    		 message-img : New picture : "http://apps.dobermannstudios.com/spartanfirefight/img/" + filename
    		 message-img : Set Size to (380, 80)

    I can confirm that the event "NOT APO: a picture is loaded" does not work on UWP, removing it made everything to works.

    Edited once, last by Dobermann (November 24, 2020 at 10:30 PM).

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!