[Gambas-user] could somebody write how to make a package for Gentoo?

2008-07-25 Thread jbskaggs
Could somebody write how to create a distribution package of my application for the gentoo version of linux? I dont have Gentoo but I have requests on how to install my program on gentoo. I'd assume the easiest way would be for them to install Gambas 2.5 and compile my Source code. But is there

Re: [Gambas-user] Auto-sizing of columns in column view

2008-07-25 Thread Benoit Minisini
On vendredi 25 juillet 2008, richard terry wrote: > I often use column view, and they seemed to auto-size the columns, but for > some reason in recent time, this ability seems to have been lost for all > new column views I put on forms, although the old forms still seem to > retain this property. >

Re: [Gambas-user] Sig 11

2008-07-25 Thread Benoit Minisini
On vendredi 25 juillet 2008, Steven Lobbezoo wrote: > Hi, > > As for weeks now, I get a signal 11 returning from : > fileselector.ShowDialog > > I tried to compile the latest trunk (2.7), but i get : > Making all in ext > make[5]: entrant dans le répertoire « /home/steven/2.0/gb.qt/src/ext » >

Re: [Gambas-user] Fwd: create button at runtime

2008-07-25 Thread Benoit Minisini
On vendredi 25 juillet 2008, Francesco Xavier Kolly Mally wrote: > http://gambasdoc.org/help/comp/gb.qt/button/_new?show > > DIM hButton as button > > hButton = new button(Your_Form_Here) > With hButton > .X = 4 > .Y = 4 > .Text = "Button" > .height = 27 > .width = 80 > END WITH > > I found this Er

[Gambas-user] Fwd: create button at runtime

2008-07-25 Thread Francesco Xavier Kolly Mally
http://gambasdoc.org/help/comp/gb.qt/button/_new?show DIM hButton as button hButton = new button(Your_Form_Here) With hButton .X = 4 .Y = 4 .Text = "Button" .height = 27 .width = 80 END WITH I found this Error message= gb.gui: unable to load 'gb.gtk' component where can i download gb.gtk ? I us

Re: [Gambas-user] Null objet avec gb.net.smtp

2008-07-25 Thread Jacky
Le Friday 25 July 2008 14:41:03 Emil Tchekov, vous avez écrit : > Please use English only, (so everyone can understand), and since it is the > official language of this mailing list. > > Thank you very much in advance! > > kind regards > > Emil I am sincerely sorry Emil, It's an error of me. Jac

Re: [Gambas-user] Null objet avec gb.net.smtp

2008-07-25 Thread Emil Tchekov
Please use English only, (so everyone can understand), and since it is the official language of this mailing list. Thank you very much in advance! kind regards Emil -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Jacky Gesendet: Freitag, 25. Jul

[Gambas-user] Sig 11

2008-07-25 Thread Steven Lobbezoo
Hi, As for weeks now, I get a signal 11 returning from : fileselector.ShowDialog I tried to compile the latest trunk (2.7), but i get : Making all in ext make[5]: entrant dans le répertoire « /home/steven/2.0/gb.qt/src/ext » /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_

Re: [Gambas-user] create button at runtime

2008-07-25 Thread M0E Lnx
http://gambasdoc.org/help/comp/gb.qt/button/_new?show DIM hButton as button hButton = new button(Your_Form_Here) With hButton .X = 4 .Y = 4 .Text = "Button" .height = 27 .width = 80 END WITH On Fri, Jul 25, 2008 at 6:51 AM, Francesco Cisco <[EMAIL PROTECTED]> wrote: > how to create buttons at ru

[Gambas-user] Null objet avec gb.net.smtp

2008-07-25 Thread Jacky
Bonjour Benoit, J'ai un message "Null object" avec gb.net.smtp sur la phrase ci-dessous Smtp.To.Add("[EMAIL PROTECTED]") Smtp est auparavant initialisé par "DIM Smtp AS NEW SmtpClient" Y'a quelquechose de changé dans la syntaxe ? Car cela fonctionnait comme ca avant, il me semble ? Et la doc

[Gambas-user] create button at runtime

2008-07-25 Thread Francesco Cisco
how to create buttons at runtime? - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for t