Re: [Gambas-user] New MaskBox control

2011-01-06 Thread Jussi Lahtinen
Did you delete old installation? My compilation script: #!/bin/sh sudo rm -f /usr/local/bin/gbx3 /usr/local/bin/gbc3 /usr/local/bin/gba3 /usr/local/bin/gbi3 sudo rm -rf /usr/local/lib/gambas3 sudo rm -rf /usr/local/share/gambas3 cd ~/trunk ./reconf-all ./configure -C make sudo make install

Re: [Gambas-user] New MaskBox control

2011-01-06 Thread Michael
Thanks Jussi, This solves all my problems. The MaskBox works fine and the problem I had with setting page orientation is solved. I never knew you had to delete the old installation, I thought the MAKE command would overwrite old files. I got my install scripts from the internet and nobody

[Gambas-user] New MaskBox control

2011-01-05 Thread Benoît Minisini
Hi, As an intermediate goal before rewriting the ValueBox control, I have implemented a MaskBox control, that is a TextBox with a mask. How does it work ? By setting the mask property, you define which characters are non-editable separators, and which characters can be entered by the user At

Re: [Gambas-user] New MaskBox control

2011-01-05 Thread Benoît Minisini
To enter a french currency, set Mask to 999 999 990,00 € Forget that example, it does not work well at the moment... -- Benoît Minisini -- Learn how Oracle Real Application Clusters (RAC) One Node allows

Re: [Gambas-user] New MaskBox control

2011-01-05 Thread Michael
Benoit, Great Idea. I have installed version 3447 and confirmed this with svn -info but I cannot find the MaskBox in the toolbox. This may be my lack of Linux. I have installed with: cd trunk svn update ./reconf ./configure -C make When I look at the properties of file /usr/local/bin/gbx3 it