This was the problem. Thanks!
Type: Posts; User: IsaacBoy; Keyword(s):
This was the problem. Thanks!
Hi All,
I'm having an issue where no sounds will play inside Fusion, but they work fine when the application is built. I'm currently running 292.22. Does anyone have this same issue or know of a...
Hue Library now automatically detects Hex colour codes copied to your clipboard and will suggest a swatch automatically. What's more, the colour code can be anywhere in a block of text and Hue...
https://cleverbones.co.uk/s/comp5.png
This update brings lightweight project management features to Cactus Timer. Timers can now be assigned a project, this makes tracking multiple timed tasks in...
https://cleverbones.co.uk/s/4.png
This update brings a powerful new export feature. Now you can export any swatch using a custom script. This is a powerful way to transfer colours between...
https://images.squarespace-cdn.com/content/v1/5d226097fdd42c00018d73f9/1582409431201-BS5VCAWTN01ZYKOUAW46/ke17ZwdGBToddI8pDm48kLrCtcCYMJoFeQU5ToTim5pZw-zPPgdn4jUwVcJE1ZvWQUxwkmyExglNqGp0IvTJZamWLI2zvY...
Hi,
I am trying to run the following script in the LUA object, but I am clueless about how to actually use it. Could someone give me some advice on how to run and get the data from this script;
...
Another small update which unifies the look and feel of the entire application. It also adds a scrollbar as requested by users.
1.0.3
- [NEW] About diaog UI refresh
- [NEW] Added a Ko-Fi link to...
https://cleverbones.co.uk/s/radioComp.png
Curated national radio for the United Kingdom. Really Simple Radio is a lightweight streaming radio player for Windows. Discover new radio stations with...
I have updated Hue Library to improve stability and add features. Here is the changelog.
1.0.2
- [NEW] Tooltips added to new swatch dialog
- [NEW] Overlay on swatch
- [NEW] Copy reference...
This is a simple tool for calculating aspect ratios. Simply enter any resolution into the top fields and it will calculate the aspect ratio as a simplified ratio. Feel free to use the code in your...
New Download Link
You're welcome. If you think of any features you would like to see, let me know.
A lightweight colour utility for creative professionals. I love making tools with Clickteam Fusion, and being a full-time freelance designer I often need to transfer colours between applications and...
Test subjects get ready. Do you have the spatial awareness and a thing for neatness? Then may we welcome you to the Shape Labs.
Test your skills as you try to place and arrange blocks into the...
Thanks SirRandom
Curious ghosts is now available to download https://cleverbones.itch.io/curiousghosts
https://www.youtube.com/watch?v=SccWq8UhaYQ
BECOME A GHOST HUNTER!
The town is overrun with ghosts and it’s your job to hit the streets and test your skills as a ghost hunter. Solve handcrafted...
https://www.youtube.com/watch?v=SccWq8UhaYQ
Curious Ghosts - A Hauntingly Cute Puzzle Game
www.cleverbones.co.uk
Use an edit field to load the ini. Set text to nothing and save the ini.
Do you want to place a file on a server or just some values/strings? Because you could easily knock up some basic PHP and use the Get Object to create a system for storing online values/strings.
...
I'm pretty sure there's an option to display no FTP window or dialog.
I wanted to do this a while back but it's not realistically possible currently. It's annoyance is double by the fact there was a MMF 1.5 extension that worked like you describe...
IE7 uses standard windows components and styles. Google Chrome uses a custom rendering for it's windows controls. What are you asking exactly?
Yes for people with high resolutions...
Hi,
I know the HWA build is a still a beta so I thought it would be good to report the issues I have found.
1. When you have a subapp in a popup window that is dragged around over the main app...
As far as I am aware it comes with MMF or one of the Bonus Packs...
Application or game? The techniques would be different...
There is a Registry extension which allows you to create,edit and delete from the registry. Though I really would only suggest using this if you are certain you know how the registry works and what...
I think you can block key combinations with Control X...
Not looked into it fully but I am 90% I have seen this done before. Would test it for you but I am currently using Mac OSX so here's the...
Can you not embed the image into a html file and then pass that file thru the print object?
I would be surprised if that still worked! I think the MSN protocol has been through a fair amount of changes since 2003. Let us know though how you get on with it, I am on OSX so can't test it at...
60/your input
60/120=0.5
60/60=1
etc...
Use the 'Any Key Being Pressed' condition and negate it, that should give you a positive when nothing is being pressed.
That's true actually Dynasoft, I believe that's what windows does...
81 and clicking? That's awesome mate!
This is true too many and you're gonna get a lag. HWA will fix that problem though right?
Look for a value or path in the registry, it leaves plenty of stuff in there.
You could dynamically create the APO's at runtime based on the number of images you wish to load. Then simply place them in the frame using simple positioning and loops.
That way you could any...
I believe Andos has an example of this on his site. Not sure of the URL though but I am sure one the helpful guys here will know!
Wow how very supportive, I think its a rather cool idea and something I have been wanting to get MMF to do for a long time. People here rarely use bluetooth devices? You are the voice and mind of the...
Cool glad you found a way to do it...
What about...
Active object value <> 5
- Set flag 1 to 1
Active Flag 1 is 0
- Run event
This would set everything that doesn't have your value to have a flag on and therefor anything with...
Some people are naturally night people. Since I was 13 I have found myself more alert in the night hours, for year and years I fought against it and forced myself to sleep "normal" hours...
In the...
I don't think this has ever worked, even casting my mind back to KnP and TGF...
I made some small apps for the business I used to work for, one made sure that certain settings were applied when logging in and the other provided a small panel with current users and news that...
Use the String Parser 2 object and set '.' as a delimeter and just take the first instance from the path. Then add whatever you like after that.
So if you passed File.ext then you would get File...
I think he wants 360 rotation, for example when Sonic goes round a loop?
That would be a great addition to MMF
I find it easier to set an edit field or string object off screen with a " as its text and use the get text function. The method above works well but it can get confusing...
Active picture is included with MMF 2
To be fair the Email Object is pretty self explanatory. If you can setup a mail client (thunderbird, outlook) then you're half way there. Just connect to the mail server with the mail object and set...
You CAN open animated Gifs in Photoshop and view all the frames if you turn on the animation window...
Not really, if someone was to infringe your copyright you would need to start legal proceedings and claim the amount that the infringement has cost your or your company.
You can add extras such as...
Sorry to burst your bubble but Photoshop has full support for creating animated images, including an animation timeline, onion skinning and many other animation tools...
Any events placed after the start of loop event will run after the loop finished.
Condition:
- Start Loop
- Popup message
The popup message will not appear until the loop as completed all...
Can you not convert the video to a format more supported by MMF?
Active System Boxes with hyperlink method enabled? You can add images too.
If you wanted to make them list you could run a loop for each ASB creating them and even sizing them to the text using...
I block every set of lines that relate to a specific function in groups and close them. When making apps you can get seriously long pages of events. Groups will be your friend...
I don't think it's a cleartype bug at all. Only MMF does it for me with checkboxes with transparent backgrounds...
Sounds good, I am planning on adding them to the app I am currently developing so any clues where to start would be a bonus.
I can see they'd be a useful addition to many games and apps. Let us...
What kind of graphs/charts were you thinking of creating?
All version of OSX come with java, the software update tool in OSX always delivers the current stable builds of Java thereafter...
I believe from past experience some object can go into negative/positive transparency given no condition to prevent them. For example if you repeatedly add 5 to the value it will go on and on even...
$100 is pocket change for the chance to be featured on the worlds premier mobile application store... I mean come on $100?
But doesn't change the fact your not making any apps for iPhone or iPod...
I would set a random number generator say 0-5, if the player successfully hits the ball then generate a random number. If the number is lower than 5 then move the AI player to the position of the...
Next time I am on windows I will give it a shot, but I know I have done this before and it works...
I think the problem is you need to split the events as follow
Button Press + List Value is different to total number
- Add one to list selection
Button is pressed + List value is equal to...
is that what you wanted?
if you want it to stop rather than cycle back to beginning changed the set line to total number of lines...
When button is pressed + current list item number is equal to total line numbers, then set the line number to 1
The trouble with the popup object is that it stops all other events running. Even with the "run whilst resize" command is enabled there is no physical way to remove the menu without first losing its...
Your most welcome...
I will have a think about the best way to approach the only playing audio files. I guess I would either use subtraction of right substring to check for extension or the string...
load the list of music files into a list object (their paths), then generate a random number based on the number of lines. Play the file of the number generated by loading the line in the list.
...
I'm not sure I don't have MMF infront of me to test it. But I have used the string manipulator object and just stored the data without spaces rather than removing the spaces in runtime...
Or string manipulator and replace " " with ""
I mean from: field, of course it needed a to: lol
Problem solved, apparently a header for to: is also needed. Not sure if this is just for GMail or any other mail provider.
Thanks for your help though guys, the community pulls through again.
ok changing the port to 465 works and gets a constant connection. I am still having the issue that the send email is not doing anything though.
Using the same code for sending email has above......
Google say that I must use port 995. I am using the full email address as a username (as Google instruct) and the password is correct.
As I said it connects but instantly disconnects upon...
Just a further piece of info. I added tests to show when not connected and it appears to connect to the server and then instantly disconnect...
Any ideas?
Hi,
I have been using the new email object with SSL to connect to my GMail account.
I have it connecting to the SMTP server fine it seems. But when it comes to creating a message and sending it...
Agreed its good application devlopment practice to use application data. This works in vista and also allows different installs per user on a machine should there be multiple.
It seems to affect certain computers with certain installs, but what causes it I am unsure. It works fine on my Dell Windows XP SP2 but not on my MacBook Windows XP SP2...
Yes I get this same issue, apparently its something to do with compiling in VS08. Talk to another extension developer though as I can't guide anymore than that.
Problem solved, spoke to some of the developers who make my custom extensions and they have found issues with VS08 and compiling...
Don't ask me what this all means, I use MMF cuz I am a...
I have for the ones available on fusion updater, but some of the objects are beta's or custom made for myself.
Before that bandwagon is jumped on please be aware that many of the objects are...
Windows xp sp2, no anti virus software and if I try to open a MFA then it says it can't find mfx
Hi,
I have recently reinstalled my PC and installed MMF 2 with all the uodates including Java and HWA beta. Alot of the extension I had before no longer show up in the list in MMF now when I try...
All the features have worked as expected for me on both objects when I have used them in the past. Maybe you could be more specific about the functions that are not working for you?
Despite the arguments that the way this article was written by Maggott, wouldn't we get further if someone who understood the pro's and cons of the "Display as background" feature commented and then...
Highlight the entire event you wish to copy, Ctrl+C to copy (Ctrl+X to cut) highlight the new area where you want to paste and Ctrl+V...
App/Game looks good
OK thats good news, I am developing an application that needs to copy files around the file system.
I don't have Vista installed, and I could be well off the mark but maybe its to do with the UAC in Vista protecting the files?
What TreeHugger said. Bruto yours wouldn't work if any other edits were edited after the initial edit box.
Hah thats great thanks for the help
When returning a drivetype using Sphax Kernel object I get a numerical value. Does anyone know the key to the numbers returned? I get 2 for USB Drive.
Many thanks,
IsaacBoy
My experience with Magstripe readers in the past is that they will automatically insert the text from the striped card into any active and focused edit field. We had 3 at work and they all behaved in...
The beta of Java 6 was released yesterday on the Apple Developers Connection, so this should help a little...
Is it now possible to get the current URL of the web browser active X? I know it was never possible in MMF 1.5.....
Clarify?
Maybe someone could post an example of this? So many methods have been discussed its getting confusing which one is the actual working one.
He clearly wants to drag folders and items around to re-arrange them in the tree object. This can't be done as far as I am aware?
Have a name and email address and combine them into a string like so
"john smith" + "john@smith.com" + "add a secret string here"
Add the secret string for security and then hash it all...
I just keep a copy of the extensions foler and the runtime folder on my external HD and if I ever need to install MMF again then I just do it, then the updates and copy the folders back. Simple! No...
Can someone tell me how its possible to delay ending the application when a user closes it using the windows close button on the title bar?
I remember being able to do this ages ago just really...
Surely the fact nearly everyone in the civilized world owns an iPod and that iPods require iTunes which requires and installs QT means the penetration rate is 1. Greater than 25% and 2. I no way...
Is there anyway of getting MMF2 to handle decimals and more advanced maths? I use Maths Army Knife and other maths extensions in 1.5 currently but after looking around I see no such extensions for 2...
Does anyone have an ETA on the GFO for MMF2? Its a vital part of my development life and I am struggling without it.
Does anyone have an ETA on the GFO for MMF2? Its a vital part of my development life and I am struggling without it.