Lua Scripting • Convert HTML/XML to Lua Table (and vice versa)
I wanted to keep these functions short but given that I'm still a lua newbie they got big so I thought this would no longer fit the Tips and Tricks thread.Decided to make it into a module since it...
View ArticleLua Scripting • Re: Convert HTML/XML to Lua Table (and vice versa)
This Skin shows how can one use HTML2Table to get upcoming Sun and Moon events from an HTML table using WebParser.Parsing: Astronomical Applications DepartmentEv.gifSkin.ini Code:...
View ArticleLua Scripting • Re: Double error?
Because of the combination of the error('some text') call being logged and Rainmeter reacting to the error('some text'). It's a bit strange, but Rainmeter is both reacting to the error function...
View ArticleLua Scripting • Read and Write UTF-16 LE BOM (lua)
This is not a question.I've been working on this for a while and it still needs testing so I make it public for that reason.utf16BomHandler.luaIt should be able to read and write UTF-16 LE BOM files....
View ArticleLua Scripting • Re: Read and Write UTF-16 LE BOM (lua)
This looks interesting and useful - thanks! Statistics: Posted by Yincognito — Yesterday, 5:48 pm
View ArticleLua Scripting • os.execute cmd popup
Is there a way to hide the cmd popup when executing a command using os.execute just as RunCommand does?Statistics: Posted by RicardoTM — Today, 12:43 pm
View ArticleLua Scripting • Re: os.execute cmd popup
Is there a way to hide the cmd popup when executing a command using os.execute just as RunCommand does?I don't believe there is. Why not have the Lua execute a RunCommand call? Or call a powershell...
View Article