Bugs & Feature Suggestions • Re: can't open my documents using CLSID
Change your variable to include explorer and either /e,:: or shell::: prefixesCode: path1=explorer /e,::{d3162b92-9365-467a-956b-92703aca08af}path2=explorer...
View ArticleLua Scripting • Re: Double error?
Got you, then you can use those returns to do stuff on RM when those errors happen.Correct.Statistics: Posted by jsmorley — Today, 5:50 pm
View ArticleHelp: Rainmeter Skins • Re: Is it possible to automatically make a skin...
A skin is always "active" (as in focused) right after loading it, but of course, if other skins are loaded afterwards, that first skin will lose focus to the others accordingly. Even so, the HotKey...
View ArticleLua Scripting • Re: Read and Write UTF-16 LE BOM (lua)
Neat. I think the biggest problem with Lua and multibyte characters is that Lua will not probably deal with any string "measurements". String length, string extract, etc.Statistics: Posted by jsmorley...
View ArticleHelp: Rainmeter Skins • Re: FileView & Shape Container
This is what i am get, there is still something missing Maybe that's because except using the Container option and having the gradient in it, you didn't do anything else that I described or that is...
View ArticleHelp: Rainmeter Skins • Re: Help hiding this visualizer when there's no audio...
the false action does work, it does activate the skin constantly when i manually deactivate. it's the "true" action that doesnt work or even seem to be detecting anything at all, i suspect the...
View ArticleSite Discussion • Re: Small docs suggestions
Looking good, just a little correction on Should be It isGot it... Fixed.Statistics: Posted by jsmorley — Today, 5:53 pm
View ArticleHelp: Rainmeter Skins • Re: Rainmeter skins deleted
Thanks I'll try that. I don't know anything about NET 6 I'm just installing it for a skyrim mod lolEdit: It worked! Thank you so much!Statistics: Posted by DrTitan28 — 58 minutes ago
View ArticleHelp: Rainmeter Skins • Re: SideBar Hide & position
I did what you suggested Balala.... the problem where the Menus interfere each other is solved... further examination on the code lines you suggested to add, it made me realize is like a toggle switch...
View ArticleHelp: Rainmeter Skins • Re: Change 12 h to 24h BoldClock
My skins is BoldClock and I would like to change time format from 12 to 24 h. And is there any way to make date and day thicker?The skin based on the posted code already shows the time in 24 hour...
View ArticleHelp: Rainmeter Skins • Re: Performance testing
I'm not that sure the number of meters matters so much when it comes to performance though, what matters more is their size on the screen, the complexity of the code, the Update of the skin, dynamic...
View ArticleHelp: Rainmeter Skins • Re: NowPlaying & VLC-Media Player
...the WebParser is retrieving the said incomplete / relative link from an entirely different area of the webpage that's unrelated to the area where the cover art links are. Since that's a relative...
View ArticleHelp: Rainmeter Skins • Re: FileView & Shape Container
So, did you manage to make it work, Rooky_89?Very very nice of you to ask. Unfortunately no But from what I've seen in most examples, they work with a text string as a container and an image.But are...
View ArticleCommunity Plugins & Addons • Re: BlurInput Plugin
Well, until my issue at point 2) is solved, I solved yours. Try:Code:...
View ArticleUtilities and Tools • Re: App Update Check
Here's an example of the Rainmeter Update skin I created:Code:...
View ArticleBugs & Feature Suggestions • FR: ClipString=3
Perhaps a bit of a rare case, I know, but still could be useful.My request is to enable an extra ClipString option that will allow you to define a width when using #CRLF#.The reason is that in one of...
View ArticleDate and Time • Re: Yet Another Clock Skin
Great, Thank you, that worked great plus I learnt something new.Thanks for taking the time to answer Statistics: Posted by furyzetec — Today, 5:15 pm
View ArticleHelp: Rainmeter Skins • Is this a bug?
I just ran across a Calc Measure behaving strangely and thought I should ask for an opinion. I created my own System based timer so I could determine when a change in the system date has occurred (I...
View ArticleHelp: Rainmeter Skins • Re: Is this a bug?
Note something which doesn't really make sense in the initial code, nor in the second one: you've used IfEqualValue option, along with an IfAboveAction option. Usually these should be used in pairs:...
View ArticleBugs & Feature Suggestions • Re: FR: ClipString=3
I was thinking the first one. The second is the one causing issues on the first line as it currently works.Can't the internal code just send text that appears after #CRLF# to the next line? That was...
View Article