Re: [Gambas-user] Re; Threads ...

2009-02-06 Thread Gareth Bult
... On Thursday 05 February 2009 20:46, Gareth Bult wrote: I'm trying to decide whether to try Gambas for a Web project because I've seen people mention that one of the design features (?) was that it could run web server type applications (?) Gambasdoc.org actually runs on a Gambas web

[Gambas-user] General Forms / Display manager ...

2009-01-29 Thread Gareth Bult
Hi, Can someone tell me .. if I do form.Hide, then form.Show .. would you expect the form to reappear in the same place .. If not, where would you reset top/left in order to control it's position on show .. It looks like (for me) the window manager is (re-)positioning the form on show,

Re: [Gambas-user] make install errors

2009-01-27 Thread Gareth Bult
For what it's worth; I've just done; snv up ./reconf-all ./configure make clean make install Worked cleanly .. - Original Message - From: Ron_1st ron...@tiscali.nl To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Tuesday, 27 January, 2009 3:41:44 PM GMT

Re: [Gambas-user] Whilst on the topic of string functions

2009-01-18 Thread Gareth Bult
I set up a bug tracker here; http://gambasrad.org/bugtrak But it didn't really get used. I'm sure bugzilla is great, I just don't like using it. - Original Message - From: Benoit Minisini gam...@users.sourceforge.net To: richard terry rte...@pacific.net.au, mailing list for gambas users

Re: [Gambas-user] Gambas is slower than Python??

2009-01-17 Thread Gareth Bult
. - Original Message - From: birchy pokerbi...@googlemail.com To: gambas-user@lists.sourceforge.net Sent: Sunday, 18 January, 2009 12:04:36 AM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [Gambas-user] Gambas is slower than Python?? Gareth Bult-3 wrote: Both Python and Gambas compile

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 Gareth Bult
components? rom: Gareth Bult gar...@encryptec.net To: mailing list for gambas users gambas-user@lists.sourceforge.net 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

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

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Gareth Bult
, Portugal Subject: Re: [Gambas-user] Gambas2 components? 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

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Gareth Bult
, Ireland, Portugal Subject: Re: [Gambas-user] Gambas2 components? 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

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Gareth Bult
GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [Gambas-user] Gambas2 components? 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

Re: [Gambas-user] Gambas2 components?

2009-01-14 Thread Gareth Bult
gambas-user@lists.sourceforge.net Sent: Wednesday, 14 January, 2009 11:44:22 PM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [Gambas-user] Gambas2 components? On jeudi 15 janvier 2009, Gareth Bult wrote: Mmm, I wouldn't know how to do what GridEditor does without autoinc fields

Re: [Gambas-user] Gambas2 components?

2009-01-13 Thread Gareth Bult
Ok, I was sort of waiting for the man to comment .. however, it's an area of interest for myself. Apologies in advance if this feels a little negative, it's not intentional. I'm interested in finding out how to go about creating reusable components and how to install 3rd party ones. Me too!

Re: [Gambas-user] Gambas3 compilation problem

2009-01-13 Thread Gareth Bult
Hi, I'm using SVN with libtool 1.5.26 .. (Ubuntu 8.10) , seems to compile and work (generally) .. Gareth. - Original Message - From: Jussi Lahtinen jussi.lahti...@gmail.com To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Tuesday, 13 January, 2009 10:19:38 PM

Re: [Gambas-user] How to read keys from a TreeView in Gambas2?

2009-01-12 Thread Gareth Bult
MoveBelow doesn't seem to exist anymore (Gambas2 won't show an Is MoveBelow (and MoveChild etc..) not a method of TreeView rather than TreeViewItem .. ? Does it work if you use; FOR i = 1 TO baum.Current.Children ==baum.MoveBelow IF Left$(baum.Item.Key, 1) = # THEN

Re: [Gambas-user] Grideditor

