Re: [Gambas-user] DataCombo doesn't work

2009-09-01 Thread Matti
Benoît Minisini schrieb: > If I remember, DataCombo only works if the primary key of the "directors" > table is "Directors_ID", with the same field name. Is it the case? Too bad. If I rename the primary key field of the lookup table to the same field name, I get the error "Cannot find 'Directo

Re: [Gambas-user] menu action

2009-09-01 Thread Benoît Minisini
> Il martedì 1 settembre 2009 10:28:25 Benoît Minisini ha scritto: > > > Hi Gambas users. > > > Is it possible to assign some action to a menu directly (this menu has > > > just one item and it is silly to click first on a menu and then on the > > > only item) Alternatively, Is it possible to place

Re: [Gambas-user] menu action

2009-09-01 Thread Stefano Palmeri
Il martedì 1 settembre 2009 10:28:25 Benoît Minisini ha scritto: > > Hi Gambas users. > > Is it possible to assign some action to a menu directly (this menu has > > just one item and it is silly to click first on a menu and then on the > > only item) Alternatively, Is it possible to place a simple

Re: [Gambas-user] Would you like to see Gambas 3 as default setup in Ubuntu ?

2009-09-01 Thread Jussi Lahtinen
Gambas 3? I think you mean Gambas 2 or generally Gambas... but you got my vote! Please people vote! Jussi 2009/9/1 Jorge Carrión : > I have put my vote. I think it's a fine Idea. > > Regards > > 2009/9/1 Laurent Carlier > >> Daif post this link on irc (gambas @ irc.freenodre.net, but here ev

Re: [Gambas-user] DataCombo doesn't work

2009-09-01 Thread Benoît Minisini
> Hi, > I'm experimenting with a DataCombo. Maybe I'm wrong again, but as I > understand, it should work like this: > > Let's say I have a movie database. > The table "movie" is in my DataSource. > In this table is a field "Directors_ID", the directors are stored in the > table "directors", where t

Re: [Gambas-user] gambas3 changelog page

2009-09-01 Thread Benoît Minisini
> Hi Benoit! > > Why dont have one changelog gambas page for svn version? And the README is > out date in gambas3. I removed the ChangeLog. You must use the "svn log" to do that, or subscribe to the svn-devel mailing-list. > New library as add (dbus and others). > When i complile the svn gambas

Re: [Gambas-user] Example program scripting dosn't run (kde4.3)

2009-09-01 Thread Benoît Minisini
> Not important but I was just browsing, the error message is "can't find > kdesktop'. > > Regards > > richard > kdesktop is a KDE 3 program. -- Benoît -- Let Crystal Reports handle the reporting - Free Crystal Reports

[Gambas-user] Gambas 3 ERROR: #2: Cannot load class 'Action'

2009-09-01 Thread Toni
Hi, I have downloaded and compiled the latest version of gambas3 from the svn with no problem in my Ubuntu 8.10 64bits, but when I try to execute it I get this error: ERROR: #2: Cannot load class 'Action': Version too old. Please recompile the project The latest svn version of gambas 2 works fl

Re: [Gambas-user] menu action

2009-09-01 Thread Charlie Reinl
Am Dienstag, den 01.09.2009, 10:28 +0200 schrieb Benoît Minisini: > > Hi Gambas users. > > Is it possible to assign some action to a menu directly (this menu has just > > one item and it is silly to click first on a menu and then on the only > > item) Alternatively, Is it possible to place a simple

Re: [Gambas-user] menu action

2009-09-01 Thread abdurrahman ulusoy
(if i right understand your question)maybe use a panel and put some buttons and panel background color changed what you want.right click show panel then hide again.  i use like this menu . see : http://cadcizim.googlepages.com/out.ogv --- 01/09/09 Sal tarihinde Benoît Minisini şöyle yazıyor: K

Re: [Gambas-user] What happens on a form close event

2009-09-01 Thread Benoît Minisini
> I was just doing some work where I wanted to get access to the tag: > > > me.parent.parent > > and found that though, at the start of loading the form that it exists > (obviously) but that as soon as Form_close() is called that whearas the > object me still exists until the form actually is dest

Re: [Gambas-user] menu action

2009-09-01 Thread Benoît Minisini
> Hi Gambas users. > Is it possible to assign some action to a menu directly (this menu has just > one item and it is silly to click first on a menu and then on the only > item) Alternatively, Is it possible to place a simple button on a menu line > of the form? > Also is there any way (I cannot fi

Re: [Gambas-user] Would you like to see Gambas 3 as default setup in Ubuntu ?

2009-09-01 Thread Jorge Carrión
I have put my vote. I think it's a fine Idea. Regards 2009/9/1 Laurent Carlier > Daif post this link on irc (gambas @ irc.freenodre.net, but here everybody > knows :-p) : http://brainstorm.ubuntu.com/idea/6462/ > > Promote doesn't seem to be hard : Vote , or Promote this idea by adding a > bann

[Gambas-user] Would you like to see Gambas 3 as default setup in Ubuntu ?

2009-09-01 Thread Laurent Carlier
Daif post this link on irc (gambas @ irc.freenodre.net, but here everybody knows :-p) : http://brainstorm.ubuntu.com/idea/6462/ Promote doesn't seem to be hard : Vote , or Promote this idea by adding a banner on your web page. Regards ---

[Gambas-user] Image api changed in gambas 3

2009-09-01 Thread Laurent Carlier
Since svn commit #2294, image api as changed: - MakeTransparent() and MakeGray() are renammed to Transparent() and Gray() - All Methods are applying the effect on the image itself, not to a returned copy ! If you need to apply the effect, do a copy before with the Copy() method. The benefict eff