0200 schrieb Jussi Lahtinen:
> > Pang?
> > Oh damn, sounds like the list is broken again.
> >
> >
> > Jussi
> >
> > On Tue, Feb 17, 2015 at 8:06 PM, Tim Koeller gmail
> > wrote:
> >
> > > Pang
> > > On Feb 17, 2015 12:21 PM, "
Pang
On Feb 17, 2015 12:21 PM, "Jussi Lahtinen" wrote:
> Pong
>
>
> Jussi
>
> On Tue, Feb 17, 2015 at 6:04 PM, Fabien Bodard
> wrote:
>
> > Ping
> >
> >
> --
> > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT
On Thu, 2012-08-09 at 05:53 -0700, Mike Crean wrote:
> Pardon me
Pax vobiscum.
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT
On Mon, 2012-05-07 at 22:32 -0300, Ariel Luciano Rodriguez wrote:
> Hello, I'm starting to do a kind of typing-tutor program for fun, Im just
> starting modelling a visual keyboard and I'm facing this problem:
> While holding down a key (not a meta character) first a keypress event is
> released, a
On Mon, 2012-05-07 at 00:40 +0200, Benoît Minisini wrote:
> Le 06/05/2012 04:58, Bruce Bruen a écrit :
> > (New sub-thread) ".info" has disappeared
> >
> > If a project has its type set to "Component" now, when it is compiled
> > (or Make Executable) there is no .info file created in the project
>
On Sun, 2012-05-06 at 12:57 +0100, Ru Vuott wrote:
> Hello,
>
> I tried update with new rev. 4717, but I'm sorry to give you the sad news
> that installation failed ! :-(
>
> This is the finel part of Make Install:
>
> main.c:96:6: error: conflicting types for 'Init'
> main.c:33:6: note: pr
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
On Mon, 2012-04-30 at 13:34 +0200, Benoît Minisini wrote:
> Le 30/04/2012 13:18, Bruce Bruen a écrit :
> > Since today I have had the following happen - see the screenshot.
> >
> > 1) The first time I try to "Make Executable" in the IDE I get that blue
> > balloon.
> >
>
> Fixed in revision #4698.
On Sun, 2012-04-22 at 00:32 +0200, Adrien Prokopowicz wrote:
>
> Does it work with the revision #4653 ?
>
Yes, make completes OK now.
Thanks Adrien
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first
On Fri, 2012-04-20 at 03:13 -0700, abbat wrote:
> Hi,
>
> Public Sub Form_Open()
> Dim a As String = 4
> Dim b As String = 4
>
> If a > b Then
>
> Else
> 'Shell "ls"
> Exec ["ls"]
> Me.Close
> Endif
> End
>
> How to "Me.Close"
>
> Thanks
>
Removing irrelevant code, I get
P
On Mon, 2012-03-19 at 11:43 +0100, Karl Reinl wrote:
> Salut,
>
> my question is for gambas2 and later for gambas3
>
> I have an app, which uses gambas (home made) components.
>
> What does these components know about the app.
>
> What I'm looking for is, how can I call a Function in the app,
On Mon, 2012-03-05 at 12:16 +0800, Ian Roper wrote:
> Could you use
> Exec ["xdg-open", Application.path &/ "myfile.pdf"]
>
> or is the bad practice ?
>
> Note # xdg-open is on most Linux Distros and will open a nominated file
> with the correct program if there is one installed for this purpose.
On Wed, 2012-02-22 at 19:49 +0200, Jussi Lahtinen wrote:
> Just quick thought... maybe this "felder = feld.Copy()" gives new object
> reference feld to felder.
> And because feld is declared locally, the it is null after the sub and so
> is also felder.
>
> Perhaps you need to do "felder = feld.Co
On Wed, 2012-02-22 at 01:03 +0100, Willy Raets wrote:
> Hi all,
>
> I've been searching and reading my butt of on how to make a library with
> Gambas 2 for Gambas 2.
>
First, gambas 2 does not have "libraries", what you are creating is a
"gambas component". A pedantic point perhaps, but gambas 3
On Sat, 2012-02-11 at 18:06 +1030, Bruce Bruen wrote:
> On Fri, 2012-02-10 at 21:59 -0300, Fabián Flores Vadell wrote:
> > 2012/2/10 Emil Lenngren
> >
>
>
> Interesting, I have a similar problem, perhaps the same but maybe
> slightly different.
>
> I have a base class that is CREATE PRIVATE, i
Thanks Rolf and Willy,
I had exactly the same problem today!
Bruce
--
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing
also focuses on allowing
On Tue, 2012-02-07 at 05:07 -0800, Randall Morgan wrote:
> Just restating the documentation
>
> On Tue, Feb 7, 2012 at 5:05 AM, Bruce Bruen wrote:
>
> > On Tue, 2012-02-07 at 04:07 -0800, Randall Morgan wrote:
> > > Actually, a Structure is a methodless class.
> > zrr!
> >
>
On Mon, 2012-02-06 at 09:21 +0100, Caveat wrote:
> On Mon, 2012-02-06 at 00:14 -0800, abbat wrote:
> >
> > but it not work
>
>
>
> Can you at least tell us the error message you got? Why do we have to
> try to GUESS why it's not working?
>
Yes. At the very least PRINT the Exec string you a
On Sun, 2012-02-05 at 15:45 -0800, abbat wrote:
> I cant make to work the command for MySQL which works perfect on VB.NET
>
> Dim COMMAND = New MySqlCommand("INSERT INTO statistic (" &
> "TimeCode, SessionStart, SessionEnd, Kluch, Comp) VALUES ('" &
> T & "', now(), now(),'" & kluch
On Fri, 2012-02-03 at 11:00 +0100, Wally wrote:
> Where can i find information aboy gambas preprocessor commands ?
> #IF, #ELSE, #EndIf i found, whats about e.g. #define ?
>
The help file is explicit. I, too, would like to see a bit more
freedom. But what is there, is there.
"Preprocessor Expre
On Mon, 2012-01-30 at 13:57 +1100, richard terry wrote:
> HI List,
>
> I'm using an Ipevo2 web cam in my app.
>
> on the barrel of this webcam is a little button which, in windows, if clicked
> > takes a shot > windows software.
>
> I wondered if anyone would now how to access clicking this bu
On Sat, 2011-12-17 at 16:31 +0100, Benoît Minisini wrote:
> Hi,
>
> I have factorized your optimization and the code from the field_info
> function, and put it in revision #4280.
>
> Can you try it and check that I didn't break everything? And that
> optimization is always there of course!
>
>
Ha! Got it solved.
All I need to do is the same check in the wrapper as the base class.
There appears to be a strange effect if there is only on real parameter
and it is already a Variant[]. So I just check for that instance in the
wrapper class and call the base DBRead directly using Param[0].
N
On Tue, 2011-11-08 at 01:01 +0100, Benoît Minisini wrote:
> Laurent Carlier made the autotools packager, and I'm not sure that is
> supports packaging components. Can you try with a true binary package?
>
> --
> Benoît Minisini
Good morning Benoît, (and any others watching)
re the automake
On Tue, 2011-11-08 at 01:01 +0100, Benoît Minisini wrote:
> Can you try with a true binary package?
Benoît,
I wasn't sure what you meant there, so I just went the manual route.
Bruce
--
RSA(R) Conference 2012
Save $700
On Mon, 2011-11-07 at 11:01 +0100, Fabien Bodard wrote:
> well your controls are in the toobar ! in the paddy's hill tab
>
>
> Public Const _Group As String = "Paddys-Hill"
>
Yes, they are (and on the proper tab)
In the demo.
But I am asking about how to deploy that "library" so that other
pr
On Sat, 2011-10-29 at 10:55 -0700, J_Mischk3 wrote:
> Is it possible to send an Event to another Control?
No. Because you don't "send" events, you just raise and handle them. So
a class can raise any event it wants to, other classes can handle events
(if they want to).
> Example:
>
> Pushin a
I'm sad that I'll have to remove him from my include files.
Tim
> Will October, 8th become a non-compilation day?
>
>
> .
--
All the data continuously generated in your IT infrastructure contains a
definitive record of c
... and when operators are of equal precedence then the operators are
executed left to right.
Tim
On 3/10/10, Dag Jarle Johansen wrote:
> Sorry
> this i mathe
> if you have been on a highschool or a college, you would know: it's easy
> multiplication and diviation goes for addition and subtsract
29 matches
Mail list logo