[Gambas-user] ValueBox value validation

2012-02-03 Thread John Rose
This is fixed in Gambas3 revision #4445. I've just tried recording that on the Gambas Issues webpage and it's returned a webpage showing 'Google' with '400 that's an error' followed by 'Your client has issued a malformed or illegal request. That’s all we know.'. Only thing I can think of is that Ub

Re: [Gambas-user] ValueBox value validation

2012-01-19 Thread John Rose
Thanks, Caveat, for confirming this bug. I'll now report it as an issue. -- Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual

Re: [Gambas-user] ValueBox value validation

2012-01-19 Thread Caveat
Oh, looks like you're right (I have Gambas3, rev 4409). I just added a ValueBox to an existing Form and put in the following code: Public Sub ValueBox1_LostFocus() Print "ValueBox: Oh no, I lost my focus! I'm sure it's around here somewhere..." End Public Sub cbxLockingSystem_LostFocus()

[Gambas-user] ValueBox value validation

2012-01-19 Thread John Rose
I have a problem with validating a user-entered value in a ValueBox. I've tried LostFocus & Leave and neither seems to do the validation i.e. no message box appears for incorrect values. So I thought that I would try Change, even though the documentation says that it is raised on each character typ