Different behavior in 293.1 and 293.5

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.
  • Different behavior in 293.1 and 293.5
    See video
    293.1 Please login to see this link.
    293.5 Please login to see this link.

    Please login to see this attachment.
    in following videos
    Please login to see this link.
    Please login to see this link.

  • For 1 and 2 video
    When Frame 2 run, delay set alterable string to List line text when String object overlapping Active object.
    In line 7 create Active object (say Button) and String object
    In line 9 Set Text to unique ID of buttons.
    mfa Please login to see this link.

  • yes, your mfa is included but what should i do, or see?, because what is inside your mfa is not related to the image you posted above.

    Please login to see this attachment.

    Could this be affecting yours results?

    DataStorageDirectory$( "Android object" ) +"/" +"PHYSICS GURU" + "/" + CLASS + "/" + SUBJECT + "/" + MEDIUM + "/" + SUBJECT + "_Chapter_Path_" + CLASS + "_Theory.list"

    Regards,


    Fernando Vivolo

    ... new things are coming ...

    Edited 3 times, last by Fernando (July 15, 2021 at 10:47 PM).

  • yes, your mfa is included but what should i do, or see?, because what is inside your mfa is not related to the image you posted above.

    Please login to see this attachment.

    Could this be affecting yours results?

    DataStorageDirectory$( "Android object" ) +"/" +"PHYSICS GURU" + "/" + CLASS + "/" + SUBJECT + "/" + MEDIUM + "/" + SUBJECT + "_Chapter_Path_" + CLASS + "_Theory.list"

    Yes
    When this frame run, you see carefully, first Active object create then string object create. When when String object overlapping Active object then set Text to unique ID of buttons. This is delay in 293.5 compare 293.1.
    I send my complete mfa of my project PM

  • what do you mean with a delay, can you explain me more.

    For this behavior I set Frame rate 1 and record videos
    You see in Please login to see this link.
    String set unique ID of buttons quickly (not set A, which is already present in the string).

    and In video Please login to see this link.
    String set First 'A' (which is already present in the string) then set String set unique ID of buttons

  • Quote

    String set First 'A' (which is already present in the string) then set String set unique ID of buttons

    From what I see this behavior is also in the Windows version and is not new. If you set the frame rate of your MFA to 1 you'll see the A on Windows too, and not only with build 293.5, this also happens with build 293.1, 292.29, etc.

  • I think it's because you don't set the texts in Start of Frame events. Line 7 in your MFA, in the On Loop "buttons" event you should add:

    Button Name : Set alterable string to List Line Text$( "Chapter", Button ID( "Button" ) )
    Button Name : Bring to front

    so that the text is immediately initialized.

    (or just set the text to "" if you need to initialize it later)

  • I think it's because you don't set the texts in Start of Frame events. Line 7 in your MFA, in the On Loop "buttons" event you should add:

    Button Name : Set alterable string to List Line Text$( "Chapter", Button ID( "Button" ) )
    Button Name : Bring to front

    so that the text is immediately initialized.

    (or just set the text to "" if you need to initialize it later)


    How to send MFA to you (pm) ?
    In my app, Every file download from dropbox.
    when run last frame, all image are download from dropbox one by one and save.
    for example, Class XI> PHYSICS> ENGLISH> Newton's law of motion >Second law of motion > Last frame run and image download. When back after some image download (not complete) and again go to this frame and see that download start from downloaded last image when use 293.1 but when use 293.4 download not download.

  • How to send MFA to you (pm) ?
    In my app, Every file download from dropbox.
    when run last frame, all image are download from dropbox one by one and save.
    for example, Class XI> PHYSICS> ENGLISH> Newton's law of motion >Second law of motion > Last frame run and image download. When back after some image download (not complete) and again go to this frame and see that download start from downloaded last image when use 293.1 but when use 293.4 download not download.

    This sounds like a different problem, specific to Android, see with Fernando for this one.

  • How to send MFA to you (pm) ?
    In my app, Every file download from dropbox.
    when run last frame, all image are download from dropbox one by one and save.
    for example, Class XI> PHYSICS> ENGLISH> Newton's law of motion >Second law of motion > Last frame run and image download. When back after some image download (not complete) and again go to this frame and see that download start from downloaded last image when use 293.1 but when use 293.4 download not download.

    293.4 is now following the new policies from Google, could this be the problem you get there.

    Please login to see this link.

    if not, open a new thread with a small mfa that reproduce the issue

    Regards,


    Fernando Vivolo

    ... new things are coming ...

  • I check that for 293.5
    If apk build Target Android Version 10, Build API 29 no any issue (Problem resolve).
    But apk build Target Android Version 11, Build API 29 or 30 Problem not resolve.

  • It worked in the past, BUT not now. due to changes for protection and security.

    Remove all unnecessary permissions in your app, keep internet, read external storage (for older version).

    As I said, your folder link is wrong, please fix it,

    Please login to see this attachment.


    After my changes I just tested on Android 12 and I get stuck on this screen.

    Please login to see this attachment.

    Going back to your folder link point, you should see this if you do it correctly.

    Please login to see this attachment.

    Regards,


    Fernando Vivolo

    ... new things are coming ...

  • Thanks you Fernando
    I adding a file separator in all codec (DataStorageDirectory$( "Android object" ) + "/" +"PHYSICS GURU" ===>) and remove all unnecessary permissions in your app, keep internet, read external storage.

  • Onw question about this image, how check folder link point?

Participate now!

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