Thank you!!!
I'm going to migrate
Thank you Benoit
-- Original Message ---
From: Benoît Minisini
To: nand...@nothingsimple.com, mailing list for gambas users
Sent: Mon, 19 Mar 2012 00:40:17 +0100
Subject: Re: [Gambas-user] WebPage support in Gambas
> Le 19/03/2012 00:15, nando
Le 19/03/2012 02:10, Sebi a écrit :
> Is there a way of knowing where they come from? I get 252 non freed objects
> just by opening and closing my project. More if I use it for a few seconds.
As soon as you create crossed-references, you prevent objects to be
freed. See us your source code.
--
Le 19/03/2012 01:52, Sebi a écrit :
> Hi, I would like to know how to compile gambas with debugging information,
> more specifically, to get information about memory allocations. This is
> because I'm getting an error every time I close my app about x allocations
> non freed. It would be nice if
Hi, I would like to know how to compile gambas with debugging information, more
specifically, to get information about memory allocations. This is because I'm
getting an error every time I close my app about x allocations non freed. It
would be nice if I could help fix this bugs.
I've been pla
Le 19/03/2012 00:15, nando a écrit :
> If you wanted to know, an English term for
>
> Nothing is engraved in the marble
>
> would be
>
> Nothing is etched in stone.
>
> ===
>
> One thing I am thinking right off the top is
> the equivalent to sessions in PHP
> where a specific folder on the
If you wanted to know, an English term for
Nothing is engraved in the marble
would be
Nothing is etched in stone.
===
One thing I am thinking right off the top is
the equivalent to sessions in PHP
where a specific folder on the server holds
something equivalent that is sent by the brows
Le 18/03/2012 18:09, John Spikowski a écrit :
> On Sun, 2012-03-18 at 12:52 -0400, Rob Kudla wrote:
>
>> To integrate it fully into the Gambas IDE might be more work than anyone
>> is willing to do, though.
>
> What is the overhead of using Gambas as a CGI scripting engine?
>
> Keep in mind that ea
If someone writes a mod_ for apache, yes ;)
2012/3/18 Demosthenes Koptsis
> it is nice feature.
>
> May i ask if we can use it with apache in the future like php ?
>
>
>
> On 03/18/2012 03:29 PM, Benoît Minisini wrote:
> > Hi,
> >
> > In revision #4561, Gambas compiler now can compile WebPage.
>
it is nice feature.
May i ask if we can use it with apache in the future like php ?
On 03/18/2012 03:29 PM, 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 us
It is only a few megabytes.
Compare that to Java, .NET, ruby, glibc, libstdc++ and so on.
It is not any strange that gambas has a runtime environment that takes up
some space...
You maybe want to have self-unpacking executable files that contains a
minimal runtime?
2012/3/18 John Spikowski
> O
On Sun, 2012-03-18 at 12:58 -0400, Rob Kudla wrote:
> On 03/18/2012 11:11 AM, John Spikowski wrote:
> > On Sun, 2012-03-18 at 15:54 +0100, Emil Lenngren wrote:
> >> You don't need the development tools to install a desktop application?
> >
> > If I created a 'Hello World' Qt dialog and want to sen
On Sun, 2012-03-18 at 12:52 -0400, Rob Kudla wrote:
> To integrate it fully into the Gambas IDE might be more work than anyone
> is willing to do, though.
What is the overhead of using Gambas as a CGI scripting engine?
Keep in mind that each request is a new Gambas session and all that goes
wit
On 03/18/2012 11:11 AM, John Spikowski wrote:
> On Sun, 2012-03-18 at 15:54 +0100, Emil Lenngren wrote:
>> You don't need the development tools to install a desktop application?
>
> If I created a 'Hello World' Qt dialog and want to send it to a friend
> that has a virgin Ubuntu install. What woul
On 03/18/2012 09:29 AM, Benoît Minisini wrote:
> Nothing is engraved in the marble (french expression),
The equivalent English phrase is "etched in stone", so pretty close.
> so please tell what you think about that, and if you have ideas!
I started separating the code from the markup in my web
To beginning, from what version you develop your application, from the svn
version or official package of your
distribution ?
In normal time, your create a package .deb from the IDE of Gambas by using the
package menu
and you sent it to the second machine and install it.
To install it on the Ub
On Sun, 2012-03-18 at 15:54 +0100, Emil Lenngren wrote:
> You don't need the development tools to install a desktop application?
If I created a 'Hello World' Qt dialog and want to send it to a friend
that has a virgin Ubuntu install. What would I need to send him?
-
It's exact, you don't need to install all the development environment but just
create the executable of your application and install the runtime + all
components you use
in your project. That's all.
Olivier Cruilles
Mail: linu...@club-internet.fr
Le 18 mars 2012 à 15:54, Emil Lenngren a écrit :
You don't need the development tools to install a desktop application?
2012/3/18 John Spikowski
> 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"
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
Looks interesting!
What's up next? Gambas.net framework with webforms? ;)
2012/3/18 Benoît Minisini
> 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.
>
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 template having an ASP-like syntax.
A WebPage has two parts: a "class" part (
Le 05/03/2012 16:14, Bill-Lancaster a écrit :
>
> Gambas 3
> 1) Is it possible to adjust the column width in code?
Not directly. But you can search in FileView.Children to find the
ColumnView and modify its columns.
It's just a bit dangerous, because I can decide to use a GridView
instead of a
Le 17/03/2012 18:41, Alonso Cárdenas Márquez a écrit :
> Hi François
>
> can you run gambas3 ide without problems? gambas[2,3] compiles fine on
> FreeBSD (I added it to ports tree time ago), but it has some problems
> when you try run gambas3-ide. could you tell me if it runs without
> problems?
23 matches
Mail list logo