It is currently March 28th, 2024, 10:39 pm

RainFile

Share and get help with Plugins and Addons
User avatar
KreAch3R
Posts: 608
Joined: February 7th, 2011, 7:27 pm
Location: Thessaloniki, GR

Re: RainFile

Post by KreAch3R »

Thanks. I'm looking forward to your implementation.
Kaelri wrote: Of course. There's a reason everything I touch has a Creative Commons license, you know. ;)
I know you are a true believer of the CC. :D But I always feel it right to take your permission first. :)
Inactive, due to life changes. Send me a PM for any question.

Desktop DeviartArt
Image
User avatar
Kaelri
Developer
Posts: 1721
Joined: July 25th, 2009, 4:47 am

Re: RainFile

Post by Kaelri »

It is greatly appreciated. :)
User avatar
fonpaolo
Moderator
Posts: 1387
Joined: April 11th, 2013, 8:08 pm
Location: Italy

Re: RainFile

Post by fonpaolo »

Sorry to resurrect this old discussion... :oops:
This is a great plugin, however, if I could ask, Is there any possibility to change a little the code, keeping backward compatibility, for a future update?

I explain, the "problem" is that every time I choose a file or path, it refreshes all the skins loaded, it's ok for once, but if you're using this plugin to setup a skin suite, the refreshes are a lot and maybe you're connected to internet and some skins are retrieving some informations from various sites, that's really not so good.
I came to a point, rewriting my configuration skin, avoiding all the unneeded refreshes and updating only the skins affected by the changes, now only RainFile is still refreshing everything every time...

The point is, maybe add a "-r" option to avoid a full refresh.
If you don't use the option, everything will be the same as before and all the old skins will work properly.
If you use the option, you can update/refresh only the skins that really need it, with a custom bang.

Thanks.
User avatar
StArL0rd84
Posts: 424
Joined: February 8th, 2015, 10:07 pm
Location: EU, Denmark.

Re: RainFile

Post by StArL0rd84 »

I have this idea for RainFile.
Was making a skin, and need a certain other skin to do something if the user quit RainFile without
choosing a file.

In the InputText plugin there is a function called: OnDismissAction.

"A bang or action that is executed when an active InputText field is dismissed without hitting Enter to execute the plugin commands."

So if the user of the skin clicked on the red X to close down the window, a bang is then executed.

Could be a nice feature for RainFile as well.

Michael.
([mWorkTime] = 1 ? #Work# : ([mEnergyLoss:%] >= 70% ? #Chillmode# : </>))
User avatar
StArL0rd84
Posts: 424
Joined: February 8th, 2015, 10:07 pm
Location: EU, Denmark.

Re: RainFile

Post by StArL0rd84 »

The "Pieces" parameter saved my bacon. Tnx for the addition.
([mWorkTime] = 1 ? #Work# : ([mEnergyLoss:%] >= 70% ? #Chillmode# : </>))
User avatar
StArL0rd84
Posts: 424
Joined: February 8th, 2015, 10:07 pm
Location: EU, Denmark.

Re: RainFile

Post by StArL0rd84 »

Could you add support for Internet shortcuts?
Steam uses internet URL shortcuts like this:

Image

Getting this error:
Image

My code is like this:
LeftMouseUpAction=["#RainFile#" "File" "Variables" "Lpath#EditingPathNumber#_STEAM_URL" "#Var#" "C:\"][!Refresh Morpheus\Launcher][!Refresh]
([mWorkTime] = 1 ? #Work# : ([mEnergyLoss:%] >= 70% ? #Chillmode# : </>))