Re: [Gambas-user] Highlight Editor - setting background?

2008-11-09 Thread Rolf-Werner Eilert
Benoit Minisini schrieb: > On vendredi 7 novembre 2008, Rolf-Werner Eilert wrote: >> Just one more question: is it possible to set a background color >> property for some of the elements such like >> >> Editor1.Styles[Highlight.String].Color = Color.DarkRed >> ^ >>

Re: [Gambas-user] Feature request

2008-11-09 Thread richard terry
On Mon, 10 Nov 2008 10:09:10 am Benoit Minisini wrote: > On dimanche 9 novembre 2008, richard terry wrote: > > I've mentioned this one before, wondered if Benoit could give it > > consideration. > > > > Request: Option on the popup menu over the tab for 'Set as Startup' > > > > See the picture. Whe

[Gambas-user] Build fails

2008-11-09 Thread Ron
Cannot get this: Path: . URL: https://gambas.svn.sourceforge.net/svnroot/gambas/gambas/branches/2.0 Repository Root: https://gambas.svn.sourceforge.net/svnroot/gambas Repository UUID: 96304659-1d19-0410-acd0-aead272a8bd5 Revision: 1686 Node Kind: directory Schedule: normal Last Changed Author: dca

Re: [Gambas-user] Feature request

2008-11-09 Thread Benoit Minisini
On dimanche 9 novembre 2008, richard terry wrote: > I've mentioned this one before, wondered if Benoit could give it > consideration. > > Request: Option on the popup menu over the tab for 'Set as Startup' > > See the picture. When you right click over the tab, you get the menu which > includes the

Re: [Gambas-user] Resize event...

2008-11-09 Thread Benoit Minisini
On dimanche 9 novembre 2008, Doriano Blengino wrote: > Stephen Bungay ha scritto: > >A form, lets call it "FormX" contains a tabStrip which has another > > form, call it "FormY" dynamically instantiated inside the TabStrip at > > run-time. FormY has three controls on it, a calendar, a table, an

Re: [Gambas-user] Resize event...

2008-11-09 Thread Stephen Bungay
Thanks for the clarification, the resize method is new since I last did extensive work with GAMBAS, IMHO it is not required. On thye surface of it setting the Width and Height Properties perform the same function as the Resize method. The timer hack is a major kludge and is not acceptable

Re: [Gambas-user] Latest Gambas packages for Ubuntu - Broken?

2008-11-09 Thread EpĂ­leg
En/na MaxVK ha escrit: > Hi, please forgive me if I am getting lost along the way here: I'm on and off > of the PC at the moment for various reasons, and I seem to spend my time > trying to catch up! > > Anyway, I went to the Gambas website > (http://gambas.sourceforge.net/download.html) to find t

[Gambas-user] Latest Gambas packages for Ubuntu - Broken?

2008-11-09 Thread MaxVK
Hi, please forgive me if I am getting lost along the way here: I'm on and off of the PC at the moment for various reasons, and I seem to spend my time trying to catch up! Anyway, I went to the Gambas website (http://gambas.sourceforge.net/download.html) to find the latest packages for Ubuntu but

Re: [Gambas-user] Mysql query question

2008-11-09 Thread Ron
David Villalobos Cambronero wrote: > Can gb.db.mysql help? > > Regards > > > -- > David > > > > - Original Message > From: Benoit Minisini <[EMAIL PROTECTED]> > To: mailing list for gambas users > Sent: Saturday, November 8, 2008 11:50:11 AM > Subject: Re: [Gambas-user] Mysql query quest

Re: [Gambas-user] Searching a key in the array of gb.settings

2008-11-09 Thread gambas
Hi Doriano, Am Sonntag, 9. November 2008 10:00:11 schrieb Doriano Blengino: > [EMAIL PROTECTED] ha scritto: > >> What you are trying to do could only work in true interpreted languages > >> - perhaps; > > > > That's the answer why it works in Perl! :whistle: > >> it is a total non-sense in every s

Re: [Gambas-user] Resize event...

2008-11-09 Thread Doriano Blengino
Stephen Bungay ha scritto: >A form, lets call it "FormX" contains a tabStrip which has another > form, call it "FormY" dynamically instantiated inside the TabStrip at > run-time. FormY has three controls on it, a calendar, a table, and a > VSplit to seperate them. >When FormX is resized

Re: [Gambas-user] Searching a key in the array of gb.settings

2008-11-09 Thread Doriano Blengino
[EMAIL PROTECTED] ha scritto: > >> What you are trying to do could only work in true interpreted languages >> - perhaps; >> > That's the answer why it works in Perl! :whistle: > > >> it is a total non-sense in every serious programming language. >> I have to correct myself. The disti