Posts by imothep85

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.

    Hi i have the latest version of android studio, i did the updates, i use Android build api 35 minimum android version 5 & maximum 13

    this is my smartphone:
    Please login to see this link.

    i'm testing directly on my smartphone device !
    i drop the apk, install and play my game directly on my smartphone !
    the MUI is the version 12.0.0.228
    i put version 11 in fusion 2.5 to export

    Please login to see this attachment.
    Please login to see this attachment.

    so in my game i do this, when the player win at the wheel of fortune the game take a screenshot and send it to me by email !

    But it's not working image is not captured/saved !
    On my android game properties i activated Internet & Write External Storage
    Please login to see this attachment.Please login to see this attachment.Please login to see this attachment.Please login to see this attachment.

    so i absolutely need to solve that problem !

    "Web View Object"

    Can someone seriously UPDATE this dead plugin???

    It runs by defautl with INTERNET EXPLORER !!!!

    INTERNET EXPLORER IS DEAD !!!!

    APPS using web view object are bugged has hell because this plugin IS SERIOUSLY OUTDATED !!!!

    When are you going to SERIOUSLY MAKE AN UPDATE OF FUSION 2.5 PLUGINS ??????????K?

    hi in my app i need to do this:

    i have a list object with tons of urls listd like this:

    "Please login to see this link."
    "Please login to see this link."
    "Please login to see this link."
    etc...

    i would like when the user is visiting an url who is in the list, he get redirected for ex to google.com.

    but im stuck trying everything.

    can someone help me to solve this?

    Ok i did this: i created on bouton clicked+ FindStringExact( "List", Edittext$( "Edit Box" ), -1 ) and in the second field i added -1 in the list i have all my urls, and i get redirected :D to google.com if the url match

    BUT if i do this (the best solution to me) i want when the user is typing something in google and then he push "enter" if the url he click later match one of those in the list then he get redirected to google.

    but at the moment if i do this ( better solution): on web view object clicked + FindStringExact( "List", Edittext$( "Edit Box" ), -1 ) =-1 even if i type any word, i get redirected to google :s


    because i dont want to create a button in my app, just want to use the web view object

    i checked but somethign is wrong in fact, if i add bouton clicked+ FindStringExact( "List", Edittext$( "Edit Box" ), -1 ) and in the second field i added -1 i get redirected to google,if i type anithing but i click on the button i get also redirected to google.... so i think its better to have a mfa file to udnerstand how you solve that :s


    i have also another problem, web view object use internet explorer apparently, i have chrome by default browser....

    mhh do you have a mfa? :D

    if i try to add this: FindStringExact( "List", Edittext$( "Edit Box" ), -1 ) = -1 in the first compare two values i get an error message "syntax error"
    if i put: FindStringExact( "List", Edittext$( "Edit Box" ), -1 ) i get "valid expression"

    and what i have to add in the second field?