te the sound file to talk through the presentation.
Such a thing could be mailed to all those interested.
Very little work for gambas developer if LibreOffice could be auto
piloted to do all the work.
> On Sun, Jan 27, 2013 at 1:37 AM, jm wrote:
> > On Fri, 2013-01-25 at 17:17 -0800, Randal
found in matlibplot (python) for
> generating nice plots and graphs. Or a seperate graphing
> module added.
>
>
>
>
>
> On Fri, Jan 25, 2013 at 5:44 AM, jm wrote:
> > On Thu, 2012-08-30 at 13:11 +0200, Fabien Bodard wrote:
> >> This is my query...
On Thu, 2012-08-30 at 13:11 +0200, Fabien Bodard wrote:
> This is my query...
>
> If you use it tell me what you want to see as improvement... The problems
> with it.
>
> If you are not using it but need printing or generate reports. Tell me why
> you are not using it.
>
> Thank you
>
> Fabien
On Tue, 2012-09-25 at 17:43 +0200, Benoît Minisini wrote:
> Le 25/09/2012 11:42, jm a écrit :
> > Thank you for the fixes in 5197.
>
> I fixed nothing relating to your problem in r5197, so I think the
> problem comes from your system installation.
I haven't change my
Thank you for the fixes in 5197.
The compiling has got past previous issues and is now moved to the
opengl module. Compile error for 5197 in opengl, ARM A10 SoC, Lubuntu
12.04:
Making all in opengl
make[5]: Entering directory
`/home/miniand/Downloads/gambas3/trunk/gb.qt4/
Compile error for 5196 in gb.sdl, ARM A10 SoC, Lubuntu 12.04
Making all in gb.sdl
make[2]: Entering directory
`/home/miniand/Downloads/gambas3/5196/gb.sdl'
make[2]: *** No rule to make target `all'. Stop.
make[2]: Leaving directory
`/home/miniand/Do
On Sat, 2012-09-22 at 00:53 +0200, Benoît Minisini wrote:
> Le 22/09/2012 00:18, jm a écrit :
> > So when I typed gambas2 and it didn't work,
> > I typed gambas2 --help.
> >
> > Naturally that won't work because it a sym link.
> >
> > But nearly a
So when I typed gambas2 and it didn't work,
I typed gambas2 --help.
Naturally that won't work because it a sym link.
But nearly all other Linux commands do something
when you type --help.
e.g
firefox --help
konqueror --help
ssh --help
ls --help
Anyway I then tried gbr2 --help after realizing wh
the command line options to output more verbose
messages for the rainy day when things go wrong
so that we may debug in silence.
>
> On Fri, Sep 21, 2012 at 10:40 AM, jm wrote:
>
> > Jussi,
> >
> > Finally some difference!
> >
> >
> > minian
On Fri, 2012-09-21 at 15:29 +0200, Benoît Minisini wrote:
> Le 21/09/2012 14:53, jm a écrit :
> > Hi,
> >
> > I'm trying to get Gambas3 compiled on MK802 / ARM running Lubuntu 12.04
> >
> > The Lubuntu repository has gambas2 but not much luck yet sorting
Hi,
I'm trying to get Gambas3 compiled on MK802 / ARM running Lubuntu 12.04
The Lubuntu repository has gambas2 but not much luck yet sorting
that out. So I try compile gambas3 - version 3.2.1.
Everything seems to go OK until make command encounters
gb.db.sqlite2:
make[4]: Leaving direct
stack.
(gdb) quit
miniand@miniand:/usr/bin$
On Thu, 2012-09-20 at 18:45 +0300, Jussi Lahtinen wrote:
> Try;
> set args /usr/bin/gambas2
>
> Jussi
>
>
>
> On Thu, Sep 20, 2012 at 6:41 PM, jm wrote:
>
> > Sorry Jussi,
> > same result
exited with code 01]
(gdb) bt
No stack.
(gdb) ^CQuit
(gdb) bt
No stack.
(gdb) quit
miniand@miniand:/usr/bin$
On Thu, 2012-09-20 at 18:18 +0300, Jussi Lahtinen wrote:
> Please do exactly what I told, and send results.
>
> Jussi
>
>
>
> On Thu, Sep 20, 2012 at 5:57 PM,
bas executable with gbx, for that you need to use
> gbr.
> gbx is for running source code or evaluating, not for executables.
>
> Jussi
>
>
>
>
> On Thu, Sep 20, 2012 at 2:44 PM, jm wrote:
>
> > On Wed, 2012-09-19 at 18:21 +0300, Jussi Lahtinen wrote:
else to see whether anything works.
> > gbx3 is Gambas interpreter executable, and gbr3 is for executing Gambas
> > executables like gambas3.
> >
> > What example "gbx3 --help" says?
> >
> > Jussi
> >
> >
> >
> >
> >
On Wed, 2012-09-19 at 14:03 +0200, Benoît Minisini wrote:
> Le 19/09/2012 13:55, jm a écrit :
> > Hi,
> >
> > Gambas runs on Linux and I was just wondering if it can do more
> > with regards to error messages when it is run.
> >
> > I've got a MK802 wit
Hi,
Gambas runs on Linux and I was just wondering if it can do more
with regards to error messages when it is run.
I've got a MK802 with A10 ARM running Lubuntu.
Gambas2 seems to download and install from repository.
When run nothing happens.
When run from command line it does nothing.
(Reading r
On Sun, 2012-09-02 at 17:01 +0200, Benoît Minisini wrote:
> Le 02/09/2012 14:15, Benoît Minisini a écrit :
> > Hi,
> >
> > In revision #5117, I have added a new gambas markup syntax for help
> > comments.
> >
> > The old syntax was a quick & dirty one inspired from the wiki. It didn't
> > aim at be
On Fri, 2012-07-13 at 15:52 +0200, M. Cs. wrote:
> I have a BIG problem with the Shell command:
doubt it!
Simple debug problem.
DIM a AS String
a = "unzip -u " & Chr$(34) & User.Home & "/.GamCat/GamCat.zip" & Chr
$(34) & " -d " & Chr$(34) & User.Home & "/.GamCat/" & Chr$(34)
Freeze the IDE an
> Yes, automatic completion would mean browsing all #included files each
> time to search for keywords, but how do IDEs for C programming handle this?
Netbeans and Eclipse do handle it 'reasonably' well.
__
This messa
On Tue, 2012-06-12 at 13:41 +0200, Benoît Minisini wrote:
> Le 12/06/2012 13:01, jm a écrit :
> > On Tue, 2012-06-12 at 12:03 +0200, Rolf-Werner Eilert wrote:
> >>> You already have at your disposal a program which fully understands
> >>> what to do with #include
On Tue, 2012-06-12 at 12:03 +0200, Rolf-Werner Eilert wrote:
> > You already have at your disposal a program which fully understands
> > what to do with #include (and all the other pre-processor directives
> > which have been mentioned). Have you tried it out yet?
> >
>
> Is it possible to insert
Richard,
You got same ideas I got!
I was going to write a gambas program to do the preprocessing, but
backed off because the issue then became which programs do you maintain?
The expanded ones that the IDE can run or the compact ones
edited in a text editor without highlighting.
Lack of highligh
to be some kind of option to switch
between expanded version of the file and non-expanded version of the
file.
Any chance of sneaking in this pre-processing
productivity enhancing feature? :-)
On Sat, 2012-06-09 at 23:30 +0930, Bruce wrote:
> On Sat, 2012-06-09 at 13:51 +0100, jm wr
Thank you Jussi.
That is just fantastic example that I intend to use for new projects.
The point I am trying to make should not have to become an OO v non-OO
programming debate.
The broadest difference is that #include and its cousins (#define,
#undefine, #ifdef, #ifndef, #endif) are to do with
RIVATE sParameterValueArray AS NEW String[MAXIMUM_CSV_PARAMETERS]
The #include files can contain any amount of well trodden
proven gambas code which is maintained in only one file.
I will argue that adding C like #include functionality saves a ton of
work in mega programs which are already working well, b
C like #include files for gambas?
Sounds a bit harsh I know, but is it possible to add a feature
that functions like a C #include?
The logic behind is to address programs that are growing
out of control in size. These are working megalithic programs that
have had years of code piled on top of oth
On Wed, 2012-05-30 at 19:17 +0200, Benoît Minisini wrote:
> >
> > Verbosity has made things unclear! :)
> >
> > Sorry Benoît, unless I mis-understood something, I am sure ssh -X login
> > will be as good as IDE login without the overheads.
> >
> > I do this all the time with ssh -X so I am a fan of
On Wed, 2012-05-30 at 13:37 +0200, Benoît Minisini wrote:
> Le 30/05/2012 13:08, jm a écrit :
> > On Wed, 2012-05-30 at 10:55 +0200, Benoît Minisini wrote:
> >> Le 30/05/2012 10:48, Caveat a écrit :
> >>> Anyone need specific tests carried out, just let me know!
>
On Wed, 2012-05-30 at 10:55 +0200, Benoît Minisini wrote:
> Le 30/05/2012 10:48, Caveat a écrit :
> > Anyone need specific tests carried out, just let me know!
> >
> > OK, OK, I really just wanted to let everyone know it's here!
> >
> > Kind regards,
> > Caveat
> >
>
> These privileged people... :
On Tue, 2012-04-10 at 14:31 +0300, Demosthenes Koptsis wrote:
> Στις 10/4/2012 13:07, ο/η jm έγραψε:
> > On Mon, 2012-04-09 at 07:12 +0100, John Rose wrote:
> >> Thanks for peoples' replies. It's interesting that the Basic dev apps do
> >> not yet seem to i
On Mon, 2012-04-09 at 07:12 +0100, John Rose wrote:
> Thanks for peoples' replies. It's interesting that the Basic dev apps do
> not yet seem to include GUI Designers. IMO they are an essential for any
> worthwhile Android RAD.
>
> My starter posting on this topic was misleading in that it implie
On Tue, 2012-04-03 at 20:32 +0930, Bruce Bruen wrote:
> On Tue, 2012-04-03 at 10:09 +0100, jm wrote:
> > On Wed, 2012-03-28 at 15:40 +0300, Demosthenes Koptsis wrote:
> > > These days i started to test Visual Studio Express 2010 to compare it
> > > with Gambas3.
> &
On Wed, 2012-03-28 at 15:40 +0300, Demosthenes Koptsis wrote:
> These days i started to test Visual Studio Express 2010 to compare it
> with Gambas3.
>
> Does anyone have any experience with VB Studio Express ?
>
> Are there any characteristics that may be we wanted to see in Gambas3 ?
>
> Than
On Sun, 2012-03-18 at 14:29 +0100, Benoît Minisini wrote:
> Hi,
>
> In revision #4561, Gambas compiler now can compile WebPage.
>
> What is a WebPage ?
>
> WebPage is a new "form" type that you enable in the IDE by using the
> 'gb.web' component.
>
> It generates an HTML page from an HTML
35 matches
Mail list logo