Re: [Gambas-user] IsBlank, version 2.8, is this intended or is this a bug, WEIRD

2009-12-30 Thread BenoƮt Minisini
> Hi > I got me a login screen with two textbox, username and password > > PUBLIC SUB btnOK_Click() > > WITH txtUserName > DEBUG IsBlank(txtUserName.TEXT) > DEBUG IsBlank(txtPassword.TEXT) > DEBUG txtPassword.TEXT > IF IsBlank(.text) = FALSE THEN > IF IsBlank(txtPassword.t

[Gambas-user] IsBlank, version 2.8, is this intended or is this a bug, WEIRD

2009-12-30 Thread cwyong1
Hi I got me a login screen with two textbox, username and password PUBLIC SUB btnOK_Click() WITH txtUserName DEBUG IsBlank(txtUserName.TEXT) DEBUG IsBlank(txtPassword.TEXT) DEBUG txtPassword.TEXT IF IsBlank(.text) = FALSE THEN IF IsBlank(txtPassword.text) = FALSE THEN