[Gambas-user] Grideditor

2009-01-10 Thread Jason Hackney
Is anyone using GridEditor with the latest SVN? -- Check out the new SourceForge.net Marketplace. It is the best place to buy or sell services for just about anything Open Source. http://p.sf.net/sfu/Xq1LFB

[Gambas-user] Gambas SVN download/compile

2009-01-10 Thread Jason Hackney
On the off chance that someone other than myself would like to automate downloading the source from SVN and compiling, I've attached a bash script that does it for Ubuntu 8.10. I have had to do it a number of times in the past couple days so I figured I'd put together a relatively crude script. So

Re: [Gambas-user] gb.net.curl - HttpClient - libcurl specs?

2009-01-10 Thread Benoit Minisini
On vendredi 9 janvier 2009, birchy wrote: > anyone? I just added the HttpClient.Encoding property in the revision #1795 of the development version, so that you have all you want! Regards, -- Benoit Minisini -- Check o

Re: [Gambas-user] Gambas Vs. Gnome 2.24

2009-01-10 Thread Benoit Minisini
On mardi 6 janvier 2009, richard terry wrote: > On Wed, 7 Jan 2009 08:08:57 am Jussi Lahtinen wrote: > > > I cannot compile the dev version for versions incompatibility of > > > libtool. I will try to compile it when I will solve this issue. > > > > Have I understand correctly... You compiled 2.10

Re: [Gambas-user] Maybe some fix needed

2009-01-10 Thread Benoit Minisini
On samedi 10 janvier 2009, A Person wrote: > Hello > > Using 2.8.2 on Mint. > > Steps to Reproduce: > - Create small picturebox and add self-made icon image from img directory > - don't like icon image's look so go back and refine with editor and resave > > Problem: > - cannot get gambas to reload

Re: [Gambas-user] change row height in listview

2009-01-10 Thread Benoit Minisini
On vendredi 9 janvier 2009, Fabien Bodard wrote: > 2009/1/8 kobolds : > > how do I change the row height in listview ? > > I try change the the font . it work but look ugly . any other way ? > > > > I try to set listview1.item.height = 30 , but get error null object . > > Item represent the current

Re: [Gambas-user] Error on gb.db.mysql: Commands out of sync; you can't run this command now

2009-01-10 Thread Benoit Minisini
On mercredi 7 janvier 2009, David Villalobos Cambronero wrote: > Hi Benoit, did you have time to take a look at this? > > Regards > > > -- > David > Not really. I never encountered this error myself in all my MySQL life. By using the "DB.Debug = TRUE" feature, can't you have a dump of all SQL

Re: [Gambas-user] re turn value from a form

2009-01-10 Thread Benoit Minisini
On mercredi 7 janvier 2009, Doriano Blengino wrote: > kobolds ha scritto: > > in order to get return value from a form , I create a variable in the > > form > > > > in ftest > > public retun_value as boolean =false > > > > public sub btnOK_click() > > return_value = true > > me.close > > end > >

Re: [Gambas-user] gb.net.curl - HttpClient - libcurl specs?

2009-01-10 Thread Benoit Minisini
On vendredi 9 janvier 2009, birchy wrote: > anyone? I am sure that there is a Cookie property for handling cookie. For gzip, I don't know. But it could be easily added if it is really just an option to set. Regards, -- Benoit Minisini -

[Gambas-user] Maybe some fix needed

2009-01-10 Thread A Person
Hello Using 2.8.2 on Mint. Steps to Reproduce: - Create small picturebox and add self-made icon image from img directory - don't like icon image's look so go back and refine with editor and resave Problem: - cannot get gambas to reload new image, always seems to show before image - refresh doesn

[Gambas-user] ListView item coloring

2009-01-10 Thread Jesus Guardon
Happy New Year 2009 Quick question: Is there any way to coloring each individual item in a listview? No such property in this class, but I wonder if it should be implemented in an inherited control. If so, I have no clues where to begin. Something like this: listview.Add(key as String, text as S