[Gambas-user] Component Web Browser

2009-01-14 Thread andy
It seems to me some differences in images rendering , comparing with same html page in Firefox. It dipends from different backend (Gecko and Kde)? Do u think to improve this component? Thankyou Andrea Bertini -- This SF.

[Gambas-user] New bugs in OpenGl

2009-01-14 Thread Jaap Cramer
Hi I discovered a new bug in the OpenGl module. I use gl.Color4f(0, 1, 0, iTriangleAlpha) to color a object. The variable iTriangleAlpha does not change the opacity but the size. (see attachment, use slider) Is openGl still being worked on? Jaap __

Re: [Gambas-user] Open GL help needed

2009-01-14 Thread Jaap Cramer
Hi Sorry I had send my question twice. I recently enabled the mailing list and thought my message did not get through... I solved my rotation-problem. I had to enable the depth with the line Gl.Enable(Gl.GL_DEPTH_TEST) All rotations (x,y and z, work now properly) Remains the 2 little odd thi

Re: [Gambas-user] An other OO problem.

2009-01-14 Thread Benoit Minisini
On jeudi 15 janvier 2009, Jussi Lahtinen wrote: > Hi! > Again I'm having OO headache (I'm OO newbie). > I have very simple task, and I believe the solution would be as > simple... I just don't get it. > I need to make independent copy of object, from collection A to collection > B. > > I tried foll

[Gambas-user] An other OO problem.

2009-01-14 Thread Jussi Lahtinen
Hi! Again I'm having OO headache (I'm OO newbie). I have very simple task, and I believe the solution would be as simple... I just don't get it. I need to make independent copy of object, from collection A to collection B. I tried following (among other things): Dim A as NEW Collection Dim B as N

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Gareth Bult
>>1) How can you know that we should use MySQL if you have used MySQL only? I couldn't, I have however tried (over the years) the other DB's mentioned, PG in particular. I just choose "not" to use any of them commercially given the availability of MySQL. Once upon a time I was an Ingres user ..

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Benoit Minisini
On jeudi 15 janvier 2009, Gareth Bult wrote: > Mmm, > > I wouldn't know "how" to do what GridEditor does without autoinc fields and > last_id .. if other DB's make this difficult or don't provide the > functionality, that sort of reinforces my suggestion that one should choose > MySQL. > > Just tur

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

2009-01-14 Thread Benoit Minisini
On lundi 12 janvier 2009, David Villalobos Cambronero wrote: > Not sure... but what I know for sure is that is not in my Gambas part. > Attached is an example using only gb.db > > I try to take a look in the C part, but I couldn't find anything. > > Attached is the entire script for my database, a

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Gareth Bult
Mmm, I wouldn't know "how" to do what GridEditor does without autoinc fields and last_id .. if other DB's make this difficult or don't provide the functionality, that sort of reinforces my suggestion that one should choose MySQL. Just turning it around for a second, is there any reason why one

Re: [Gambas-user] qt going lgpl

2009-01-14 Thread Benoit Minisini
On mercredi 14 janvier 2009, Frank Cox wrote: > It appears that qt is to be licensed as lgpl: > > http://www.qtsoftware.com/about/licensing/frequently-asked-questions > > Does this meant that commercial closed-source applications can now be > developed with Gambas using QT? (I think you could do t

[Gambas-user] qt going lgpl

2009-01-14 Thread Frank Cox
It appears that qt is to be licensed as lgpl: http://www.qtsoftware.com/about/licensing/frequently-asked-questions Does this meant that commercial closed-source applications can now be developed with Gambas using QT? (I think you could do that using GTK before now.) -- MELVILLE THEATRE ~ Melvi

Re: [Gambas-user] PB avec un ToolPanel

2009-01-14 Thread Benoit Minisini
On mercredi 14 janvier 2009, Olivier Cruilles wrote: > Bonsoir Benoit, > > Continuant toujours le développement de mon application, je créer a la > volée dans un ToolPanel (fixe) > d'un formulaire des TreeView. > > J'obtiens donc une collection contenant l'adresse Objet de chaque > TreeView. > > Je

[Gambas-user] PB avec un ToolPanel

2009-01-14 Thread Olivier Cruilles
Bonsoir Benoit, Continuant toujours le développement de mon application, je créer a la volée dans un ToolPanel (fixe) d'un formulaire des TreeView. J'obtiens donc une collection contenant l'adresse Objet de chaque TreeView. Je place chaque TreeView sur des ToolBar différent (Ex: 3 Treeview

Re: [Gambas-user] Request.Header and Base64Decode for a CGI

2009-01-14 Thread Toni
Thanks for such a quick answer! Toni En/na Benoit Minisini ha escrit: > On mercredi 14 janvier 2009, Toni wrote: > >> Hi, >> I'm programming a CGI using Gambas2 and I want to implement "basic http >> authentication" into it, but I have two problems to get it done: I Don't >> know how to get Re

