Posts by Hristos
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.
-
-
-
-
-
Issue Description
The HTML5 and Android exporters are not properly handling two specific creation actions:
- "Create at X, Y"
- "Create by name at X, Y"When these actions are used, either:
- The frame fails to run, or
- The objects fail to be createdAffected Exporters
- HTML5 Exporter
- Android ExporterWorking Actions
For reference, these creation methods work correctly:
- Basic "Create"
- "Create by name"Steps to Reproduce
1. Create a project using any of these creation methods
2. Test within Fusion: All creation methods work as expected
3. Build and Run with HTML5/Android exporter:
- Objects using "Create at X,Y" fail to appear
- Objects using "Create by name at X,Y" fail to appearTest Project
I have created a test project demonstrating all four creation methods across separate frames:
1. Frame 2: Basic Create
2. Frame 3: Create at X,Y
3. Frame 4: Create by name
4. Frame 5: Create by name at X,YExpected Behavior
All four creation methods should work identically between:
- Running in Fusion
- Running exported buildsActual Behavior
- In Fusion: All creation methods work correctly
- In Exported builds: Position-specific creation methods failMultimedia Fusion Developer build 295.10
Latest exporters (from Passport Temporary Access) installed.
-
After trying many setups for 2 days and reading numerous posts and user guides, I finally managed to build an APK file with Multimedia Fusion 2.5 Developer. I'm sharing this to help anyone experiencing the same frustration I did.
System Specifications:
- Windows 11, 64-bit
- AMD Processor
- Multimedia Fusion build R295.10
- Android Exporter (latest version from Please login to see this link.)
- I used a simple app without any extensions, just one Active object
Special thanks to NaitorStudios' Discord pinned post in Click Converse server, which helped significantly in reaching the solution: Please login to see this link.
Step-by-Step Guide
- Install Latest Versions
- Multimedia Fusion 2.5
- Android Exporter
- Clean Previous Java and Android Studio Installations (Optional but Recommended)
- Uninstall any existing JDK installations
- Uninstall Android Studio
- Note: Back up any important projects or configurations before uninstalling
- Install JDK 11.0.25 (the only version that worked!!!)
- Download from: Please login to see this link.
- Note: Free signup required. If you can't find it, scroll down to the section shown in the attached screenshot
- Default installation path: C:\Program Files\Java\jdk-11
- Install Android Studio
- Version: Iguana | 2023.2.1 Patch 1
- Source: Android Studio Archive (Please login to see this link.)
- Important: Avoid installing unnecessary components to prevent conflicts
- Configure Android Studio SDK
- Access SDK Manager: MoreActions > SDK Manager on welcome screen
- Required Components:
- SDK Platforms: Android 14.0 - API Level 34
- SDK Tools (install only these):
- Android SDK Build-Tools
- Android SDK Command Line Tools
- Android Emulator
- Android SDK Platform-Tools
- Google USB Driver
- Important: Do not install NDK as it may cause build failures
- Configure Multimedia Fusion 2.5
- Open Tools > Preferences > General tab
- Set "Pathname of the JDK directory" to: C:\Program Files\Java\jdk-11.0.x
- Set "Pathname of the Android SDK directory" to: C:\Users<YourUsername>\AppData\Local\Android\Sdk
- Configure MFA Build Settings
- Open Window > MFA Properties
- Set build type to: Android / OUYA application
- In Android tab: Click button to use newest installed SDK API (34)
Please login to see this attachment.
-
-
-
Thanks for your answer!
I am working on an HTML5 project which does not support the "Get from clipboard" action.
So I tried using an external function embedded inside the html code of the page. Clicking on the button calls this function and the contents of the clipboard are supposed to be pasted in the edit box.
Your mfa works fine as a Windows application but not in HTML5. -
Hi,
I am trying to use the Clipboard API to read data from the clipboard and paste it inside my application (I tried edit box, string and list object)
I am calling this function:
Code
Display Morefunction readFromClipboard() { navigator.clipboard.readText() .then(text => { // `text` contains the text from the clipboard console.log("Clipboard contents:", text); // You can now use the text as needed, e.g., display it in an HTML element document.getElementById('output').textContent = text; }) .catch(error => { console.error("Unable to read from clipboard: ", error); }); }
and although the browser is asking me if I will allow my app to see the clipboard (meaning that the function works) I cannot get the content of the clipboard inside my app.
Any help will be much appreciated.
I attach the mfa and you can see the result online here:
Please login to see this link. -
I searched for older apps that we created for iOS and there is a function eggtimer object inside.
I can open it, it runs but I cannot add a new function eggtimer object!!!Please login to see this attachment.
-
Hi,
I have ran into a peculiar problem after updating the "Function Eggtimer" extension today. I can no longer add a new function eggtimer object in HTML5 unless I first open another old app of mine (HTML5) in which the object already exists!!!!In this image you can see that there is no "Function Eggtimer" in the "Create new object" menu (new app):
Please login to see this attachment.In this image you can see that there is no "Function Eggtimer" in the "Create new object" menu and there is a "Function Eggtimer" object inside the frame (app that I am currently working).
Please login to see this attachment.In this image you can see that there is "Function Eggtimer" in the "Create new object" menu and there is a "Function Eggtimer" object inside the frame. This is the old app in the same laptop.
Please login to see this attachment.I really want to thank Andos for this very useful extension and kindly request him to fix it and include it in all exporters (I am really in need of the iOS version)
Thanks in advance,
Christos -
Hi,
A way to get the serial number of the motherboard, the bios and the disk in a string. I use it in conjunction with encryption to generate unique codes for software activation.
Thanks to the Please login to see this link. by Christian_Wheel.
You will need the "Execute in Console" extenision by 2xD -
Hi,
You will find the beta versions in the Product Owner's Lounge> Fusion 2.5 > Download links:
Please login to see this link. -
I have already tried this solution which is described in Please login to see this link..
Unfortunately it does not work when the application has sound. -
So if they are viewing the site in desktop mode that solves the sound issue?
Tricky for me to get young kids to set their ipad browser to desktop view. Does anyone know of a html tag or script that will do this automatically? I have had a look online but could not find any examples.
I found these links:
Please login to see this link.
Please login to see this link.
But I do not have the time to try it right now. -
Thanks for this!
I will try this workaround but it is not a solution that will stand the test of time.
I hope Clickteam will provide a solution soon. -
If I understand correctly the users must first set their iPhone to "desktop mode" so that the applications will work. Is it also necessary to ask them to click on the button in the first frame?
-
I also have real trouble with this. We have a membership site with HTML5 applications and there are customers who use exclusively iPads. The only answer I can give them is to return their money!
-
It recently stopped working. The fix is to just add the "Multitouch object".
I also added a color change.Please login to see this attachment.