It is currently April 28th, 2024, 10:26 am

InputText.dll Problem is solved

Report bugs with the Rainmeter application and suggest features.
User avatar
Valentine
Posts: 70
Joined: June 30th, 2011, 11:01 am
Location: Daegu, South Korea

InputText.dll Problem is solved

Post by Valentine »

I wrote that if number of command is over 20, Rainmeter has "Do not response"
http://rainmeter.net/forum/viewtopic.php?f=14&t=13019

but it is not true.

Actually, Option.ini of Enigma skin has 64 command, so I contrast Option.ini with my Settings.ini.

In option.ini

Code: Select all

Measure=PLUGIN
Plugin=InputText
In settings.ini

Code: Select all

Measure=PLUGIN
Plugin=Pluings\InputText.dll
Change "Plugin=Pluings\InputText.dll" to "Plugin=InputText", Problem is solved.
User avatar
thatsIch
Posts: 446
Joined: August 7th, 2012, 9:18 pm

Re: InputText.dll Problem is solved

Post by thatsIch »

which isnt less strange :3
cause Pluings\InputText.dll should resolve to the same dll?
User avatar
Kaelri
Developer
Posts: 1721
Joined: July 25th, 2009, 4:47 am

Re: InputText.dll Problem is solved

Post by Kaelri »

I don't think this is the real explanation. If I replace all Plugin=InputTexts with Plugin=Plugins\InputText.dlls in my Options.ini, it still works fine, even for commands beyond #20.

Is it possible that there was a typo in your original skin? Your post has Plugin=[b]Pluings[/b]\InputText.dll, which should be Plugin=[b]Plugins[/b]\InputText.dll.
User avatar
thatsIch
Posts: 446
Joined: August 7th, 2012, 9:18 pm

Re: InputText.dll Problem is solved

Post by thatsIch »

I highlight it for easy reading whats missing
Plugin=Plugins\InputText.dll
User avatar
Valentine
Posts: 70
Joined: June 30th, 2011, 11:01 am
Location: Daegu, South Korea

Re: InputText.dll Problem is solved

Post by Valentine »

!!!!!!!!! :o :o :o !!!!!!!!!!!
I will check it. Plz wait.