[Gambas-user] Inputbox

2012-08-06 Thread Cogier
Is there a way to centre the InputBox on the screen as I always see it in the top left hand corner and it is missed by the user? -- View this message in context: http://old.nabble.com/Inputbox-tp34259974p34259974.html Sent from the gambas-user mailing list archive at Nabble.com.

[Gambas-user] Issue 297 in gambas: square bracket and LIKE

2012-08-06 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 297 by kokok...@gmail.com: square bracket and LIKE http://code.google.com/p/gambas/issues/detail?id=297 1) Describe the problem. Can't compare strings that contains []

Re: [Gambas-user] Issue 297 in gambas: square bracket and LIKE

2012-08-06 Thread gambas
Comment #1 on issue 297 by kokok...@gmail.com: square bracket and LIKE http://code.google.com/p/gambas/issues/detail?id=297 Changing [ to ( and ] to ) works. -- Live Security Virtual Conference Exclusive live event

Re: [Gambas-user] Issue 297 in gambas: square bracket and LIKE

2012-08-06 Thread gambas
Comment #2 on issue 297 by gambas...@gmail.com: square bracket and LIKE http://code.google.com/p/gambas/issues/detail?id=297 Try \\ before braquets to escape thé character And read the doc of like http://gambasdoc.org/help/lang/like?v3

[Gambas-user] Issue 298 in gambas: gtk+ ColumnView does not accept multi-select (qt4 does)

2012-08-06 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 298 by ron.mcin...@gmail.com: gtk+ ColumnView does not accept multi-select (qt4 does) http://code.google.com/p/gambas/issues/detail?id=298 1) Describe the problem. If

Re: [Gambas-user] Declaring external C libraries

2012-08-06 Thread Tobias Boege
On Mon, 06 Aug 2012, Christer Johansson wrote: -Original Message- From: Tobias Boege [mailto:tobiasboeg...@googlemail.com] Sent: Sunday, August 05, 2012 6:26 PM To: mailing list for gambas users Subject: Re: [Gambas-user] Declaring external C libraries On Sun, 05 Aug

Re: [Gambas-user] Issue 297 in gambas: square bracket and LIKE

2012-08-06 Thread gambas
Comment #3 on issue 297 by kokok...@gmail.com: square bracket and LIKE http://code.google.com/p/gambas/issues/detail?id=297 Thanks, changing the pattern using a=/music/album-\\[artist\\]-song works. But, i'm using that for a long list of items, should i call replace() everytime or there is a

[Gambas-user] Using DEBUG to print to console in compiled applications

2012-08-06 Thread RICHARD WALKER
I have an application which interacts with two or three other non-gambas applications and daemons and I am not absolutely certain these interactions are completely robust. I had littered the code with PRINT statements to get console output at various critical points of the application. Soon it

Re: [Gambas-user] Using DEBUG to print to console in compiled applications

2012-08-06 Thread Tobias Boege
On Mon, 06 Aug 2012, RICHARD WALKER wrote: I have an application which interacts with two or three other non-gambas applications and daemons and I am not absolutely certain these interactions are completely robust. I had littered the code with PRINT statements to get console output at

Re: [Gambas-user] Issue 297 in gambas: square bracket and LIKE

2012-08-06 Thread Emil Lenngren
What exactly are you trying to do? Using Like/Regexp is probably much slower than anything else. /Emil 2012/8/6 gam...@googlecode.com Comment #3 on issue 297 by kokok...@gmail.com: square bracket and LIKE http://code.google.com/p/gambas/issues/detail?id=297 Thanks, changing the pattern

Re: [Gambas-user] Using DEBUG to print to console in compiled applications

2012-08-06 Thread RICHARD WALKER
Perfect! That's the one. I don't think I have ever seen that checkbox before. It must. I'm not sure what those cryptic commands do $ gbc3 -ga $ gbx3 but I will look them up and learn a bit more. Thanks Tobi. -- Live

Re: [Gambas-user] Using DEBUG to print to console in compiled applications

2012-08-06 Thread Emil Lenngren
g means to enable debugging information. a means to recompile everything. Omitting a means only compile files that have new changes. 2012/8/6 RICHARD WALKER richard.j.wal...@ntlworld.com Perfect! That's the one. I don't think I have ever seen that checkbox before. It must. I'm not sure what

Re: [Gambas-user] Inputbox

2012-08-06 Thread Matti
What is your Gambas version and your environment? Here (Gambas 3, OpenSuse 12.1, KDE), the InputBox is correctly centered. But as a workaround, you can easily create a tiny form for the input and open it with 'xyz.ShowModal'. That is surely centered, and it takes about the same amount of code.

Re: [Gambas-user] Issue 297 in gambas: square bracket and LIKE

2012-08-06 Thread gambas
Updates: Status: WontFix Labels: -Version Version-TRUNK Comment #4 on issue 297 by benoit.m...@gmail.com: square bracket and LIKE http://code.google.com/p/gambas/issues/detail?id=297 Please use the mailing-list for questions about Gambas syntax.

Re: [Gambas-user] Issue 298 in gambas: gtk+ ColumnView does not accept multi-select (qt4 does)

2012-08-06 Thread gambas
Updates: Status: Accepted Labels: -Version -GUI-Any Version-3.2.0 GUI-GTK Comment #1 on issue 298 by benoit.m...@gmail.com: gtk+ ColumnView does not accept multi-select (qt4 does) http://code.google.com/p/gambas/issues/detail?id=298 (No comment was entered for this change.)

Re: [Gambas-user] _compare() Type mismatch: wanted Date, Number or String

2012-08-06 Thread Patrik Karlsson
2012/8/2 Fabien Bodard gambas...@gmail.com the _compare event is for the sort function in arrays http://gambasdoc.org/help/lang/special/compare?env3 i think my way is the more simple Thank you Tobias and Fabien for your input. For now, I am using the _compare function by calling it directly

Re: [Gambas-user] Issue 298 in gambas: gtk+ ColumnView does not accept multi-select (qt4 does)

2012-08-06 Thread gambas
Updates: Status: Fixed Comment #2 on issue 298 by benoit.m...@gmail.com: gtk+ ColumnView does not accept multi-select (qt4 does) http://code.google.com/p/gambas/issues/detail?id=298 Fixed in revision #5013.

Re: [Gambas-user] Issue 296 in gambas: cant select item in combobox

2012-08-06 Thread gambas
Updates: Status: Invalid Comment #1 on issue 296 by benoit.m...@gmail.com: cant select item in combobox http://code.google.com/p/gambas/issues/detail?id=296 Please provide the requested information when filling a bug, otherwise I can't fix it.

Re: [Gambas-user] Issue 294 in gambas: Sidpanels jump inside a tabstrip

2012-08-06 Thread gambas
Updates: Status: Accepted Labels: -Version -GUI-Any Version-3.2.0 GUI-QT4 Comment #1 on issue 294 by benoit.m...@gmail.com: Sidpanels jump inside a tabstrip http://code.google.com/p/gambas/issues/detail?id=294 WTF?

[Gambas-user] Issue 299 in gambas: IDE: CComponent logic and libraries that export forms

2012-08-06 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 299 by adamn...@gmail.com: IDE: CComponent logic and libraries that export forms http://code.google.com/p/gambas/issues/detail?id=299 1) Describe the problem. (Welcome