Posts by ratty

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.

    Oh wow, that’s super helpful info. Also a great sanity check on the balance between these various keyboard objects. I had wondered if I was just missing something obvious.

    One additional question for you. Did you ever rely on any Alt + Letter keypresses? Seems Windows oversees those and fires out error tones when they happen. For example, hitting Alt D in my Fusion app results in an error, though in a web browser it puts me in the address bar without the tone firing.

    Using the various keyboard objects, I’ve noticed the alt key is only been detected well I’m also holding control. Any reason why that is? I’m trying to interpret that key press.

    The tab key isn’t being recognized at all with the same extensions.

    Lastly I’m wondering if there’s a way to disable the windows key when it is pressed.

    Any helpers appreciated As the 3K names are very hard to search for on this forum.

    These screenshots are difficult to follow as theres no clue as to the intended output.

    What browser are you using?

    I've noticed an issue on Chrome where the frame is shifted the the right so much that part of the frame is missing. This also exposes -1px on the left edge of the screen. I've found that regardless of browser view zoom, zooming in 1 step fixes the issue. So hold control and roll the mouse wheel down once, then up once, and the frame is centered again. Obviously not a viable solution but a clue as to what's going on.

    [MENTION=5114]Yves[/MENTION] is currently aware and looking into a solution.

    [MENTION=5114]Yves[/MENTION], that does fix things partially. The encoding issue no longer happens and 2 of 3 of my apps load. The one that doesn't fires a Runtime.js issue.
    Please login to see this attachment.

    But there also a now a critical issue with changing between Fusion frames. When those events run, the app hangs indefinitely in Chrome browser.

    I've sent Fernando many details via PM, so please check with him. Any help in solving this is GREATLY appreciated as I'm in quite the pinch.

    Additional info! It seems the bookmarks bar was disabled, which changed the resolution of the browser frame. Turning the bookmarks bar back on halfway solves the issue. By halfway, I mean that now only half as much space is being lost on the right side. The frame is centered again, which is a positive. I'm not sure what changed in Chrome but it seems the frame size/fill/responsiveness of my Fusion apps doesn't like it.

    Sorry for the repeated posts. I've found that in Chrome going to Settings (three dots), then Zoom In (+ icon), the frame size is reset to how it should be. It doesn't matter if you've zoomed out to 10% or zoomed in to 200%. At the start of the frame the size gets screwed up but increasing the zoom resets it to the correct size. This wasn't an issue just a few days ago. [MENTION=5114]Yves[/MENTION] I've sent Fernando a message with a link to a private video demonstrating the issue.

    Separate issue:
    Looks like some Chrome update went live today that alters the frame size or alignment. On two separate machines there’s now black bars on the left/right of the frame, seemingly with more issues on the right side. The included picture is from an app that’s been live for months without issue. Now it’s misaligned time the right and has some right side cut off. Oh boy google...Please login to see this attachment.

    Also pic of other issue:
    Please login to see this attachment.

    In any case, if there’s anything I can test to help fix these issues please let me know as I’m in a sticky spot until the issues are resolved.

    So I suppose you've just installed the 2.5+ DLC? Did you re-apply the Fusion build 292.22 update patch to make sure everything is up-to-date?

    I ran through the standard update process. Received "Current version is up to date would you like to download update patch again?". I chose to apply the update again and the issue persists.

    "Uncaught (in promise) DOMException: Unable to decode audio data"
    "[Violation] 'load' handler took 610ms Runtime.js:68
    "[Violation] 'setTimeout' handler took 64ms"
    "[Violation] 'setTimeout' handler took 125ms"

    I'll mention it's been looking for RuntimeDev.js if I now create a new index.html. This is also only present in Chrome and the same MFA's were fine prior to the 2.5+ update.

    Thanks so much for looking into it.

    Hi, [MENTION=5114]Yves[/MENTION] . I've been discussing an issue with Fernando regarding Fusion 2.5+ Developer HTML5 export projects being broken when running in Chrome. The issue happened immediately after I upgraded to 2.5+ Developer. Existing MFA's that build without issue on standard Fusion 2.5 Developer demonstrate the issue. The built apps won't get past the default app loading screen (grey bar) only on Chrome. I'm in a very tricky spot as I can now not update my application. Can you touch base with Fernando regarding this issue? If there is a more formal support channel, please let me know. I'm willing to pay for advanced support if required as this is a crucial issue.

    Just using the GET object.


    Do you go through a php script or something else?

    Just asking because I have a php script I go through but sometimes my site gets hammered with requests and some php events get timed out or dropped. Looking for a good way to make lots of calls while pulling back on the dropped events.

    I use it for simple save/loading of settings but also usage/activity tracking so lots of random calls in addition to routine calls. I used to save them up and make a single cal and end of frame/application, but if a user walks away with the browser open or closes the browser without logging out I ran into issues.