[Gambas-user] mdi windows

2013-09-24 Thread Fernando Martins
Hi, is there a way to achieve classical MDI, not the tabbed mdi of Workspace? Regards, Fernando -- October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips

Re: [Gambas-user] Modulo operator returns wrong results

2013-09-24 Thread Fernando Martins
On 09/25/2013 03:05 AM, Benoît Minisini wrote: > Le 25/09/2013 02:55, Jesus a écrit : >> El 25/09/13 02:42, Benoît Minisini escribió: >>> Le 25/09/2013 01:23, Jesus a écrit : I've been racking my brain with a simple problem and I've discovered something weird with "Mod" operator, returnin

Re: [Gambas-user] Modulo operator returns wrong results

2013-09-24 Thread Benoît Minisini
Le 25/09/2013 02:55, Jesus a écrit : > El 25/09/13 02:42, Benoît Minisini escribió: >> Le 25/09/2013 01:23, Jesus a écrit : >>> I've been racking my brain with a simple problem and I've discovered >>> something weird with "Mod" operator, returning wrong results. >>> >>> For example, -3 Mod 800 give

[Gambas-user] GStreamer 1.2 is out...

2013-09-24 Thread Benoît Minisini
..and apparently it has new MIDI plugins ('fluidsynth' for example). Maybe the MIDI playback problem with Gambas will be solved? http://lists.freedesktop.org/archives/gstreamer-devel/2013-September/043124.html -- Benoît Minisini -

Re: [Gambas-user] Modulo operator returns wrong results

2013-09-24 Thread Jesus
El 25/09/13 02:42, Benoît Minisini escribió: > Le 25/09/2013 01:23, Jesus a écrit : >> I've been racking my brain with a simple problem and I've discovered >> something weird with "Mod" operator, returning wrong results. >> >> For example, -3 Mod 800 gives -3, and it should be 797. >> >> It's only

Re: [Gambas-user] gb.Chart capabilities

2013-09-24 Thread Randall Morgan
Yes, but charting can also be used for plotting a course for sailing or flying... As in charting a course. On Tue, Sep 24, 2013 at 11:19 AM, Fernando Martins wrote: > well, it also means charting :) > > https://www.google.com/search?q=define%3A+graph > > /"verb/ > verb: *graph*; 3rd person prese

Re: [Gambas-user] Modulo operator returns wrong results

2013-09-24 Thread Benoît Minisini
Le 25/09/2013 01:23, Jesus a écrit : > I've been racking my brain with a simple problem and I've discovered > something weird with "Mod" operator, returning wrong results. > > For example, -3 Mod 800 gives -3, and it should be 797. > > It's only me or someone else has wrong results? > See http://e

[Gambas-user] Modulo operator returns wrong results

2013-09-24 Thread Jesus
I've been racking my brain with a simple problem and I've discovered something weird with "Mod" operator, returning wrong results. For example, -3 Mod 800 gives -3, and it should be 797. It's only me or someone else has wrong results? Here are my settings, thanks in advance. Gambas3 from SVN:

Re: [Gambas-user] gb.Chart capabilities

2013-09-24 Thread Fernando Martins
well, it also means charting :) https://www.google.com/search?q=define%3A+graph /"verb/ verb: *graph*; 3rd person present: *graphs*; past tense: *graphed*; past participle: *graphed*; gerund or present participle: *graphing* *1*. plot or trace on a graph." On 09/24/2013 07:50 PM, Fabien Bodard

Re: [Gambas-user] IDE Console Window

2013-09-24 Thread Randall Morgan
I'm sure that is what is happening here. Thanks guys. On Tue, Sep 24, 2013 at 9:49 AM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 24/09/2013 18:46, Charlie Reinl a écrit : > > Am Dienstag, den 24.09.2013, 08:29 -0700 schrieb Randall Morgan: > >> Hi All, > >> > >> I am running t

Re: [Gambas-user] gb.Chart capabilities

2013-09-24 Thread Fabien Bodard
Ok ok its a french error... We name that a "graphique" in French. :-D Le 24 sept. 2013 17:20, "Randall Morgan" a écrit : > I would agree! There are many mathematical applications for graph types and > several data structures for them Avoiding the use of the word graph and > using plot would be mu