Re: [Gambas-user] Request.Header and Base64Decode for a CGI

2009-01-14 Thread Benoit Minisini
On mercredi 14 janvier 2009, Toni wrote: > Hi, > I'm programming a CGI using Gambas2 and I want to implement "basic http > authentication" into it, but I have two problems to get it done: I Don't > know how to get Request HTTP Headers (I couldn't find something like > "Request.Header[]"). The other

[Gambas-user] Request.Header and Base64Decode for a CGI

2009-01-14 Thread Toni
Hi, I'm programming a CGI using Gambas2 and I want to implement "basic http authentication" into it, but I have two problems to get it done: I Don't know how to get Request HTTP Headers (I couldn't find something like "Request.Header[]"). The other problem is that I haven't been able to find a

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread richard terry
On Thu, 15 Jan 2009 05:36:17 am dave L wrote: > Fair enough! > > only reason i picked postgresql over mysql was the old enie menine miney > mo. Catch a ... by the tail choice and i end up pointing at postgres :) Don't quote me but I think I remember reading on slashdot in the last couple of month

Re: [Gambas-user] Badly Overridden form (Solved)

2009-01-14 Thread richard terry
On Sun, 11 Jan 2009 09:08:18 am Benoit Minisini wrote: > On mercredi 7 janvier 2009, richard terry wrote: > > Mm > > > > Last couple of upgrades one of my forms won't load - despite being > > structurally similar to all the others, I get the error message in the > > picture. > > > >

Re: [Gambas-user] Gambas on Intrepid

2009-01-14 Thread Anthony Sales
I have downloaded and installed version 2.9 from the 'pixel' repository you suggested. It runs fine and allows me to create installer packages once I installed automake1.9 etc. Thanks for the help Power to the prawn! drbongo -Original Message- From: Anthony Sales [mailto:tony.sa...@rncb.a

Re: [Gambas-user] Alignment or Gridview problem?

2009-01-14 Thread Benoit Minisini
On lundi 12 janvier 2009, Benoit Minisini wrote: > > > > I think there is a problem with the *last* column of a gridview, but may > > be I missed something instead. > > 1) In the TestOne, the code is what I want to get (the usage of 'k' is > > for the test only!), but the display is not what I expe

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Rob
On Wednesday 14 January 2009 10:29, Gareth Bult wrote: > This function would be required regardless of the underlying DB .. so > what't the PG equivalent ? By looking at the sqlite docs, I'm guessing last_insert_rowid() is their equivalent, but I only have MySQL installed so I can't test it. But

[Gambas-user] Gambas on Intrepid

2009-01-14 Thread Anthony Sales
Sorry, my mistake I forgot to change the subject and then it was too late! My apologies. Last time I looked at the Ubuntu repository it was only 2.0.1 or something like that, and I have been using 8.04 for development and 8.10 for testing and experimenting etc. As long as it is 2.5 or above it has

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Jaap Cramer
to dr bongo I think you should create a new topic for this question. I hope benoit won't be angry I answer this way ;) I use the 2.7 Gambas version from a standard ubuntu 8.10 repository, without any downgrading of libtool. You could also use deb http://xoomer.alice.it/pixel intrepid gambas h

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread dave L
Fair enough! only reason i picked postgresql over mysql was the old enie menine miney mo. Catch a ... by the tail choice and i end up pointing at postgres :) might not have been the most intellegient choice but i thought i'd give db access a try sooner rather than later. will you be looking at

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Anthony Sales
I have been using Gambas 2.8.2 from azores.linex.org repository to write some educational applications for the blind using Ubuntu 8.04 with no problems. However I have been unable to install this on Intrepid even after downgrading libtool as recommended. Will the gambas .deb packages I create on 8

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Gareth Bult
At which point I'll remove it from GridEdit and it will become DB neutral .. ;-) - Original Message - From: "Benoit Minisini" To: "mailing list for gambas users" Sent: Wednesday, 14 January, 2009 5:16:44 PM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [Gambas-user] Gambas2 com

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Benoit Minisini
On mercredi 14 janvier 2009, Gareth Bult wrote: > Ok, > > This function would be required regardless of the underlying DB .. so > what't the PG equivalent ? > > Gareth. > > If I remember, not all databases have this feature. If people can tell me how to do the same thing in postgresql, sqlite, od

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Gareth Bult
Ok, This function would be required regardless of the underlying DB .. so what't the PG equivalent ? Gareth. - Original Message - From: "Rob" To: gambas-user@lists.sourceforge.net Sent: Wednesday, 14 January, 2009 3:22:57 PM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [Gam

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Rob
On Wednesday 14 January 2009 10:00, Gareth Bult wrote: > >12) I think that Gareth could have made his control database neutral. > > But it is his code, so he is the boss. > Gareth subclasses standard Gambas components, so it *is* neutral. > I can only think he was confused because he saw a SELECT s

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Gareth Bult
>12) I think that Gareth could have made his control database neutral. But it >is his code, so he is the boss. Gareth subclasses standard Gambas components, so it *is* neutral. I can only think he was confused because he saw a SELECT statement and assumed this particular to MySQL (!) It is pos

