It is currently April 27th, 2024, 3:26 pm

InputText.dll plugin problem.

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 plugin problem.

Post by Valentine »

You can read what is problem : http://rainmeter.net/forum/viewtopic.php?p=71432#p71432

This problem is made by number of Command in Windows 7 32bit only.

No problem : Using Command1 ~ Command19

Code: Select all

[SomethingMeasure]
Measure=Plugin
Plugin=Plugins\InputText.dll
Command1=
Command2=
Command3=
...
Command19=


Problem : over 20 Command

case 1

Code: Select all

[SomethingMeasure]
Measure=Plugin
Plugin=Plugins\InputText.dll
Command1=
Command2=
Command3=
...
Command19=
Command20=
case 2

Code: Select all

[SomethingMeasure]
Measure=Plugin
Plugin=Plugins\InputText.dll
Command1=
Command2=
Command3=
...
Command19=

[SomethingMeasure2]
Measure=Plugin
Plugin=Plugins\InputText.dll
Command1=
User avatar
MerlinTheRed
Rainmeter Sage
Posts: 889
Joined: September 6th, 2011, 6:34 am

Re: InputText.dll plugin problem.

Post by MerlinTheRed »

Wow. I bet you had to do some serious digging to find that out.
Have more fun creating skins with Sublime Text 2 and the Rainmeter Package!
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: InputText.dll plugin problem.

Post by poiru »

Thanks for reporting! I'll try to get it fixed for next week.
User avatar
Valentine
Posts: 70
Joined: June 30th, 2011, 11:01 am
Location: Daegu, South Korea

Re: InputText.dll plugin problem.

Post by Valentine »

poiru wrote:Thanks for reporting! I'll try to get it fixed for next week.
After 2~3 weeks = Today. when~~~~~~~?....T.T :( :( :( :( :(
User avatar
KreAch3R
Posts: 608
Joined: February 7th, 2011, 7:27 pm
Location: Thessaloniki, GR

Re: InputText.dll plugin problem.

Post by KreAch3R »

I don't know the status of the fix, but why do you need so many commands? You can specify multiple bangs in the same Command=.
Inactive, due to life changes. Send me a PM for any question.

Desktop DeviartArt
Image
User avatar
thatsIch
Posts: 446
Joined: August 7th, 2012, 9:18 pm

Re: InputText.dll plugin problem.

Post by thatsIch »

KreAch3R wrote:I don't know the status of the fix, but why do you need so many commands? You can specify multiple bangs in the same Command=.
he mentioned in the second case that its the same problem if you have
20+ Plugins using one single command.
Even though its questionable for what case he really needs it, true that :D