Re: [Gambas-user] Matrices byref

2014-01-20 Thread martin p cristia
On 20/01/14 01:28, gambas-user-requ...@lists.sourceforge.net wrote: >> I need this global matrix: >> > >> >Public MatRigGlo[12, 12] As Float >> > >> >that in some cases it needs to be [3,3] or [6,6] >> >I pass that matrix to a C library: >> > >> >Public Extern M8simetrizarSQ(matriz As Float[], lOr

Re: [Gambas-user] gb.logging: out of bounds error with certain fields

2014-01-20 Thread Sebastian Kulesz
It should be fixed in revision #6092. Please let me know how it went! On Jan 20, 2014 1:08 PM, "Tobias Boege" wrote: > Hi Sebastian, > > I get an "Out of bounds" error with the attached project. I haven't used > gb.logging myself yet, so I can't say more. I'm just mediating the report > to you...

Re: [Gambas-user] Two suggestions about TabPanel + 2 more

2014-01-20 Thread Benoît Minisini
Le 20/01/2014 00:43, Bruce a écrit : > On Sun, 2014-01-19 at 23:13 +0100, Benoît Minisini wrote: >> Le 18/01/2014 23:01, Bruce a écrit : >>> >>> 3) You cannot set accelerator keys for TabPanel tab titles like you can >>> for TabStrips >> >> I'm afraid it is not easy to implement... > Oh well, never

[Gambas-user] send 'pgup' to process

2014-01-20 Thread Johny Provoost
Hi, I adapted the example Movieplayer from Benoît . It's about sending keys to mplayer. I can send "+" and "-' to the process with success, but when want to send "PageUp", "PageDown", "Up", "Down","Left", and 'right', I get stuck. the line is If Not $hProcess Then Return Print #$hProcess

[Gambas-user] gb.logging: out of bounds error with certain fields

2014-01-20 Thread Tobias Boege
Hi Sebastian, I get an "Out of bounds" error with the attached project. I haven't used gb.logging myself yet, so I can't say more. I'm just mediating the report to you... Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk logtest-0.0.1.tar.gz Description: Bin

[Gambas-user] Gambas and TCP "PSH" (push) flag?

2014-01-20 Thread Alexie
Hi, I am writing a client and server application to send data, only for some "raw" TCP communication I need to use the "PSH" (push) flag. This notifies the other side no data will come and the other side can send a response. I tried with the gb.net sockets, but I never get the PSH flag in my TCP

[Gambas-user] When does prefernces get saved?

2014-01-20 Thread Bruce
(back to more serious stuff) Some preferences get saved to the .project file, but when does this occur? An example being the URL string on the Packaging tab. If I change that string and then generate an executable, the .project file in the executable contains the old URL= value. It similarly ha

Re: [Gambas-user] Could not determine mimetype for file: http://

2014-01-20 Thread Bruce
On Mon, 2014-01-20 at 13:41 +0100, Benoît Minisini wrote: > Le 20/01/2014 13:23, Bruce a écrit : > > Would anyone care to guess where the above message comes from. > > > > It has started to appear on the console output when I use > > Desktop.Open("http://"; & $somevar) > > > > I have searched what

Re: [Gambas-user] Could not determine mimetype for file: http://

2014-01-20 Thread Bruce
On Mon, 2014-01-20 at 13:41 +0100, Benoît Minisini wrote: > Le 20/01/2014 13:23, Bruce a écrit : > > Would anyone care to guess where the above message comes from. > > > > It has started to appear on the console output when I use > > Desktop.Open("http://"; & $somevar) > > > > I have searched what

Re: [Gambas-user] Could not determine mimetype for file: http://

2014-01-20 Thread Benoît Minisini
Le 20/01/2014 13:23, Bruce a écrit : > Would anyone care to guess where the above message comes from. > > It has started to appear on the console output when I use > Desktop.Open("http://"; & $somevar) > > I have searched what I think are the logical places in gb.Desktop to no > avail and have grep

[Gambas-user] Could not determine mimetype for file: http://

2014-01-20 Thread Bruce
Would anyone care to guess where the above message comes from. It has started to appear on the console output when I use Desktop.Open("http://"; & $somevar) I have searched what I think are the logical places in gb.Desktop to no avail and have grepped the entire trunk with no results. It is defin

Re: [Gambas-user] Issue 502 in gambas: IDE code highlighting

2014-01-20 Thread Benoît Minisini
Le 20/01/2014 12:50, Kende Krisztián a écrit : > 2014-01-20 11:27 keltezéssel, gam...@googlecode.com írta: >> Comment #1 on issue 502 by benoit.m...@gmail.com: IDE code highlighting >> http://code.google.com/p/gambas/issues/detail?id=502 >> >> What do you want the IDE to highlight? "String" is a cl

Re: [Gambas-user] Issue 502 in gambas: IDE code highlighting

2014-01-20 Thread gambas
Updates: Status: WontFix Comment #2 on issue 502 by benoit.m...@gmail.com: IDE code highlighting http://code.google.com/p/gambas/issues/detail?id=502 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue notificatio

Re: [Gambas-user] Issue 502 in gambas: IDE code highlighting

2014-01-20 Thread Kende Krisztián
2014-01-20 11:27 keltezéssel, gam...@googlecode.com írta: > Comment #1 on issue 502 by benoit.m...@gmail.com: IDE code highlighting > http://code.google.com/p/gambas/issues/detail?id=502 > > What do you want the IDE to highlight? "String" is a class, it is not > highlighted in that context, like an

Re: [Gambas-user] TableView Column.Width quick adjust?

2014-01-20 Thread Rolf-Werner Eilert
Am 19.01.2014 23:19, schrieb Benoît Minisini: > Le 13/01/2014 12:14, Rolf-Werner Eilert a écrit : >> When I want to adapt the Column.Width of all Columns in a TableView, >> will I still have to build this into the Data event or iterate through >> the whole thing, or is there meanwhile a quicker w

Re: [Gambas-user] Issue 502 in gambas: IDE code highlighting

2014-01-20 Thread gambas
Comment #1 on issue 502 by benoit.m...@gmail.com: IDE code highlighting http://code.google.com/p/gambas/issues/detail?id=502 What do you want the IDE to highlight? "String" is a class, it is not highlighted in that context, like any other class. -- You received this message because this proje