Re: [Gambas-user] Gambas 3 RC1 pre-release source package

2011-03-19 Thread math.e...@t-online.de
SUSE 11.2: Compiling runs into error in 'make': /bin/sh../libtool --tag=CC --mode=link gcc -DGAMBAS_PATH="\"/usr/local/bin\"" -pipe -Wall -Wno-unused-value -fsigned-char -fvisibility=hidden -g -Os -I../share -o gbc3 gbc3-gb_error.o

Re: [Gambas-user] DrawArea errors

2011-02-26 Thread math.e...@t-online.de
Try to do something like Draw.Begin(drawArea) Draw.Circle(10, 10, 5) Draw.End in one Sub, not in two. And not at all in the Draw event that is raised by drawing... Just look at all those examples in the Drawing section, plus ImageViewer. -Original-Nachricht- Subj

[Gambas-user] Error in wiki (gb3)

2011-02-25 Thread math.e...@t-online.de
Wiki: FUNCTION Desaturate ( ) AS [1]Image Desaturate an image evenly. * Value is the degree of desaturation, between 0 and 1. But Desaturate doesn't accept any value. Regards Matti References 1. file://localhost/help/comp/gb.image/image?de&v3&help ---

[Gambas-user] App crashes because of FBalloon (gb3)

2011-02-25 Thread math.e...@t-online.de
Since a few days I have strange crashes with the message: "This application has raised an unexpected error and must abort. [29] Invalid object. FBalloon.Window_Move.320" It happens sometimes, not reproducable, when Gambas was minimized and is rezized again. Last time, I can de

[Gambas-user] ProgressBar(gb.qt4)

2010-12-29 Thread math.e...@t-online.de
ProgressBar.Background works ok (but the colors are somewhat dark-grey). But ProgressBar.Foreground does nothing. The bar is always blue, and the label stays black/white. Shouldn't it be possible to change the color of the bar? Regards Matti --

[Gambas-user] DataControls with Visible = False

2010-12-28 Thread math.e...@t-online.de
Gambas 3 rev. 3390 I tried to make a data-bound form the lazy way, without SQL commands. Just a DataSource with some DataControls in it. Works fine. Then, for better layout of the form, I gave the values of the DataControls to TextLabels, Buttons and so on. Works also. But

Re: [Gambas-user] How to run some job in background separat ely with UI

2010-12-23 Thread math.e...@t-online.de
These problems were exactly mine, one year ago. Have a look at gambas3/examples/Image/Lighttable. Maybe it could help you? Regards Matti -Original-Nachricht- Subject: [Gambas-user] How to run some job in background separately with UI Date: Thu, 23 Dec 2010 17:36:32

Re: [Gambas-user] gb3 make error again

2010-12-18 Thread math.e...@t-online.de
> What is your version of qt ? 4.5.3-2.4.2 Is it better with the last revision? No, 3376 doesn't work either. Same error. > >rev. 3373: make fails, the error seems to start here: > >libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -DQT3_SUPPORT > > > > -DQT_SHARED -

[Gambas-user] gb3 make error again

2010-12-17 Thread math.e...@t-online.de
rev. 3373: make fails, the error seems to start here: libtool: compile: g++ -DHAVE_CONFIG_H -I. -I.. -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT-I/usr/include/QtCore-I/usr/include/QtGui -I/usr/include/Qt3Support -I/usr/include/QtNetwork -I/usr/include/QtSql -I/usr/inclu

Re: [Gambas-user] Removing / Modifying IsXXXX() functio ns in Gambas 3

2010-11-24 Thread math.e...@t-online.de
If I understand you right, If Not IsDigit(TextBox.Text) Then... wouldn't be changed? -Original-Nachricht- Subject: [Gambas-user] Removing / Modifying Is() functions in Gambas 3 Date: Wed, 24 Nov 2010 12:08:34 +0100 From: Benoît Minisini To: gambas-user@lists

Re: [Gambas-user] To the wish list: FHelpBrowser

2010-11-24 Thread math.e...@t-online.de
Thanks, Benoît. The "make" error has gone, the help browser behaves like any other window, and I even learned how to copy from help. Fine! -Original-Nachricht- Subject: Re: [Gambas-user] To the wish list: FHelpBrowser Date: Tue, 23 Nov 2010 18:57:25 +0100 From: Benoît

Re: [Gambas-user] To the wish list: FHelpBrowser - error

2010-11-23 Thread math.e...@t-online.de
Too bad, can't update to rev 3311. It's the make / webkit error again. This time it is: Making all in webkit make[5]: Entering directory `/Platte2/Downloads/gambas3/3311/trunk/gb.qt4/src/webkit' /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.