Posts by dascribe
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.
-
-
I started going through the sdk for windows and 4 files in particular were a little confusing.
template.sin
template
template.vcproj
templatevcproj.fracta.yves
Also the help document is completely empty.
Is there a more recent download? Some of te referrences are to 2005 visual studio stuff.
This is the link i downloaded from.
ThreadFusion 2.5 SDK Release
Please login to see this attachment.
Attached is the latest Fusion 2.5 SDK. Please download and use to create your own extensions. Please do not distribute and please read the EULA agreement for SDK use.
ThankyouDannyOctober 2, 2014 at 10:41 PM Thx
-
Thank you for responding.
Hmmm... I'm not much of a programmer. maybe there is another way?
This is basically what I am trying to do.
I want to make a software that allows me to make notes, in particular a todo list, and posts it as a background on the desktop. It's a way of ensuring being constantly reminded about what has to be done without pop up reminders. I already do it for myself using a powerpoint file saved as an image. What I was thinking is that automating the process and making it easy to update the list would make it a useful software for others.
Any ideas on how to do that using fusion with out scripting or coding?
-
I'm pretty sure there is some kind of print screen option though I can't remember how to do it. If I printscreen something, is there a way to save the image? Also I want to be able to set the image to the desktop background, vs the person having to right click the image to set it to the background.
Any help is greatly appreciated.
Thanks
-
-
-
I was afraid of that. XD
-
Thanks for responding all.
The pop up menu would only work for objects without a predefined right click menu.
It sounds like I would should probably just find a different approach. -
-
How do you get the size of a sub-application when it is resized during runtime?
I have an edit box in the sub-application and I need it to resize when the sub-application resizes, or it won't text wrap based on the new size.
I'm thinking if I can get the size of the sub-app, I can resize the text box accordingly, but I can't seem to find it. -
Is there a way to modify/edit Right click on interface objects and assign events?
I realize you could just make popup menus for objects that do not have a right click menu by default, but I'm not sure how it works when there is a default right click. (like the edit object or the combo box for example)
-
Thanks for responding. I can't believe I missed that! XD
By any chance, do you know if there is a way to rearrange the menu items, or do you pretty much have to put everything in the correct order up front? -
How do you assign events to the main menu?
For example, if I want the user to be able to select "insert shape" on the application menu and have an event like "create square."
-
kk,
Thanks for responding.
-
I want my main application to not have a header with menus, but I want to have the header with menus on the sub-application. Is this possible?
-
KK, so i was thinking you could open and close sub-apps and modify them when you close them using the main app, but it sounds like that would basically be a nightmare, so I guess I'll just leave it at that. XD
Thanks for responding.
-
The strange thing is that is has "is text selected" as a possible condition.
the edit-->block-->replace selection as a possible event -
Thanks for responding,
hmmm, so you could patch the data but the program would have to be not running. In theory, you should be able to patch the program with another program, correct? Bu that would still give you 2 programs vs 1. And there is no way to bundle exes as a single object, correct?
-
Thanks for responding
-
When I go to change a font color of highlighted text, it changes the color of all of the text in the edit box. Is there a way to target only highlighted text, or is that just a limitation of the edit box?