Re: [Gambas-user] Datepicker bug

2009-01-14 Thread Diego Fernández
Turning Off the Desktop effects, shows the datepicker in the center of the container (form, frame,etc) Benoit Minisini escribió: On mercredi 14 janvier 2009, Diego Fernández wrote: Hi, the signal 11 segmentation is no more, BUT, now when creating a new project, then i insert a datepicker

Re: [Gambas-user] Datepicker bug

2009-01-14 Thread Benoit Minisini
On mercredi 14 janvier 2009, Diego Fernández wrote: > Hi, > > the signal 11 segmentation is no more, BUT, now when creating a new > project, then i insert a datepicker, when running it and try to pick a > date, the dialog appears in the upper left corner of the screen no > matter where the form is,

Re: [Gambas-user] Datepicker bug

2009-01-14 Thread Benoit Minisini
On mardi 13 janvier 2009, Diego Fernández wrote: > Ehh, > > Well, just finished compiling and testing, and, i have to report that in > old projects i just hit the update all forms and everything works as > expected, but if i create a new project and insert a datepicker when i > trying to run it, it

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Benoit Minisini
On mercredi 14 janvier 2009, Benoit Minisini wrote: > On mardi 13 janvier 2009, dave L wrote: > > Hi Charles, > > > > Yes i've had a look at the code that is in the database example. > > > > by the time i went to be i had in my sample app created a link to the DB > > from cut i cout & pasted into m

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Benoit Minisini
On mardi 13 janvier 2009, dave L wrote: > Hi Charles, > > Yes i've had a look at the code that is in the database example. > > by the time i went to be i had in my sample app created a link to the DB > from cut i cout & pasted into my app from the sample DB. > > I suppose you have modules you call

[Gambas-user] Open GL help needed

2009-01-14 Thread Jaap Cramer
Hi! I've written a litte program wich uses Open GL. I draw the triangle. I discovered some strange behaviour. Nothing is drawn, unless I set the focus on something else, and then on the GlArea. Which is strange, i think. However. That is not my MAIN problem. I dont understand how to use the

[Gambas-user] Open GL help needed

2009-01-14 Thread Jaap Cramer
Hi I've written a litte program wich uses Open GL. I draw the triangle. I discovered some strange behaviour. Nothing is drawn, unless I set the focus on something else, and then on the GlArea. Which is strange, i think. However. That is not my MAIN problem. I dont understand how to use the Gl

Re: [Gambas-user] Error creating install package with Autotools

2009-01-14 Thread Achmad Arifin
>Maybe you should try the latest version, or at least a more recent one?-- > Benoit Minisini I have installed gambas 2.8.2-1, but same error occur: - Creating package for Autotools. Making build directory. Creating package... aclocal autoconf autom

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Gareth Bult
Erm, >what i was suggesting was perhaps an intermediate step until you get your >program working right. It's been "working right" for quite a long time .. my business relies on it "working right" .. (!) >another thing with your editor is that it's filled with mysql specific >statements For e

Re: [Gambas-user] Two minor "bugs"

2009-01-14 Thread Ron
I find the default 'autostretch mode' now very nice and handy, if there comes a flag I prefer to have this default on/enabled. Regards, Ron_2nd. > On Wednesday 14 January 2009, Rolf-Werner Eilert wrote: > > >> Thinking it over, I still feel that it should be the programmer's choice >> what w

Re: [Gambas-user] Two minor "bugs"

2009-01-14 Thread Ron_1st
On Wednesday 14 January 2009, Rolf-Werner Eilert wrote: > Thinking it over, I still feel that it should be the programmer's choice > what width the last column should have. Implementing it as an option > (Property: LastColumnStretch or so) would be nice, although it would add > to featurism of

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread dave L
rom: Gareth Bult To: mailing list for gambas users Sent: Wednesday, 14 January, 2009 9:53:09 PM Subject: Re: [Gambas-user] Gambas2 components? Mmm, Maybe it's me, but I'm not seeing anything it doesn't already do ... ??? Agreed except that I couldn't get your

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Gareth Bult
Mmm, Maybe it's me, but I'm not seeing anything it doesn't already do ... ??? All objects / returned data etc are available to the user .. true it's via method and property calls, but this is the way it should be in an OOP system .. we don't expose raw data(!) Gareth. - Original Message -

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread dave L
Hi Garth, got the version listed on the website shown below and able to follow it BUT i don't use mysql but postgres but it's interesting to see what you've done by walking thorough your code as far as i can. Been thinking here and please you or anyone else correct me but couldn't this be done