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

2008-11-14 Thread MaxVK
Epíleg wrote: > > ...You can build them Yourself. > > http://packages.debian.org/unstable/source/gambas2 > Heh! I didn't actually follow the link because it used the word 'unstable', hence my reply! -- View this message in context: http://www.nabble.com/Latest-Gambas-packages-for-Ubuntu---B

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

2008-11-12 Thread MaxVK
I suspected as much, thanks Daniel. Regards Max Daniel Campos-3 wrote: > >> >> >> I was also concerned because the update said that it wanted to remove >> those >> Gambas programs that I have developed myself, and installed using >> synaptic >> so that I can update them as I go. I assume that

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

2008-11-12 Thread MaxVK
e only thing is > that > you should add "universe" and may be "multiverse" branches to your > /etc/apt/sources.list file, as some components depend on libraries > available > there. If you use just the "main" branch, there will be broken > dependenci

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

2008-11-11 Thread MaxVK
On Mon, 10 Nov 2008 08:32:39 -0800 (PST) MaxVK <[EMAIL PROTECTED]> > wrote: > >> Thanks charles, but thats for 8.10 and I'm running 7.10 still. > > You should use apt-get "pinning" to use Ga

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

2008-11-10 Thread MaxVK
Ah, thats what I'm looking for! Many thanks GarulfoUnix, much appreciated. Regards Max GarulfoUnix wrote: > > charlesg a écrit : >> Hi >> >> If you follow the installation bit in kalaharix.wordpress.com you will >> currently get 2.8.2. >> >> rgds >> > In addition, here are the depots : >

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

2008-11-10 Thread MaxVK
Thanks charles, but thats for 8.10 and I'm running 7.10 still. Max charlesg wrote: > > Hi > > If you follow the installation bit in kalaharix.wordpress.com you will > currently get 2.8.2. > > rgds > -- View this message in context: http://www.nabble.com/Latest-Gambas-packages-for-Ubuntu-

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

2008-11-10 Thread MaxVK
Thanks Epíleg, but I really don't want the unstable release - I need a rock solid version. Is there an up to date stable version that I can do the same thing with? Better still if there is actually a full .deb release? Regards Max -- View this message in context: http://www.nabble.com/Latest-G

[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] How to create Multi-Dimensional string array

2008-09-21 Thread MaxVK
Benoit Minisini wrote: > > On dimanche 21 septembre 2008, Kari Laine wrote: >> On Sun, Sep 21, 2008 at 8:16 PM, MaxVK <[EMAIL PROTECTED]> wrote: >> > I am trying to create a multi dimensional array of string, the size of >> > which >> > is not known

Re: [Gambas-user] How to create Multi-Dimensional string array

2008-09-21 Thread MaxVK
Kari Laine-2 wrote: > > On Sun, Sep 21, 2008 at 8:16 PM, MaxVK <[EMAIL PROTECTED]> wrote: > >> >> I am trying to create a multi dimensional array of string, the size of >> which >> is not known at design time. >> >> Iv spent some time to

Re: [Gambas-user] Synchronized Listboxes or a better way

2008-09-21 Thread MaxVK
Benoit Minisini wrote: > > On dimanche 21 septembre 2008, MaxVK wrote: >> I am loading information from a sqlite3 database file using a query. The >> results have two fields, Filename and Filepath. >> >> The Filename information is to be loaded into a list box whe

[Gambas-user] How to create Multi-Dimensional string array

2008-09-21 Thread MaxVK
I am trying to create a multi dimensional array of string, the size of which is not known at design time. Iv spent some time today playing with this, but I cant seem to get it to work at all. I did think that something like: DIM tArray AS String["","",""] would work, but its not right, and I cant

[Gambas-user] Synchronized Listboxes or a better way

2008-09-21 Thread MaxVK
I am loading information from a sqlite3 database file using a query. The results have two fields, Filename and Filepath. The Filename information is to be loaded into a list box where sorted=true. Clicking on an item in the filename list will show the Filepath string. At the moment I am loading

Re: [Gambas-user] Enumerating values in sqllite3 database tables

2008-09-17 Thread MaxVK
charlesg wrote: > > Hi, > > I don't know how 'standard' any sql gets:confused: > You can certainly use sql update and delete commands the same way. > > rgds > > :-D Yeah, thats pretty much what I meant. I don't know much SQL (yet), so I was only wondering if sqlite3 used the same commands o

Re: [Gambas-user] Enumerating values in sqllite3 database tables

2008-09-17 Thread MaxVK
Fabien Bodard-4 wrote: > > 2008/9/17 MaxVK <[EMAIL PROTECTED]>: >> >> Hi there. I am making a personal program to catalog a large collection of >> photographs and rather than install MySQL just for this purpose I would >> like >> to use sqlite3. &g

Re: [Gambas-user] Enumerating values in sqllite3 database tables

2008-09-17 Thread MaxVK
charlesg wrote: > > Hi, > > something like: > '-- > Private res As Result > > lstSupplier.Clear > res = $hConn.Exec("select * from supp order by s_code") > For Each res >lstSupplier.Add(res!s_code & "," & res!s_name & "," & res!s_closedate & > "," & res!s_dayscredit & "

[Gambas-user] Enumerating values in sqllite3 database tables

2008-09-17 Thread MaxVK
Hi there. I am making a personal program to catalog a large collection of photographs and rather than install MySQL just for this purpose I would like to use sqlite3. Using the example program I am able to create the database and the tables within it, and I am (apparently) able to add data to the

Re: [Gambas-user] Ubuntu packages updated

2008-09-01 Thread MaxVK
Hello there. Many thanks for supplying this information. However, I have something of a problem (I think). Iv added the line "deb http://azores.linex.org/gambas-other gutsy main" and quite correctly the update is picked up by the system. However, when the update manager lists the available updat