Hi Fabien,
let's see if I can clarify this.
In Gambas there are three different types of class:
- The real Class and its to be instantiated through the constructor (_new).
- The Form which is a class already instantiated, but can receive the
parameters which exposes the constructor (_new).
- The Mo
On Wed, 15 Feb 2017, Gianluigi wrote:
> Hi Fabien,
> let's see if I can clarify this.
> In Gambas there are three different types of class:
> - The real Class and its to be instantiated through the constructor (_new).
> - The Form which is a class already instantiated, but can receive the
> paramet
Hi Tobias,
I thank you a lot for explanations, in fact I was too concise because, but
not only, of my English.
One thing, when you say: "You can still create objects from a module but
that
isn't useful because you don't have dynamic symbols in a module", what
exactly do you mean by "symbols", becau
On Wed, 15 Feb 2017, Gianluigi wrote:
> Hi Tobias,
> I thank you a lot for explanations, in fact I was too concise because, but
> not only, of my English.
> One thing, when you say: "You can still create objects from a module but
> that
> isn't useful because you don't have dynamic symbols in a mod
oh I finally understand!
Thanks Tobias, you are a great.
You made me happy :-)
A big big greeting
Gianluigi
2017-02-15 15:38 GMT+01:00 Tobias Boege :
> On Wed, 15 Feb 2017, Gianluigi wrote:
> > Hi Tobias,
> > I thank you a lot for explanations, in fact I was too concise because,
> but
> > not on
Salutation Benoit
I am restructuring my project (Innova Deskop) to improve.
I want to create a light, functional and beautiful project.
Example:
GbPanel - GbLauncher - GbSettings - GbDate - GbTheme - GbPlugins - GbWidget
- PCInfo - More
I want to use gb-qt5 for a new design and take into account
Le 15/02/2017 à 19:00, herberth guzman a écrit :
> Salutation Benoit
>
> I am restructuring my project (Innova Deskop) to improve.
> I want to create a light, functional and beautiful project.
>
> Example:
> GbPanel - GbLauncher - GbSettings - GbDate - GbTheme - GbPlugins - GbWidget
> - PCInfo - Mo
http://gambaswiki.org/bugtracker/edit?object=BUG.1077&from=L21haW4-
Comment #4 by Brian G:
Hi I am using the terminal as a separate front end for my application,
eventually I will support access to a number of different systems, including
rs232 interface for switches , I am using the terminal f
http://gambaswiki.org/bugtracker/edit?object=BUG.1077&from=L21haW4-
Comment #5 by Brian G:
When I speak of graphics I am talking about text mode graphics only
--
Check out the vibrant tech community on one of the world
http://gambaswiki.org/bugtracker/edit?object=BUG.1077&from=L21haW4-
Comment #6 by Benoît MINISINI:
I will add a Resize event, but, again, you normally don't need it!
If you run your software inside the TerminalView with the Exec() or Shell()
method, it will receive the terminal resize signal, a
http://gambaswiki.org/bugtracker/edit?object=BUG.1077&from=L21haW4-
Comment #7 by Benoît MINISINI:
As for the "ALT+anything" thing, I don't know what you are talking about
exactly...
--
Check out the vibrant tech comm
http://gambaswiki.org/bugtracker/edit?object=BUG.1077&from=L21haW4-
Comment #8 by Benoît MINISINI:
Done in revision #8091.
Benoît MINISINI changed the state of the bug to: Fixed.
--
Check out the vibrant tech communit
http://gambaswiki.org/bugtracker/edit?object=BUG.1075&from=L21haW4-
Comment #1 by Moviga TECHNOLOGIES:
Just to clarify, this seems to be an issue with the IDE's tool for making Arch
packages, as there is no duplicate folder in the Innova DE.
---
http://gambaswiki.org/bugtracker/edit?object=BUG.1078&from=L21haW4-
Benoît MINISINI changed the state of the bug to: Accepted.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Sla
http://gambaswiki.org/bugtracker/edit?object=BUG.1076&from=L21haW4-
Comment #1 by Benoît MINISINI:
It seems the Rand() function is not supported by the JIT compiler. As a
workaround, you can use the Rnd() function with Int().
---
http://gambaswiki.org/bugtracker/edit?object=BUG.1080&from=L21haW4-
Moviga TECHNOLOGIES reported a new bug.
Summary
---
The top-left Save button does not save the comment
Type : Bug
Priority : Medium
Gambas version : Unknown
Product : Bugtracker
Description
http://gambaswiki.org/bugtracker/edit?object=BUG.1076&from=L21haW4-
Benoît MINISINI changed the state of the bug to: Accepted.
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Sla
Hi Tobias,
kindly can you deepen the concept of static.
See attached project.
Regards
Gianluigi
2017-02-15 16:23 GMT+01:00 Gianluigi :
> oh I finally understand!
> Thanks Tobias, you are a great.
> You made me happy :-)
>
> A big big greeting
> Gianluigi
>
> 2017-02-15 15:38 GMT+01:00 Tobias Bo
http://gambaswiki.org/bugtracker/edit?object=BUG.1076&from=L21haW4-
Comment #2 by Gianluigi GRADASCHI:
Hi Benoit,
thank you for the suggestion
Regards
Gianluigi
--
Check out the vibrant tech community on one of the wo
On Wed, 15 Feb 2017, Gianluigi wrote:
> Hi Tobias,
>
> kindly can you deepen the concept of static.
> See attached project.
>
For reference: this is the Main routine
Public Sub Main()
Dim cl As New Class1
Print cl.myAdd(12, 12)
Print cl.myAdd() ' I expected zero
http://gambaswiki.org/bugtracker/edit?object=BUG.1077&from=L21haW4-
Comment #9 by Brian G:
Ok more details regarding error I receive when text graphics are used
the debug console displays
TerminalFilter_VT100.Escape.627: Not implemented: "[1034h"
TerminalFilter_VT100.Escape.627: Not implemented:
http://gambaswiki.org/bugtracker/edit?object=BUG.1077&from=L21haW4-
Comment #10 by Brian G:
So my question was how do I modify the filter?
--
Check out the vibrant tech community on one of the world's most
engaging tec
Hi list,
has anyone here ever set up a real HTTP server for running gb.web.form
applications? I've decided to use nginx and setting up https there was
easy enough (https being the the reason why I can't use gb.httpd).
Normal Gambas CGI, i.e. a Gambas script with gb.web, also works fine.
But I hav
Le 16/02/2017 à 03:20, Tobias Boege a écrit :
> Hi list,
>
> has anyone here ever set up a real HTTP server for running gb.web.form
> applications? I've decided to use nginx and setting up https there was
> easy enough (https being the the reason why I can't use gb.httpd).
> Normal Gambas CGI, i.e.
Le 16/02/2017 à 03:33, Benoît Minisini a écrit :
>
> Example with the configuration file of lighttpd:
>
> ...
> # This tells that all and executable files are cgi scripts,
---> This tells that all executable files are cgi scripts,
--
Benoît Minisini
-
http://gambaswiki.org/bugtracker/edit?object=BUG.1077&from=L21haW4-
Comment #11 by Brian G:
Thank you for making the change, I really appreciate it!
--
Check out the vibrant tech community on one of the world's most
en
http://gambaswiki.org/bugtracker/edit?object=BUG.1077&from=L21haW4-
Comment #12 by Benoît MINISINI:
You can ignore these messages. I will remove them, as these escape sequences
usually do not have any effect in terminal emulators.
--
http://gambaswiki.org/bugtracker/edit?object=BUG.1077&from=L21haW4-
Comment #13 by Brian G:
Question regarding this, Are you spanning escape sequences across Print calls.
That is can I send part on first call and then rest of the sequence on the
next call?
I am not checking that I send compl
http://gambaswiki.org/bugtracker/edit?object=BUG.1077&from=L21haW4-
Comment #14 by Brian G:
Spurious not serious
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! htt
29 matches
Mail list logo