balala wrote: ↑January 31st, 2021, 9:29 pm
Now that I played a little bit with the plugin, my question is if I set the UseNewStyle=1 option, how do I set the starting folder?
With the option FileInitialDirectory.
This option is designed for file and folder. The only problem is that when UseNewStyle=0, it dont work on folder.
Setsukka wrote: ↑February 1st, 2021, 1:54 am
With the option FileInitialDirectory.
This option is designed for file and folder. The only problem is that when UseNewStyle=0, it dont work on folder.
Doesn't work for me, but this is not a big problem from my point of view. Thank you once again for the great work and many congratulations for this plugin. It's great.
Hello there! I've been using your plugin for my skins and it's been great so far! I have one little problem though. Long story short, I have a desktop skin in which the user can change a (profile) picture to one of his choice. Then, from a separate "Settings" menu they can do that using your plugin. In the Settings window, I have included an icon of the current picture. The problem is, if the image is bigger than 1000px, skin animations become really laggy and sometimes Rainmeter crashes. Is there any solution to that?
The plugin part of the code:
ervans589 wrote: ↑February 5th, 2021, 3:16 pm
Hello there! I've been using your plugin for my skins and it's been great so far! I have one little problem though. Long story short, I have a desktop skin in which the user can change a (profile) picture to one of his choice. Then, from a separate "Settings" menu they can do that using your plugin. In the Settings window, I have included an icon of the current picture. The problem is, if the image is bigger than 1000px, skin animations become really laggy and sometimes Rainmeter crashes. Is there any solution to that?
The plugin part of the code:
Hello, I'm sorry for probably not getting what you mean. When you choose a image, the path of the image itself is returned, instead of the thumbnail icon. So when you choose a image that's bigger than 1000px, you are surely using the big image itself.
And I think it not a good idea to use a very large image to make an animation because it can surely be very laggy.
I'm not sure if the crash is due to my plugin and I will check it once more.
By the way, when writing a skin that owns a complicated apperance and a lot of advanced functions, I'd like to separate it into 2 ".ini" files. One holds the apperance, and the other holds the functions without any visible meter. Use OnRefreshAction and OnCloseAction to keep these skins loaded and unloaded at the same time. This way, the laggy can be eased or solved.
Hey there! I've encountered a problem where the icon cache image saved in the cache folder is kinda broken. It can't be loaded by Chameleon plugin. Is there a way to fix this?
Setsukka wrote: ↑February 10th, 2021, 9:10 amBy the way, when writing a skin that owns a complicated apperance and a lot of advanced functions, I'd like to separate it into 2 ".ini" files. One holds the apperance, and the other holds the functions without any visible meter. Use OnRefreshAction and OnCloseAction to keep these skins loaded and unloaded at the same time. This way, the laggy can be eased or solved.
Just saw this now, but isn't your main INI break-up method the same as dynamically toggling an UpdateDivider=-1 on measures / meters, in effect toggling all the CPU intensive part "on" and "off" as desired?
Setsukka wrote: ↑February 1st, 2021, 1:54 am
With the option FileInitialDirectory.
This option is designed for file and folder. The only problem is that when UseNewStyle=0, it dont work on folder.
It doesn't work actually, neither FileInitialDirectory or ImageInitialDirectory. Even with UseNewStyle=1