Re: [Gambas-user] Code Editor - Cursor Tracking Problem

2013-09-24 Thread Benoît Minisini
Le 24/09/2013 10:18, Nigel Verity a écrit : > Hi > > I run Linux Mint Debian Edition. The latest version of Gambas3 in the > Debian/Mint repository is 3.1.1. > > This version has an acknowledged bug whereby the cursor does not track > correctly in the code editor. The more left/right/backspace ke

Re: [Gambas-user] Code Editor - Cursor Tracking Problem

2013-09-24 Thread MinnesotaJon
Nige -- I haven't used Mint in a long time, I use Xubuntu, but I've had this problem before. At least for me, the problem was in the setting for Fonts/Hinting. I believe that this link will show you how to reach the "Hinting" setting in Mint: http://www.rawcomputing.co.uk/linux/linuxtips3.html

Re: [Gambas-user] IDE Console Window

2013-09-24 Thread Benoît Minisini
Le 24/09/2013 18:46, Charlie Reinl a écrit : > Am Dienstag, den 24.09.2013, 08:29 -0700 schrieb Randall Morgan: >> Hi All, >> >> I am running the GambOS with all updates, on a virtual machine under vbox >> on a Ubuntu 12.04 host. I have noticed that the short-cut key F11 now >> maximized and contr

Re: [Gambas-user] IDE Console Window

2013-09-24 Thread Charlie Reinl
Am Dienstag, den 24.09.2013, 08:29 -0700 schrieb Randall Morgan: > Hi All, > > I am running the GambOS with all updates, on a virtual machine under vbox > on a Ubuntu 12.04 host. I have noticed that the short-cut key F11 now > maximized and contracts the window instead of opening and closing the

[Gambas-user] IDE Console Window

2013-09-24 Thread Randall Morgan
Hi All, I am running the GambOS with all updates, on a virtual machine under vbox on a Ubuntu 12.04 host. I have noticed that the short-cut key F11 now maximized and contracts the window instead of opening and closing the console window at the bottom of the IDE. Is this a bug or something on my s

Re: [Gambas-user] gb.Chart capabilities

2013-09-24 Thread Randall Morgan
I would agree! There are many mathematical applications for graph types and several data structures for them Avoiding the use of the word graph and using plot would be much better. On Tue, Sep 24, 2013 at 7:11 AM, Tobias Boege wrote: > On Mon, 23 Sep 2013, Fabien Bodard wrote: > > Hi ru ... May

Re: [Gambas-user] gb.Chart capabilities

2013-09-24 Thread Tobias Boege
On Mon, 23 Sep 2013, Fabien Bodard wrote: > Hi ru ... Maybe it interest you to help me to redraw gb.graph... This > component is out of date. > One small thing: Please remember that "Graph" could equivalently well be an abstract datatype in gb.data. If it's still meaningful then, I'd suggest to c

[Gambas-user] How to use connections/resultsets from gb.web scripts?

2013-09-24 Thread PICCORO McKAY Lenz
as i said prevoiusly i made good scripts using cgi gambas server pages, but now: how could i use modules or programs made in gambas standar projects , please this time more explicit -- Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com

Re: [Gambas-user] Issue 453 in gambas: error on gmime open file when simple desktop are used (openbox, rox, etc)

2013-09-24 Thread gambas
Comment #4 on issue 453 by mckayger...@gmail.com: error on gmime open file when simple desktop are used (openbox, rox, etc) http://code.google.com/p/gambas/issues/detail?id=453 i forgot to confirm that.. i triyed the patch (cited) --- a/gambas/trunk/app/src/gambas3/.src/MMime.module +++ b/gam

[Gambas-user] Code Editor - Cursor Tracking Problem

2013-09-24 Thread Nigel Verity
Hi I run Linux Mint Debian Edition. The latest version of Gambas3 in the Debian/Mint repository is 3.1.1. This version has an acknowledged bug whereby the cursor does not track correctly in the code editor. The more left/right/backspace keystrokes you use, the further out of step the cursor ge