Re: [Gambas-user] App crashes because of FBalloon (gb3)

2011-03-03 Thread Benoît Minisini
>Since a few days I have strange crashes with the message: >"This application has raised an unexpected error and must abort. >[29] Invalid object. >FBalloon.Window_Move.320" >It happens sometimes, not reproducable, when Gambas was minimized and is >rezized again. >Last t

Re: [Gambas-user] System information hidden in FAbout

2011-03-03 Thread Benoît Minisini
> @ Benoît: > It took me some time to find out where the system information could be > found (remembered that I saw it once, but forgot). > It is very well hidden in the menu "About Gambas", where I never would look > for system infos. > Please, make it a separate menu item in the help menu, or a t

Re: [Gambas-user] Bug with debugging

2011-03-03 Thread Benoît Minisini
> Hi! > I'm working on experimental profiler project (I hope Benoit will release > better approach to this in future). > However, I'm constantly running into debugging problems; > occasionally missing error messages, and randomly missing possibility to > "look" inside variable. > > This project is

[Gambas-user] Issue 46 in gambas: a breakpoint on a commented line has inconsistent behavior

2011-03-03 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 46 by zachsmit...@gmail.com: a breakpoint on a commented line has inconsistent behavior http://code.google.com/p/gambas/issues/detail?id=46 1) Describe the problem. a bre

[Gambas-user] Add/remove a breakpoint without pausing program

2011-03-03 Thread Zach Smith
Benoît, Is it possible to add the ability to add a breakpoint while a program is running? VB6 can do this. It would be convenient because when you pause the program there is no predicting where in the code it will stop and then you have to find the line you wanted to add a breakpoint to. Note th

Re: [Gambas-user] Local path URI

2011-03-03 Thread Benoît Minisini
> Hi, > > How to copy a file path to clipboard so I can Paste with nautilus? It seems > that when I copy a file from Nautilus, clipboard stores its URI path with > special formats. You must use the "text/uri-list" mime type apparently. > In additional, can Gambas3 convert a local path to URI pat

Re: [Gambas-user] Application_Read does react only once

2011-03-03 Thread Benoît Minisini
> > Hi folks, > > > > This is a small project I have been circling around for about a year or > > so. It would be a simple command line application that waits for and > > evaluates every keystroke you make. > > > > Some of you were so kind to point me to Application_Read to achieve > > that, but

Re: [Gambas-user] Application_Read does react only once

2011-03-03 Thread Benoît Minisini
> Hi folks, > > This is a small project I have been circling around for about a year or > so. It would be a simple command line application that waits for and > evaluates every keystroke you make. > > Some of you were so kind to point me to Application_Read to achieve > that, but I found it only

Re: [Gambas-user] ncurses - macro is not found

2011-03-03 Thread Benoît Minisini
> Am 02.03.2011 21:21, schrieb Benoît Minisini: > >> I do not have that much idea of how that works under C, so that's why I > >> ask here. > >> > >> In the ncurses library, there are macros. One of them is needed to get > >> the dimensions of the "window". But when I define it > >> > >> EXTERN g

Re: [Gambas-user] About Draw.Style.Arrow

2011-03-03 Thread Benoît Minisini
> is this page published? > > http://gambasdoc.org/help/comp/gb.qt4/.draw.style/arrow?v3&view > > > i think there is a mistake about Flag and State parts. > > it says > > State is TRUE if the arrow is disabled, FALSE otherwise. > > but there is no State in declaration > > STATIC SUB Arrow (

[Gambas-user] Local path URI

2011-03-03 Thread Phạm Quang Dương
Hi, How to copy a file path to clipboard so I can Paste with nautilus? It seems that when I copy a file from Nautilus, clipboard stores its URI path with special formats. In additional, can Gambas3 convert a local path to URI path like "/abc/xyz ltm.pqr" to "file:///abc/xyz%20ltm.pqr"? ---

Re: [Gambas-user] (no subject)

2011-03-03 Thread Rolf-Werner Eilert
Am 03.03.2011 10:33, schrieb vikram: > Hi, > > An application I am working on allows users to select .sql dump files and the > "source" them into MySQL. I am storing the paths of .sql files obtained via > Dialog.OpenFile() in a array and then iterating through the array with the > following comm

[Gambas-user] Save Project > dialog icons missing

2011-03-03 Thread richard terry
Hi Benoit, The little icons to create directory etc missing from the top bar. I realise they are still on the menu, great, but it works quicker to also have them visually in the dialog. Regards richard -- Free Softwar

[Gambas-user] (no subject)

2011-03-03 Thread vikram
Hi, An application I am working on allows users to select .sql dump files and the "source" them into MySQL. I am storing the paths of .sql files obtained via Dialog.OpenFile() in a array and then iterating through the array with the following command(via SHELL) to "source" the .sql database dum

Re: [Gambas-user] ncurses - macro is not found

2011-03-03 Thread Sprachschule Eilert
Am 02.03.2011 21:21, schrieb Benoît Minisini: >> I do not have that much idea of how that works under C, so that's why I >> ask here. >> >> In the ncurses library, there are macros. One of them is needed to get >> the dimensions of the "window". But when I define it >> >> EXTERN getmaxyx(... >> >>