Re: [Gambas-user] Ping

2015-02-17 Thread Tim Koeller gmail
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, "

Re: [Gambas-user] Ping

2015-02-17 Thread Tim Koeller gmail
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

Re: [Gambas-user] Test

2012-08-09 Thread GMail
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

Re: [Gambas-user] Keypress event while holding a key

2012-05-07 Thread GMail
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

Re: [Gambas-user] About library and component packaging in Gambas 3

2012-05-06 Thread GMail
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 >

Re: [Gambas-user] SVN - Rev. 4717 fails its installation too...

2012-05-06 Thread GMail
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

Re: [Gambas-user] Gambas 3 arrays usage

2012-05-06 Thread GMail
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

Re: [Gambas-user] Two problems, might be local

2012-04-30 Thread GMail
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.

Re: [Gambas-user] Rev 4651 compile error with gb.xml

2012-04-21 Thread GMail
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

Re: [Gambas-user] How to "Me.Close" with "Shell" or "Exec"?

2012-04-20 Thread GMail
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

Re: [Gambas-user] gambas and components

2012-03-19 Thread GMail
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,

Re: [Gambas-user] Two short questions

2012-03-04 Thread GMail
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.

Re: [Gambas-user] String array empty after SUB (Gambas 2)

2012-02-22 Thread GMail
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

Re: [Gambas-user] How to make Class file to Library for use in other Gambas applications

2012-02-21 Thread GMail
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

Re: [Gambas-user] Gambas bug?

2012-02-10 Thread GMail
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

Re: [Gambas-user] COPY file if "file allready exist"

2012-02-09 Thread GMail
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

Re: [Gambas-user] gb3: converting structures to classes

2012-02-07 Thread GMail
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! > > >

Re: [Gambas-user] How To INSERT INTO in MySQL?

2012-02-06 Thread GMail
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

Re: [Gambas-user] How To INSERT INTO in MySQL?

2012-02-05 Thread GMail
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

Re: [Gambas-user] Gambas Preprocessor

2012-02-03 Thread GMail
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

Re: [Gambas-user] web cam question

2012-01-29 Thread GMail
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

Re: [Gambas-user] Hopefully, an optimisation for gb.db.postgresql

2011-12-17 Thread GMail
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! > >

Re: [Gambas-user] Passing ... parameters

2011-12-10 Thread GMail
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

Re: [Gambas-user] GB3 Custom controls

2011-11-08 Thread GMail
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

Re: [Gambas-user] GB3 Custom controls

2011-11-07 Thread GMail
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

Re: [Gambas-user] GB3 Custom controls

2011-11-07 Thread GMail
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

Re: [Gambas-user] Send an Event...?

2011-10-29 Thread GMail
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

Re: [Gambas-user] Dennis Ritchie is dead

2011-10-13 Thread Tim Koeller gmail
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

Re: [Gambas-user] [SPAM] Re: Ambiguous expression?

2010-03-10 Thread Tim Koeller gmail
... 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