[Gambas-user] dammed click

Charlie karl.reinl at ...9...
Tue Jan 21 23:12:44 CET 2003


Nigel GERRARD schrieb:

>Charlie,
>
>Have a go with this and see if it works ok.
>
>To Install:
>
>mv FEditor.class.diff to GambasDir/app/gambas
>cd GambasDir/app/gambas
>make a backup copy of FEditor.class
>patch FEditor.class FEditor.class.diff
>
>You will then need to make install to use.
>
>Let me know.  If so then perhaps Benoit will include in the
>next release.
>
>Nigel
>
>  
>
Salut Nigel,

I dit like you said:
The 'dammed click' ist 98 % less dammed.
 my
1    PRIVATE FUNCTION GetStatusText() AS String
2        RETURN lblStatus.Text
3    END

become after Click behind String in line 1

1    PRIVATE FUNCTION GetStatusText() AS String
2        R
3        ETURN lblStatus.Text
4    END

Shure thast better, but you have worke on it.

Charlie





More information about the User mailing list