2009-01-11 Thread Gareth Bult
Hi, Yes, me ... :) Gareth. - Original Message - From: Jason Hackney jshack...@gmail.com To: Gambas Mailing List gambas-user@lists.sourceforge.net Sent: Sunday, 11 January, 2009 4:41:18 AM GMT +00:00 GMT Britain, Ireland, Portugal Subject: [Gambas-user] Grideditor Is anyone using

Re: [Gambas-user] Grideditor

2009-01-11 Thread Gareth Bult
As it happens I've just got the hang of writing Gambas components in C .. so I will be going back to gridEditor once I've finished the module I'm currently playing with. I'm packaging libiaxclient as gb.iax2, so far I've implemented most of the core functions and am able to place a VoIP call

Re: [Gambas-user] Re; Webcams ...

2009-01-09 Thread Gareth Bult
] Re; Webcams ... I've recently have the same problem ! Fabien 2009/1/5 Gareth Bult gar...@encryptec.net: Hi, I notice that the webcam demo doesn't work for me , I just get a blank screen .. I also notice that the module is called gb.v4l and my webcam seems to use v4l2 in other software

[Gambas-user] Re; Webcams ...

2009-01-05 Thread Gareth Bult
Hi, I notice that the webcam demo doesn't work for me , I just get a blank screen .. I also notice that the module is called gb.v4l and my webcam seems to use v4l2 in other software where it works fine .. anyone know if this is likely to be why I don't get a picture? (i.e. no v4l2 support in

Re: [Gambas-user] Problem with broadcasting UDP sockets - was Re: Problem with READ on a UDP socket

2008-11-05 Thread Gareth Bult
Urm, When you say doesn't scale .. exactly how many clients do you have and how quickly do they need to know about updates? Let's say for the sake of argument your SQL server can process 2000 moderate queries per second (not unreasonable) and you want to poll every second with 10 clients.

Re: [Gambas-user] Problem with READ on a UDP socket

2008-11-04 Thread Gareth Bult
[EMAIL PROTECTED] To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Tuesday, 4 November, 2008 2:35:21 PM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [Gambas-user] Problem with READ on a UDP socket On mardi 4 novembre 2008, Gareth Bult wrote: Hi, I think I

Re: [Gambas-user] Problem with READ on a UDP socket

2008-11-04 Thread Gareth Bult
Sent: Tuesday, 4 November, 2008 3:51:14 PM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [Gambas-user] Problem with READ on a UDP socket On mardi 4 novembre 2008, Gareth Bult wrote: Erm, Ok .. I was expecting a buffer layer between socket library and Gambas .. but that aside, If I'm

Re: [Gambas-user] Multiple instances of Gambas ...

2008-11-04 Thread Gareth Bult
Sent: Tuesday, 4 November, 2008 4:14:39 PM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [Gambas-user] Multiple instances of Gambas ... On mardi 4 novembre 2008, Gareth Bult wrote: Hi, Again, would love to, unfortunately I just picked Gambas up for a small project and I've forgotten

Re: [Gambas-user] Multiple instances of Gambas ...

2008-11-04 Thread Gareth Bult
] To: mailing list for gambas users gambas-user@lists.sourceforge.net Sent: Tuesday, 4 November, 2008 12:47:24 PM GMT +00:00 GMT Britain, Ireland, Portugal Subject: Re: [Gambas-user] Multiple instances of Gambas ... On mardi 4 novembre 2008, Gareth Bult wrote: Hi, I used to be able to run multiple

[Gambas-user] Multiple instances of Gambas ...

2008-11-04 Thread Gareth Bult
Hi, I used to be able to run multiple instances of Gambas which was really handy for multiple component projects, however when I run a second instance now it dumps out immediately with the trace listed below. I've tried this on the standard Ubuntu 8.10 distro, and on the stable 2.9 compiled

[Gambas-user] Problem with READ on a UDP socket

2008-11-04 Thread Gareth Bult
Hi, I think I reported this quite a while ago but it still seems to be a problem ... using READ to try to acquire less than the entire available buffer doesn't seem to work .. and if I read the entire buffer, there's no obvious way to break the packet down into it's constituent parts ...