Don't have an account yet? Then register once and completely free of charge and use our wide range of topics, features and great options. As a registered member on our site, you can use all functions to actively participate in community life. Write posts, open topics, upload your pictures, put your videos online, talk to other members and help us to constantly improve our project and grow together! So, what are you waiting for? Become a part of us today!
To get support for a technical issue such as installing the software, to query a purchase that you've made/would like to make, or anything other than using our software, please visit our Customer Service Desk:
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!
I'm not sure if that's bug or I have a wrong set of application properties. I want to run my application at (more or less) constant 100 fps while its minimized or getting resized or the Alt/F10 key is pressed when a control is focused. So I checked the 'Run when minimized' and 'Run while resizing' options. But whenever I press Alt or F10, while focused on one of the Windows Controls, the FPS drops to about 60 on my machine. To reenable the full fps, I have to press F10 again or change the focus on another control.
I tried Directory Packer, Zip Object, Archive Object to zip stuff. And only the archive object would work with files (only ansi paths :/) and creating empty folders. I never figured out how to zip a whole folder with its files and subfolders. Archive Object does not support unicode paths at all, though it says it does..
Does anyone have an idea or a working example on how to zip files and folders?
Had the same issue, kinda hard to reproduce. It appears more often if you have a big project and a lot of loops. The File object will exit with error code 0.
Still I found a workaround that worked for me: Instead of the usual loop to ask for a file exist, use the loop from the Fast Loop object. It works, lol.
In my program the user can select windows/programs/foreground apps/etc (OS: Windows), then my program (that is hidden) starts another program from itself (that one is also hidden), but after my second program starts, it de-focuses the window/app I was previously in. I was trying to get the ID of that windows/app, so I can store it and after my second program launched, re-focus the window/app again. Wanted to do this with the Kernel object, I can only select active/current/foreground by ID, but not retrieve the ID of them, there's no option?
Recently I noticed that the upper$ function to convert letters to the uppercase is not working for most unicode characters (mostly for english alphabet only). Is there an other object, that could do that, any workaround?
I want to draw a line between two points (real time, second point is xmouse, ymouse). The sprite for the line is a 2 x 1 px with two colors: 1 black pixel + 1 white pixel (or similar). I want to make it look like this:
Please login to see this attachment.
All examples I ve found on the forum, use an xscale method, which makes the line look weirdly stretched
I tried to make the window larger than the screen size, say 3000 x 3000 pixels. Tried to change the frame window size, frame size, virtual size and application size. But visually it's still not as 3000 x 3000, it's always limited to my screen size.. (possibly because application size is always limited to max. screen size)
Any workarounds? EDIT: Solved. It is possible. My bad.