Problem solved
Public Sub Save_button_Click()
try MODMain.MyConn.Exec( "INSERT INTO name_tbl (adm, name, place, date_ad)
VALUES (&1,&2,&3,&4)",textbox1.text,textbox2,text,textbox4.text,
datebox1.value)
if not error then
message("Data saved")
endif
On 14 Jun 2017 4:01 p.m., "Tobias Boege" wro
On Wed, 14 Jun 2017, Unaise EK wrote:
> hai,
> i worte these code for storing data into mysql database, all data stored
> into database except date_ad.
>
>
> Public Sub Save_button_Click()
> Dim InsertDb As String
> 'Dim Dx As Date
> 'Format(Dx, "dd/mm/")
> InsertDb = "INSERT INTO name_tbl (a
hai,
i worte these code for storing data into mysql database, all data stored
into database except date_ad.
Public Sub Save_button_Click()
Dim InsertDb As String
'Dim Dx As Date
'Format(Dx, "dd/mm/")
InsertDb = "INSERT INTO name_tbl (adm, name, place, date_ad) VALUES ('" &
(TextBox1.Text) & "
Hi,
Ubuntu SDK can run gambas3 (I mean 'arm" ubuntu-touch )?
is there any atempt for this ?
Salut
Henri
--
BPM Camp - Free Virtual Workshop May 6th at 10am PDT/1PM EDT
Develop your own process in accordance with the BPMN 2
Well, thank you, Benoît.
bye
vuot
Mar 18/3/14, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] Gambas-3: MovieBox doesn't exist, but it
exists
A: "mailing list for gambas users"
Data: Martedì 18 marzo 2014, 21
Le 18/03/2014 20:56, Ru Vuott a écrit :
> Hello,
>
> just a curiosity: in official documentation
>http://gambasdoc.org/help/comp/gb.qt/moviebox?v3
> MovieBox component does not seem to exist, but in fact it exists and it can
> be used in applications.
>
> Maybe it has yet to be written concern
Hello,
just a curiosity: in official documentation
http://gambasdoc.org/help/comp/gb.qt/moviebox?v3
MovieBox component does not seem to exist, but in fact it exists and it can be
used in applications.
Maybe it has yet to be written concerning the page in the documentation?
Regards
vuott
Hi Benoît,
yeee: I needed "automake" package !
Thanks a lot !
Vuottt
Sab 7/12/13, Benoît Minisini ha scritto:
Oggetto: Re: [Gambas-user] Gambas-3 on Linux Mint "16": autoreconf: failed to
run aclocal...
A: "mail
Le 06/12/2013 23:53, Ru Vuott a écrit :
> Hello,
>
> I updated my Linux Mint to "16" version - 64bit.
>
> I installed the development packages (for Ubuntu) needed to compile all
> Gambas-3 components. Then I followed:
>
> ~ $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk
>
> ~ $ c
Hello,
I updated my Linux Mint to "16" version - 64bit.
I installed the development packages (for Ubuntu) needed to compile all
Gambas-3 components. Then I followed:
~ $ svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk
~ $ cd trunk
but when I start
~/trunk $ ./reconf-all
I ob
Le 25/04/2013 11:24, Andreas Fröhlke a écrit :
> Hi,
>
> I get a certificate error trying to open a https website. I'cant tell you the
> site, because it's not accessible from other IPs.
> I read, in other programming languages, i can ignore SSL-Errors when using
> qt4.webkit.
>
> Is there the sa
Hi,
I get a certificate error trying to open a https website. I'cant tell you the
site, because it's not accessible from other IPs.
I read, in other programming languages, i can ignore SSL-Errors when using
qt4.webkit.
Is there the same possibility in gambas3 and how does it work?
Regard
__
A
Yeah, I'm also developing an Gambas application (Systemback) for Ubuntu
and Debian, so I'm forced to do it. :-)
> Keep doing the good work Kendek.
> It's very, very usefull for a lot of people!
>
> Thanks
>
>
> 2013/3/25 Kende Krisztián
>
> > Service announcements!
> >
> > Ubuntu Maverick re
Keep doing the good work Kendek.
It's very, very usefull for a lot of people!
Thanks
2013/3/25 Kende Krisztián
> Service announcements!
>
> Ubuntu Maverick release has really reached end of life and is no longer
> supported by Gambas 3 PPA (nemh/gambas3). I'm sorry, but it is
> impossible to u
Service announcements!
Ubuntu Maverick release has really reached end of life and is no longer
supported by Gambas 3 PPA (nemh/gambas3). I'm sorry, but it is
impossible to upload to further updates, because unable to obtain the
required dependencies from internal repository.
If you are affected, p
I see Gambas 3.1.1 has re-appeared (yet again) in the repository of Xubuntu
12.10 which presumably inherits from Ubuntu which presumably inherits from
Debian.
Seems ok. Is this (at long last) a working version?
--
View this message in context:
http://gambas.8142.n7.nabble.com/Gambas-3-in-Debia
Am 05.12.2012 17:26, schrieb Tobias Boege:
> On Wed, 05 Dec 2012, Rolf-Werner Eilert wrote:
>>
>>
>> Am 05.12.2012 16:34, schrieb Jussi Lahtinen:
If I want to build scripts with Gambas 3 on my website's server, how
would you install Gambas 3 there: Downloading and compiling the source,
Am 05.12.2012 17:14, schrieb Jussi Lahtinen:
>>> Maybe I didn't quite understand the question, but what is the difference?
>>> Both works fine.
>>
>> Well - I don't know so much about Ubuntu. When the PPA just contains the
>> source, it's the same, you're right. I thought it contains a ready-made
On Wed, 05 Dec 2012, Rolf-Werner Eilert wrote:
>
>
> Am 05.12.2012 16:34, schrieb Jussi Lahtinen:
> >> If I want to build scripts with Gambas 3 on my website's server, how
> >> would you install Gambas 3 there: Downloading and compiling the source,
> >> or apt-get via Kendek's PPA?
> >>
> >
...
> > Maybe I didn't quite understand the question, but what is the difference?
> > Both works fine.
>
> Well - I don't know so much about Ubuntu. When the PPA just contains the
> source, it's the same, you're right. I thought it contains a ready-made
> deb package.
>
Yes, it is ready made package w
Am 05.12.2012 16:34, schrieb Jussi Lahtinen:
>> If I want to build scripts with Gambas 3 on my website's server, how
>> would you install Gambas 3 there: Downloading and compiling the source,
>> or apt-get via Kendek's PPA?
>>
>
> Maybe I didn't quite understand the question, but what is the diff
> If I want to build scripts with Gambas 3 on my website's server, how
> would you install Gambas 3 there: Downloading and compiling the source,
> or apt-get via Kendek's PPA?
>
Maybe I didn't quite understand the question, but what is the difference?
Both works fine.
> Or would you deprecate
Hi,
If I want to build scripts with Gambas 3 on my website's server, how
would you install Gambas 3 there: Downloading and compiling the source,
or apt-get via Kendek's PPA?
Or would you deprecate Gambas 3 here and rather use Gambas 2 for it?
Thanks for your opinions...
Regards
Rolf
---
It's a Suse 12.1, but meanwhile I've solved it by deleting the repos'
version and compiling one downloaded from the Gambas homepage. Up to
now, I found nothing to complain about, but it was only yesterday :-)
Rolf
Am 14.11.2012 20:35, schrieb M. Cs.:
> What is your platform (distro)? I am curr
What is your platform (distro)? I am currently using it on both Kubuntu
12.04 and Fedora 17 - without issues.
Csaba
2012/11/13 Rolf-Werner Eilert
> When I type gambas3, the answer is
>
> ERROR: #27: Cannot load component 'gb.qt4':
> /usr/lib64/gambas3/gb.qt4.so: undefined symbol: GB
>
>
> What'
When I type gambas3, the answer is
ERROR: #27: Cannot load component 'gb.qt4':
/usr/lib64/gambas3/gb.qt4.so: undefined symbol: GB
What's going wrong here? I haven't had the Gambas3 IDE running for quite
some while, so I don't know when this error occured.
It's the version from the repos, mayb
On Wed, Oct 3, 2012 at 2:24 PM, Sebastian Kulesz wrote:
> On Wed, Oct 3, 2012 at 2:10 PM, Jussi Lahtinen
> wrote:
>> Compiling the gb.desktop project...
>> gb.desktop
>> Form1.form:3: error: Unknown identifier: Button
>>
>> Full log attached.
>>
>> Jussi
>>
>> ---
On Wed, Oct 3, 2012 at 2:10 PM, Jussi Lahtinen wrote:
> Compiling the gb.desktop project...
> gb.desktop
> Form1.form:3: error: Unknown identifier: Button
>
> Full log attached.
>
> Jussi
>
> --
> Don't let slow site perfo
Le 28/09/2012 11:30, Mike Crean a écrit :
> Benoit, I have attached some photos of GB3 on Pi hope you
> get them. If not let me know how I can send the photos to you.
> GB on Pi 1 Raspbian and Gambas on Raspberry Pi.
> GB on Pi 2 Gambas 3.2.1 opening screen.
> GB on Pi 3 Edit screen for the Serial
__
From: Benoît Minisini
To: mailing list for gambas users
Sent: Wednesday, 26 September 2012 6:02 PM
Subject: Re: [Gambas-user] Gambas 3 on RPi photo?
Le 26/09/2012 12:01, wally a écrit :
>
> recent posting was too big, but i think it will reach you.
>
I got it anyway thr
Le 26/09/2012 12:01, wally a écrit :
>
> recent posting was too big, but i think it will reach you.
>
I got it anyway through the mailing-list administration interface. Thanks!
--
Benoît Minisini
--
Live Security Virtua
On Wednesday 26 September 2012 11:21:47 Benoît Minisini wrote:
> Le 26/09/2012 09:45, wally a écrit :
> > On Wednesday 26 September 2012 00:54:01 Benoît Minisini wrote:
> >> Hi,
> >>
> >> I'm looking for a photograph of Gambas 3 running on RPi.
> >>
> >> Does anyone have some?
> >>
> >> And if y
Le 26/09/2012 09:45, wally a écrit :
> On Wednesday 26 September 2012 00:54:01 Benoît Minisini wrote:
>> Hi,
>>
>> I'm looking for a photograph of Gambas 3 running on RPi.
>>
>> Does anyone have some?
>>
>> And if you have pictures of Gambas 3 on other ARM platforms, I will be
>> glad to get them.
On Wednesday 26 September 2012 00:54:01 Benoît Minisini wrote:
> Hi,
>
> I'm looking for a photograph of Gambas 3 running on RPi.
>
> Does anyone have some?
>
> And if you have pictures of Gambas 3 on other ARM platforms, I will be
> glad to get them. It's for a french article on Gambas 3.3.
>
Hi,
I'm looking for a photograph of Gambas 3 running on RPi.
Does anyone have some?
And if you have pictures of Gambas 3 on other ARM platforms, I will be
glad to get them. It's for a french article on Gambas 3.3.
Thanks in advance!
Regards,
--
Benoît Minisini
-
Le 24. 08. 12 18:22, Ru Vuott a écrit :
>> It's very easy to compile gambas3 on quantal :
>> sudo apt-get add-repository ppa:sebikul/gambas-daily
>> sudo apt-get update
>> sudo apt-get build-dep gambas3
>> you get the svn on gambas.sourceforge.net
>> (maybe you will have to install subversion befor
> >
> It's very easy to compile gambas3 on quantal :
> sudo apt-get add-repository ppa:sebikul/gambas-daily
> sudo apt-get update
> sudo apt-get build-dep gambas3
> you get the svn on gambas.sourceforge.net
> (maybe you will have to install subversion before : sudo
> apt-get install
> subversion)
John Rose
Date: Fri, 24 Aug 2012 08:32:48
To: GambasUsers MailingList
Reply-To: mailing list for gambas users
Subject: [Gambas-user] Gambas-3 & Ubuntu 12.10 Quantal
FAO Sebastian Kulesz,
How do the svn & version shown on the Launchpad webpage of your ppa
relate to the version number,
Charles & Ricardo,
Sorry, I made a mistake & put in the wrong subject line on my last post.
As I previously said: "The web page doesn't seem to give any list
showing release, svn & revision correspondences. Please clarify.".
Re the url quoted, it shows version 3.2.1. When I click the 'Browse
Sou
Le 24. 08. 12 09:32, John Rose a écrit :
> FAO Sebastian Kulesz,
>
> How do the svn & version shown on the Launchpad webpage of your ppa
> relate to the version number, which Benoit quotes when asking people to
> try a new version (for bug fixes / new features)?
>
> For example, Benoit asked me to
>
> No, the command you issued earlier is to install gambas3, to
> update
> it, yo need to execute:
>
> sudo apt-get update (to update the package list)
> sudo apt-get upgrade (to upgrade every package on your
> system)
>
> To use the latest version, you need to do this on a daily
> basis, as
>
Please, read http://gambas.sourceforge.net/en/main.html
2012/8/24 John Rose
> FAO Sebastian Kulesz,
>
> How do the svn & version shown on the Launchpad webpage of your ppa
> relate to the version number, which Benoit quotes when asking people to
> try a new version (for bug fixes / new feature
FAO Sebastian Kulesz,
How do the svn & version shown on the Launchpad webpage of your ppa
relate to the version number, which Benoit quotes when asking people to
try a new version (for bug fixes / new features)?
For example, Benoit asked me to try revision #5070 and the webpage
currently states
...
>> will include endpoint security, mobile security and the
> >> latest in malware
> >> threats.
>
I strongly suggest you to use a stable release (latest stable is Ubuntu
12.04.1) instead of use Ubuntu 12.10 quantal ( this release is in alpha
stage ) since you are asking how to update a Ubuntu
?
>
>
>
>
> --- Ven 24/8/12, Sebastian Kulesz ha scritto:
>
>> Da: Sebastian Kulesz
>> Oggetto: Re: [Gambas-user] Gambas-3 & Ubuntu 12.10 Quantal
>> A: "mailing list for gambas users"
>> Data: Venerdì 24 agosto 2012, 00:47
>> On Thu, Aug 23,
> Oggetto: Re: [Gambas-user] Gambas-3 & Ubuntu 12.10 Quantal
> A: "mailing list for gambas users"
> Data: Venerdì 24 agosto 2012, 00:47
> On Thu, Aug 23, 2012 at 7:45 PM, Ru
> Vuott
> wrote:
> > Thank you, Sebastian.
> >
> > I added your PPA b
>
>> Da: Sebastian Kulesz
>> Oggetto: Re: [Gambas-user] Gambas-3 & Ubuntu 12.10 Quantal
>> A: "mailing list for gambas users"
>> Data: Venerdì 24 agosto 2012, 00:36
>> On Thu, Aug 23, 2012 at 7:32 PM, Ru
>> Vuott
>> wrote:
>> > Hell
Thank you, Sebastian.
I added your PPA but, excuse me for my ignorance, now what have I do to
install Gambas-3 ?
Vuott
--- Ven 24/8/12, Sebastian Kulesz ha scritto:
> Da: Sebastian Kulesz
> Oggetto: Re: [Gambas-user] Gambas-3 & Ubuntu 12.10 Quantal
> A: "maili
On Thu, Aug 23, 2012 at 7:32 PM, Ru Vuott wrote:
> Hello,
>
> I installed Ubuntu 12.10 Quantal.
>
> So, I'ld like to install Gambas-3 (and future updates) from SVN. But I didn't
> find packets for this Ubuntu version. In official site there are only packets
> for Ubuntu precise: 12.04.
>
> How c
Hello,
I installed Ubuntu 12.10 Quantal.
So, I'ld like to install Gambas-3 (and future updates) from SVN. But I didn't
find packets for this Ubuntu version. In official site there are only packets
for Ubuntu precise: 12.04.
How can I do... ?
regards
vuott
> On Wed, 2012-08-08 at 22:10 -0700, John Spikowski wrote:
>
> Has anyone tried to build Gambas3 native on an ARM Linux before?
Yes, I sucessfully built 3.2.1 past weekend on the Raspberry Pi runnig
Debian Squeeze, took quite a few hours but worked.
/CJ
--
On Thu, 2012-08-09 at 11:55 +0200, Emil Lenngren wrote:
> It worked without problems on Raspbian, as all the auto* tools are
> available through apt-get.
>
Translation:
NO, there isn't a binary Ubuntu ARMv7 Gambas3 available so you need to
build it from svn.
Thanks for the conformation.
---
It worked without problems on Raspbian, as all the auto* tools are
available through apt-get.
/Emil
2012/8/9 John Spikowski
> On Wed, 2012-08-08 at 22:10 -0700, John Spikowski wrote:
> > On Wed, 2012-08-08 at 21:29 -0700, John Spikowski wrote:
> > > Is there a Gambas 3 ARM binary package availa
On Wed, 2012-08-08 at 22:10 -0700, John Spikowski wrote:
> On Wed, 2012-08-08 at 21:29 -0700, John Spikowski wrote:
> > Is there a Gambas 3 ARM binary package available to try?
> >
> I was unable to install autoconf/automake/libtool on Ubuntu ARM.
> (unavailable via apt-get)
>
> Looks like my onl
On Wed, 2012-08-08 at 21:29 -0700, John Spikowski wrote:
> Is there a Gambas 3 ARM binary package available to try?
>
I was unable to install autoconf/automake/libtool on Ubuntu ARM.
(unavailable via apt-get)
Looks like my only hope is a Gambas3 binary distribution to run on my
chroot instance of
Is there a Gambas 3 ARM binary package available to try?
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respon
Hi, in Debian Wheezy, for component GB.pdf, the libpoppler-dev change to
libpoppler-private-dev
--
William Cabrera
http://willicab.gnu.org.ve
2012/7/28 Benoît Minisini
> Hi,
>
> I have rewrote the Ubuntu and ArchLinux specific installation
> instructions on the wiki. I moved the old pages
Hi,
I have rewrote the Ubuntu and ArchLinux specific installation
instructions on the wiki. I moved the old pages so that they are yet
available.
Please tell me if you find something wrong in them (especially when it
is not Ubuntu as it is my current distribution in use).
And please tell me a
Hi every body...
In Gambas 3 in ArchLinux...
I try an tranform with XSLT, but Gambas crash in:
oTransform = Xslt.Transform(oDocXML, oDocXSLT)
the message is:
The programstopped unexpectedly
sending the signal# 11.
My system is:
[System]
OperatingSystem=Linux
Kernel=3.4.4-3-ARCH
Archite
Le 17/05/2012 05:12, Bruce a écrit :
> Bad news!
>
> CentOS 6.2 uses Qt 4.6.2 and does not have the QtWebKit libraries.
> Neither in the native repos nor in the DAG repo. Further, I have
> searched for the 4.6.2 libQtWebkit libraries via rpm-pbone and only
> found one in Mandriva 2010, but that ve
Le 17/05/2012 05:12, Bruce a écrit :
> Bad news!
>
> CentOS 6.2 uses Qt 4.6.2 and does not have the QtWebKit libraries.
> Neither in the native repos nor in the DAG repo. Further, I have
> searched for the 4.6.2 libQtWebkit libraries via rpm-pbone and only
> found one in Mandriva 2010, but that ve
Bad news!
CentOS 6.2 uses Qt 4.6.2 and does not have the QtWebKit libraries.
Neither in the native repos nor in the DAG repo. Further, I have
searched for the 4.6.2 libQtWebkit libraries via rpm-pbone and only
found one in Mandriva 2010, but that version will not install on CentOS.
So it looks l
On Wed, 2012-05-16 at 10:50 -0400, nando wrote:
> Full clean CentOS 6.2
> Gambas 3
>
> ===
> Gambas ./configure -C results
>
> ||
> || THESE COMPONENTS ARE DISABLED:
> || - gb.db.sqlite2
> || - gb.gsl
> || - gb.image.imlib
> || - gb.opengl
> || - gb.pdf
Full clean CentOS 6.2
Gambas 3
===
Gambas ./configure -C results
||
|| THESE COMPONENTS ARE DISABLED:
|| - gb.db.sqlite2
|| - gb.gsl
|| - gb.image.imlib
|| - gb.opengl
|| - gb.pdf
|| - gb.sdl
|| - gb.sdl.sound
|| - gb.v4l
||
===
Maybe this fact should be written in the documentation?
2012/5/6 RICHARD WALKER
> >
> > Sorry for the difficulty of that syntax!
> >
> > Embedded arrays were done so that it is possible to mimic a memory
> > structure declared in a C library.
> >
> > Otherwise there is no real reason to use them
>
> Sorry for the difficulty of that syntax!
>
> Embedded arrays were done so that it is possible to mimic a memory
> structure declared in a C library.
>
> Otherwise there is no real reason to use them.
>
> Regards,
Ah, so this is something I may need to use if trying to call a
function in an ext
Le 06/05/2012 19:41, RICHARD WALKER a écrit :
> Well thank you all,
> in particular I am now delighted to understand the difference between
>
> Public ArrayOfStrings[5] As String AND--- Public ArrayOfStrings As
> New String[5]
>
> That has puzzled me for YEARS. I would usually just try combinat
Well thank you all,
in particular I am now delighted to understand the difference between
Public ArrayOfStrings[5] As String AND--- Public ArrayOfStrings As
New String[5]
That has puzzled me for YEARS. I would usually just try combinations
of dimensioning the identifier or the type name until
Oops.
There was no racial slur intended there.
B
In fact I'm particularly fond of the "belle cuisine française"
especially dishes like "escargots grillés au beurre avec des
champignons, les échalotes, le piment, l'ail et du fromage de lait de
chèvre dans les cendres".
... damn I just knew that g
On Sun, 2012-05-06 at 13:06 +0100, RICHARD WALKER wrote:
> Greetings to the list on a fine Sunday afternoon (should be outside
> enjoying it instead of hacking on a new project!).
>
> I am having difficulty understanding the correct way to program with
> arrays in Gambas 3. The documentation has t
Embedded arrays are declared like this:
Public ArrayOfStrings[5] As String
While normal arrays are declared like
Dim ArrayOfStrings As New String[5]
or
Public ArrayOfStrings As New String[5]
I can agree the documentation is maybe a bit strange...
Embedded arrays take upp less space since the da
Greetings to the list on a fine Sunday afternoon (should be outside
enjoying it instead of hacking on a new project!).
I am having difficulty understanding the correct way to program with
arrays in Gambas 3. The documentation has this warning notice:
In Gambas 3, embedded arrays cannot be used as
Benoît Minisini wrote:
>
> But it works, and it's cool. :-)
>
I sent Raspberry Pi the screendump and had the following reply from Eben
Upton:
"Oh, very cool. We'll try to help you guys jump the queue for some
units when we get the next batch in."
Fingers crossed.
--
View this message in con
Le 26 avril 2012 18:02, Benoît Minisini a
écrit :
> Hi,
>
> The Raspberry system was emulated through QEMU. Compilation takes hours.
> X11 Display was forwarded to the host machine. Everything is sluggish.
>
> But it works, and it's cool. :-)
>
> If you want to try, use the very last development
Opens interesting opportunities... good work!
Jussi
2012/4/26 Benoît Minisini
> At least the interpreter and the compiler compile correctly (with only one
> strange warning).
>
> I will try to continue on compiling Gambas, but the QEMU ARM emulator is
> very slow, so it takes hours.
>
> --
>
At least the interpreter and the compiler compile correctly (with only
one strange warning).
I will try to continue on compiling Gambas, but the QEMU ARM emulator is
very slow, so it takes hours.
--
Benoît Minisini
<>
Many many thanks for the effort and Happy New Year.
I hope you have now some time to sleep a bit, cheers!
Jesus.
--
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT reso
Thanks for a great release! Now we must band together to promote it. I've
submitted a Slashdot article here:
http://slashdot.org/submission/1896270/open-source-ide-gambas-reaches-30
Please vote it up in the Firehose so they'll post it to the front page:
http://slashdot.org/firehose
Happy New Ye
Happy new Gambas years :) Keep going excellent work!
On Sat, 2011-12-31 at 14:44 +0200, Jussi Lahtinen wrote:
> Big thanks and happy new year!!!
> I will do my part to spread the word!
>
> Jussi
>
>
>
> 2011/12/31 Benoît Minisini
>
> > Ouf! Gambas 3 is finally out!
> >
> > As promised, it
Big thanks and happy new year!!!
I will do my part to spread the word!
Jussi
2011/12/31 Benoît Minisini
> Ouf! Gambas 3 is finally out!
>
> As promised, it has been delivered during the 2011 year. :-)
>
> Again, many many bugs were fixed and last-minute features were implemented.
>
> A few no
Thank you very much for all the effort.. Gambas is a very great software.
Enjoy the years ending and have a great new one...
All is ok on Fedora 14 with this new version of Gambas (v3)
[System]
OperatingSystem=Linux
Kernel=2.6.35.14-106.fc14.i686
Architecture=i686
Memory=2060036 kB
DistributionV
Congrats Benoit!
I wish you a Gambastic new year!
Csaba
2011/12/31, Willy Raets :
> Successful installation of Gambas 3 on Ubuntu 10.10
>
> [System]
> OperatingSystem=Linux
> Kernel=2.6.35-31-generic
> Architecture=i686
> Memory=2051628 kB
> DistributionVendor=Ubuntu
> DistributionRelease="Ubuntu
Successful installation of Gambas 3 on Ubuntu 10.10
[System]
OperatingSystem=Linux
Kernel=2.6.35-31-generic
Architecture=i686
Memory=2051628 kB
DistributionVendor=Ubuntu
DistributionRelease="Ubuntu 10.10"
Desktop=Gnome
[Gambas 2]
Version=2.22.0
Path=/usr/bin/gbx2
[Gambas 3]
Version=3.0.0
Path=/u
ailing list for gambas users
Sent: Sat, 31 Dec 2011 00:45:06 -0400
Subject: Re: [Gambas-user] Gambas 3 is out!
> Im using Centos 5.6
> ./reconf-all failed
> aclocal doesn't have --install flag
> Suggestions?
> -Fernando
>
> [root@localhost ~]# cd gambas3-3.0.0
>
This seems to be the right link to download Gambas3:
http://sourceforge.net/projects/gambas/files/gambas3/gambas3-3.0.0.tar.bz2/download
Enjoy...
On za, 2011-12-31 at 05:23 +0100, Willy Raets wrote:
> On gambas website it says Gambas 3 on download button.
> Downloads gambas3-2.99.7.tar.bz2 ->
ing list for gambas users
Sent: Sat, 31 Dec 2011 05:34:54 +0100
Subject: Re: [Gambas-user] Gambas 3 is out!
> Le 31/12/2011 05:23, Willy Raets a écrit :
> > On gambas website it says Gambas 3 on download button.
> > Downloads gambas3-2.99.7.tar.bz2 -> this must be a mist
Le 31/12/2011 05:23, Willy Raets a écrit :
> On gambas website it says Gambas 3 on download button.
> Downloads gambas3-2.99.7.tar.bz2 -> this must be a mistake since this is
> RC7 already on my system
>
> Someone overlooked something maybe?
>
> Willy
>
Oops. I fix that and go to bed...
--
Beno
On gambas website it says Gambas 3 on download button.
Downloads gambas3-2.99.7.tar.bz2 -> this must be a mistake since this is
RC7 already on my system
Someone overlooked something maybe?
Willy
On za, 2011-12-31 at 05:13 +0100, Willy Raets wrote:
> Thank you very much for all the effort..muc
Thank you very much for all the effort..much appreciated and a great
step forward for Gambas
Enjoy the years ending and have a great new one...
Take care..
Willy
On za, 2011-12-31 at 04:59 +0100, Benoît Minisini wrote:
> Ouf! Gambas 3 is finally out!
>
> As promised, it has been delivered duri
2011/12/31 Benoît Minisini :
> Ouf! Gambas 3 is finally out!
>
> As promised, it has been delivered during the 2011 year. :-)
>
> Again, many many bugs were fixed and last-minute features were implemented.
>
> A few noticeable points:
>
> * The special mathematical functions of glibc are correctly
Ouf! Gambas 3 is finally out!
As promised, it has been delivered during the 2011 year. :-)
Again, many many bugs were fixed and last-minute features were implemented.
A few noticeable points:
* The special mathematical functions of glibc are correctly detected and
used now.
* Floating point nu
Le 23/12/2011 12:45, Rolf-Werner Eilert a écrit :
> Under LXDE (gtk+) as well as under KDE4 (qt4) the TableView doesn't care
> about Column.Width indications which looks somewhat silly.
>
> Is there anything additional in Gambas3 I have to observe to make sure
> the columns are adjusted by code?
>
Finally I got a running Gambas3 (rc 6 download) on my laptop. So far,
everything runs ok, but there is one thing I couldn't solve yet. I tried
one smaller project I started under Gambas2, converted it and let it
run. Conversion was smooth (congratulations for that, amazing thing,
though it shou
Le 24/09/2011 14:23, Benoît Minisini a écrit :
> Hi,
>
> Of course, many people found annoying bugs since RC3. But now things became a
> bit quiet, so I decided to make the fourth release candidate of Gambas 3.
>
> If nobody find big bugs again, it will become the final release - but I know
> you :
Hi,
Of course, many people found annoying bugs since RC3. But now things became a
bit quiet, so I decided to make the fourth release candidate of Gambas 3.
If nobody find big bugs again, it will become the final release - but I know
you :-)
As usual, you can get all the details about this rele
--
AppSumo Presents a FREE Video for the SourceForge Community by Eric
Ries, the creator of the Lean Startup Methodology on "Lean Startup
Secrets Revealed." This video shows you how to validate your ideas,
optimize you
On 07/14/2011 03:53 PM, Silva wrote:
> I tried to install Gambas 3, but did not complete the installation.
> Ubuntu 10.10 (Maverick), Portuguese in Brazil.
>
> Below is the command I used. Attached is a ZIP with TXT generated by them.
>
> sudo apt-get install build-essential autoconf libbz2-dev lib
2011/7/6 charlesg :
>
> It see on the Ubuntu forum that Dr Rittinghouse has updated his Gambas book
> with Jon Nicholson (http://beginnersguidetogambas.com/) now 'revised for
> Gambas 3'.
well ... why he have not use gambas3 screen shot :/
how explain the ide interface without gambas3 ?
>
> This
It see on the Ubuntu forum that Dr Rittinghouse has updated his Gambas book
with Jon Nicholson (http://beginnersguidetogambas.com/) now 'revised for
Gambas 3'.
This is brilliant news!
--
View this message in context:
http://old.nabble.com/Gambas-3-book-tp32005062p32005062.html
Sent from the gam
> On 21/05/11 08:47, Benoît Minisini wrote:
> >> hi
> >>
> >> I opened a gambas 2 project with gambas 3 and was asked if i
> >> wanted
> >>
> >> to convert it
> >> witch i did thinking that i would be able to save somewhere else wrong!
> >> so is there a way to convert it back to gamb
1 - 100 of 285 matches
Mail list logo