[31 Dec 2009] StringRequest() bug ?

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
User avatar
Tuxedo
Posts: 355
Joined: Sun Feb 14, 2010 12:41 pm

[31 Dec 2009] StringRequest() bug ?

Post by Tuxedo »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Thu, 31 Dec 2009 15:51:01 -0000

Hi ALL!

I've discovered a weird StringRequest() behaviour...

The "maxchar" value dont affect the #NUMERICAL type but only the #ALL type... Since in the guide that wasnt explained I think that's a BUG.. right?

Hope that was solved soon because I need that! :D

Ok...I can use the requester in taht way too but wasnt the same thing...and I've to test the return value anytime...

Since I'm here I've a feature request too :)

Was possible to add a "maxvalue" parameter for the type #NUMERICAL ? I explain better:

For "maxvalue" I mean that for example I set:

Code: Select all

maxchar = 3
maxvalue = 255
So the user can write 3 cahrs but only 255 as maximum...

If that was possible that was perfect for me :P

Thank you ALL and:

HAPPY NEW YEAR 2010!!!!!!

Simone
Simone"Tuxedo"Monsignori, Perugia, ITALY.
User avatar
airsoftsoftwair
Posts: 5915
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

[04 Jan 2010] Re: StringRequest() bug ?

Post by airsoftsoftwair »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 04 Jan 2010 17:38:55 +0100
Hi ALL!

I've discovered a weird StringRequest() behaviour...

The "maxchar" value dont affect the #NUMERICAL type but only the #ALL type... Since in the guide that wasnt explained I think that's a BUG.. right?
Yes, and I fixed it last minute for Hollywood 4.5 :)
Hope that was solved soon because I need that! :D

Ok...I can use the requester in taht way too but wasnt the same thing...and I've to test the return value anytime...

Since I'm here I've a feature request too :)

Was possible to add a "maxvalue" parameter for the type #NUMERICAL ? I explain better:

For "maxvalue" I mean that for example I set:

Code: Select all

maxchar = 3
maxvalue = 255
So the user can write 3 cahrs but only 255 as maximum...
That's not supported by the OS4's requester class and also not by reqtools so it's not likely to come :)
User avatar
Tuxedo
Posts: 355
Joined: Sun Feb 14, 2010 12:41 pm

[04 Jan 2010] Re: StringRequest() bug ?

Post by Tuxedo »

Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 04 Jan 2010 18:55:17 -0000
Yes, and I fixed it last minute for Hollywood 4.5 :)
Perfect! :)
That's not supported by the OS4's requester class and also not by reqtools so it's not likely to come :)
OK...

PS Compliments for Hollywood 4.5!!!!!! I will upgrade asap...

Simone
Simone"Tuxedo"Monsignori, Perugia, ITALY.
Locked