extension manager

For general discussion related FlowStone
Post Reply
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

extension manager

Post by tester »

I'm not quite happy with how the open/save dialog works, so I made this one.

- It should always add the extension, no matter what viewing settings you have under Windows (show/hide extensions).
- It will add prefix or sufix to your filename (you can use date generator for example or some sort of sufix marker).
- It will have no viewing issues in file dialog window.
- It's easy to configure (I hope I configured it correctly inside).
- It will make easy to manipulate the extension within your project.
- It will output for you also parameters of your operation (path, filename, etc.)

//edit:

v.1. adds " " to paths (useful when paths are containing empty spaces).

//edit2: these ones are optimized for saving.
Attachments
extension-manager1.fsm
(2.58 KiB) Downloaded 977 times
extension-manager.fsm
(2.45 KiB) Downloaded 952 times
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: extension manager

Post by tester »

Now it should work both ways (prefix/sufix removed when opening). Plus - triggers reduced to correct rate.

//edit: ...and smal update.

Note: If you are using dynamic prefix/sufix, you may need reorder some triggers (prefix/sufix sends s&h trigger for incoming path, so that the path is sent further after prefix/sufix are added).
Attachments
extension-manager3.fsm
(2.9 KiB) Downloaded 902 times
extension-manager2.fsm
(2.89 KiB) Downloaded 934 times
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: extension manager

Post by tester »

...actually, for dynamic pre/sufix - this should handle it.
Attachments
extension-manager3a.fsm
(3.04 KiB) Downloaded 999 times
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
adrianax
Posts: 1
Joined: Sat Nov 09, 2013 4:34 am

Re: extension manager

Post by adrianax »

How do you make your own file extension? I need to now how to make my own file type and my own extension, to create a application that can read it to do SOMETHING programmable.
_____________________________
street fashion blog ~ best fashion blogs
Last edited by adrianax on Fri Nov 15, 2013 7:21 am, edited 1 time in total.
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: extension manager

Post by tester »

Prove that you are not a bot.
Rephrase your question. :mrgreen:
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
Post Reply