Re: [Gambas-user] Testing a command-line application

2012-12-27 Thread Jussi Lahtinen
This way of course... ./yourprogram.gambas argument1 argument2 Jussi On Thu, Dec 27, 2012 at 8:14 PM, Jussi Lahtinen wrote: > ./yourprogram argument1 argument2 -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2

Re: [Gambas-user] Testing a command-line application

2012-12-27 Thread Jussi Lahtinen
Compile executable example to your desktop, then open terminal. ./yourprogram argument1 argument2 Jussi On Thu, Dec 27, 2012 at 8:09 PM, M. Cs. wrote: > I need to know how could I test run my command-line application without > having installed it. > > Thanks! > >

[Gambas-user] Testing a command-line application

2012-12-27 Thread M. Cs.
I need to know how could I test run my command-line application without having installed it. Thanks! -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Ke

Re: [Gambas-user] Issue 370 in gambas: System.Shell allocations problem

2012-12-27 Thread gambas
Updates: Status: Fixed Comment #2 on issue 370 by benoit.m...@gmail.com: System.Shell allocations problem http://code.google.com/p/gambas/issues/detail?id=370 Fixed in revision #5470. -- Master Visual Studio,

Re: [Gambas-user] Issue 370 in gambas: System.Shell allocations problem

2012-12-27 Thread gambas
Updates: Status: Accepted Comment #1 on issue 370 by benoit.m...@gmail.com: System.Shell allocations problem http://code.google.com/p/gambas/issues/detail?id=370 (No comment was entered for this change.) -- Ma

Re: [Gambas-user] Issue 368 in gambas: .ForeGround not accepting color constants - Gambas 3.3.4

2012-12-27 Thread gambas
Comment #4 on issue 368 by benoit.m...@gmail.com: .ForeGround not accepting color constants - Gambas 3.3.4 http://code.google.com/p/gambas/issues/detail?id=368 I have never said that the property won't accept strings. Actually the property does *not* accept strings, *but* in that case the la

[Gambas-user] Problems with application menu (diff QT/gtk)

2012-12-27 Thread Karl Reinl
Salut on Menu there is for a bug and a big difference between QT and gtk. - With both the icon is not shown. - gtk don't show the Checkbox Run the attached project and/or see screens. Other, you can set Checked without Toggle on, and it shows a checkbox -- Amicalement Charlie [System] Operat

Re: [Gambas-user] Issue 368 in gambas: .ForeGround not accepting color constants - Gambas 3.3.4

2012-12-27 Thread gambas
Comment #3 on issue 368 by t4769_a...@cogeco.ca: .ForeGround not accepting color constants - Gambas 3.3.4 http://code.google.com/p/gambas/issues/detail?id=368 Thank You for the reply. One of the options I tried during my debugging was your suggestion. I tried the option as an integer, string

Re: [Gambas-user] Issue 367 in gambas: Crash in Properties...Environment - Gambas 3.3.4

2012-12-27 Thread gambas
Comment #3 on issue 367 by t4769_a...@cogeco.ca: Crash in Properties...Environment - Gambas 3.3.4 http://code.google.com/p/gambas/issues/detail?id=367 Yes I added two values to one already present and clicked the last or #3. I then clicked Remove. Error Message: BADROW GRIDVIEW_CheckCell.93

[Gambas-user] Issue 370 in gambas: System.Shell allocations problem

2012-12-27 Thread gambas
Status: New Owner: Labels: Version-3.3.0 Type-Bug Priority-Medium OpSys-Linux Dist-Any Arch-Any Desktop-Any GUI-Any New issue 370 by krisztiankende: System.Shell allocations problem http://code.google.com/p/gambas/issues/detail?id=370 If System.Shell is specified, the following error occur

Re: [Gambas-user] gb.task and the event loop?

2012-12-27 Thread Tobias Boege
On Thu, 27 Dec 2012, Beno?t Minisini wrote: > Le 23/12/2012 23:08, Tobias Boege a ?crit : > > Hi Benoit, > > > > we have gb.task on our schedule now and I found two examples on the mailing > > list: > > > > - Olivier Cruilles: [0] > > - Ivan Kern:[1] > > > > Well, the first one seems to be

[Gambas-user] Writing applications with both GUI and command-line

2012-12-27 Thread M. Cs.
I've written a new program, which uses GUI. How can I add options to run it with command-line only mode if needed (with parameters)? Thanks! Csaba -- Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MV

Re: [Gambas-user] Translator question

2012-12-27 Thread Benoît Minisini
Le 18/12/2012 18:14, Willy Raets a écrit : > Hi, > > I have an application (Gambas 2) where I use Internationalization. > Application original is English and translations contain 7 other > European languages. > > In the app on one form I use W to indicate West and on another form I > use W to indic

Re: [Gambas-user] Problems with application menu

2012-12-27 Thread Alberto Caballero
Ok. I will try and keep you updated. Regards, Alberto 2012/12/27 Benoît Minisini > Le 26/12/2012 18:22, Alberto Caballero a écrit : > > > > > > Hi all, > > > > > > I am a newby with Gambas and I have a small problem. I developed an > > application that contains a simple menu. It works ok