Robin Andersson

Results 21 comments of Robin Andersson

Hi Max, I see why this happens, but I can't come up with a proper solution straight away since it would probably be very complex. It would probably be to...

A simple modification of the client bootstrap script to wait for Roblox default behaviour to copy StarterGui to PlayerGui before initializing Cmdr solves the issue. This is a work around...

@evaera CharacterAutoLoads is true in our game. Seems like we came to the same conclusion :). These kind of issues can be kind of tough to crack without breaking things...

Did some further research by creating my own native module, the wide string variants SHELLEXECUTEINFOW and ShellExecuteExW must be used. Node defaults to the ANSI variants.

@navneetnagpal Seems like you should merge this since it has gone 3 months and the PR is a straight forward oneliner that fixes one of the many issues with this...

@mikkoSarapelto @Robban1980 I also encountered this issue - did anyone of you find a workaround for this?

I ended up adding this commit: https://github.com/DigiExam/angular-froala/pull/4/commits/538ed12cca88aa139e9790d80ddf5a3e7ea05b87 Not an especially nice solution - but have spent a few hours too many on this so I was just glad to get...

@michaelbromley I understand! It's a cool project that gives me flashbacks from the early 00s, but the device compatibility must be a pain to maintain. If I find some time...

@computerquip-streamlabs Can you give an example of another UI toolkit that is able to do this and how it is done? I have worked with multiple desktop technologies and not...

@computerquip-streamlabs Thanks! It seems like a lot of the frameworks simply add a convinience wrapper around the external window. This could easily be done in a third party node module...