>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
> @ 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
> 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
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
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
> 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
> > 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
> 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
> 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
> 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 (
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"?
---
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
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
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
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(...
>>
>>
15 matches
Mail list logo