Re: [Gambas-user] OOT: Email filtering for gambas issue

2011-01-06 Thread Charlie Reinl
Am Donnerstag, den 06.01.2011, 14:11 +0700 schrieb MSulchan Darmawan: On Wed, 5 Jan 2011 17:37:11 +0200 Jussi Lahtinen jussi.lahti...@gmail.com wrote: ? Every message from gambas mailing list has [Gambas-user] in subject line..? I see now Benoît using google code for gambas bug

Re: [Gambas-user] Difference in SpinBox behavior between gb.gtk gb.qt

2011-01-06 Thread Michael
Vikram, As a workaround you could check the Spinbox.Keydown event and ignore keys if they take the value above 100 Regards Michael On 06/01/11 17:51, vikram wrote: Hi, The SpinBox control when used in an application using the gb.gtk component allows the user to input values that are

[Gambas-user] super big favour needed

2011-01-06 Thread richard terry
Hi list/Benoit. I've spent ages looking through the gambas IDE code to try and find where/how you set up the popup form with a scrolling list of tools and the code to drag and drop this onto the toolbar. I wonder if anyone/Benoit could be kind enough to point me to this so I can copy the

Re: [Gambas-user] super big favour needed

2011-01-06 Thread Benoît Minisini
Hi list/Benoit. I've spent ages looking through the gambas IDE code to try and find where/how you set up the popup form with a scrolling list of tools and the code to drag and drop this onto the toolbar. I wonder if anyone/Benoit could be kind enough to point me to this so I can copy the

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] super big favour needed

2011-01-06 Thread Fabien Bodard
just use the gb.form.mdi component and in it the toolbar... what you see is just the toolbar widget... you don't have to copy ... just use it Le 6 janvier 2011 13:35, Benoît Minisini gam...@users.sourceforge.net a écrit : Hi list/Benoit. I've spent ages looking through the gambas IDE code to

Re: [Gambas-user] Did anyone have a script to record webcame picture in video files

2011-01-06 Thread Fabien Bodard
2011/1/6 Jussi Lahtinen jussi.lahti...@gmail.com: See documentation for shell command. And follow this link to learn how to do recording with command line. https://help.ubuntu.com/community/Webcam Jussi On Thu, Jan 6, 2011 at 07:48, firman firman@gmail.com wrote: I'm newbe in

[Gambas-user] MaskBox Idea complement

2011-01-06 Thread Wellington de Souza Pinto
Hi! The maskbox mask property accepts Sample MaskBox.Mask = gb.date - to set mask to system date format (dd/mm/yy, dd-mm-yyy, ...) MaskBox.Mask = gb.currency - to set mask to system currency using Decimal separator, tousands separator and country signal (E$, US$, BRZ, R$,...) In MaskBox When

Re: [Gambas-user] MaskBox Idea complement

2011-01-06 Thread Benoît Minisini
Hi! The maskbox mask property accepts Sample MaskBox.Mask = gb.date - to set mask to system date format (dd/mm/yy, dd-mm-yyy, ...) MaskBox.Mask = gb.currency - to set mask to system currency using Decimal separator, tousands separator and country signal (E$, US$, BRZ, R$,...) This

[Gambas-user] Crash!

2011-01-06 Thread Jussi Lahtinen
Hi! I cannot really isolate my problem, but in this case it happens when loading string data from file to object (something like someobject.sStr = Read #hFile As String). Gambas 3 rev 3447 @ Ubuntu 10.10 64bit $ gbc3 -agpmt OK $ gdb gbx3 GNU gdb (GDB) 7.2-ubuntu Copyright (C) 2010 Free Software

Re: [Gambas-user] super big favour needed

2011-01-06 Thread richard terry
On Thursday 06 January 2011 23:35:51 Benoît Minisini wrote: Hi list/Benoit. I've spent ages looking through the gambas IDE code to try and find where/how you set up the popup form with a scrolling list of tools and the code to drag and drop this onto the toolbar. I wonder if

Re: [Gambas-user] Did anyone have a script to record webcame picture in video files

2011-01-06 Thread firman
ok. i'll try to use mencoder. thanks all and i'll give u the report... Fabien Bodard-4 wrote: 2011/1/6 Jussi Lahtinen jussi.lahti...@gmail.com: See documentation for shell command. And follow this link to learn how to do recording with command line.

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] compiling gb.gtk on OpenSuse 11.3 ?

2011-01-06 Thread wally
Which OpenSuse packages must be installed to get gb.gtk enabled/ compiled ? configure messages: checking for GTK+ toolkit component with pkg-config... no no || GTK+ toolkit is disabled || GTKglext toolkit is disabled || THESE COMPONENTS ARE DISABLED: || - gb.gtk wally