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!
Have you changed any settings recently? The most likely reason is that your browser isn't saving cookies from this site. Check your exceptions list etc.
What the heck!? Fusion Chat!? That was the project me and dingdong worked on some years ago! O.o Name stealer! Anyway the program sounds really good, haven't been able to download it however, the links don't work
Are there any plans to change this (devs?) because thats a pretty big limitation. I was also under the impression that you would be able to write just for java. This does present a rather large problem that extension devs would need to know both c++ and java. just to develop java apps.
Since a blank MFA file is 0 bytes in size, it will have no frames, no name, no settings, etc. Therefore it can't exist. This method works on my computer:
1. Open MMF2. 2. Create a blank document, and save it to C:\WINDOWS\ShellNew\New MMF2 Document.mfa 3. Close MMF2 and open Registry Editor. 4. Create a key called ShellNew in HKEY_CLASSES_ROOT\.mfa 5. In that key create a string value called FileName. 6. Set its value to the file path to your application (in step 2).
You may need to restart Explorer to see the new entry.
It maybe a good idea to make the file read only so you don't overwrite it if you press save... assuming it works how I think your solution works.
Darkhog: How is that of any use to him!? Its not even made in MMF...
Attus: Create two frames, the first will be your program and the second will be your splash screen. Create a sub-app in your first frame and set it to display the second frame and make sure its a popup. Now, add a window control object to frame 1. Firstly, your sub app must be visible... now create an event for at the start of the frame and use the window control object to make the main frame hidden. Then just use a time limit to close the splash page and show the main frame again.
Does anyone know how to copy a complete directory to another location? I've looked at the file object and sphax's file folder object so far with no luck. Is there an action in a real obvious place and im just missing it?