From taboege at ...626... Sun Sep 1 15:48:24 2013 From: taboege at ...626... (Tobias Boege) Date: Sun, 1 Sep 2013 15:48:24 +0200 Subject: [Gambas-user] Proposal for DateChooser.Data.Text Message-ID: <20130901134824.GB513@...2774...> Hi Benoit, the DateChooser.Data.Text property is currently unused. I don't know what plans you have for it or how difficult it would be to realise my idea but I thought it would be nice if a tooltip balloon containing the text would be displayed when the mouse hovers the specific date. What do you think? Regards, Tobi From willy at ...2734... Sun Sep 1 16:02:26 2013 From: willy at ...2734... (Willy Raets) Date: Sun, 01 Sep 2013 16:02:26 +0200 Subject: [Gambas-user] gb.media dependency problems on Debian Wheezy Message-ID: <1378044146.2294.20.camel@...3024...> Hi all, Can anyone tell me what the proper dependencies for gb.media are, as gb.media is disabled after doing a ./configure -C I had Gambas 3.3.90 installed on this system and it worked just fine but it seems the 3.4.90 branch has extra dependencies. Compared to the 3.3.90 install I had to add libalure-deb to get gb.openal being enabled and have added gstreamer0.10 (in hope to get gb.media going) FYI this are the dependencies I installed (on Debian 7.1 Wheezy): apt-get install build-essential autoconf libbz2-dev libfbclient2 libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev libglib2.0-dev libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev libsdl-image1.2-dev libsage-dev libxml2-dev libxslt1-dev libbonobo2-dev libcos4-dev libomniorb4-dev librsvg2-dev libpoppler-dev libpoppler-glib-dev libpoppler-private-dev libasound2-dev libesd0-dev libdirectfb-dev libaa1-dev libxtst-dev libffi-dev kdelibs5-dev firebird-dev libqt4-dev libglew-dev libimlib2-dev libv4l-dev libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev linux-libc-dev libgsl0-dev libncurses5-dev gstreamer0.10 libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libcairo2-dev libgmime-2.6-dev libalure-dev What am I missing to get gb.media going. In ./configure -C the reason for disabling gb.media are: gstreamer and gstreamer-video (that is why I installed gstreamer0.10, but that didn't solve it) In what Debain package have they been hidden? Anyone? -- Kindest regards. Willy Raets, Chairman Earthship Belgium vzw (npo), Initiator behind earthshipeurope.org, EEBU, EECO and EECN -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From jussi.lahtinen at ...626... Sun Sep 1 16:05:43 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Sun, 1 Sep 2013 17:05:43 +0300 Subject: [Gambas-user] Draw.Image/Picture SrcX, SrcY, ScrWidth and SrcHeight arguments Message-ID: Is there bug or have I misunderstand something? But Src??? arguments doesn't seem to have any effect. See attachment. Jussi -------------- next part -------------- A non-text attachment was scrubbed... Name: DrawBug-0.0.1.tar.gz Type: application/x-gzip Size: 5184 bytes Desc: not available URL: From willy at ...2734... Sun Sep 1 16:24:01 2013 From: willy at ...2734... (Willy Raets) Date: Sun, 01 Sep 2013 16:24:01 +0200 Subject: [Gambas-user] gb.media dependency problems on Debian Wheezy In-Reply-To: <1378044146.2294.20.camel@...3024...> References: <1378044146.2294.20.camel@...3024...> Message-ID: <1378045441.2294.22.camel@...3024...> On Sun, 2013-09-01 at 16:02 +0200, Willy Raets wrote: > Hi all, > > Can anyone tell me what the proper dependencies for gb.media are, as > gb.media is disabled after doing a ./configure -C > > I had Gambas 3.3.90 installed on this system and it worked just fine but > it seems the 3.4.90 branch has extra dependencies. > > Compared to the 3.3.90 install I had to add libalure-deb to get > gb.openal being enabled and have added gstreamer0.10 (in hope to get > gb.media going) > > FYI this are the dependencies I installed (on Debian 7.1 Wheezy): > > apt-get install build-essential autoconf libbz2-dev libfbclient2 > libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev > libglib2.0-dev libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev > libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev > libsdl-image1.2-dev libsage-dev libxml2-dev libxslt1-dev libbonobo2-dev > libcos4-dev libomniorb4-dev librsvg2-dev libpoppler-dev > libpoppler-glib-dev libpoppler-private-dev libasound2-dev libesd0-dev > libdirectfb-dev libaa1-dev libxtst-dev libffi-dev kdelibs5-dev > firebird-dev libqt4-dev libglew-dev libimlib2-dev libv4l-dev > libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev > linux-libc-dev libgsl0-dev libncurses5-dev gstreamer0.10 > libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libcairo2-dev > libgmime-2.6-dev libalure-dev > > > What am I missing to get gb.media going. > In ./configure -C the reason for disabling gb.media are: > gstreamer and gstreamer-video (that is why I installed gstreamer0.10, > but that didn't solve it) > In what Debain package have they been hidden? Anyone? Attached a screenshot of the gstreamer 0.10.36 parts installed. -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot-2.png Type: image/png Size: 101440 bytes Desc: not available URL: From gambas at ...1... Sun Sep 1 16:25:56 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sun, 01 Sep 2013 16:25:56 +0200 Subject: [Gambas-user] gb.media dependency problems on Debian Wheezy In-Reply-To: <1378045441.2294.22.camel@...3024...> References: <1378044146.2294.20.camel@...3024...> <1378045441.2294.22.camel@...3024...> Message-ID: <52234E74.3060604@...1...> Le 01/09/2013 16:24, Willy Raets a ?crit : > On Sun, 2013-09-01 at 16:02 +0200, Willy Raets wrote: >> Hi all, >> >> Can anyone tell me what the proper dependencies for gb.media are, as >> gb.media is disabled after doing a ./configure -C >> >> I had Gambas 3.3.90 installed on this system and it worked just fine but >> it seems the 3.4.90 branch has extra dependencies. >> >> Compared to the 3.3.90 install I had to add libalure-deb to get >> gb.openal being enabled and have added gstreamer0.10 (in hope to get >> gb.media going) >> >> FYI this are the dependencies I installed (on Debian 7.1 Wheezy): >> >> apt-get install build-essential autoconf libbz2-dev libfbclient2 >> libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev >> libglib2.0-dev libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev >> libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev >> libsdl-image1.2-dev libsage-dev libxml2-dev libxslt1-dev libbonobo2-dev >> libcos4-dev libomniorb4-dev librsvg2-dev libpoppler-dev >> libpoppler-glib-dev libpoppler-private-dev libasound2-dev libesd0-dev >> libdirectfb-dev libaa1-dev libxtst-dev libffi-dev kdelibs5-dev >> firebird-dev libqt4-dev libglew-dev libimlib2-dev libv4l-dev >> libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev >> linux-libc-dev libgsl0-dev libncurses5-dev gstreamer0.10 >> libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libcairo2-dev >> libgmime-2.6-dev libalure-dev >> >> >> What am I missing to get gb.media going. >> In ./configure -C the reason for disabling gb.media are: >> gstreamer and gstreamer-video (that is why I installed gstreamer0.10, >> but that didn't solve it) >> In what Debain package have they been hidden? Anyone? > > Attached a screenshot of the gstreamer 0.10.36 parts installed. > GStreamer 1.0 is needed, not GStreamer 0.10. Regards, -- Beno?t Minisini From gambas at ...1... Sun Sep 1 16:50:14 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sun, 01 Sep 2013 16:50:14 +0200 Subject: [Gambas-user] Draw.Image/Picture SrcX, SrcY, ScrWidth and SrcHeight arguments In-Reply-To: References: Message-ID: <52235426.6040304@...1...> Le 01/09/2013 16:05, Jussi Lahtinen a ?crit : > Is there bug or have I misunderstand something? > But Src??? arguments doesn't seem to have any effect. > > See attachment. > > Jussi > It is fixed in revision #5824. But now there is another bug in Draw.Picture() and in Paint.DrawPicture() that does not seem to be Gambas' fault. I think you will see it by yourself. You can workaround it by using Draw.Image() or Paint.DrawImage() instead of the previous methods. Regards, -- Beno?t Minisini From gambas at ...1... Sun Sep 1 16:56:15 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sun, 01 Sep 2013 16:56:15 +0200 Subject: [Gambas-user] Proposal for DateChooser.Data.Text In-Reply-To: <20130901134824.GB513@...2774...> References: <20130901134824.GB513@...2774...> Message-ID: <5223558F.3090207@...1...> Le 01/09/2013 15:48, Tobias Boege a ?crit : > Hi Benoit, > > the DateChooser.Data.Text property is currently unused. I don't know what > plans you have for it or how difficult it would be to realise my idea but > I thought it would be nice if a tooltip balloon containing the text would > be displayed when the mouse hovers the specific date. > > What do you think? > > Regards, > Tobi > I will see what I can do. :-) In exchange, can you: - Tell me if gb.data can be marked as "stable" ? It does not mean that everything is finished, but at least the already implemented classes. - Tell me what the state of gb.openssl is. Is its public interface definitive? (It seems a bit complex for me). Can it be marked as "stable" ? Thanks. -- Beno?t Minisini From taboege at ...626... Sun Sep 1 17:36:59 2013 From: taboege at ...626... (Tobias Boege) Date: Sun, 1 Sep 2013 17:36:59 +0200 Subject: [Gambas-user] Proposal for DateChooser.Data.Text In-Reply-To: <5223558F.3090207@...1...> References: <20130901134824.GB513@...2774...> <5223558F.3090207@...1...> Message-ID: <20130901153659.GD513@...2774...> On Sun, 01 Sep 2013, Beno?t Minisini wrote: > Le 01/09/2013 15:48, Tobias Boege a ?crit : > > Hi Benoit, > > > > the DateChooser.Data.Text property is currently unused. I don't know what > > plans you have for it or how difficult it would be to realise my idea but > > I thought it would be nice if a tooltip balloon containing the text would > > be displayed when the mouse hovers the specific date. > > > > What do you think? > > > > Regards, > > Tobi > > > > I will see what I can do. :-) > > In exchange, can you: > > - Tell me if gb.data can be marked as "stable" ? It does not mean that > everything is finished, but at least the already implemented classes. > There are some TODOs but the interface as it is currently is not likely to be changed (just extended a little bit). > - Tell me what the state of gb.openssl is. Is its public interface > definitive? (It seems a bit complex for me). Can it be marked as "stable" ? > I thought it would be polite to have it in the wild for the lifetime of one minor version before marking it "stable" but there were no issues[*] and the interface won't change. IMO it is a very comfortable interface (at least for me as the developer): You select an algorithm via its name and use it like a function: Print Digest["sha256"]("abc") Print Cipher["blowfish"].EncryptSalted("abc", "password") The good thing is that this maintains itself. It uses an interface of OpenSSL's Crypto library to search an algorithm by its name, so new algorithms will be available as soon as users use the new library which contains that algorithm. I'll do the state changes myself in a second. Before I forget: What are the proper state identifiers? I mean I used "Unstable", "Unfinished", "Stable" in my components but I have seen Fabien using "2" in gb.map (may be something the IDE writes to .component) and "Experimental", "NotFinished" and "Finished" in others... (IIRC, some component also had "Alpha"). Can you please clear this up for me? Regards, Tobi [*] I also haven't heard of anybody using it :-) PS: I'm currently working on a Trie class in gb.data and I also want to bring in some variant of a B-Tree which uses hashing to have a really efficient search tree (AvlTree does not use hashing to maintain lexicographical order in the keys). Could you wait for me (and my two weeks holidays from tomorrow on) before releasing Gambas 3.5? Or is it urgent? I may likely need (at least!) one or two weeks for both classes to be committed. And Oct 1st my first semester begins... :-) From vuott at ...325... Sun Sep 1 23:47:07 2013 From: vuott at ...325... (Ru Vuott) Date: Sun, 1 Sep 2013 22:47:07 +0100 (BST) Subject: [Gambas-user] THESE COMPONENTS ARE DISABLED: - gb.gmp Message-ID: <1378072027.22551.YahooMailBasic@...3066...> Hello, I'm updating my Gambas_3 (rev. #5826), at the end of ~ $ ./configure -C I obtain this notice: || THESE COMPONENTS ARE DISABLED: || - gb.gmp What does I have to install ? Regards vuott From jussi.lahtinen at ...626... Mon Sep 2 00:07:19 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Mon, 2 Sep 2013 01:07:19 +0300 Subject: [Gambas-user] THESE COMPONENTS ARE DISABLED: - gb.gmp In-Reply-To: <1378072027.22551.YahooMailBasic@...3066...> References: <1378072027.22551.YahooMailBasic@...3066...> Message-ID: Nothing if you don't need to use that component (see http://gmplib.org/ ). So, just a guess, install libgmp-dev (on Ubuntu based system). Jussi On Mon, Sep 2, 2013 at 12:47 AM, Ru Vuott wrote: > Hello, > > I'm updating my Gambas_3 (rev. #5826), at the end of > ~ $ ./configure -C > I obtain this notice: > > || THESE COMPONENTS ARE DISABLED: > || - gb.gmp > > > What does I have to install ? > > Regards > vuott > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From vuott at ...325... Mon Sep 2 00:15:37 2013 From: vuott at ...325... (Ru Vuott) Date: Sun, 1 Sep 2013 23:15:37 +0100 (BST) Subject: [Gambas-user] THESE COMPONENTS ARE DISABLED: - gb.gmp In-Reply-To: Message-ID: <1378073737.38570.YahooMailBasic@...3063...> Thank you, Jussi, for your suggestion. However now I installed libgmp-dev library. bye vuott -------------------------------------------- Lun 2/9/13, Jussi Lahtinen ha scritto: Oggetto: Re: [Gambas-user] THESE COMPONENTS ARE DISABLED: - gb.gmp A: "mailing list for gambas users" Cc: "Benoit" Data: Luned? 2 settembre 2013, 00:07 Nothing if you don't need to use that component (see http://gmplib.org/ ). So, just a guess, install libgmp-dev (on Ubuntu based system). Jussi On Mon, Sep 2, 2013 at 12:47 AM, Ru Vuott wrote: > Hello, > > I'm updating my Gambas_3 (rev. #5826), at the end of >? ???~ $ ./configure -C > I obtain this notice: > > || THESE COMPONENTS ARE DISABLED: > || - gb.gmp > > > What does I have to install ? > > Regards > vuott > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From mckaygerhard at ...626... Mon Sep 2 15:12:56 2013 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Mon, 2 Sep 2013 08:42:56 -0430 Subject: [Gambas-user] gb.media dependency problems on Debian Wheezy Message-ID: the venenux packages dont compile, i backported gstreamer 0.10 (0.10.31) as marked in requirements and dont compile.. seem used newer parameter for timeline functions i reported this also in previously mails, and dont have reponse Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com From willy at ...2734... Mon Sep 2 16:03:53 2013 From: willy at ...2734... (Willy Raets) Date: Mon, 02 Sep 2013 16:03:53 +0200 Subject: [Gambas-user] gb.media dependency problems on Debian Wheezy In-Reply-To: <52234E74.3060604@...1...> References: <1378044146.2294.20.camel@...3024...> <1378045441.2294.22.camel@...3024...> <52234E74.3060604@...1...> Message-ID: <1378130633.2941.24.camel@...3024...> On Sun, 2013-09-01 at 16:25 +0200, Beno?t Minisini wrote: > Le 01/09/2013 16:24, Willy Raets a ?crit : > > On Sun, 2013-09-01 at 16:02 +0200, Willy Raets wrote: > >> Hi all, > >> > >> Can anyone tell me what the proper dependencies for gb.media are, as > >> gb.media is disabled after doing a ./configure -C > >> > >> I had Gambas 3.3.90 installed on this system and it worked just fine but > >> it seems the 3.4.90 branch has extra dependencies. > >> > >> Compared to the 3.3.90 install I had to add libalure-deb to get > >> gb.openal being enabled and have added gstreamer0.10 (in hope to get > >> gb.media going) > >> > >> FYI this are the dependencies I installed (on Debian 7.1 Wheezy): > >> > >> apt-get install build-essential autoconf libbz2-dev libfbclient2 > >> libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev > >> libglib2.0-dev libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev > >> libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev > >> libsdl-image1.2-dev libsage-dev libxml2-dev libxslt1-dev libbonobo2-dev > >> libcos4-dev libomniorb4-dev librsvg2-dev libpoppler-dev > >> libpoppler-glib-dev libpoppler-private-dev libasound2-dev libesd0-dev > >> libdirectfb-dev libaa1-dev libxtst-dev libffi-dev kdelibs5-dev > >> firebird-dev libqt4-dev libglew-dev libimlib2-dev libv4l-dev > >> libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev > >> linux-libc-dev libgsl0-dev libncurses5-dev gstreamer0.10 > >> libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libcairo2-dev > >> libgmime-2.6-dev libalure-dev > >> > >> > >> What am I missing to get gb.media going. > >> In ./configure -C the reason for disabling gb.media are: > >> gstreamer and gstreamer-video (that is why I installed gstreamer0.10, > >> but that didn't solve it) > >> In what Debain package have they been hidden? Anyone? > > > > Attached a screenshot of the gstreamer 0.10.36 parts installed. > > > > GStreamer 1.0 is needed, not GStreamer 0.10. All works just great with gstreamer 1.0. The 'Installation & Compilation' documentation dependency list still says gstreamer >= 0.10.31. An update of documentation dependency list (http://gambasdoc.org/help/install?v3) would be a proper thing to do ;) Pity that most current stable distro releases (Debian 7 and Ubuntu 12.04, Lubuntu 12.04, Linux Mint 13 etc.) do not have gstreamer 1.0 in their repositories. So you always need to go to the newer distro repos to get the proper dependencies version. I see how this can pose a problem to those packaging Gambas for Precise (like Kendek and Sebs daily PPA's) or Debain 7 Wheezy( like Ian). Much respect to you guys that you manage to deliver a proper Gambas install anyway. This also might create problems in trying to get Gambas 3.4.x into the official Debian repository, as Ian is trying at the moment. So it will probably end up in unstable instead of stable (wheezy)! As I see it (for Debain and Ubuntu based distros): - the latest unstable versions of these distros will support all Gambas 3.4.x dependencies out of the box (meaning they are in the official repo) - the latest stable releases of these distros will not support Gambas 3.4.x out of the box. Is this a clever path to take for Gambas? -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From gambas at ...1... Mon Sep 2 16:29:04 2013 From: gambas at ...1... (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Mon, 02 Sep 2013 16:29:04 +0200 Subject: [Gambas-user] gb.media dependency problems on Debian Wheezy In-Reply-To: <1378130633.2941.24.camel@...3024...> References: <1378044146.2294.20.camel@...3024...> <1378045441.2294.22.camel@...3024...> <52234E74.3060604@...1...> <1378130633.2941.24.camel@...3024...> Message-ID: <5224A0B0.3030102@...1...> Le 02/09/2013 16:03, Willy Raets a ?crit : > On Sun, 2013-09-01 at 16:25 +0200, Beno?t Minisini wrote: >> Le 01/09/2013 16:24, Willy Raets a ?crit : >>> On Sun, 2013-09-01 at 16:02 +0200, Willy Raets wrote: >>>> Hi all, >>>> >>>> Can anyone tell me what the proper dependencies for gb.media are, as >>>> gb.media is disabled after doing a ./configure -C >>>> >>>> I had Gambas 3.3.90 installed on this system and it worked just fine but >>>> it seems the 3.4.90 branch has extra dependencies. >>>> >>>> Compared to the 3.3.90 install I had to add libalure-deb to get >>>> gb.openal being enabled and have added gstreamer0.10 (in hope to get >>>> gb.media going) >>>> >>>> FYI this are the dependencies I installed (on Debian 7.1 Wheezy): >>>> >>>> apt-get install build-essential autoconf libbz2-dev libfbclient2 >>>> libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev >>>> libglib2.0-dev libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev >>>> libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev >>>> libsdl-image1.2-dev libsage-dev libxml2-dev libxslt1-dev libbonobo2-dev >>>> libcos4-dev libomniorb4-dev librsvg2-dev libpoppler-dev >>>> libpoppler-glib-dev libpoppler-private-dev libasound2-dev libesd0-dev >>>> libdirectfb-dev libaa1-dev libxtst-dev libffi-dev kdelibs5-dev >>>> firebird-dev libqt4-dev libglew-dev libimlib2-dev libv4l-dev >>>> libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev >>>> linux-libc-dev libgsl0-dev libncurses5-dev gstreamer0.10 >>>> libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libcairo2-dev >>>> libgmime-2.6-dev libalure-dev >>>> >>>> >>>> What am I missing to get gb.media going. >>>> In ./configure -C the reason for disabling gb.media are: >>>> gstreamer and gstreamer-video (that is why I installed gstreamer0.10, >>>> but that didn't solve it) >>>> In what Debain package have they been hidden? Anyone? >>> >>> Attached a screenshot of the gstreamer 0.10.36 parts installed. >>> >> >> GStreamer 1.0 is needed, not GStreamer 0.10. > > All works just great with gstreamer 1.0. > > The 'Installation & Compilation' documentation dependency list still > says gstreamer >= 0.10.31. An update of documentation dependency list > (http://gambasdoc.org/help/install?v3) would be a proper thing to do ;) > > Pity that most current stable distro releases (Debian 7 and Ubuntu > 12.04, Lubuntu 12.04, Linux Mint 13 etc.) do not have gstreamer 1.0 in > their repositories. So you always need to go to the newer distro repos > to get the proper dependencies version. > > I see how this can pose a problem to those packaging Gambas for Precise > (like Kendek and Sebs daily PPA's) or Debain 7 Wheezy( like Ian). Much > respect to you guys that you manage to deliver a proper Gambas install > anyway. > > This also might create problems in trying to get Gambas 3.4.x into the > official Debian repository, as Ian is trying at the moment. So it will > probably end up in unstable instead of stable (wheezy)! > > As I see it (for Debain and Ubuntu based distros): > - the latest unstable versions of these distros will support all Gambas > 3.4.x dependencies out of the box (meaning they are in the official > repo) > - the latest stable releases of these distros will not support Gambas > 3.4.x out of the box. > > Is this a clever path to take for Gambas? > Gambas 3.4.x requires GStreamer 0.10. Only the development version needs GStreamer 1.0. -- Beno?t Minisini From willy at ...2734... Mon Sep 2 17:04:03 2013 From: willy at ...2734... (Willy Raets) Date: Mon, 02 Sep 2013 17:04:03 +0200 Subject: [Gambas-user] gb.media dependency problems on Debian Wheezy In-Reply-To: <5224A0B0.3030102@...1...> References: <1378044146.2294.20.camel@...3024...> <1378045441.2294.22.camel@...3024...> <52234E74.3060604@...1...> <1378130633.2941.24.camel@...3024...> <5224A0B0.3030102@...1...> Message-ID: <1378134243.2941.27.camel@...3024...> On Mon, 2013-09-02 at 16:29 +0200, Beno?t Minisini wrote: > Le 02/09/2013 16:03, Willy Raets a ?crit : > > On Sun, 2013-09-01 at 16:25 +0200, Beno?t Minisini wrote: > >> Le 01/09/2013 16:24, Willy Raets a ?crit : > >>> On Sun, 2013-09-01 at 16:02 +0200, Willy Raets wrote: > >>>> Hi all, > >>>> > >>>> Can anyone tell me what the proper dependencies for gb.media are, as > >>>> gb.media is disabled after doing a ./configure -C > >>>> > >>>> I had Gambas 3.3.90 installed on this system and it worked just fine but > >>>> it seems the 3.4.90 branch has extra dependencies. > >>>> > >>>> Compared to the 3.3.90 install I had to add libalure-deb to get > >>>> gb.openal being enabled and have added gstreamer0.10 (in hope to get > >>>> gb.media going) > >>>> > >>>> FYI this are the dependencies I installed (on Debian 7.1 Wheezy): > >>>> > >>>> apt-get install build-essential autoconf libbz2-dev libfbclient2 > >>>> libmysqlclient-dev unixodbc-dev libpq-dev libsqlite0-dev libsqlite3-dev > >>>> libglib2.0-dev libgtk2.0-dev libldap2-dev libcurl4-gnutls-dev > >>>> libgtkglext1-dev libpcre3-dev libsdl-sound1.2-dev libsdl-mixer1.2-dev > >>>> libsdl-image1.2-dev libsage-dev libxml2-dev libxslt1-dev libbonobo2-dev > >>>> libcos4-dev libomniorb4-dev librsvg2-dev libpoppler-dev > >>>> libpoppler-glib-dev libpoppler-private-dev libasound2-dev libesd0-dev > >>>> libdirectfb-dev libaa1-dev libxtst-dev libffi-dev kdelibs5-dev > >>>> firebird-dev libqt4-dev libglew-dev libimlib2-dev libv4l-dev > >>>> libsdl-ttf2.0-dev libgnome-keyring-dev libgdk-pixbuf2.0-dev > >>>> linux-libc-dev libgsl0-dev libncurses5-dev gstreamer0.10 > >>>> libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev libcairo2-dev > >>>> libgmime-2.6-dev libalure-dev > >>>> > >>>> > >>>> What am I missing to get gb.media going. > >>>> In ./configure -C the reason for disabling gb.media are: > >>>> gstreamer and gstreamer-video (that is why I installed gstreamer0.10, > >>>> but that didn't solve it) > >>>> In what Debain package have they been hidden? Anyone? > >>> > >>> Attached a screenshot of the gstreamer 0.10.36 parts installed. > >>> > >> > >> GStreamer 1.0 is needed, not GStreamer 0.10. > > > > All works just great with gstreamer 1.0. > > > > The 'Installation & Compilation' documentation dependency list still > > says gstreamer >= 0.10.31. An update of documentation dependency list > > (http://gambasdoc.org/help/install?v3) would be a proper thing to do ;) > > > > Pity that most current stable distro releases (Debian 7 and Ubuntu > > 12.04, Lubuntu 12.04, Linux Mint 13 etc.) do not have gstreamer 1.0 in > > their repositories. So you always need to go to the newer distro repos > > to get the proper dependencies version. > > > > I see how this can pose a problem to those packaging Gambas for Precise > > (like Kendek and Sebs daily PPA's) or Debain 7 Wheezy( like Ian). Much > > respect to you guys that you manage to deliver a proper Gambas install > > anyway. > > > > This also might create problems in trying to get Gambas 3.4.x into the > > official Debian repository, as Ian is trying at the moment. So it will > > probably end up in unstable instead of stable (wheezy)! > > > > As I see it (for Debain and Ubuntu based distros): > > - the latest unstable versions of these distros will support all Gambas > > 3.4.x dependencies out of the box (meaning they are in the official > > repo) > > - the latest stable releases of these distros will not support Gambas > > 3.4.x out of the box. > > > > Is this a clever path to take for Gambas? > > > > Gambas 3.4.x requires GStreamer 0.10. Only the development version needs > GStreamer 1.0. > Thank you, good to know -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From willy at ...2734... Mon Sep 2 23:19:09 2013 From: willy at ...2734... (Willy Raets) Date: Mon, 02 Sep 2013 23:19:09 +0200 Subject: [Gambas-user] Gambas on Debain....the struggle continues... Message-ID: <1378156749.3192.23.camel@...3024...> Want to know the status of Gambas on Debian. Check: http://packages.qa.debian.org/g/gambas3.html Some funny facts there: On their TO DO list: - A new upstream version is available: 3.4.2, you should consider packaging it. On their news list: [2013-08-17] gambas3 3.1.1-2.2 MIGRATED to testing (Britney) [2013-08-06] Accepted 3.1.1-2.2 in unstable (low) (Pino Toscano) [2013-06-15] gambas3 3.1.1-2.1 MIGRATED to testing (Britney) [2013-06-04] Accepted 3.1.1-2.1 in unstable (low) (Dmitrijs Ledkovs) Seems they are not really taking their TODO's seriously... Something of interest to Beno?t and the other developers is what is in the part 'testing migration': - This package will soon be part of the libglew1.9 transition. You might want to ensure that your package is ready for it. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug. - This package will soon be part of the poppler transition. You might want to ensure that your package is ready for it. You can probably find supplementary information in the debian-release archives or in the corresponding release.debian.org bug. Meaning that both libglwe1.9 and poppler will break because of a to low a version. Details can be found following the links on their site. But this is for Gambas 3.1.1 in their repo. Maybe 3.4.2 doesn't have that dependency problem. Meanwhile effort is done to get 3.4.2 in their repositories. Let's hope for the best.. -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From 2aq9j93b7s at ...2320... Tue Sep 3 00:26:57 2013 From: 2aq9j93b7s at ...2320... (A. Person) Date: Mon, 2 Sep 2013 18:26:57 -0400 Subject: [Gambas-user] A Check MarK? Message-ID: <20130902182657.3a8493e7@...3180...> Recently in one of my projects a check mark appeared next to the line numbers as in the attachment. Just one. It moves about. I've searched but cannot find anything about it. Is it an undocumented feature? Anyone Thanks -------------- next part -------------- A non-text attachment was scrubbed... Name: check_mark.png Type: image/png Size: 16726 bytes Desc: not available URL: From jussi.lahtinen at ...626... Tue Sep 3 00:38:37 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Tue, 3 Sep 2013 01:38:37 +0300 Subject: [Gambas-user] Gambas doc down? Message-ID: I can't connect to www.gambasdoc.org , anyone knows what's wrong? Jussi From jussi.lahtinen at ...626... Tue Sep 3 01:12:08 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Tue, 3 Sep 2013 02:12:08 +0300 Subject: [Gambas-user] Draw.Image/Picture SrcX, SrcY, ScrWidth and SrcHeight arguments In-Reply-To: <52235426.6040304@...1...> References: <52235426.6040304@...1...> Message-ID: OK, now it works, but is it possible to change interpolation method? If I stretch some picture, it will look out of focus. I rather turn interpolation off. I think there is still this same error with Draw.Zoom(). Also is it possible to have zoom levels out, like 0.5, 0.25, etc? Jussi On Sun, Sep 1, 2013 at 5:50 PM, Beno?t Minisini < gambas at ...1...> wrote: > Le 01/09/2013 16:05, Jussi Lahtinen a ?crit : > > Is there bug or have I misunderstand something? > > But Src??? arguments doesn't seem to have any effect. > > > > See attachment. > > > > Jussi > > > > It is fixed in revision #5824. > > But now there is another bug in Draw.Picture() and in > Paint.DrawPicture() that does not seem to be Gambas' fault. I think you > will see it by yourself. You can workaround it by using Draw.Image() or > Paint.DrawImage() instead of the previous methods. > > Regards, > > -- > Beno?t Minisini > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From sourceforge-raindog2 at ...94... Tue Sep 3 01:38:43 2013 From: sourceforge-raindog2 at ...94... (Rob Kudla) Date: Mon, 02 Sep 2013 19:38:43 -0400 Subject: [Gambas-user] Gambas doc down? In-Reply-To: References: Message-ID: <52252183.2010407@...94...> On 2013-09-02 18:38, Jussi Lahtinen wrote: > I can't connect to www.gambasdoc.org , anyone knows what's wrong? Comes right up for me, but then, it's our server. Are you still unable to connect? Rob From ron at ...1740... Tue Sep 3 07:53:15 2013 From: ron at ...1740... (Ron) Date: Tue, 3 Sep 2013 07:53:15 +0200 Subject: [Gambas-user] A Check MarK? In-Reply-To: <20130902182657.3a8493e7@...3180...> References: <20130902182657.3a8493e7@...3180...> Message-ID: Same here. No idea what it does or how to het rid of it. ;-) Regards, Ron Op 3 sep. 2013 00:27 schreef "A. Person" <2aq9j93b7s at ...2320...> het volgende: > Recently in one of my projects a check mark appeared next to the line > numbers > as in the attachment. Just one. It moves about. > > I've searched but cannot find anything about it. > > Is it an undocumented feature? > > Anyone > > Thanks > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From bbruen at ...2308... Tue Sep 3 08:20:14 2013 From: bbruen at ...2308... (Bruce) Date: Tue, 03 Sep 2013 15:50:14 +0930 Subject: [Gambas-user] A Check MarK? In-Reply-To: References: <20130902182657.3a8493e7@...3180...> Message-ID: <1378189214.29694.1.camel@...2688...> On Tue, 2013-09-03 at 07:53 +0200, Ron wrote: > Same here. > No idea what it does or how to het rid of it. ;-) > > Regards, > Ron > Op 3 sep. 2013 00:27 schreef "A. Person" <2aq9j93b7s at ...2320...> het > volgende: > > > Recently in one of my projects a check mark appeared next to the line > > numbers > > as in the attachment. Just one. It moves about. > > > > I've searched but cannot find anything about it. > > > > Is it an undocumented feature? > > > > Anyone > > > > Thanks > > > > It's a bookmark. See the context menu. Bruce From vuott at ...325... Tue Sep 3 09:53:00 2013 From: vuott at ...325... (Ru Vuott) Date: Tue, 3 Sep 2013 08:53:00 +0100 (BST) Subject: [Gambas-user] Knowing which Module called a function in other Module Message-ID: <1378194780.42553.YahooMailBasic@...3066...> Hello, a Gambas-it comunity member wrote this theoric question: there are 2 Modules A & B. "A" Module calls a function in "B" Module. He would like to know if it is possible to know - without simplifications - the name of "A" Module "Caller". Another example: Imagine having three modules: A, B and C. Two (A and B) of these three modules can call a function present in the third "C" module. When this function is called in the third "C" Module, as you know - WITHOUT passing, as argument, explicitly trace of itself - which of the two ("A" or "B") Modules called function of the third "C" Module ? Regards vuott From bbruen at ...2308... Tue Sep 3 10:12:41 2013 From: bbruen at ...2308... (Bruce) Date: Tue, 03 Sep 2013 17:42:41 +0930 Subject: [Gambas-user] Knowing which Module called a function in other Module In-Reply-To: <1378194780.42553.YahooMailBasic@...3066...> References: <1378194780.42553.YahooMailBasic@...3066...> Message-ID: <1378195961.29694.5.camel@...2688...> On Tue, 2013-09-03 at 08:53 +0100, Ru Vuott wrote: > Hello, > > a Gambas-it comunity member wrote this theoric question: > > there are 2 Modules A & B. "A" Module calls a function in "B" Module. > > He would like to know if it is possible to know - without simplifications - the name of "A" Module "Caller". > > Another example: > Imagine having three modules: A, B and C. Two (A and B) of these three modules can call a function present in the third "C" module. When this function is called in the third "C" Module, as you know - WITHOUT passing, as argument, explicitly trace of itself - which of the two ("A" or "B") Modules called function of the third "C" Module ? > > Regards > vuott If I haven't misunderstood, doesn't System.Backtrace[1] provide exactly that? But, note that the project will need to be compiled with "Keep debugging information" option set. hth Bruce From vuott at ...325... Tue Sep 3 10:47:30 2013 From: vuott at ...325... (Ru Vuott) Date: Tue, 3 Sep 2013 09:47:30 +0100 (BST) Subject: [Gambas-user] Knowing which Module called a function in other Module In-Reply-To: <1378195961.29694.5.camel@...2688...> Message-ID: <1378198050.71910.YahooMailBasic@...3070...> Thank you, Bruce, for your suggestion. I'll comunicate it to him. vuott -------------------------------------------- Mar 3/9/13, Bruce ha scritto: Oggetto: Re: [Gambas-user] Knowing which Module called a function in other Module A: "mailing list for gambas users" Data: Marted? 3 settembre 2013, 10:12 On Tue, 2013-09-03 at 08:53 +0100, Ru Vuott wrote: > Hello, > > a Gambas-it comunity member wrote this theoric question: > > there are 2 Modules A & B. "A" Module calls a function in "B" Module. > > He would like to know if it is possible to know - without simplifications - the name of "A" Module "Caller". > > Another example: > Imagine having three modules: A, B and C. Two (A and B) of these three modules can call a function present in the third "C" module. When this function is called in the third "C" Module, as you know - WITHOUT passing, as argument, explicitly trace of itself - which of the two ("A" or "B") Modules called function of the third "C" Module ? > > Regards > vuott If I haven't misunderstood, doesn't ? ? ? ? System.Backtrace[1] provide exactly that? But, note that the project will need to be compiled with "Keep debugging information" option set. hth Bruce ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From jussi.lahtinen at ...626... Tue Sep 3 14:18:48 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Tue, 3 Sep 2013 15:18:48 +0300 Subject: [Gambas-user] Gambas doc down? In-Reply-To: <52252183.2010407@...94...> References: <52252183.2010407@...94...> Message-ID: It turns out to be problem in DNS server. With OpenDNS I can't open the website, but with my local alternative everything is OK. Strange... Jussi On Tue, Sep 3, 2013 at 2:38 AM, Rob Kudla wrote: > On 2013-09-02 18:38, Jussi Lahtinen wrote: > > I can't connect to www.gambasdoc.org , anyone knows what's wrong? > > Comes right up for me, but then, it's our server. Are you still unable to > connect? > > Rob > > From mckaygerhard at ...626... Tue Sep 3 15:26:42 2013 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Tue, 3 Sep 2013 08:56:42 -0430 Subject: [Gambas-user] Gambas-user Digest, Vol 88, Issue 4 In-Reply-To: References: Message-ID: From: Willy Raets > All works just great with gstreamer 1.0. > too high depends > Pity that most current stable distro releases (Debian 7 and Ubuntu > 12.04, Lubuntu 12.04, Linux Mint 13 etc.) do not have gstreamer 1.0 in > their repositories. So you always need to go to the newer distro repos > to get the proper dependencies version. ... > - the latest stable releases of these distros will not support Gambas > 3.4.x out of the box. > ... > Is this a clever path to take for Gambas? > not in absolute for real focused and stable distributions, due gstreamer 1.0 need more up to date depends; and Lubun, mintbunt , etc etc win-buntu like are not focused in something serius distributions, are general purpose for commonly people and versions raises in little period (this are more close to a up to date moda) it is understandable that we must move in the manufacture of software regarding changes every day, but if something works well, do not see why it must be discarded for newer versions, save only security patches, and obviously ruthless evolution, that's the problem, evolution software path cosume it all after the climax to a point of no return that would end the destruction and consuption of resources.. in VenenuX we need to save resources due we are focused on funtionality, and a software that regards in consuption of resources are not cleany functional remenber, with more lines of code, more cycles of cpu need to compute!, and ram, and I/O process etc etc etc.. From: Beno?t Minisini > Gambas 3.4.x requires GStreamer 0.10. Only the development version needs > GStreamer 1.0. > the compilations for venenux dont compiles with 0.10, i backported 0.10.31 and got errors in timeline references From: Willy Raets > Want to know the status of Gambas on Debian. Check: > http://packages.qa.debian.org/g/gambas3.html > debian packagers are more focused on licence issues rather than funtionality.. sad! > Seems they are not really taking their TODO's seriously... > absolutely u have right > Meanwhile effort is done to get 3.4.2 in their repositories. Let's hope > for the best.. > From mckaygerhard at ...626... Tue Sep 3 16:49:38 2013 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Tue, 3 Sep 2013 10:19:38 -0430 Subject: [Gambas-user] generate documentation from source code? how Message-ID: i have well documented my projects... how could i generate documentatin from gambas sources, i mean: i have this code: ' ' semaphore if DB its up to date, use itsDBexiste() method for checks dbexistealdia as Boolean ' ' return if db conection its up to day Public Function itsDBexiste() As Boolean Return dbexistealdia End i need generate documentation from that code. Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com From willy at ...2734... Wed Sep 4 03:03:33 2013 From: willy at ...2734... (Willy Raets) Date: Wed, 04 Sep 2013 03:03:33 +0200 Subject: [Gambas-user] Dutch translations Message-ID: <1378256613.3143.7.camel@...3024...> Completed Dutch translations from about 41% to about 97%. Also did some corrections in the existing translated strings. The untranslated strings I just don't know how to translate (16 of them, mainly technical terms that are hard to translate to Dutch). Quite a job translating 800 lus of strings, kept me busy for the entire day :) Used the source files of Gambas 3.4.2 IDE to do the translation. Gambas documentation stated that all that was needed is send the .po file. Well, one .po file for Dutch attached. -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org -------------- next part -------------- A non-text attachment was scrubbed... Name: gambas3-nl-3.4.0.po Type: text/x-gettext-translation Size: 148650 bytes Desc: not available URL: From gambas at ...1... Wed Sep 4 11:43:45 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Wed, 04 Sep 2013 11:43:45 +0200 Subject: [Gambas-user] Dutch translations In-Reply-To: <1378256613.3143.7.camel@...3024...> References: <1378256613.3143.7.camel@...3024...> Message-ID: <522700D1.5060008@...1...> Le 04/09/2013 03:03, Willy Raets a ?crit : > Completed Dutch translations from about 41% to about 97%. > Also did some corrections in the existing translated strings. > The untranslated strings I just don't know how to translate (16 of them, > mainly technical terms that are hard to translate to Dutch). > > Quite a job translating 800 lus of strings, kept me busy for the entire > day :) > > Used the source files of Gambas 3.4.2 IDE to do the translation. > > Gambas documentation stated that all that was needed is send the .po > file. Well, one .po file for Dutch attached. > Thanks. Which country are you from? This if for the Gambas "hall of fame". -- Beno?t Minisini From willy at ...2734... Thu Sep 5 01:01:47 2013 From: willy at ...2734... (Willy Raets) Date: Thu, 05 Sep 2013 01:01:47 +0200 Subject: [Gambas-user] Question on packaging on Debian Wheezy Message-ID: <1378335707.2795.14.camel@...3024...> Hi all, I'm trying to figure out: Step 1. How to package Gambas 3.4.2 for Debian Step 2. How to get it in Debian repository (if I succeed with 1) Step 1. I have done svn checkout for source and compiled and installed Gambas 3.4.2 with success. The folder named gambas3-3.4.2 is where the source is locate. In this folder I did (running a root terminal): dh_make --native This creates a folder named debian and in there are several files thate need to be edited with information on the package. One of the files is config that needs dependencies mentioned. Is there a command I can use that gives me the dependencies of the installed (from source) Gambas 3.4.2 on the system? As I understand it once the files are properly adapted I can run: dpkg-buildpackage and this should build me the packages. How to I sign the packages? Once made, I understand that with fakeroot you can do a test on the package to see if it would install. How does this work exactly? Am I missing any steps in my approach? Been reading lots of stuff on the internet, but it is all quite confusing to someone new to the process. Some simple step by step process (also indicating what tools to install) would be very helpful. Step 2. How do you get a working package into the Debian repo? I'm having a hard time finding any documentation on the Debain websites on this topic. Anyone ever uploaded a package to Debian? Where and how to you need to do this? All help appreciated. -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From MPryor at ...3182... Thu Sep 5 15:47:53 2013 From: MPryor at ...3182... (Pryor, Mike) Date: Thu, 5 Sep 2013 13:47:53 +0000 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install Message-ID: <60B0942C10CA1842A827E53BA6264B080984F123@...3183...> Hello. I'm trying to install Gambas 3.0 on my Fedora 17 system and it won't install the Gambas3-Gb-Gui package because it doesn't like the Gambas3-Runtime version. How is it possible that this condition still exists at this end of life stage of Fedora 17? I would imagine most users would develop applications with the Gui program rather than some text editor. Is there a simple solution to this problem? Here are the messages I get from Yum: Error: Package: gambas3-gb-gui-3.0.0-2.fc17.i686 (fedora) Requires: gambas3-runtime = 3.0.0-2.fc17 Installed: gambas3-runtime-3.4.1-1.fc17.i686 (@updates) gambas3-runtime = 3.4.1-1.fc17 Available: gambas3-runtime-3.0.0-2.fc17.i686 (fedora) gambas3-runtime = 3.0.0-2.fc17 You could try using --skip-broken to work around the problem Mike From gambas at ...1... Thu Sep 5 16:05:52 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Thu, 05 Sep 2013 16:05:52 +0200 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: <60B0942C10CA1842A827E53BA6264B080984F123@...3183...> References: <60B0942C10CA1842A827E53BA6264B080984F123@...3183...> Message-ID: <52288FC0.4020607@...1...> Le 05/09/2013 15:47, Pryor, Mike a ?crit : > Hello. > > I'm trying to install Gambas 3.0 on my Fedora 17 system and it won't install the > Gambas3-Gb-Gui package because it doesn't like the Gambas3-Runtime version. How is > it possible that this condition still exists at this end of life stage of Fedora 17? I would > imagine most users would develop applications with the Gui program rather than some > text editor. Is there a simple solution to this problem? > > Here are the messages I get from Yum: > > Error: Package: gambas3-gb-gui-3.0.0-2.fc17.i686 (fedora) > Requires: gambas3-runtime = 3.0.0-2.fc17 > Installed: gambas3-runtime-3.4.1-1.fc17.i686 (@updates) > gambas3-runtime = 3.4.1-1.fc17 > Available: gambas3-runtime-3.0.0-2.fc17.i686 (fedora) > gambas3-runtime = 3.0.0-2.fc17 > You could try using --skip-broken to work around the problem > > > Mike > It's a pity, but I don't deal with binary packages at all. :-/ Apparently the gambas3-gb-gui package is not up to date (3.0.0 version instead of 3.4.1). -- Beno?t Minisini From MPryor at ...3182... Thu Sep 5 16:54:49 2013 From: MPryor at ...3182... (Pryor, Mike) Date: Thu, 5 Sep 2013 14:54:49 +0000 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: <52288FC0.4020607@...1...> References: <60B0942C10CA1842A827E53BA6264B080984F123@...3183...>, <52288FC0.4020607@...1...> Message-ID: <60B0942C10CA1842A827E53BA6264B080984F148@...3183...> I just tried to download the latest .bz2 file from your web site and there is no 'configure' script. Are you trying to discourage people from using Gambas 3? I'm having a real hard time getting my hands on a working version of it. I hope it's worth all the trouble I'm going through. ________________________________________ From: Beno?t Minisini [gambas at ...1...] Sent: Thursday, September 05, 2013 10:05 AM To: mailing list for gambas users Subject: Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install Le 05/09/2013 15:47, Pryor, Mike a ?crit : > Hello. > > I'm trying to install Gambas 3.0 on my Fedora 17 system and it won't install the > Gambas3-Gb-Gui package because it doesn't like the Gambas3-Runtime version. How is > it possible that this condition still exists at this end of life stage of Fedora 17? I would > imagine most users would develop applications with the Gui program rather than some > text editor. Is there a simple solution to this problem? > > Here are the messages I get from Yum: > > Error: Package: gambas3-gb-gui-3.0.0-2.fc17.i686 (fedora) > Requires: gambas3-runtime = 3.0.0-2.fc17 > Installed: gambas3-runtime-3.4.1-1.fc17.i686 (@updates) > gambas3-runtime = 3.4.1-1.fc17 > Available: gambas3-runtime-3.0.0-2.fc17.i686 (fedora) > gambas3-runtime = 3.0.0-2.fc17 > You could try using --skip-broken to work around the problem > > > Mike > It's a pity, but I don't deal with binary packages at all. :-/ Apparently the gambas3-gb-gui package is not up to date (3.0.0 version instead of 3.4.1). -- Beno?t Minisini ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Thu Sep 5 17:03:30 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Thu, 05 Sep 2013 17:03:30 +0200 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: <60B0942C10CA1842A827E53BA6264B080984F148@...3183...> References: <60B0942C10CA1842A827E53BA6264B080984F123@...3183...>, <52288FC0.4020607@...1...> <60B0942C10CA1842A827E53BA6264B080984F148@...3183...> Message-ID: <52289D42.4010300@...1...> Le 05/09/2013 16:54, Pryor, Mike a ?crit : > I just tried to download the latest .bz2 file from your web site and there is no 'configure' script. > Are you trying to discourage people from using Gambas 3? I'm having a real hard time getting > my hands on a working version of it. I hope it's worth all the trouble I'm going through. You have to run the "./reconf-all" script before running "./configure". Please read the installation instructions on the web site. -- Beno?t Minisini From MPryor at ...3182... Thu Sep 5 17:25:30 2013 From: MPryor at ...3182... (Pryor, Mike) Date: Thu, 5 Sep 2013 15:25:30 +0000 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: <52289D42.4010300@...1...> References: <60B0942C10CA1842A827E53BA6264B080984F123@...3183...>, <52288FC0.4020607@...1...> <60B0942C10CA1842A827E53BA6264B080984F148@...3183...>, <52289D42.4010300@...1...> Message-ID: <60B0942C10CA1842A827E53BA6264B080984F17C@...3183...> Sorry, Benoit. I assumed the INSTALL file included in the zip file was up to date. My mistake. ________________________________________ From: Beno?t Minisini [gambas at ...1...] Sent: Thursday, September 05, 2013 11:03 AM To: mailing list for gambas users Subject: Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install Le 05/09/2013 16:54, Pryor, Mike a ?crit : > I just tried to download the latest .bz2 file from your web site and there is no 'configure' script. > Are you trying to discourage people from using Gambas 3? I'm having a real hard time getting > my hands on a working version of it. I hope it's worth all the trouble I'm going through. You have to run the "./reconf-all" script before running "./configure". Please read the installation instructions on the web site. -- Beno?t Minisini ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From fernando at ...3175... Thu Sep 5 17:27:44 2013 From: fernando at ...3175... (Fernando) Date: Thu, 05 Sep 2013 16:27:44 +0100 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: <60B0942C10CA1842A827E53BA6264B080984F148@...3183...> References: <52288FC0.4020607@...1...> <60B0942C10CA1842A827E53BA6264B080984F148@...3183...> Message-ID: <20130905152744.7D79ACE48BC8F@...3184...> On Sep 5, 2013 15:54 "Pryor, Mike" wrote: > I just tried to download the latest .bz2 file from your web site and > there is no 'configure' script. > Are you trying to discourage people from using Gambas 3? I'm having a > real hard time getting > my hands on a working version of it. I hope it's worth all the trouble > I'm going through. > > I don't know how experienced you are with source installations but they can be troublesome. I had myself problems with it. Luckily someone pointed out to a pre-compiled binary package in a private repository for ubuntu. I would suggest you to ask in a Fedora distribution mailing list for such a package. Regards, Fernando From MPryor at ...3182... Thu Sep 5 17:31:54 2013 From: MPryor at ...3182... (Pryor, Mike) Date: Thu, 5 Sep 2013 15:31:54 +0000 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: <52289D42.4010300@...1...> References: <60B0942C10CA1842A827E53BA6264B080984F123@...3183...>, <52288FC0.4020607@...1...> <60B0942C10CA1842A827E53BA6264B080984F148@...3183...>, <52289D42.4010300@...1...> Message-ID: <60B0942C10CA1842A827E53BA6264B080984F18F@...3183...> I won't bother you anymore after this. At 61 I'm too old for this much frustration. Gambas 2 seems to work fine on my system (FC17), but I wanted see what GB3 had to offer. I guess I'll never know. [pryor at ...3185... gambas3-3.4.2]$ ./reconf autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal autoreconf: configure.ac: tracing autoreconf: configure.ac: adding subdirectory main to autoreconf autoreconf: Entering directory `main' autoreconf: running: aclocal -I m4 --install autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf configure:3907: error: possibly undefined macro: AC_LIBTOOL_DLOPEN If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. configure:3908: error: possibly undefined macro: AC_LIBLTDL_CONVENIENCE configure:3909: error: possibly undefined macro: AC_LIBTOOL_WIN32_DLL configure:3910: error: possibly undefined macro: AC_DISABLE_STATIC autoreconf: /usr/bin/autoconf failed with exit status: 1 ________________________________________ From: Beno?t Minisini [gambas at ...1...] Sent: Thursday, September 05, 2013 11:03 AM To: mailing list for gambas users Subject: Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install Le 05/09/2013 16:54, Pryor, Mike a ?crit : > I just tried to download the latest .bz2 file from your web site and there is no 'configure' script. > Are you trying to discourage people from using Gambas 3? I'm having a real hard time getting > my hands on a working version of it. I hope it's worth all the trouble I'm going through. You have to run the "./reconf-all" script before running "./configure". Please read the installation instructions on the web site. -- Beno?t Minisini ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From MPryor at ...3182... Thu Sep 5 17:37:24 2013 From: MPryor at ...3182... (Pryor, Mike) Date: Thu, 5 Sep 2013 15:37:24 +0000 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: <20130905152744.7D79ACE48BC8F@...3184...> References: <52288FC0.4020607@...1...> <60B0942C10CA1842A827E53BA6264B080984F148@...3183...>, <20130905152744.7D79ACE48BC8F@...3184...> Message-ID: <60B0942C10CA1842A827E53BA6264B080984F1A0@...3183...> Thanks, Fernando. Fedora does provide a Gambas 3 package but the gambas-gui package appears not to be updated. Oddly, it is dependent on an older version of gambas-runtime. It suggests to me that few Fedora users are using Gambas 3. Which is sad, because Benoit has created a marvelous programming tool. I have some experience with the configure, make and make install process and yes sometimes it goes well and sometimes not. I guess this is a NOT. Mike ________________________________________ From: Fernando [fernando at ...3175...] Sent: Thursday, September 05, 2013 11:27 AM To: mailing list for gambas users; mailing list for gambas users Subject: Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install On Sep 5, 2013 15:54 "Pryor, Mike" wrote: > I just tried to download the latest .bz2 file from your web site and > there is no 'configure' script. > Are you trying to discourage people from using Gambas 3? I'm having a > real hard time getting > my hands on a working version of it. I hope it's worth all the trouble > I'm going through. > > I don't know how experienced you are with source installations but they can be troublesome. I had myself problems with it. Luckily someone pointed out to a pre-compiled binary package in a private repository for ubuntu. I would suggest you to ask in a Fedora distribution mailing list for such a package. Regards, Fernando ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From MPryor at ...3182... Thu Sep 5 17:39:43 2013 From: MPryor at ...3182... (Pryor, Mike) Date: Thu, 5 Sep 2013 15:39:43 +0000 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: <60B0942C10CA1842A827E53BA6264B080984F17C@...3183...> References: <60B0942C10CA1842A827E53BA6264B080984F123@...3183...>, <52288FC0.4020607@...1...> <60B0942C10CA1842A827E53BA6264B080984F148@...3183...>, <52289D42.4010300@...1...>, <60B0942C10CA1842A827E53BA6264B080984F17C@...3183...> Message-ID: <60B0942C10CA1842A827E53BA6264B080984F1B0@...3183...> Please disregard my last message. I ran ./reconf instead of ./reconf-all. It may be that I'm too stupid to use Gambas. Perhaps I should stick with TCL. ________________________________________ From: Pryor, Mike [MPryor at ...3182...] Sent: Thursday, September 05, 2013 11:25 AM To: mailing list for gambas users Subject: Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install Sorry, Benoit. I assumed the INSTALL file included in the zip file was up to date. My mistake. ________________________________________ From: Beno?t Minisini [gambas at ...1...] Sent: Thursday, September 05, 2013 11:03 AM To: mailing list for gambas users Subject: Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install Le 05/09/2013 16:54, Pryor, Mike a ?crit : > I just tried to download the latest .bz2 file from your web site and there is no 'configure' script. > Are you trying to discourage people from using Gambas 3? I'm having a real hard time getting > my hands on a working version of it. I hope it's worth all the trouble I'm going through. You have to run the "./reconf-all" script before running "./configure". Please read the installation instructions on the web site. -- Beno?t Minisini ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From fernando at ...3175... Thu Sep 5 18:03:29 2013 From: fernando at ...3175... (Fernando) Date: Thu, 05 Sep 2013 17:03:29 +0100 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: <60B0942C10CA1842A827E53BA6264B080984F1A0@...3183...> References: <20130905152744.7D79ACE48BC8F@...3184...> <60B0942C10CA1842A827E53BA6264B080984F1A0@...3183...> Message-ID: <20130905160329.561B981421F7@...3176...> On Sep 5, 2013 16:37 "Pryor, Mike" wrote: > Thanks, Fernando. Fedora does provide a Gambas 3 package but the > gambas-gui package > appears not to be updated. Oddly, it is dependent on an older version > of gambas-runtime. It > suggests to me that few Fedora users are using Gambas 3. Which is sad, > because Benoit > has created a marvelous programming tool. > > I don't mean the official Fedora package, rather a private rpm package prepared by someone else. > I have some experience with the configure, make and make install > process and yes sometimes > it goes well and sometimes not. I guess this is a NOT. > > The main issue will be the additional packages you have to install. It's a long list (check the web site) and for some I could not find a proper match in the repositories. There were other issues, like the system finding wrong packages with the same name (e.g., sql.h from wine). Fernando From MPryor at ...3182... Thu Sep 5 18:59:53 2013 From: MPryor at ...3182... (Pryor, Mike) Date: Thu, 5 Sep 2013 16:59:53 +0000 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: <20130905160329.561B981421F7@...3176...> References: <20130905152744.7D79ACE48BC8F@...3184...> <60B0942C10CA1842A827E53BA6264B080984F1A0@...3183...>, <20130905160329.561B981421F7@...3176...> Message-ID: <60B0942C10CA1842A827E53BA6264B080984F1D7@...3183...> Maybe I'll give that a try. The 'reconf-all' script failed for me, so I don't want to bother Benoit anymore. I'm sure he has more important work to do than hold my hand. ________________________________________ From: Fernando [fernando at ...3175...] Sent: Thursday, September 05, 2013 12:03 PM To: mailing list for gambas users; mailing list for gambas users Subject: Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install On Sep 5, 2013 16:37 "Pryor, Mike" wrote: > Thanks, Fernando. Fedora does provide a Gambas 3 package but the > gambas-gui package > appears not to be updated. Oddly, it is dependent on an older version > of gambas-runtime. It > suggests to me that few Fedora users are using Gambas 3. Which is sad, > because Benoit > has created a marvelous programming tool. > > I don't mean the official Fedora package, rather a private rpm package prepared by someone else. > I have some experience with the configure, make and make install > process and yes sometimes > it goes well and sometimes not. I guess this is a NOT. > > The main issue will be the additional packages you have to install. It's a long list (check the web site) and for some I could not find a proper match in the repositories. There were other issues, like the system finding wrong packages with the same name (e.g., sql.h from wine). Fernando ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From willy at ...2734... Fri Sep 6 00:43:46 2013 From: willy at ...2734... (Willy Raets) Date: Fri, 06 Sep 2013 00:43:46 +0200 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: <60B0942C10CA1842A827E53BA6264B080984F1A0@...3183...> References: <52288FC0.4020607@...1...> <60B0942C10CA1842A827E53BA6264B080984F148@...3183...> , <20130905152744.7D79ACE48BC8F@...3184...> <60B0942C10CA1842A827E53BA6264B080984F1A0@...3183...> Message-ID: <1378421026.2518.9.camel@...3024...> On Thu, 2013-09-05 at 15:37 +0000, Pryor, Mike wrote: > Thanks, Fernando. Fedora does provide a Gambas 3 package but the gambas-gui package > appears not to be updated. Oddly, it is dependent on an older version of gambas-runtime. It > suggests to me that few Fedora users are using Gambas 3. Which is sad, because Benoit > has created a marvelous programming tool. I have a Fedora 17 box running. Installed Gambas 3.4.1 right from the Add/Remove software without any problems. It runs fine on my system. > > I have some experience with the configure, make and make install process and yes sometimes > it goes well and sometimes not. I guess this is a NOT. Might want to check the 'How To Gambas - Installing Gambas' guide, for some guidance. Chapter 6, paragraph 6.3 explains Fedora install from official Fedora repository Chapter 8, paragraph 8.2 explains installing the source download from Gambas website for Fedora. Dependencies explained there are still for Gambas 3.3.4, but as far as I know they are still the same for 3.4.2 Guide can be found at: http://howtogambas.org/index.php?page=cedi&type=misc&id=1%2F2 -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From wally at ...2037... Fri Sep 6 06:58:12 2013 From: wally at ...2037... (wally) Date: Fri, 06 Sep 2013 06:58:12 +0200 Subject: [Gambas-user] run as root ? Message-ID: <2915957.B5CTkkh1In@...3157...> Hi, is there a way to run an gambas-project as root from inside the IDE which runs as user ? Actually i always create an gambas executable and run this as root, but this is not very convenient. wally From ualex73 at ...626... Fri Sep 6 08:12:10 2013 From: ualex73 at ...626... (Alexie) Date: Fri, 6 Sep 2013 08:12:10 +0200 Subject: [Gambas-user] MySQL connection gone away, how to re-establish? Message-ID: Hi, We are connection to a MySQL database (on the local machine) and the application sometimes runs for days/weeks and numerous select, update, delete, etc are going over the connection every hour (so it isn't lack of traffic). We do things like: rResult = Main.hDB.Exec("UPDATE devices_alex SET value = &1 WHERE nodeid = &2", sValue, sAddress) After a while (not easy reproduceable) we get errors like: 'Query failed: Lost connection to MySQL server during query' Is there an easy way of forcing MySQL to reconnect again and retry the command? This without adding many-many-many lines of code at each SQL Exec statement. Regards, Alex From bbruen at ...2308... Fri Sep 6 08:19:04 2013 From: bbruen at ...2308... (Bruce) Date: Fri, 06 Sep 2013 15:49:04 +0930 Subject: [Gambas-user] MySQL connection gone away, how to re-establish? In-Reply-To: References: Message-ID: <1378448344.3585.1.camel@...2688...> On Fri, 2013-09-06 at 08:12 +0200, Alexie wrote: > Hi, > > We are connection to a MySQL database (on the local machine) and the > application sometimes runs for days/weeks and numerous select, update, > delete, etc are going over the connection every hour (so it isn't lack of > traffic). > > We do things like: > > rResult = Main.hDB.Exec("UPDATE devices_alex SET value = &1 WHERE > nodeid = &2", sValue, sAddress) > > > After a while (not easy reproduceable) we get errors like: > 'Query failed: Lost connection to MySQL server during query' > > Is there an easy way of forcing MySQL to reconnect again and retry the > command? This without adding many-many-many lines of code at each SQL Exec > statement. > > Regards, > Alex There was a discussion of this in the forums a while ago. It might help to search the forum archives. (Sorry I can't be more specific - I avoid MySQL like the plague!) Bruce From jussi.lahtinen at ...626... Fri Sep 6 14:32:03 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Fri, 6 Sep 2013 15:32:03 +0300 Subject: [Gambas-user] run as root ? In-Reply-To: <2915957.B5CTkkh1In@...3157...> References: <2915957.B5CTkkh1In@...3157...> Message-ID: AFAIK there is no such feature in Gambas IDE. Why you need to run it as root? Can you make your app ask for password when it needs to do something which requires root privileges? That way you could declare string variable and put the password in that. And when your app is ready just remove it. Another option is log in as root, so that IDE and everything else is executed as root. But all these options are pretty hazard, so I recommend to develop under virtual machine. Jussi On Fri, Sep 6, 2013 at 7:58 AM, wally wrote: > Hi, > > is there a way to run an gambas-project as root from inside the > IDE which runs as user ? > Actually i always create an gambas executable and run this as root, > but this is not very convenient. > > wally > > > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Fri Sep 6 15:45:28 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Fri, 06 Sep 2013 15:45:28 +0200 Subject: [Gambas-user] MySQL connection gone away, how to re-establish? In-Reply-To: References: Message-ID: <5229DC78.2030203@...1...> Le 06/09/2013 08:12, Alexie a ?crit : > Hi, > > We are connection to a MySQL database (on the local machine) and the > application sometimes runs for days/weeks and numerous select, update, > delete, etc are going over the connection every hour (so it isn't lack of > traffic). > > We do things like: > > rResult = Main.hDB.Exec("UPDATE devices_alex SET value = &1 WHERE > nodeid = &2", sValue, sAddress) > > > After a while (not easy reproduceable) we get errors like: > 'Query failed: Lost connection to MySQL server during query' > > Is there an easy way of forcing MySQL to reconnect again and retry the > command? This without adding many-many-many lines of code at each SQL Exec > statement. > > Regards, > Alex MySQL automatic reconnection is normally handled automatically by Gambas for a while. Which version do you use? -- Beno?t Minisini From ualex73 at ...626... Fri Sep 6 16:01:43 2013 From: ualex73 at ...626... (Alexie) Date: Fri, 6 Sep 2013 16:01:43 +0200 Subject: [Gambas-user] MySQL connection gone away, how to re-establish? In-Reply-To: <5229DC78.2030203@...1...> References: <5229DC78.2030203@...1...> Message-ID: Version 3.4.2 is used, and after reconnecting, the request will be retried too? Currently i see an error thrown. 2013/9/6 Beno?t Minisini > Le 06/09/2013 08:12, Alexie a ?crit : > > Hi, > > > > We are connection to a MySQL database (on the local machine) and the > > application sometimes runs for days/weeks and numerous select, update, > > delete, etc are going over the connection every hour (so it isn't lack of > > traffic). > > > > We do things like: > > > > rResult = Main.hDB.Exec("UPDATE devices_alex SET value = &1 WHERE > > nodeid = &2", sValue, sAddress) > > > > > > After a while (not easy reproduceable) we get errors like: > > 'Query failed: Lost connection to MySQL server during query' > > > > Is there an easy way of forcing MySQL to reconnect again and retry the > > command? This without adding many-many-many lines of code at each SQL > Exec > > statement. > > > > Regards, > > Alex > > MySQL automatic reconnection is normally handled automatically by Gambas > for a while. Which version do you use? > > -- > Beno?t Minisini > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Fri Sep 6 16:11:30 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Fri, 06 Sep 2013 16:11:30 +0200 Subject: [Gambas-user] MySQL connection gone away, how to re-establish? In-Reply-To: References: <5229DC78.2030203@...1...> Message-ID: <5229E292.4000802@...1...> Le 06/09/2013 16:01, Alexie a ?crit : > Version 3.4.2 is used, and after reconnecting, the request will be retried > too? Currently i see an error thrown. > This is a mysql client option. When connecting to a mysql database, the Gambas mysql driver define the MYSQL_OPT_RECONNECT option, that tells the mysql client to automatically reconnect to the server if the connection is lost. So normally you should not have the "connection lost" error message. If, apparently, the mysql client does not respect its own options, you will have to handle that yourself. What I suggest is explicitly closing and reopening the connection from time to time (for example each hour). I did that for my own application because I got some errors too (but not the "connection lost" error, something else) and I don't have problems anymore. If you tell me that this solution works, maybe I will integrate it directly into the database driver. Regards, -- Beno?t Minisini From MPryor at ...3182... Fri Sep 6 16:18:27 2013 From: MPryor at ...3182... (Pryor, Mike) Date: Fri, 6 Sep 2013 14:18:27 +0000 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: <1378421026.2518.9.camel@...3024...> References: <52288FC0.4020607@...1...> <60B0942C10CA1842A827E53BA6264B080984F148@...3183...> , <20130905152744.7D79ACE48BC8F@...3184...> <60B0942C10CA1842A827E53BA6264B080984F1A0@...3183...>, <1378421026.2518.9.camel@...3024...> Message-ID: <60B0942C10CA1842A827E53BA6264B080984F277@...3183...> I just discovered that my PC at home has a functioning Gambas3 installed, but the package, 'gambas3-gb-gui', is not installed. I upgraded to FC17 instead of doing a fresh install, so I'm wondering whether the upgrade took care the problem with the 'gui' package. And if this package is not installed, which gui package is running when I run gambas3? ________________________________________ From: Willy Raets [willy at ...2734...] Sent: Thursday, September 05, 2013 6:43 PM To: gambas-user at lists.sourceforge.net Subject: Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install On Thu, 2013-09-05 at 15:37 +0000, Pryor, Mike wrote: > Thanks, Fernando. Fedora does provide a Gambas 3 package but the gambas-gui package > appears not to be updated. Oddly, it is dependent on an older version of gambas-runtime. It > suggests to me that few Fedora users are using Gambas 3. Which is sad, because Benoit > has created a marvelous programming tool. I have a Fedora 17 box running. Installed Gambas 3.4.1 right from the Add/Remove software without any problems. It runs fine on my system. > > I have some experience with the configure, make and make install process and yes sometimes > it goes well and sometimes not. I guess this is a NOT. Might want to check the 'How To Gambas - Installing Gambas' guide, for some guidance. Chapter 6, paragraph 6.3 explains Fedora install from official Fedora repository Chapter 8, paragraph 8.2 explains installing the source download from Gambas website for Fedora. Dependencies explained there are still for Gambas 3.3.4, but as far as I know they are still the same for 3.4.2 Guide can be found at: http://howtogambas.org/index.php?page=cedi&type=misc&id=1%2F2 -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From willy at ...2734... Fri Sep 6 16:25:04 2013 From: willy at ...2734... (Willy Raets) Date: Fri, 06 Sep 2013 16:25:04 +0200 Subject: [Gambas-user] MySQL connection gone away, how to re-establish? In-Reply-To: <5229E292.4000802@...1...> References: <5229DC78.2030203@...1...> <5229E292.4000802@...1...> Message-ID: <1378477504.10344.20.camel@...3024...> On Fri, 2013-09-06 at 16:11 +0200, Beno?t Minisini wrote: > Le 06/09/2013 16:01, Alexie a ?crit : > > Version 3.4.2 is used, and after reconnecting, the request will be retried > > too? Currently i see an error thrown. > > > > This is a mysql client option. > > When connecting to a mysql database, the Gambas mysql driver define the > MYSQL_OPT_RECONNECT option, that tells the mysql client to automatically > reconnect to the server if the connection is lost. > > So normally you should not have the "connection lost" error message. > > If, apparently, the mysql client does not respect its own options, you > will have to handle that yourself. > > What I suggest is explicitly closing and reopening the connection from > time to time (for example each hour). I did that for my own application > because I got some errors too (but not the "connection lost" error, > something else) and I don't have problems anymore. > > If you tell me that this solution works, maybe I will integrate it > directly into the database driver. Hi Beno?t, If you would integrate this into the database driver, then could this be made: 1. Optional (so you can enable or disable the closing and reopening of the connection) 2. With a configurable time interval that defaults to an hour for example, but can be set to other intervals as well. -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From willy at ...2734... Fri Sep 6 16:40:44 2013 From: willy at ...2734... (Willy Raets) Date: Fri, 06 Sep 2013 16:40:44 +0200 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: <60B0942C10CA1842A827E53BA6264B080984F277@...3183...> References: <52288FC0.4020607@...1...> <60B0942C10CA1842A827E53BA6264B080984F148@...3183...> , <20130905152744.7D79ACE48BC8F@...3184...> <60B0942C10CA1842A827E53BA6264B080984F1A0@...3183...> ,<1378421026.2518.9.camel@...3024...> <60B0942C10CA1842A827E53BA6264B080984F277@...3183...> Message-ID: <1378478444.10344.27.camel@...3024...> On Fri, 2013-09-06 at 14:18 +0000, Pryor, Mike wrote: > I just discovered that my PC at home has a functioning Gambas3 installed, > but the package, 'gambas3-gb-gui', is not installed. I upgraded to FC17 > instead of doing a fresh install, so I'm wondering whether the upgrade took > care the problem with the 'gui' package. And if this package is not installed, > which gui package is running when I run gambas3? How did you notice that the package is missing? Did you check this in the Gambas IDE? In a Gambas project open menu Project -> Properties and go to tab components -> see if gb.gui is there and not grayed out. If so, gb.gui is installed on your system. I did notice in YumExtender when searching for Gambas3 packages that gb.gui package was in black font and version 3.0.0, all the others in green font version 3.4.1. This seems a bit odd to be, but then again, my Gambas 4.3.1 is working and not complaining. I attached some screenshots so you can compare it with your own situation. Screenshots where taken on a Fedora 17 with LXDE desktop. -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org -------------- next part -------------- A non-text attachment was scrubbed... Name: Gambas-Project-Properties.png Type: image/png Size: 139443 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: YumExtender.png Type: image/png Size: 131734 bytes Desc: not available URL: From MPryor at ...3182... Fri Sep 6 17:01:23 2013 From: MPryor at ...3182... (Pryor, Mike) Date: Fri, 6 Sep 2013 15:01:23 +0000 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: <1378478444.10344.27.camel@...3024...> References: <52288FC0.4020607@...1...> <60B0942C10CA1842A827E53BA6264B080984F148@...3183...> , <20130905152744.7D79ACE48BC8F@...3184...> <60B0942C10CA1842A827E53BA6264B080984F1A0@...3183...> ,<1378421026.2518.9.camel@...3024...> <60B0942C10CA1842A827E53BA6264B080984F277@...3183...>, <1378478444.10344.27.camel@...3024...> Message-ID: <60B0942C10CA1842A827E53BA6264B080984F29E@...3183...> I found out that gb.gui was not installed when I tried to run 'rpm ql gambas3-gb.gui'. However, there appears to be a gb.gui component in the component tab. Interesting mystery here. The tab does not indicate the version of the component. I wonder whether the Fedora package manager, 'spot', included the gb.gui components in another package. ________________________________________ From: Willy Raets [willy at ...2734...] Sent: Friday, September 06, 2013 10:40 AM To: Pryor, Mike Cc: mailing list for gambas users Subject: Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install On Fri, 2013-09-06 at 14:18 +0000, Pryor, Mike wrote: > I just discovered that my PC at home has a functioning Gambas3 installed, > but the package, 'gambas3-gb-gui', is not installed. I upgraded to FC17 > instead of doing a fresh install, so I'm wondering whether the upgrade took > care the problem with the 'gui' package. And if this package is not installed, > which gui package is running when I run gambas3? How did you notice that the package is missing? Did you check this in the Gambas IDE? In a Gambas project open menu Project -> Properties and go to tab components -> see if gb.gui is there and not grayed out. If so, gb.gui is installed on your system. I did notice in YumExtender when searching for Gambas3 packages that gb.gui package was in black font and version 3.0.0, all the others in green font version 3.4.1. This seems a bit odd to be, but then again, my Gambas 4.3.1 is working and not complaining. I attached some screenshots so you can compare it with your own situation. Screenshots where taken on a Fedora 17 with LXDE desktop. -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From gambas at ...1... Fri Sep 6 18:10:19 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Fri, 06 Sep 2013 18:10:19 +0200 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: <60B0942C10CA1842A827E53BA6264B080984F29E@...3183...> References: <52288FC0.4020607@...1...> <60B0942C10CA1842A827E53BA6264B080984F148@...3183...> , <20130905152744.7D79ACE48BC8F@...3184...> <60B0942C10CA1842A827E53BA6264B080984F1A0@...3183...> , <1378421026.2518.9.camel@...3024...> <60B0942C10CA1842A827E53BA6264B080984F277@...3183...>, <1378478444.10344.27.camel@...3024...> <60B0942C10CA1842A827E53BA6264B080984F29E@...3183...> Message-ID: <5229FE6B.3090900@...1...> Le 06/09/2013 17:01, Pryor, Mike a ?crit : > I found out that gb.gui was not installed when I tried to run 'rpm ql gambas3-gb.gui'. > However, there appears to be a gb.gui component in the component tab. Interesting > mystery here. The tab does not indicate the version of the component. I wonder > whether the Fedora package manager, 'spot', included the gb.gui components in > another package. > I know why: the gb.gui package should not exist. A mistake was made in previous versions, and then the gb.gui package has been removed. The gb.gui component must be packaged in the "runtime" component. -- Beno?t Minisini From MPryor at ...3182... Fri Sep 6 19:51:34 2013 From: MPryor at ...3182... (Pryor, Mike) Date: Fri, 6 Sep 2013 17:51:34 +0000 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: <5229FE6B.3090900@...1...> References: <52288FC0.4020607@...1...> <60B0942C10CA1842A827E53BA6264B080984F148@...3183...> , <20130905152744.7D79ACE48BC8F@...3184...> <60B0942C10CA1842A827E53BA6264B080984F1A0@...3183...> , <1378421026.2518.9.camel@...3024...> <60B0942C10CA1842A827E53BA6264B080984F277@...3183...>, <1378478444.10344.27.camel@...3024...> <60B0942C10CA1842A827E53BA6264B080984F29E@...3183...>, <5229FE6B.3090900@...1...> Message-ID: <60B0942C10CA1842A827E53BA6264B080984F2D8@...3183...> Thank you. I hate unsolved mysteries. ________________________________________ From: Beno?t Minisini [gambas at ...1...] Sent: Friday, September 06, 2013 12:10 PM To: mailing list for gambas users Subject: Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install Le 06/09/2013 17:01, Pryor, Mike a ?crit : > I found out that gb.gui was not installed when I tried to run 'rpm ql gambas3-gb.gui'. > However, there appears to be a gb.gui component in the component tab. Interesting > mystery here. The tab does not indicate the version of the component. I wonder > whether the Fedora package manager, 'spot', included the gb.gui components in > another package. > I know why: the gb.gui package should not exist. A mistake was made in previous versions, and then the gb.gui package has been removed. The gb.gui component must be packaged in the "runtime" component. -- Beno?t Minisini ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From ron at ...1740... Sat Sep 7 12:48:46 2013 From: ron at ...1740... (Ron) Date: Sat, 7 Sep 2013 12:48:46 +0200 Subject: [Gambas-user] Collection puzzle. Message-ID: Something eats my time here... I have a collection cCol which contains collections cCol2 The keys of cCol2 are unknown because they come from a JSON.decode function. I can't seem to access those keys, anyone has an idea on how to print them? So in example below, the "1", "2", "6" It seems collection implementation misses some function/method or contains a bug. Public Sub Main() Dim cCol As Collection Dim cCol2 As Collection Dim cVal As Collection cCol2 = ["1": "one", "2": "two", "6": "six"] cCol = ["A": cCol2, "B": cCol2, "C": cCol2] For Each cVal In cCol Print cVal.key Next End From gambas at ...1... Sat Sep 7 12:53:32 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sat, 07 Sep 2013 12:53:32 +0200 Subject: [Gambas-user] Collection puzzle. In-Reply-To: References: Message-ID: <522B05AC.4010207@...1...> Le 07/09/2013 12:48, Ron a ?crit : > Something eats my time here... > > I have a collection cCol which contains collections cCol2 > The keys of cCol2 are unknown because they come from a JSON.decode function. > > I can't seem to access those keys, anyone has an idea on how to print them? > > So in example below, the "1", "2", "6" > > It seems collection implementation misses some function/method or > contains a bug. > > Public Sub Main() > > Dim cCol As Collection > Dim cCol2 As Collection > Dim cVal As Collection > > cCol2 = ["1": "one", "2": "two", "6": "six"] > cCol = ["A": cCol2, "B": cCol2, "C": cCol2] > > For Each cVal In cCol > Print cVal.key > Next --> You get the keys that way. What's the problem exactly? -- Beno?t Minisini From ron at ...1740... Sat Sep 7 12:56:28 2013 From: ron at ...1740... (Ron) Date: Sat, 7 Sep 2013 12:56:28 +0200 Subject: [Gambas-user] Collection puzzle. In-Reply-To: <522B05AC.4010207@...1...> References: <522B05AC.4010207@...1...> Message-ID: It doesn't work. I don't see them with this example. Normally this works but not with collection inside collection... Do you see them when you run example? Regards, Ron. Op 7 sep. 2013 12:54 schreef "Beno?t Minisini" het volgende: > > Le 07/09/2013 12:48, Ron a ?crit : > > Something eats my time here... > > > > I have a collection cCol which contains collections cCol2 > > The keys of cCol2 are unknown because they come from a JSON.decode function. > > > > I can't seem to access those keys, anyone has an idea on how to print them? > > > > So in example below, the "1", "2", "6" > > > > It seems collection implementation misses some function/method or > > contains a bug. > > > > Public Sub Main() > > > > Dim cCol As Collection > > Dim cCol2 As Collection > > Dim cVal As Collection > > > > cCol2 = ["1": "one", "2": "two", "6": "six"] > > cCol = ["A": cCol2, "B": cCol2, "C": cCol2] > > > > For Each cVal In cCol > > Print cVal.key > > Next > > --> You get the keys that way. What's the problem exactly? > > -- > Beno?t Minisini > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...1... Sat Sep 7 12:58:52 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sat, 07 Sep 2013 12:58:52 +0200 Subject: [Gambas-user] Collection puzzle. In-Reply-To: References: <522B05AC.4010207@...1...> Message-ID: <522B06EC.3020303@...1...> Le 07/09/2013 12:56, Ron a ?crit : > It doesn't work. > > I don't see them with this example. > Normally this works but not with collection inside collection... > > Do you see them when you run example? > > Regards, > Ron. If your code prints "A", "B" and "C", then it works. These are the keys of the cCol collection. Why would you want to see the keys of cCol2 by browsing the keys of cCol? -- Beno?t Minisini From ron at ...1740... Sat Sep 7 13:04:40 2013 From: ron at ...1740... (Ron) Date: Sat, 7 Sep 2013 13:04:40 +0200 Subject: [Gambas-user] Collection puzzle. In-Reply-To: <522B06EC.3020303@...1...> References: <522B05AC.4010207@...1...> <522B06EC.3020303@...1...> Message-ID: I can't display them in any other way. Can you? Op 7 sep. 2013 12:59 schreef "Beno?t Minisini" het volgende: > Le 07/09/2013 12:56, Ron a ?crit : > > It doesn't work. > > > > I don't see them with this example. > > Normally this works but not with collection inside collection... > > > > Do you see them when you run example? > > > > Regards, > > Ron. > > If your code prints "A", "B" and "C", then it works. These are the keys > of the cCol collection. Why would you want to see the keys of cCol2 by > browsing the keys of cCol? > > -- > Beno?t Minisini > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...1... Sat Sep 7 13:12:51 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sat, 07 Sep 2013 13:12:51 +0200 Subject: [Gambas-user] Collection puzzle. In-Reply-To: References: <522B05AC.4010207@...1...> <522B06EC.3020303@...1...> Message-ID: <522B0A33.5020806@...1...> Le 07/09/2013 13:04, Ron a ?crit : > I can't display them in any other way. Can you? > Op 7 sep. 2013 12:59 schreef "Beno?t Minisini" > het volgende: > What do you want to achieve exactly? Browsing the keys of cCol2? Browsing the keys of cCol1 and then browsing the keys of cCol2 recursively? Sorry if I don't understand. -- Beno?t Minisini From gambas.fr at ...626... Sat Sep 7 14:23:09 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Sat, 7 Sep 2013 14:23:09 +0200 Subject: [Gambas-user] Collection puzzle. In-Reply-To: <522B0A33.5020806@...1...> References: <522B05AC.4010207@...1...> <522B06EC.3020303@...1...> <522B0A33.5020806@...1...> Message-ID: you need two loop i your way you see only the key of cCol2 that don't change any more. cVal chow at each the same col... Col2 as each entry of the col container target the same collection... Col2. cCol["1"]->Col2.Key = A cCol["2"]->Col2.Key = A cCol["3"]->Col2.Key = A dim cVal, cVal2 as collection For each cVal in cCol For Each cVal2 in cVal Print cVal.Key & " -> " & cVal2.Key next next 2013/9/7 Beno?t Minisini > Le 07/09/2013 13:04, Ron a ?crit : > > I can't display them in any other way. Can you? > > Op 7 sep. 2013 12:59 schreef "Beno?t Minisini" < > gambas at ...1...> > > het volgende: > > > > What do you want to achieve exactly? Browsing the keys of cCol2? > Browsing the keys of cCol1 and then browsing the keys of cCol2 > recursively? Sorry if I don't understand. > > -- > Beno?t Minisini > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fabien Bodard From ron at ...1740... Sat Sep 7 15:29:24 2013 From: ron at ...1740... (Ron) Date: Sat, 7 Sep 2013 15:29:24 +0200 Subject: [Gambas-user] Collection puzzle. In-Reply-To: References: <522B05AC.4010207@...1...> <522B06EC.3020303@...1...> <522B0A33.5020806@...1...> Message-ID: Fabian Yes i think thats the way. Will try thanks. Benoit my example was not clear. In my program i cannot access col2 directly. It was only here to create a collection inside the collection col which is the only one I can access. Regards, Ron. Op 7 sep. 2013 14:23 schreef "Fabien Bodard" het volgende: > you need two loop > > i your way you see only the key of cCol2 that don't change any more. > > cVal chow at each the same col... Col2 as each entry of the col container > target the same collection... Col2. > > cCol["1"]->Col2.Key = A > cCol["2"]->Col2.Key = A > cCol["3"]->Col2.Key = A > > dim cVal, cVal2 as collection > > For each cVal in cCol > For Each cVal2 in cVal > > Print cVal.Key & " -> " & cVal2.Key > > next > next > > > > > 2013/9/7 Beno?t Minisini > > > Le 07/09/2013 13:04, Ron a ?crit : > > > I can't display them in any other way. Can you? > > > Op 7 sep. 2013 12:59 schreef "Beno?t Minisini" < > > gambas at ...1...> > > > het volgende: > > > > > > > What do you want to achieve exactly? Browsing the keys of cCol2? > > Browsing the keys of cCol1 and then browsing the keys of cCol2 > > recursively? Sorry if I don't understand. > > > > -- > > Beno?t Minisini > > > > > > > ------------------------------------------------------------------------------ > > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > > Discover the easy way to master current and previous Microsoft > technologies > > and advance your career. Get an incredible 1,500+ hours of step-by-step > > tutorial videos with LearnDevNow. Subscribe today and save! > > > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > -- > Fabien Bodard > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From wally at ...2037... Sat Sep 7 06:09:09 2013 From: wally at ...2037... (wally) Date: Sat, 07 Sep 2013 06:09:09 +0200 Subject: [Gambas-user] run as root ? In-Reply-To: References: <2915957.B5CTkkh1In@...3157...> Message-ID: <3092555.2jhRyK9ZDk@...3157...> Good morning Jussi, thanks for reply. > Why you need to run it as root? i need access to gpib-board (kernel drivers 'linux-gpib') I provided a new group 'gpib' and checked memberships but so far i can access the board only as root. This would be the most smart solution i think and i'll try to fix this problem when i'm sure GB works with gpib as expected. I'll try your suggestions too. > But all these options are pretty hazard, so I recommend to develop under > virtual machine. Yes, would prefer this, but unfortunately VBox does not support access to pci-bus yet (VBox version 4.2.16). Correct ? cheers wally On Friday 06 September 2013 15:32:03 Jussi Lahtinen wrote: > AFAIK there is no such feature in Gambas IDE. > > Why you need to run it as root? > Can you make your app ask for password when it needs to do something which > requires root privileges? > That way you could declare string variable and put the password in that. > And when your app is ready just remove it. > > Another option is log in as root, so that IDE and everything else is > executed as root. > > But all these options are pretty hazard, so I recommend to develop under > virtual machine. > > Jussi > > On Fri, Sep 6, 2013 at 7:58 AM, wally wrote: > > Hi, > > > > is there a way to run an gambas-project as root from inside the > > IDE which runs as user ? > > Actually i always create an gambas executable and run this as root, > > but this is not very convenient. > > > > wally > > > > > > > > > > -------------------------------------------------------------------------- > > ---- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, > > more! Discover the easy way to master current and previous Microsoft > > technologies and advance your career. Get an incredible 1,500+ hours of > > step-by-step tutorial videos with LearnDevNow. Subscribe today and save! > > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktr > > k > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > ---------------------------------------------------------------------------- > -- Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From introlinux at ...626... Sun Sep 8 13:20:43 2013 From: introlinux at ...626... (=?ISO-8859-1?Q?Antonio_S=E1nchez?=) Date: Sun, 8 Sep 2013 13:20:43 +0200 Subject: [Gambas-user] More applications for the repository Message-ID: Hi, could the webmaster add these 3 applications to the gambas repository? http://generadorcarnets.blogspot.com.es/p/otros-programas.html They are translated into Spanish, English, Gallician and Catal?n We have made them especially for PicarOS linux distribution (a Debian Wheezy/Sis derivated for Teachers and Kids) --> http://minino.galpon.org Download link: http://minino.galpon.org/sites/minino.galpon.org/modules/pubdlcnt/pubdlcnt.php?file=http://minino.galpon.org/ISO/picaros-diego.iso&nid=51 This distribution has installed gambas 3.4 too :-) Thanks. From gambas at ...1... Sun Sep 8 13:49:47 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sun, 08 Sep 2013 13:49:47 +0200 Subject: [Gambas-user] More applications for the repository In-Reply-To: References: Message-ID: <522C645B.8000907@...1...> Le 08/09/2013 13:20, Antonio S?nchez a ?crit : > Hi, could the webmaster add these 3 applications to the gambas repository? > > http://generadorcarnets.blogspot.com.es/p/otros-programas.html > > They are translated into Spanish, English, Gallician and Catal?n > > > We have made them especially for PicarOS linux distribution (a Debian > Wheezy/Sis derivated for Teachers and Kids) --> http://minino.galpon.org > Download link: > http://minino.galpon.org/sites/minino.galpon.org/modules/pubdlcnt/pubdlcnt.php?file=http://minino.galpon.org/ISO/picaros-diego.iso&nid=51 > > This distribution has installed gambas 3.4 too :-) > > > Thanks. Mmm, if you give me a password, I will give you a write access to the wiki, and you can do it yourself. It's just I don't have too much time to do such things... Regards, -- Beno?t Minisini From willy at ...2734... Sun Sep 8 15:28:28 2013 From: willy at ...2734... (Willy Raets) Date: Sun, 08 Sep 2013 15:28:28 +0200 Subject: [Gambas-user] Documentation updated Message-ID: <1378646908.2274.7.camel@...3024...> Hi all, I have updated the documentation on compiling Gambas 3 on Debian (http://gambasdoc.org/help/install/debian?v3). Instructions are what worked on my system. Nevertheless, if you find something is missing or incorrect please let me know and I'll update the instructions. -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From bill-lancaster at ...2231... Sun Sep 8 17:53:27 2013 From: bill-lancaster at ...2231... (bill-lancaster) Date: Sun, 8 Sep 2013 08:53:27 -0700 (PDT) Subject: [Gambas-user] Gambas in background Message-ID: <1378655607713-43192.post@...3046...> In April 2010 I asked this question. Is it possible to run a Gambas programme with only a trayicon showing? Caveat posted an excellant example which worked for me at the time. http://gambas.8142.n7.nabble.com/Gambas-in-background-td30383.html#a30384 Have just tried to re-create it and can't get it to run properly. The posting say "My FMain is the same FMain as I used for Rolf's question" but I can't find what this refers to so my FMain is empty. When the programme is run, an icon shows beiifly in the tray and then the programme quits. Clearly I'm missing something that I hope is obvious to others. Gambas 3.4.2 Kubuntu 13.04 -- View this message in context: http://gambas.8142.n7.nabble.com/Gambas-in-background-tp43192.html Sent from the gambas-user mailing list archive at Nabble.com. From gambas at ...1... Sun Sep 8 19:16:38 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sun, 08 Sep 2013 19:16:38 +0200 Subject: [Gambas-user] Gambas in background In-Reply-To: <1378655607713-43192.post@...3046...> References: <1378655607713-43192.post@...3046...> Message-ID: <522CB0F6.9040807@...1...> Le 08/09/2013 17:53, bill-lancaster a ?crit : > In April 2010 I asked this question. > > Is it possible to run a Gambas programme with only a trayicon showing? > > Caveat posted an excellant example which worked for me at the time. > http://gambas.8142.n7.nabble.com/Gambas-in-background-td30383.html#a30384 > Have just tried to re-create it and can't get it to run properly. > > The posting say "My FMain is the same FMain as I used for Rolf's question" > but I can't find what this refers to so my FMain is empty. > > When the programme is run, an icon shows beiifly in the tray and then the > programme quits. > > Clearly I'm missing something that I hope is obvious to others. > > Gambas 3.4.2 > Kubuntu 13.04 > I fixed the problem in revision # Now visible trayicons prevent the program from quitting. Here is a little example that works with that revision... -- Beno?t Minisini -------------- next part -------------- A non-text attachment was scrubbed... Name: test-trayicon-0.0.2.tar.gz Type: application/gzip Size: 4731 bytes Desc: not available URL: From gambas at ...1... Sun Sep 8 19:17:10 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sun, 08 Sep 2013 19:17:10 +0200 Subject: [Gambas-user] Gambas in background In-Reply-To: <522CB0F6.9040807@...1...> References: <1378655607713-43192.post@...3046...> <522CB0F6.9040807@...1...> Message-ID: <522CB116.7070805@...1...> Le 08/09/2013 19:16, Beno?t Minisini a ?crit : > I fixed the problem in revision # --> revision #5836 -- Beno?t Minisini From bill-lancaster at ...2231... Mon Sep 9 09:39:36 2013 From: bill-lancaster at ...2231... (bill-lancaster) Date: Mon, 9 Sep 2013 00:39:36 -0700 (PDT) Subject: [Gambas-user] Gambas in background In-Reply-To: <1378655607713-43192.post@...3046...> References: <1378655607713-43192.post@...3046...> Message-ID: <1378712376030-43195.post@...3046...> Thank you Benoit, but the sample programme quits immediatly still. I have only just installed G 3.4.2 so presumably it current. I've never been involved with revision numbers so am embarrassed to say I've no idea if I have revision #5836 -- View this message in context: http://gambas.8142.n7.nabble.com/Gambas-in-background-tp43192p43195.html Sent from the gambas-user mailing list archive at Nabble.com. From jusabejusabe at ...626... Mon Sep 9 10:09:34 2013 From: jusabejusabe at ...626... (Julio Sanchez) Date: Mon, 9 Sep 2013 10:09:34 +0200 Subject: [Gambas-user] More applications for the repository In-Reply-To: <522C645B.8000907@...1...> References: <522C645B.8000907@...1...> Message-ID: Antonio: I have a password I have to supply the names and a page of documentation, Beno?t gave me long ago. This afternoon I add them to the applications to the gambas repository regards 2013/9/8 Beno?t Minisini > Le 08/09/2013 13:20, Antonio S?nchez a ?crit : > > Hi, could the webmaster add these 3 applications to the gambas > repository? > > > > http://generadorcarnets.blogspot.com.es/p/otros-programas.html > > > > They are translated into Spanish, English, Gallician and Catal?n > > > > > > We have made them especially for PicarOS linux distribution (a Debian > > Wheezy/Sis derivated for Teachers and Kids) --> http://minino.galpon.org > > Download link: > > > http://minino.galpon.org/sites/minino.galpon.org/modules/pubdlcnt/pubdlcnt.php?file=http://minino.galpon.org/ISO/picaros-diego.iso&nid=51 > > > > This distribution has installed gambas 3.4 too :-) > > > > > > Thanks. > > Mmm, if you give me a password, I will give you a write access to the > wiki, and you can do it yourself. It's just I don't have too much time > to do such things... > > Regards, > > -- > Beno?t Minisini > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas.fr at ...626... Mon Sep 9 10:14:29 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Mon, 9 Sep 2013 10:14:29 +0200 Subject: [Gambas-user] Gambas in background In-Reply-To: <1378712376030-43195.post@...3046...> References: <1378655607713-43192.post@...3046...> <1378712376030-43195.post@...3046...> Message-ID: Rev is for svn version... If you want to get the correction quickly then use the svn version in other case wait for the next release. Regards, Fabien Bodard Le 9 sept. 2013 09:40, "bill-lancaster" a ?crit : > Thank you Benoit, but the sample programme quits immediatly still. > > I have only just installed G 3.4.2 so presumably it current. > > I've never been involved with revision numbers so am embarrassed to say > I've > no idea if I have revision #5836 > > > > > -- > View this message in context: > http://gambas.8142.n7.nabble.com/Gambas-in-background-tp43192p43195.html > Sent from the gambas-user mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From MPryor at ...3182... Mon Sep 9 15:58:12 2013 From: MPryor at ...3182... (Pryor, Mike) Date: Mon, 9 Sep 2013 13:58:12 +0000 Subject: [Gambas-user] Where are the Widgets Message-ID: <60B0942C10CA1842A827E53BA6264B080984F431@...3183...> I've just started exploring Gambas 3 and I notice it doesn't display a set of widgets (controls) like the buttons, labels, frames etc. What are the magic words to get this to display? Gambas 2 automatically displays them when I create a new project. I'm using Fedora 17. From mckaygerhard at ...626... Mon Sep 9 16:37:28 2013 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Mon, 9 Sep 2013 10:07:28 -0430 Subject: [Gambas-user] Gambas-user Digest, Vol 88, Issue 12 In-Reply-To: References: Message-ID: From: Willy Raets > I have updated the documentation on compiling Gambas 3 on Debian > (http://gambasdoc.org/help/install/debian?v3). > there's only for current Debian, what about Squeeze? > Nevertheless, if you find something is missing or incorrect please let > me know and I'll update the instructions. > i made packages for lenny and squeeze, and made public in venenux.netwebsite.. at least instructions for compiling on squeeze must be done! From allegfede at ...626... Mon Sep 9 17:42:50 2013 From: allegfede at ...626... (Federico Allegretti) Date: Mon, 9 Sep 2013 17:42:50 +0200 Subject: [Gambas-user] Gambas-user Digest, Vol 88, Issue 13 In-Reply-To: References: Message-ID: on some distro installations gambas 3 hides some panels in the right side of the screen .... move the mouse very sloowly near the separator of property, tools, etc and you'll notice a small pair of triangles/arrows. click them to expand the panel :D On Mon, Sep 9, 2013 at 4:37 PM, wrote: > Send Gambas-user mailing list submissions to > gambas-user at lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/gambas-user > or, via email, send a message with subject or body 'help' to > gambas-user-request at lists.sourceforge.net > > You can reach the person managing the list at > gambas-user-owner at lists.sourceforge.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Gambas-user digest..." > > > Today's Topics: > > 1. Re: Gambas in background (Beno?t Minisini) > 2. Re: Gambas in background (Beno?t Minisini) > 3. Gambas in background (bill-lancaster) > 4. Re: More applications for the repository (Julio Sanchez) > 5. Re: Gambas in background (Fabien Bodard) > 6. Where are the Widgets (Pryor, Mike) > 7. Re: Gambas-user Digest, Vol 88, Issue 12 (PICCORO McKAY Lenz) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 08 Sep 2013 19:16:38 +0200 > From: Beno?t Minisini > Subject: Re: [Gambas-user] Gambas in background > To: mailing list for gambas users > Message-ID: <522CB0F6.9040807 at ...1...> > Content-Type: text/plain; charset="iso-8859-1" > > Le 08/09/2013 17:53, bill-lancaster a ?crit : > > In April 2010 I asked this question. > > > > Is it possible to run a Gambas programme with only a trayicon showing? > > > > Caveat posted an excellant example which worked for me at the time. > > > http://gambas.8142.n7.nabble.com/Gambas-in-background-td30383.html#a30384 > > Have just tried to re-create it and can't get it to run properly. > > > > The posting say "My FMain is the same FMain as I used for Rolf's > question" > > but I can't find what this refers to so my FMain is empty. > > > > When the programme is run, an icon shows beiifly in the tray and then the > > programme quits. > > > > Clearly I'm missing something that I hope is obvious to others. > > > > Gambas 3.4.2 > > Kubuntu 13.04 > > > > I fixed the problem in revision # > Now visible trayicons prevent the program from quitting. > > Here is a little example that works with that revision... > > -- > Beno?t Minisini > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: test-trayicon-0.0.2.tar.gz > Type: application/gzip > Size: 4731 bytes > Desc: not available > > ------------------------------ > > Message: 2 > Date: Sun, 08 Sep 2013 19:17:10 +0200 > From: Beno?t Minisini > Subject: Re: [Gambas-user] Gambas in background > To: mailing list for gambas users > Message-ID: <522CB116.7070805 at ...1...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Le 08/09/2013 19:16, Beno?t Minisini a ?crit : > > I fixed the problem in revision # > > --> revision #5836 > -- > Beno?t Minisini > > > > ------------------------------ > > Message: 3 > Date: Mon, 9 Sep 2013 00:39:36 -0700 (PDT) > From: bill-lancaster > Subject: [Gambas-user] Gambas in background > To: gambas-user at lists.sourceforge.net > Message-ID: <1378712376030-43195.post at ...3046...> > Content-Type: text/plain; charset=us-ascii > > Thank you Benoit, but the sample programme quits immediatly still. > > I have only just installed G 3.4.2 so presumably it current. > > I've never been involved with revision numbers so am embarrassed to say > I've > no idea if I have revision #5836 > > > > > -- > View this message in context: > http://gambas.8142.n7.nabble.com/Gambas-in-background-tp43192p43195.html > Sent from the gambas-user mailing list archive at Nabble.com. > > > > ------------------------------ > > Message: 4 > Date: Mon, 9 Sep 2013 10:09:34 +0200 > From: Julio Sanchez > Subject: Re: [Gambas-user] More applications for the repository > To: mailing list for gambas users > Message-ID: > < > CAFM-pnvWnwzkGuXx44xMy+Kcdq7JJX0_TbzRqVkP40NV4OxPjw at ...627...> > Content-Type: text/plain; charset=ISO-8859-1 > > Antonio: > > I have a password I have to supply the names and a page of documentation, > Beno?t gave me long ago. > This afternoon I add them to the applications to the gambas repository > > regards > > > 2013/9/8 Beno?t Minisini > > > Le 08/09/2013 13:20, Antonio S?nchez a ?crit : > > > Hi, could the webmaster add these 3 applications to the gambas > > repository? > > > > > > http://generadorcarnets.blogspot.com.es/p/otros-programas.html > > > > > > They are translated into Spanish, English, Gallician and Catal?n > > > > > > > > > We have made them especially for PicarOS linux distribution (a Debian > > > Wheezy/Sis derivated for Teachers and Kids) --> > http://minino.galpon.org > > > Download link: > > > > > > http://minino.galpon.org/sites/minino.galpon.org/modules/pubdlcnt/pubdlcnt.php?file=http://minino.galpon.org/ISO/picaros-diego.iso&nid=51 > > > > > > This distribution has installed gambas 3.4 too :-) > > > > > > > > > Thanks. > > > > Mmm, if you give me a password, I will give you a write access to the > > wiki, and you can do it yourself. It's just I don't have too much time > > to do such things... > > > > Regards, > > > > -- > > Beno?t Minisini > > > > > > > ------------------------------------------------------------------------------ > > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > > Discover the easy way to master current and previous Microsoft > technologies > > and advance your career. Get an incredible 1,500+ hours of step-by-step > > tutorial videos with LearnDevNow. Subscribe today and save! > > > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > ------------------------------ > > Message: 5 > Date: Mon, 9 Sep 2013 10:14:29 +0200 > From: Fabien Bodard > Subject: Re: [Gambas-user] Gambas in background > To: mailing list for gambas users > Message-ID: > < > CAFkCsL5ESyrX49GjwFdV+hxehVOAjoZzhsQ4rVH0s+wFUcDNKg at ...627...> > Content-Type: text/plain; charset=ISO-8859-1 > > Rev is for svn version... If you want to get the correction quickly then > use the svn version in other case wait for the next release. > > Regards, > > Fabien Bodard > Le 9 sept. 2013 09:40, "bill-lancaster" a > ?crit : > > > Thank you Benoit, but the sample programme quits immediatly still. > > > > I have only just installed G 3.4.2 so presumably it current. > > > > I've never been involved with revision numbers so am embarrassed to say > > I've > > no idea if I have revision #5836 > > > > > > > > > > -- > > View this message in context: > > http://gambas.8142.n7.nabble.com/Gambas-in-background-tp43192p43195.html > > Sent from the gambas-user mailing list archive at Nabble.com. > > > > > > > ------------------------------------------------------------------------------ > > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > > Discover the easy way to master current and previous Microsoft > technologies > > and advance your career. Get an incredible 1,500+ hours of step-by-step > > tutorial videos with LearnDevNow. Subscribe today and save! > > > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > ------------------------------ > > Message: 6 > Date: Mon, 9 Sep 2013 13:58:12 +0000 > From: "Pryor, Mike" > Subject: [Gambas-user] Where are the Widgets > To: "gambas-user at lists.sourceforge.net" > > Message-ID: > <60B0942C10CA1842A827E53BA6264B080984F431 at ...3183...> > Content-Type: text/plain; charset="us-ascii" > > I've just started exploring Gambas 3 and I notice it doesn't display a set > of widgets (controls) like the > buttons, labels, frames etc. What are the magic words to get this to > display? Gambas 2 automatically > displays them when I create a new project. I'm using Fedora 17. > > > > > > ------------------------------ > > Message: 7 > Date: Mon, 9 Sep 2013 10:07:28 -0430 > From: PICCORO McKAY Lenz > Subject: Re: [Gambas-user] Gambas-user Digest, Vol 88, Issue 12 > To: mailing list for gambas users > Message-ID: > auYonirRAHELQ at ...627...> > Content-Type: text/plain; charset=UTF-8 > > From: Willy Raets > > > I have updated the documentation on compiling Gambas 3 on Debian > > (http://gambasdoc.org/help/install/debian?v3). > > > there's only for current Debian, what about Squeeze? > > > > Nevertheless, if you find something is missing or incorrect please let > > me know and I'll update the instructions. > > > i made packages for lenny and squeeze, and made public in > venenux.netwebsite.. at least instructions for compiling on squeeze > must be done! > > > ------------------------------ > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > > ------------------------------ > > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > End of Gambas-user Digest, Vol 88, Issue 13 > ******************************************* > -- Messagenet VOIP: 5338759 My blogs: http://altri-media.blogspot.com/ http://subbaqquerie.blogspot.com/ YouTube Channel: AllegFede VIMEO HD videos: http://www.vimeo.com/user1912745/videos From MPryor at ...3182... Mon Sep 9 18:54:09 2013 From: MPryor at ...3182... (Pryor, Mike) Date: Mon, 9 Sep 2013 16:54:09 +0000 Subject: [Gambas-user] Gambas-user Digest, Vol 88, Issue 13 In-Reply-To: References: , Message-ID: <60B0942C10CA1842A827E53BA6264B080984F479@...3183...> Thanks. I'll give that a try. ________________________________________ From: Federico Allegretti [allegfede at ...626...] Sent: Monday, September 09, 2013 11:42 AM To: gambas-user at lists.sourceforge.net Subject: Re: [Gambas-user] Gambas-user Digest, Vol 88, Issue 13 on some distro installations gambas 3 hides some panels in the right side of the screen .... move the mouse very sloowly near the separator of property, tools, etc and you'll notice a small pair of triangles/arrows. click them to expand the panel :D On Mon, Sep 9, 2013 at 4:37 PM, wrote: > Send Gambas-user mailing list submissions to > gambas-user at lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/gambas-user > or, via email, send a message with subject or body 'help' to > gambas-user-request at lists.sourceforge.net > > You can reach the person managing the list at > gambas-user-owner at lists.sourceforge.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Gambas-user digest..." > > > Today's Topics: > > 1. Re: Gambas in background (Beno?t Minisini) > 2. Re: Gambas in background (Beno?t Minisini) > 3. Gambas in background (bill-lancaster) > 4. Re: More applications for the repository (Julio Sanchez) > 5. Re: Gambas in background (Fabien Bodard) > 6. Where are the Widgets (Pryor, Mike) > 7. Re: Gambas-user Digest, Vol 88, Issue 12 (PICCORO McKAY Lenz) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 08 Sep 2013 19:16:38 +0200 > From: Beno?t Minisini > Subject: Re: [Gambas-user] Gambas in background > To: mailing list for gambas users > Message-ID: <522CB0F6.9040807 at ...1...> > Content-Type: text/plain; charset="iso-8859-1" > > Le 08/09/2013 17:53, bill-lancaster a ?crit : > > In April 2010 I asked this question. > > > > Is it possible to run a Gambas programme with only a trayicon showing? > > > > Caveat posted an excellant example which worked for me at the time. > > > http://gambas.8142.n7.nabble.com/Gambas-in-background-td30383.html#a30384 > > Have just tried to re-create it and can't get it to run properly. > > > > The posting say "My FMain is the same FMain as I used for Rolf's > question" > > but I can't find what this refers to so my FMain is empty. > > > > When the programme is run, an icon shows beiifly in the tray and then the > > programme quits. > > > > Clearly I'm missing something that I hope is obvious to others. > > > > Gambas 3.4.2 > > Kubuntu 13.04 > > > > I fixed the problem in revision # > Now visible trayicons prevent the program from quitting. > > Here is a little example that works with that revision... > > -- > Beno?t Minisini > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: test-trayicon-0.0.2.tar.gz > Type: application/gzip > Size: 4731 bytes > Desc: not available > > ------------------------------ > > Message: 2 > Date: Sun, 08 Sep 2013 19:17:10 +0200 > From: Beno?t Minisini > Subject: Re: [Gambas-user] Gambas in background > To: mailing list for gambas users > Message-ID: <522CB116.7070805 at ...1...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Le 08/09/2013 19:16, Beno?t Minisini a ?crit : > > I fixed the problem in revision # > > --> revision #5836 > -- > Beno?t Minisini > > > > ------------------------------ > > Message: 3 > Date: Mon, 9 Sep 2013 00:39:36 -0700 (PDT) > From: bill-lancaster > Subject: [Gambas-user] Gambas in background > To: gambas-user at lists.sourceforge.net > Message-ID: <1378712376030-43195.post at ...3046...> > Content-Type: text/plain; charset=us-ascii > > Thank you Benoit, but the sample programme quits immediatly still. > > I have only just installed G 3.4.2 so presumably it current. > > I've never been involved with revision numbers so am embarrassed to say > I've > no idea if I have revision #5836 > > > > > -- > View this message in context: > http://gambas.8142.n7.nabble.com/Gambas-in-background-tp43192p43195.html > Sent from the gambas-user mailing list archive at Nabble.com. > > > > ------------------------------ > > Message: 4 > Date: Mon, 9 Sep 2013 10:09:34 +0200 > From: Julio Sanchez > Subject: Re: [Gambas-user] More applications for the repository > To: mailing list for gambas users > Message-ID: > < > CAFM-pnvWnwzkGuXx44xMy+Kcdq7JJX0_TbzRqVkP40NV4OxPjw at ...627...> > Content-Type: text/plain; charset=ISO-8859-1 > > Antonio: > > I have a password I have to supply the names and a page of documentation, > Beno?t gave me long ago. > This afternoon I add them to the applications to the gambas repository > > regards > > > 2013/9/8 Beno?t Minisini > > > Le 08/09/2013 13:20, Antonio S?nchez a ?crit : > > > Hi, could the webmaster add these 3 applications to the gambas > > repository? > > > > > > http://generadorcarnets.blogspot.com.es/p/otros-programas.html > > > > > > They are translated into Spanish, English, Gallician and Catal?n > > > > > > > > > We have made them especially for PicarOS linux distribution (a Debian > > > Wheezy/Sis derivated for Teachers and Kids) --> > http://minino.galpon.org > > > Download link: > > > > > > http://minino.galpon.org/sites/minino.galpon.org/modules/pubdlcnt/pubdlcnt.php?file=http://minino.galpon.org/ISO/picaros-diego.iso&nid=51 > > > > > > This distribution has installed gambas 3.4 too :-) > > > > > > > > > Thanks. > > > > Mmm, if you give me a password, I will give you a write access to the > > wiki, and you can do it yourself. It's just I don't have too much time > > to do such things... > > > > Regards, > > > > -- > > Beno?t Minisini > > > > > > > ------------------------------------------------------------------------------ > > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > > Discover the easy way to master current and previous Microsoft > technologies > > and advance your career. Get an incredible 1,500+ hours of step-by-step > > tutorial videos with LearnDevNow. Subscribe today and save! > > > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > ------------------------------ > > Message: 5 > Date: Mon, 9 Sep 2013 10:14:29 +0200 > From: Fabien Bodard > Subject: Re: [Gambas-user] Gambas in background > To: mailing list for gambas users > Message-ID: > < > CAFkCsL5ESyrX49GjwFdV+hxehVOAjoZzhsQ4rVH0s+wFUcDNKg at ...627...> > Content-Type: text/plain; charset=ISO-8859-1 > > Rev is for svn version... If you want to get the correction quickly then > use the svn version in other case wait for the next release. > > Regards, > > Fabien Bodard > Le 9 sept. 2013 09:40, "bill-lancaster" a > ?crit : > > > Thank you Benoit, but the sample programme quits immediatly still. > > > > I have only just installed G 3.4.2 so presumably it current. > > > > I've never been involved with revision numbers so am embarrassed to say > > I've > > no idea if I have revision #5836 > > > > > > > > > > -- > > View this message in context: > > http://gambas.8142.n7.nabble.com/Gambas-in-background-tp43192p43195.html > > Sent from the gambas-user mailing list archive at Nabble.com. > > > > > > > ------------------------------------------------------------------------------ > > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > > Discover the easy way to master current and previous Microsoft > technologies > > and advance your career. Get an incredible 1,500+ hours of step-by-step > > tutorial videos with LearnDevNow. Subscribe today and save! > > > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > ------------------------------ > > Message: 6 > Date: Mon, 9 Sep 2013 13:58:12 +0000 > From: "Pryor, Mike" > Subject: [Gambas-user] Where are the Widgets > To: "gambas-user at lists.sourceforge.net" > > Message-ID: > <60B0942C10CA1842A827E53BA6264B080984F431 at ...3183...> > Content-Type: text/plain; charset="us-ascii" > > I've just started exploring Gambas 3 and I notice it doesn't display a set > of widgets (controls) like the > buttons, labels, frames etc. What are the magic words to get this to > display? Gambas 2 automatically > displays them when I create a new project. I'm using Fedora 17. > > > > > > ------------------------------ > > Message: 7 > Date: Mon, 9 Sep 2013 10:07:28 -0430 > From: PICCORO McKAY Lenz > Subject: Re: [Gambas-user] Gambas-user Digest, Vol 88, Issue 12 > To: mailing list for gambas users > Message-ID: > auYonirRAHELQ at ...627...> > Content-Type: text/plain; charset=UTF-8 > > From: Willy Raets > > > I have updated the documentation on compiling Gambas 3 on Debian > > (http://gambasdoc.org/help/install/debian?v3). > > > there's only for current Debian, what about Squeeze? > > > > Nevertheless, if you find something is missing or incorrect please let > > me know and I'll update the instructions. > > > i made packages for lenny and squeeze, and made public in > venenux.netwebsite.. at least instructions for compiling on squeeze > must be done! > > > ------------------------------ > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > > ------------------------------ > > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > End of Gambas-user Digest, Vol 88, Issue 13 > ******************************************* > -- Messagenet VOIP: 5338759 My blogs: http://altri-media.blogspot.com/ http://subbaqquerie.blogspot.com/ YouTube Channel: AllegFede VIMEO HD videos: http://www.vimeo.com/user1912745/videos ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From MPryor at ...3182... Mon Sep 9 18:57:30 2013 From: MPryor at ...3182... (Pryor, Mike) Date: Mon, 9 Sep 2013 16:57:30 +0000 Subject: [Gambas-user] Gambas-user Digest, Vol 88, Issue 13 In-Reply-To: References: , Message-ID: <60B0942C10CA1842A827E53BA6264B080984F48A@...3183...> I found it, thanks. It was very well hidden. I'll keep my eyes peeled for those itty bitty arrows. ________________________________________ From: Federico Allegretti [allegfede at ...626...] Sent: Monday, September 09, 2013 11:42 AM To: gambas-user at lists.sourceforge.net Subject: Re: [Gambas-user] Gambas-user Digest, Vol 88, Issue 13 on some distro installations gambas 3 hides some panels in the right side of the screen .... move the mouse very sloowly near the separator of property, tools, etc and you'll notice a small pair of triangles/arrows. click them to expand the panel :D On Mon, Sep 9, 2013 at 4:37 PM, wrote: > Send Gambas-user mailing list submissions to > gambas-user at lists.sourceforge.net > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.sourceforge.net/lists/listinfo/gambas-user > or, via email, send a message with subject or body 'help' to > gambas-user-request at lists.sourceforge.net > > You can reach the person managing the list at > gambas-user-owner at lists.sourceforge.net > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of Gambas-user digest..." > > > Today's Topics: > > 1. Re: Gambas in background (Beno?t Minisini) > 2. Re: Gambas in background (Beno?t Minisini) > 3. Gambas in background (bill-lancaster) > 4. Re: More applications for the repository (Julio Sanchez) > 5. Re: Gambas in background (Fabien Bodard) > 6. Where are the Widgets (Pryor, Mike) > 7. Re: Gambas-user Digest, Vol 88, Issue 12 (PICCORO McKAY Lenz) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Sun, 08 Sep 2013 19:16:38 +0200 > From: Beno?t Minisini > Subject: Re: [Gambas-user] Gambas in background > To: mailing list for gambas users > Message-ID: <522CB0F6.9040807 at ...1...> > Content-Type: text/plain; charset="iso-8859-1" > > Le 08/09/2013 17:53, bill-lancaster a ?crit : > > In April 2010 I asked this question. > > > > Is it possible to run a Gambas programme with only a trayicon showing? > > > > Caveat posted an excellant example which worked for me at the time. > > > http://gambas.8142.n7.nabble.com/Gambas-in-background-td30383.html#a30384 > > Have just tried to re-create it and can't get it to run properly. > > > > The posting say "My FMain is the same FMain as I used for Rolf's > question" > > but I can't find what this refers to so my FMain is empty. > > > > When the programme is run, an icon shows beiifly in the tray and then the > > programme quits. > > > > Clearly I'm missing something that I hope is obvious to others. > > > > Gambas 3.4.2 > > Kubuntu 13.04 > > > > I fixed the problem in revision # > Now visible trayicons prevent the program from quitting. > > Here is a little example that works with that revision... > > -- > Beno?t Minisini > -------------- next part -------------- > A non-text attachment was scrubbed... > Name: test-trayicon-0.0.2.tar.gz > Type: application/gzip > Size: 4731 bytes > Desc: not available > > ------------------------------ > > Message: 2 > Date: Sun, 08 Sep 2013 19:17:10 +0200 > From: Beno?t Minisini > Subject: Re: [Gambas-user] Gambas in background > To: mailing list for gambas users > Message-ID: <522CB116.7070805 at ...1...> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Le 08/09/2013 19:16, Beno?t Minisini a ?crit : > > I fixed the problem in revision # > > --> revision #5836 > -- > Beno?t Minisini > > > > ------------------------------ > > Message: 3 > Date: Mon, 9 Sep 2013 00:39:36 -0700 (PDT) > From: bill-lancaster > Subject: [Gambas-user] Gambas in background > To: gambas-user at lists.sourceforge.net > Message-ID: <1378712376030-43195.post at ...3046...> > Content-Type: text/plain; charset=us-ascii > > Thank you Benoit, but the sample programme quits immediatly still. > > I have only just installed G 3.4.2 so presumably it current. > > I've never been involved with revision numbers so am embarrassed to say > I've > no idea if I have revision #5836 > > > > > -- > View this message in context: > http://gambas.8142.n7.nabble.com/Gambas-in-background-tp43192p43195.html > Sent from the gambas-user mailing list archive at Nabble.com. > > > > ------------------------------ > > Message: 4 > Date: Mon, 9 Sep 2013 10:09:34 +0200 > From: Julio Sanchez > Subject: Re: [Gambas-user] More applications for the repository > To: mailing list for gambas users > Message-ID: > < > CAFM-pnvWnwzkGuXx44xMy+Kcdq7JJX0_TbzRqVkP40NV4OxPjw at ...627...> > Content-Type: text/plain; charset=ISO-8859-1 > > Antonio: > > I have a password I have to supply the names and a page of documentation, > Beno?t gave me long ago. > This afternoon I add them to the applications to the gambas repository > > regards > > > 2013/9/8 Beno?t Minisini > > > Le 08/09/2013 13:20, Antonio S?nchez a ?crit : > > > Hi, could the webmaster add these 3 applications to the gambas > > repository? > > > > > > http://generadorcarnets.blogspot.com.es/p/otros-programas.html > > > > > > They are translated into Spanish, English, Gallician and Catal?n > > > > > > > > > We have made them especially for PicarOS linux distribution (a Debian > > > Wheezy/Sis derivated for Teachers and Kids) --> > http://minino.galpon.org > > > Download link: > > > > > > http://minino.galpon.org/sites/minino.galpon.org/modules/pubdlcnt/pubdlcnt.php?file=http://minino.galpon.org/ISO/picaros-diego.iso&nid=51 > > > > > > This distribution has installed gambas 3.4 too :-) > > > > > > > > > Thanks. > > > > Mmm, if you give me a password, I will give you a write access to the > > wiki, and you can do it yourself. It's just I don't have too much time > > to do such things... > > > > Regards, > > > > -- > > Beno?t Minisini > > > > > > > ------------------------------------------------------------------------------ > > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > > Discover the easy way to master current and previous Microsoft > technologies > > and advance your career. Get an incredible 1,500+ hours of step-by-step > > tutorial videos with LearnDevNow. Subscribe today and save! > > > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > ------------------------------ > > Message: 5 > Date: Mon, 9 Sep 2013 10:14:29 +0200 > From: Fabien Bodard > Subject: Re: [Gambas-user] Gambas in background > To: mailing list for gambas users > Message-ID: > < > CAFkCsL5ESyrX49GjwFdV+hxehVOAjoZzhsQ4rVH0s+wFUcDNKg at ...627...> > Content-Type: text/plain; charset=ISO-8859-1 > > Rev is for svn version... If you want to get the correction quickly then > use the svn version in other case wait for the next release. > > Regards, > > Fabien Bodard > Le 9 sept. 2013 09:40, "bill-lancaster" a > ?crit : > > > Thank you Benoit, but the sample programme quits immediatly still. > > > > I have only just installed G 3.4.2 so presumably it current. > > > > I've never been involved with revision numbers so am embarrassed to say > > I've > > no idea if I have revision #5836 > > > > > > > > > > -- > > View this message in context: > > http://gambas.8142.n7.nabble.com/Gambas-in-background-tp43192p43195.html > > Sent from the gambas-user mailing list archive at Nabble.com. > > > > > > > ------------------------------------------------------------------------------ > > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > > Discover the easy way to master current and previous Microsoft > technologies > > and advance your career. Get an incredible 1,500+ hours of step-by-step > > tutorial videos with LearnDevNow. Subscribe today and save! > > > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > ------------------------------ > > Message: 6 > Date: Mon, 9 Sep 2013 13:58:12 +0000 > From: "Pryor, Mike" > Subject: [Gambas-user] Where are the Widgets > To: "gambas-user at lists.sourceforge.net" > > Message-ID: > <60B0942C10CA1842A827E53BA6264B080984F431 at ...3183...> > Content-Type: text/plain; charset="us-ascii" > > I've just started exploring Gambas 3 and I notice it doesn't display a set > of widgets (controls) like the > buttons, labels, frames etc. What are the magic words to get this to > display? Gambas 2 automatically > displays them when I create a new project. I'm using Fedora 17. > > > > > > ------------------------------ > > Message: 7 > Date: Mon, 9 Sep 2013 10:07:28 -0430 > From: PICCORO McKAY Lenz > Subject: Re: [Gambas-user] Gambas-user Digest, Vol 88, Issue 12 > To: mailing list for gambas users > Message-ID: > auYonirRAHELQ at ...627...> > Content-Type: text/plain; charset=UTF-8 > > From: Willy Raets > > > I have updated the documentation on compiling Gambas 3 on Debian > > (http://gambasdoc.org/help/install/debian?v3). > > > there's only for current Debian, what about Squeeze? > > > > Nevertheless, if you find something is missing or incorrect please let > > me know and I'll update the instructions. > > > i made packages for lenny and squeeze, and made public in > venenux.netwebsite.. at least instructions for compiling on squeeze > must be done! > > > ------------------------------ > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > > ------------------------------ > > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > End of Gambas-user Digest, Vol 88, Issue 13 > ******************************************* > -- Messagenet VOIP: 5338759 My blogs: http://altri-media.blogspot.com/ http://subbaqquerie.blogspot.com/ YouTube Channel: AllegFede VIMEO HD videos: http://www.vimeo.com/user1912745/videos ------------------------------------------------------------------------------ Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! Discover the easy way to master current and previous Microsoft technologies and advance your career. Get an incredible 1,500+ hours of step-by-step tutorial videos with LearnDevNow. Subscribe today and save! http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From jusabejusabe at ...626... Mon Sep 9 19:33:07 2013 From: jusabejusabe at ...626... (Julio Sanchez) Date: Mon, 9 Sep 2013 19:33:07 +0200 Subject: [Gambas-user] More applications for the repository In-Reply-To: References: <522C645B.8000907@...1...> Message-ID: http://gambasdoc.org/help/app/orles http://gambasdoc.org/help/app/multiplediplomabuilder http://gambasdoc.org/help/app/carnetgenerator 2013/9/9 Julio Sanchez > Antonio: > > I have a password I have to supply the names and a page of documentation, > Beno?t gave me long ago. > This afternoon I add them to the applications to the gambas repository > > regards > > > 2013/9/8 Beno?t Minisini > >> Le 08/09/2013 13:20, Antonio S?nchez a ?crit : >> > Hi, could the webmaster add these 3 applications to the gambas >> repository? >> > >> > http://generadorcarnets.blogspot.com.es/p/otros-programas.html >> > >> > They are translated into Spanish, English, Gallician and Catal?n >> > >> > >> > We have made them especially for PicarOS linux distribution (a Debian >> > Wheezy/Sis derivated for Teachers and Kids) --> >> http://minino.galpon.org >> > Download link: >> > >> http://minino.galpon.org/sites/minino.galpon.org/modules/pubdlcnt/pubdlcnt.php?file=http://minino.galpon.org/ISO/picaros-diego.iso&nid=51 >> > >> > This distribution has installed gambas 3.4 too :-) >> > >> > >> > Thanks. >> >> Mmm, if you give me a password, I will give you a write access to the >> wiki, and you can do it yourself. It's just I don't have too much time >> to do such things... >> >> Regards, >> >> -- >> Beno?t Minisini >> >> >> ------------------------------------------------------------------------------ >> Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! >> Discover the easy way to master current and previous Microsoft >> technologies >> and advance your career. Get an incredible 1,500+ hours of step-by-step >> tutorial videos with LearnDevNow. Subscribe today and save! >> >> http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > From willy at ...2734... Mon Sep 9 19:46:34 2013 From: willy at ...2734... (Willy Raets) Date: Mon, 09 Sep 2013 19:46:34 +0200 Subject: [Gambas-user] Gambas-user Digest, Vol 88, Issue 12 In-Reply-To: References: Message-ID: <1378748794.4665.14.camel@...3024...> On Mon, 2013-09-09 at 10:07 -0430, PICCORO McKAY Lenz wrote: > From: Willy Raets > > > I have updated the documentation on compiling Gambas 3 on Debian > > (http://gambasdoc.org/help/install/debian?v3). > > > there's only for current Debian, what about Squeeze? Haven't done that. I'm already glad to have compiled both 3.4.2 and trunk on Wheezy just to catch the differences in dependencies between the two, to write these instructions. I can tell you that took a lot of time to do. Remember, I'm just a guy using Gambas, who, when time allows, tries to help out the Gambas project by doing some works on documentation, translation and tracing bugs. So for Squeeze instruction I would need to install a Debian squeeze, do a compilation of both Gambas 3.4.2 and trunk version, before I could write these instructions. If I have time I will do this, but that will certainly not be today;) > > > > Nevertheless, if you find something is missing or incorrect please let > > me know and I'll update the instructions. > > > i made packages for lenny and squeeze, and made public in > venenux.netwebsite.. at least instructions for compiling on squeeze > must be done! If you have the instructions for squeeze, send them and I will have a look at them and see if I can use them to update the wiki a bit sooner than above mentioned solution. -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From willy at ...2734... Mon Sep 9 23:47:28 2013 From: willy at ...2734... (Willy Raets) Date: Mon, 09 Sep 2013 23:47:28 +0200 Subject: [Gambas-user] Gambas-user Digest, Vol 88, Issue 12 In-Reply-To: <1378748794.4665.14.camel@...3024...> References: <1378748794.4665.14.camel@...3024...> Message-ID: <1378763248.3561.5.camel@...3024...> On Mon, 2013-09-09 at 19:46 +0200, Willy Raets wrote: > On Mon, 2013-09-09 at 10:07 -0430, PICCORO McKAY Lenz wrote: > > From: Willy Raets > > > > > I have updated the documentation on compiling Gambas 3 on Debian > > > (http://gambasdoc.org/help/install/debian?v3). > > > > > there's only for current Debian, what about Squeeze? > > Haven't done that. I'm already glad to have compiled both 3.4.2 and > trunk on Wheezy just to catch the differences in dependencies between > the two, to write these instructions. I can tell you that took a lot of > time to do. > > Remember, I'm just a guy using Gambas, who, when time allows, tries to > help out the Gambas project by doing some works on documentation, > translation and tracing bugs. > > So for Squeeze instruction I would need to install a Debian squeeze, do > a compilation of both Gambas 3.4.2 and trunk version, before I could > write these instructions. If I have time I will do this, but that will > certainly not be today;) > > > > > > > > Nevertheless, if you find something is missing or incorrect please let > > > me know and I'll update the instructions. > > > > > i made packages for lenny and squeeze, and made public in > > venenux.netwebsite.. at least instructions for compiling on squeeze > > must be done! > > If you have the instructions for squeeze, send them and I will have a > look at them and see if I can use them to update the wiki a bit sooner > than above mentioned solution. > > I have updated the information with squeeze, based on older notes I made of an installation of Gambas 3.3.2 from source on squeeze. I will check these instructions myself as soon as I have a Debian squeeze VM installed and running. If you do find some irregularities, please do report them to me and I will modify what needs correction. -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From jussi.lahtinen at ...626... Mon Sep 9 23:49:53 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Tue, 10 Sep 2013 00:49:53 +0300 Subject: [Gambas-user] Gambas doc down? In-Reply-To: References: <52252183.2010407@...94...> Message-ID: Everyone else using OpenDNS? I have contacted OpenDNS to fix this, but for some reason it's still problem. Now I can connect to "gambasdoc.org", but not to "www.gambasdoc.org", and this is problematic because IDE seems to use www in the name (see screenshot). Strange thing that this problem started only lately, what could have happened? Any clues? Jussi On Tue, Sep 3, 2013 at 3:18 PM, Jussi Lahtinen wrote: > It turns out to be problem in DNS server. > With OpenDNS I can't open the website, but with my local alternative > everything is OK. > Strange... > > Jussi > > > On Tue, Sep 3, 2013 at 2:38 AM, Rob Kudla wrote: > >> On 2013-09-02 18:38, Jussi Lahtinen wrote: >> > I can't connect to www.gambasdoc.org , anyone knows what's wrong? >> >> Comes right up for me, but then, it's our server. Are you still unable to >> connect? >> >> Rob >> >> > -------------- next part -------------- A non-text attachment was scrubbed... Name: Screenshot - 09.09.2013 - 21.18.38.png Type: image/png Size: 20928 bytes Desc: not available URL: From jussi.lahtinen at ...626... Mon Sep 9 23:54:32 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Tue, 10 Sep 2013 00:54:32 +0300 Subject: [Gambas-user] Gambas doc down? In-Reply-To: References: <52252183.2010407@...94...> Message-ID: Oh, opposite, there is no www in the name, but still no connection via IDE?? And yes, this problem can be corrected by using my alternative DNS server, but it's crappy. Any DNS server suggestions? Jussi On Tue, Sep 10, 2013 at 12:49 AM, Jussi Lahtinen wrote: > Everyone else using OpenDNS? > I have contacted OpenDNS to fix this, but for some reason it's still > problem. > > Now I can connect to "gambasdoc.org", but not to "www.gambasdoc.org", > and this is problematic because IDE seems to use www in the name (see > screenshot). > > Strange thing that this problem started only lately, what could have > happened? > Any clues? > > Jussi > > > > > On Tue, Sep 3, 2013 at 3:18 PM, Jussi Lahtinen wrote: > >> It turns out to be problem in DNS server. >> With OpenDNS I can't open the website, but with my local alternative >> everything is OK. >> Strange... >> >> Jussi >> >> >> On Tue, Sep 3, 2013 at 2:38 AM, Rob Kudla > > wrote: >> >>> On 2013-09-02 18:38, Jussi Lahtinen wrote: >>> > I can't connect to www.gambasdoc.org , anyone knows what's wrong? >>> >>> Comes right up for me, but then, it's our server. Are you still unable to >>> connect? >>> >>> Rob >>> >>> >> > From willy at ...2734... Tue Sep 10 00:50:36 2013 From: willy at ...2734... (Willy Raets) Date: Tue, 10 Sep 2013 00:50:36 +0200 Subject: [Gambas-user] Gambas doc down? In-Reply-To: References: <52252183.2010407@...94...> Message-ID: <1378767036.3561.13.camel@...3024...> On Tue, 2013-09-10 at 00:54 +0300, Jussi Lahtinen wrote: > Oh, opposite, there is no www in the name, but still no connection via IDE?? > > And yes, this problem can be corrected by using my alternative DNS server, > but it's crappy. > Any DNS server suggestions? As a work around: Edit the hosts file with needed full dns name and corresponding IP. In terminal do: sudo nano -w /etc/hosts Add this line (if you need www.gambasdoc.org): 64.128.110.55 www.gambasdoc.org Close and Save ( + O) and close ( + x) Now try and ping www.gambasdoc.org it should reply. If not some network service may need restarting or reboot the system. Hosts file will be checked before DNS. -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From sourceforge-raindog2 at ...94... Tue Sep 10 02:29:23 2013 From: sourceforge-raindog2 at ...94... (Rob Kudla) Date: Mon, 09 Sep 2013 20:29:23 -0400 Subject: [Gambas-user] Gambas doc down? In-Reply-To: References: <52252183.2010407@...94...> Message-ID: <522E67E3.2050008@...94...> On 2013-09-09 17:54, Jussi Lahtinen wrote: > Any DNS server suggestions? I'm happy with Google's. Started using it when our ISP switched us to a really flaky server, and when I encountered bad DNS in a number of hotel rooms I just went and hardcoded them. 8.8.8.8 8.8.4.4 Rob From gambas.fr at ...626... Tue Sep 10 09:58:46 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 10 Sep 2013 09:58:46 +0200 Subject: [Gambas-user] [Gambas-cuser] Where are the Widgets In-Reply-To: <60B0942C10CA1842A827E53BA6264B080984F431@...3183...> References: <60B0942C10CA1842A827E53BA6264B080984F431@...3183...> Message-ID: First open a form or a new form. And see in the menu if the toolbox is chown or press F6 From jussi.lahtinen at ...626... Tue Sep 10 14:36:48 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Tue, 10 Sep 2013 15:36:48 +0300 Subject: [Gambas-user] Gambas doc down? In-Reply-To: References: <52252183.2010407@...94...> Message-ID: Thank you for suggestions, my current workaround is to use different DNS server (8.8.8.8 is good to know, it's very easy to remember. Thanks!). It seems that the problem cause is now identified and fixed soon. Jussi On Tue, Sep 10, 2013 at 12:49 AM, Jussi Lahtinen wrote: > Everyone else using OpenDNS? > I have contacted OpenDNS to fix this, but for some reason it's still > problem. > > Now I can connect to "gambasdoc.org", but not to "www.gambasdoc.org", > and this is problematic because IDE seems to use www in the name (see > screenshot). > > Strange thing that this problem started only lately, what could have > happened? > Any clues? > > Jussi > > > > > On Tue, Sep 3, 2013 at 3:18 PM, Jussi Lahtinen wrote: > >> It turns out to be problem in DNS server. >> With OpenDNS I can't open the website, but with my local alternative >> everything is OK. >> Strange... >> >> Jussi >> >> >> On Tue, Sep 3, 2013 at 2:38 AM, Rob Kudla > > wrote: >> >>> On 2013-09-02 18:38, Jussi Lahtinen wrote: >>> > I can't connect to www.gambasdoc.org , anyone knows what's wrong? >>> >>> Comes right up for me, but then, it's our server. Are you still unable to >>> connect? >>> >>> Rob >>> >>> >> > From gambas.fr at ...626... Tue Sep 10 19:26:07 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 10 Sep 2013 19:26:07 +0200 Subject: [Gambas-user] A strange thing in the last rev Message-ID: Installing gb.eval.highlight... Error loading libdumb.so: libdumb.so: cannot open shared object file: No such file or directory Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared object file: No such file or directory Compiling gb.args... OK Installing gb.args... Error loading libdumb.so: libdumb.so: cannot open shared object file: No such file or directory Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared object file: No such file or directory Compiling gb.settings... OK Installing gb.settings... Error loading libdumb.so: libdumb.so: cannot open shared object file: No such file or directory Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared object file: No such file or directory Compiling gb.gui.base... OK Installing gb.gui.base... Error loading libdumb.so: libdumb.so: cannot open shared object file: No such file or directory Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared object file: No such file or directory Compiling gb.form... OK Installing gb.form... Error loading libdumb.so: libdumb.so: cannot open shared object file: No such file or directory Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared object file: No such file or directory Compiling gb.form.stock... OK Installing gb.form.stock... Error loading libdumb.so: libdumb.so: cannot open shared object file: No such file or directory Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared object file: No such file or directory Compiling gb.form.dialog... OK Installing gb.form.dialog... Error loading libdumb.so: libdumb.so: cannot open shared object file: No such file or directory Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared object file: No such file or directory Compiling gb.form.mdi... OK Installing gb.form.mdi... Error loading libdumb.so: libdumb.so: cannot open shared object file: No such file or directory Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared object file: No such file or directory Compiling gb.db.form... OK Installing gb.db.form... Error loading libdumb.so: libdumb.so: cannot open shared object file: No such file or directory Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared object file: No such file or directory Compiling gb.web... OK Installing gb.web...is lib Error loading libdumb.so: libdumb.so: cannot open shared object file: No s What is libdumb ? -- Fabien Bodard From sebikul at ...626... Tue Sep 10 19:34:54 2013 From: sebikul at ...626... (Sebastian Kulesz) Date: Tue, 10 Sep 2013 14:34:54 -0300 Subject: [Gambas-user] A strange thing in the last rev In-Reply-To: References: Message-ID: Had that problem once. You probably updated a shared library and broke dynamic linking. Try recompiling the gambas packager, or trunk/main from scratch. Remember to clear the object cache (make clean, make distclean) and ccache if you are using it. This is how I solved it, it might work for you. Hope it helps! On Sep 10, 2013 2:27 PM, "Fabien Bodard" wrote: > Installing gb.eval.highlight... > Error loading libdumb.so: libdumb.so: cannot open shared object file: No > such file or directory > Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared > object file: No such file or directory > Compiling gb.args... > OK > Installing gb.args... > Error loading libdumb.so: libdumb.so: cannot open shared object file: No > such file or directory > Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared > object file: No such file or directory > Compiling gb.settings... > OK > Installing gb.settings... > Error loading libdumb.so: libdumb.so: cannot open shared object file: No > such file or directory > Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared > object file: No such file or directory > Compiling gb.gui.base... > OK > Installing gb.gui.base... > Error loading libdumb.so: libdumb.so: cannot open shared object file: No > such file or directory > Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared > object file: No such file or directory > Compiling gb.form... > OK > Installing gb.form... > Error loading libdumb.so: libdumb.so: cannot open shared object file: No > such file or directory > Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared > object file: No such file or directory > Compiling gb.form.stock... > OK > Installing gb.form.stock... > Error loading libdumb.so: libdumb.so: cannot open shared object file: No > such file or directory > Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared > object file: No such file or directory > Compiling gb.form.dialog... > OK > Installing gb.form.dialog... > Error loading libdumb.so: libdumb.so: cannot open shared object file: No > such file or directory > Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared > object file: No such file or directory > Compiling gb.form.mdi... > OK > Installing gb.form.mdi... > Error loading libdumb.so: libdumb.so: cannot open shared object file: No > such file or directory > Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared > object file: No such file or directory > Compiling gb.db.form... > OK > Installing gb.db.form... > Error loading libdumb.so: libdumb.so: cannot open shared object file: No > such file or directory > Error loading libfluidsynth.so.1: libfluidsynth.so.1: cannot open shared > object file: No such file or directory > Compiling gb.web... > OK > Installing gb.web...is lib > Error loading libdumb.so: libdumb.so: cannot open shared object file: No s > > > What is libdumb ? > > -- > Fabien Bodard > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT systems to a single system of record for IT > 2. Standardize and globalize service processes across IT > 3. Implement zero-touch automation to replace manual, redundant tasks > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From mckaygerhard at ...626... Tue Sep 10 19:56:02 2013 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Tue, 10 Sep 2013 13:26:02 -0430 Subject: [Gambas-user] Gambas doc down? Message-ID: Subject: Re: [Gambas-user] Gambas doc down? always we depend of gambasdoc.org server? i wants my doc runs locally why not? a generated html doxygen files? that ide can consult locally? From gambas at ...1... Tue Sep 10 20:00:41 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Tue, 10 Sep 2013 20:00:41 +0200 Subject: [Gambas-user] Gambas doc down? In-Reply-To: References: Message-ID: <522F5E49.4080706@...1...> Le 10/09/2013 19:56, PICCORO McKAY Lenz a ?crit : > Subject: Re: [Gambas-user] Gambas doc down? > > always we depend of gambasdoc.org server? i wants my doc runs locally > > why not? a generated html doxygen files? that ide can consult locally? Actually you can download locally the documentation with 'wget' and a bit of elbow grease... -- Beno?t Minisini From paulwheeler at ...546... Tue Sep 10 22:01:39 2013 From: paulwheeler at ...546... (paulwheeler) Date: Tue, 10 Sep 2013 13:01:39 -0700 Subject: [Gambas-user] Gambas doc down? In-Reply-To: References: Message-ID: <522F7AA3.30206@...546...> I have been editing various documents on GambasDoc.org today, but that should not affect your access. I am in the USA, and have no problems with it today. Paul On 09/10/2013 10:56 AM, PICCORO McKAY Lenz wrote: > Subject: Re: [Gambas-user] Gambas doc down? > > always we depend of gambasdoc.org server? i wants my doc runs locally > > why not? a generated html doxygen files? that ide can consult locally? > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT systems to a single system of record for IT > 2. Standardize and globalize service processes across IT > 3. Implement zero-touch automation to replace manual, redundant tasks > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From paulwheeler at ...546... Tue Sep 10 22:30:11 2013 From: paulwheeler at ...546... (paulwheeler) Date: Tue, 10 Sep 2013 13:30:11 -0700 Subject: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install In-Reply-To: References: <60B0942C10CA1842A827E53BA6264B080984F123@...3183...>, <52288FC0.4020607@...1...> <60B0942C10CA1842A827E53BA6264B080984F148@...3183...>, <52289D42.4010300@...1...> Message-ID: <522F8153.6090502@...546...> Mike, I have submitted a modified version of the INSTALL file to Benoit, that fixes the wording to match the website, so that at least a part of your confusion (and mine) will be avoided in the future. Paul On 09/05/2013 08:25 AM, Pryor, Mike wrote: > Sorry, Benoit. I assumed the INSTALL file included in the zip file was up to date. My mistake. > > ________________________________________ > From: Beno?t Minisini [gambas at ...1...] > Sent: Thursday, September 05, 2013 11:03 AM > To: mailing list for gambas users > Subject: Re: [Gambas-user] Fedora 17 - Gambas3-Gb-Gui Won't Install > > Le 05/09/2013 16:54, Pryor, Mike a ?crit : >> I just tried to download the latest .bz2 file from your web site and there is no 'configure' script. >> Are you trying to discourage people from using Gambas 3? I'm having a real hard time getting >> my hands on a working version of it. I hope it's worth all the trouble I'm going through. > > You have to run the "./reconf-all" script before running "./configure". > > Please read the installation instructions on the web site. > > -- > Beno?t Minisini > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------------------------------ > Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more! > Discover the easy way to master current and previous Microsoft technologies > and advance your career. Get an incredible 1,500+ hours of step-by-step > tutorial videos with LearnDevNow. Subscribe today and save! > http://pubads.g.doubleclick.net/gampad/clk?id=58041391&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From rmorgan62 at ...626... Tue Sep 10 22:57:43 2013 From: rmorgan62 at ...626... (Randall Morgan) Date: Tue, 10 Sep 2013 13:57:43 -0700 Subject: [Gambas-user] Gambas doc down? In-Reply-To: <522F7AA3.30206@...546...> References: <522F7AA3.30206@...546...> Message-ID: I used WebHTTrack on my laptop to download a local copy of the doc site so I can look things up when I am not connected to the internet. It not only copies the files locally, it fixes the links on the pages so they work correctly. No mess, no fuss. But I still think there should be an option in the ide to use a local copy of the site. It is one of the things Visual Studio does right! On Tue, Sep 10, 2013 at 1:01 PM, paulwheeler wrote: > I have been editing various documents on GambasDoc.org today, but that > should not affect your access. I am in the USA, and have no problems > with it today. > > Paul > > On 09/10/2013 10:56 AM, PICCORO McKAY Lenz wrote: > > Subject: Re: [Gambas-user] Gambas doc down? > > > > always we depend of gambasdoc.org server? i wants my doc runs locally > > > > why not? a generated html doxygen files? that ide can consult locally? > > > ------------------------------------------------------------------------------ > > How ServiceNow helps IT people transform IT departments: > > 1. Consolidate legacy IT systems to a single system of record for IT > > 2. Standardize and globalize service processes across IT > > 3. Implement zero-touch automation to replace manual, redundant tasks > > > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT systems to a single system of record for IT > 2. Standardize and globalize service processes across IT > 3. Implement zero-touch automation to replace manual, redundant tasks > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- If you ask me if it can be done. The answer is YES, it can always be done. The correct questions however are... What will it cost, and how long will it take? From jussi.lahtinen at ...626... Tue Sep 10 23:08:39 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Wed, 11 Sep 2013 00:08:39 +0300 Subject: [Gambas-user] Gambas doc down? In-Reply-To: <522F5E49.4080706@...1...> References: <522F5E49.4080706@...1...> Message-ID: > Actually you can download locally the documentation with 'wget' and a > bit of elbow grease... > There is already documentation cache, couldn't this be automatically filled for all keywords if user wants so? Jussi From jscops at ...11... Tue Sep 10 23:12:45 2013 From: jscops at ...11... (Jack) Date: Tue, 10 Sep 2013 23:12:45 +0200 Subject: [Gambas-user] demo Message-ID: <522F8B4D.6090804@...11...> For those who like! A demo like Atari or Amiga here http://www.gambasforge.org/code-87-scrolltext-color.html Enjoy -- Cordialement Jacky Tripoteau From wally at ...2037... Wed Sep 11 10:03:20 2013 From: wally at ...2037... (wally) Date: Wed, 11 Sep 2013 10:03:20 +0200 Subject: [Gambas-user] GB docs offline Message-ID: <68946001.qv2FG063Lb@...3157...> Hi, how can i make the gambas-documentation available to IDE in offline mode ? wally From gambas.fr at ...626... Wed Sep 11 14:48:15 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Wed, 11 Sep 2013 14:48:15 +0200 Subject: [Gambas-user] Gambas doc down? In-Reply-To: References: <522F5E49.4080706@...1...> Message-ID: The cache is managed by WebKit directly Maybe we can write a tool to track the doc in background( for one language) and save it and modify on the fly the urls. I think I can do something like that and then modify the url call to put an option to allow the use of the local doc or Mixx both Le 10 sept. 2013 23:10, "Jussi Lahtinen" a ?crit : > > Actually you can download locally the documentation with 'wget' and a > > bit of elbow grease... > > > > There is already documentation cache, couldn't this be automatically filled > for all keywords if user wants so? > > Jussi > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT systems to a single system of record for IT > 2. Standardize and globalize service processes across IT > 3. Implement zero-touch automation to replace manual, redundant tasks > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From jussi.lahtinen at ...626... Wed Sep 11 15:34:56 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Wed, 11 Sep 2013 16:34:56 +0300 Subject: [Gambas-user] Gambas doc down? In-Reply-To: References: <522F5E49.4080706@...1...> Message-ID: Sounds good! It's very requested feature. Jussi On Wed, Sep 11, 2013 at 3:48 PM, Fabien Bodard wrote: > The cache is managed by WebKit directly > > Maybe we can write a tool to track the doc in background( for one language) > and save it and modify on the fly the urls. > I think I can do something like that and then modify the url call to put > an option to allow the use of the local doc or Mixx both > Le 10 sept. 2013 23:10, "Jussi Lahtinen" a > ?crit : > > > > Actually you can download locally the documentation with 'wget' and a > > > bit of elbow grease... > > > > > > > There is already documentation cache, couldn't this be automatically > filled > > for all keywords if user wants so? > > > > Jussi > > > > > ------------------------------------------------------------------------------ > > How ServiceNow helps IT people transform IT departments: > > 1. Consolidate legacy IT systems to a single system of record for IT > > 2. Standardize and globalize service processes across IT > > 3. Implement zero-touch automation to replace manual, redundant tasks > > > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT systems to a single system of record for IT > 2. Standardize and globalize service processes across IT > 3. Implement zero-touch automation to replace manual, redundant tasks > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From rmorgan62 at ...626... Wed Sep 11 20:00:26 2013 From: rmorgan62 at ...626... (Randall Morgan) Date: Wed, 11 Sep 2013 11:00:26 -0700 Subject: [Gambas-user] Gambas doc down? In-Reply-To: References: <522F5E49.4080706@...1...> Message-ID: Fabien, It would be nice if this worked like MSVS and allowed the user to choose what type of docs where local and what where remote. For example, MSVS allows you to download the docs for the visual studio ide while still accessing the language docs online. I think some broad categories would be something like: Gambas IDE docs, Gambas Language docs, Gambas Developer docs, and Gambas Component docs. But the actual categories may depend on the way the doc site is laid out. On Wed, Sep 11, 2013 at 6:34 AM, Jussi Lahtinen wrote: > Sounds good! > It's very requested feature. > > Jussi > > > On Wed, Sep 11, 2013 at 3:48 PM, Fabien Bodard > wrote: > > > The cache is managed by WebKit directly > > > > Maybe we can write a tool to track the doc in background( for one > language) > > and save it and modify on the fly the urls. > > I think I can do something like that and then modify the url call to put > > an option to allow the use of the local doc or Mixx both > > Le 10 sept. 2013 23:10, "Jussi Lahtinen" a > > ?crit : > > > > > > Actually you can download locally the documentation with 'wget' and a > > > > bit of elbow grease... > > > > > > > > > > There is already documentation cache, couldn't this be automatically > > filled > > > for all keywords if user wants so? > > > > > > Jussi > > > > > > > > > ------------------------------------------------------------------------------ > > > How ServiceNow helps IT people transform IT departments: > > > 1. Consolidate legacy IT systems to a single system of record for IT > > > 2. Standardize and globalize service processes across IT > > > 3. Implement zero-touch automation to replace manual, redundant tasks > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > ------------------------------------------------------------------------------ > > How ServiceNow helps IT people transform IT departments: > > 1. Consolidate legacy IT systems to a single system of record for IT > > 2. Standardize and globalize service processes across IT > > 3. Implement zero-touch automation to replace manual, redundant tasks > > > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT systems to a single system of record for IT > 2. Standardize and globalize service processes across IT > 3. Implement zero-touch automation to replace manual, redundant tasks > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- If you ask me if it can be done. The answer is YES, it can always be done. The correct questions however are... What will it cost, and how long will it take? From dosida at ...626... Thu Sep 12 04:02:46 2013 From: dosida at ...626... (Dimitris Anogiatis) Date: Wed, 11 Sep 2013 20:02:46 -0600 Subject: [Gambas-user] gb.report without a database connection Message-ID: Hey guys, Is it possible to use the gb.report component without a database connection? What I'm basically asking is if the report component can take data from an array (or from multiple arrays). Thanks in advance Dimitris From wally at ...2037... Thu Sep 12 10:51:19 2013 From: wally at ...2037... (wally) Date: Thu, 12 Sep 2013 10:51:19 +0200 Subject: [Gambas-user] Gambas doc down? In-Reply-To: References: Message-ID: <2618381.pUbeofHfO8@...3157...> Hi, about what download sizes we talk here ? I think a single language offline version, but complete, would be great. wally On Wednesday 11 September 2013 11:00:26 Randall Morgan wrote: > Fabien, > > It would be nice if this worked like MSVS and allowed the user to choose > what type of docs where local and what where remote. For example, MSVS > allows you to download the docs for the visual studio ide while still > accessing the language docs online. I think some broad categories would be > something like: Gambas IDE docs, Gambas Language docs, Gambas Developer > docs, and Gambas Component docs. But the actual categories may depend on > the way the doc site is laid out. > > On Wed, Sep 11, 2013 at 6:34 AM, Jussi Lahtinen wrote: > > Sounds good! > > It's very requested feature. > > > > Jussi > > > > > > On Wed, Sep 11, 2013 at 3:48 PM, Fabien Bodard > > > > wrote: > > > The cache is managed by WebKit directly > > > > > > Maybe we can write a tool to track the doc in background( for one > > > > language) > > > > > and save it and modify on the fly the urls. > > > I think I can do something like that and then modify the url call to > > > put > > > an option to allow the use of the local doc or Mixx both > > > Le 10 sept. 2013 23:10, "Jussi Lahtinen" a > > > > > > ?crit : > > > > > Actually you can download locally the documentation with 'wget' and > > > > > a > > > > > bit of elbow grease... > > > > > > > > There is already documentation cache, couldn't this be automatically > > > > > > filled > > > > > > > for all keywords if user wants so? > > > > > > > > Jussi > > > > -------------------------------------------------------------------------- > > ----> > > > > How ServiceNow helps IT people transform IT departments: > > > > 1. Consolidate legacy IT systems to a single system of record for IT > > > > 2. Standardize and globalize service processes across IT > > > > 3. Implement zero-touch automation to replace manual, redundant tasks > > > > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktr > > k > > > > > > _______________________________________________ > > > > Gambas-user mailing list > > > > Gambas-user at lists.sourceforge.net > > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > -------------------------------------------------------------------------- > > ----> > > > How ServiceNow helps IT people transform IT departments: > > > 1. Consolidate legacy IT systems to a single system of record for IT > > > 2. Standardize and globalize service processes across IT > > > 3. Implement zero-touch automation to replace manual, redundant tasks > > > > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktr > > k > > > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > -------------------------------------------------------------------------- > > ---- How ServiceNow helps IT people transform IT departments: > > 1. Consolidate legacy IT systems to a single system of record for IT > > 2. Standardize and globalize service processes across IT > > 3. Implement zero-touch automation to replace manual, redundant tasks > > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktr > > k > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas at ...2524... Thu Sep 12 15:38:25 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Thu, 12 Sep 2013 13:38:25 +0000 Subject: [Gambas-user] Issue 462 in gambas: Project with trayicon cannot be closed Message-ID: <0-6813199134517018827-13456519447308202902-gambas=googlecode.com@...2524...> Status: New Owner: ---- Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 462 by jussi.la... at ...626...: Project with trayicon cannot be closed http://code.google.com/p/gambas/issues/detail?id=462 1) Describe the problem. Using trayicon at some point of execution seems to prevent project from being closed. 2) GIVE THE FOLLOWING INFORMATIONS (if they are appropriate): Version: TRUNK Revision: r5836 Operating system: Linux Distribution: Xubuntu Architecture: x86_64 GUI component: Only GTK+ Desktop used: XFCE 3) Provide a little project that reproduces the bug or the crash. Attached. 5) Explain clearly how to reproduce the bug or the crash. Open the project in IDE, run it and close the form. Project continues running without any visible task. This applies only to GTK+. Attachments: TrayiconBug-0.0.1.tar.gz 4.8 KB -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From gambas at ...2524... Thu Sep 12 16:10:13 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Thu, 12 Sep 2013 14:10:13 +0000 Subject: [Gambas-user] Issue 462 in gambas: Project with trayicon cannot be closed In-Reply-To: <0-6813199134517018827-13456519447308202902-gambas=googlecode.com@...2524...> References: <0-6813199134517018827-13456519447308202902-gambas=googlecode.com@...2524...> Message-ID: <1-6813199134517018827-13456519447308202902-gambas=googlecode.com@...2524...> Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 462 by benoit.m... at ...626...: Project with trayicon cannot be closed http://code.google.com/p/gambas/issues/detail?id=462 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From gambas at ...2524... Thu Sep 12 16:13:04 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Thu, 12 Sep 2013 14:13:04 +0000 Subject: [Gambas-user] Issue 462 in gambas: Project with trayicon cannot be closed In-Reply-To: <1-6813199134517018827-13456519447308202902-gambas=googlecode.com@...2524...> References: <1-6813199134517018827-13456519447308202902-gambas=googlecode.com@...2524...> <0-6813199134517018827-13456519447308202902-gambas=googlecode.com@...2524...> Message-ID: <2-6813199134517018827-13456519447308202902-gambas=googlecode.com@...2524...> Updates: Status: Fixed Comment #2 on issue 462 by benoit.m... at ...626...: Project with trayicon cannot be closed http://code.google.com/p/gambas/issues/detail?id=462 Fixed in revision #5840. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From gambas at ...2524... Thu Sep 12 16:32:39 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Thu, 12 Sep 2013 14:32:39 +0000 Subject: [Gambas-user] Issue 457 in gambas: Project gives signal 11 when there occurs an error related to modal form and mysql. In-Reply-To: <0-6813199134517018827-12303131762646449477-gambas=googlecode.com@...2524...> References: <0-6813199134517018827-12303131762646449477-gambas=googlecode.com@...2524...> Message-ID: <1-6813199134517018827-12303131762646449477-gambas=googlecode.com@...2524...> Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 457 by benoit.m... at ...626...: Project gives signal 11 when there occurs an error related to modal form and mysql. http://code.google.com/p/gambas/issues/detail?id=457 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From gambas.fr at ...626... Thu Sep 12 22:47:11 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Thu, 12 Sep 2013 22:47:11 +0200 Subject: [Gambas-user] gb.report without a database connection In-Reply-To: References: Message-ID: yes 2013/9/12 Dimitris Anogiatis > Hey guys, > > Is it possible to use the gb.report component without a database > connection? > > What I'm basically asking is if the report component can take data from an > array (or from multiple arrays). > > Thanks in advance > Dimitris > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT systems to a single system of record for IT > 2. Standardize and globalize service processes across IT > 3. Implement zero-touch automation to replace manual, redundant tasks > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fabien Bodard From mckaygerhard at ...626... Fri Sep 13 18:00:13 2013 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Fri, 13 Sep 2013 11:30:13 -0430 Subject: [Gambas-user] Compiling gambas on lenny/squeeze, also wheeze Message-ID: This are the necesary minimal instruction for made squeeze good packages, in response of: From: Willy Raets > Subject: Re: [Gambas-user] Gambas-user Digest, Vol 88, Issue 12 > ok i'll do, response in englys for u, but install instructions please use translate: Sorry i'm hurry i'll made a post later with better instrucctions, but these explain much better dependences for debian rather than wiki PART 1 REQUIREMENTS :================== 1) Please sure can be Backported these packages before: * gstreamer 0.10.31, gstreamermm-0.10; (only for squeeze and lenny) * mariadb 5.3.X or 5.5 for gb.db.mysql * debhelper 8 (only on lenny, squeeze and wheeze already hav) * automake 1.10/1.11 (only on lenny, squeeze and wheeze already hav) * libtool 2.X (only on lenny, squeeze and wheeze already hav) * llvm-3.1/llvm-3.2 (the llvm in wheeze or squeeze are too old) NOTE: for lenny u must copy the pkg files from mesa devel, if not the detection using pkg-config of opengl related will not work 2) So install: debhelper, autoconf, automake, libtool, pkg-config, need for detection before compiling time libpq-dev (from backports), for bg.postgres support libmariadbclient-dev, from u backported for db.mysql support unixodbc-dev, for gb.odbc support libsqlite0-dev, libsqlite3-dev for gb.sqlite support llvm-3.1 for gb virtual env compiler enabled libv4l-dev (from backports), for v4l component libglew1.5-dev or libglew-dev libqt4-dev, libqt4-opengl-dev, for qt4 related such libcurl4-openssl-dev, for curl component libxml2-dev, libxslt1-dev, for parsing and settings libssl-dev, for ssl related support zlib1g-dev, libbz2-dev, for gb.compresion module support libpcre3-dev, reg parser support on search libgtk2.0-dev, for GTK forms integration gui libxt-dev, mesa-common-dev, (from backports) libsdl-sound1.2-dev, libsdl-mixer1.2-dev, for sound related libsdl-image1.2-dev, libsdl-gfx1.2-dev, libsdl-ttf2.0-dev, for img related libjpeg-dev, libpng12-dev, libimlib2-dev, librsvg2-dev, for Image related libpoppler-dev (this already have the private headers), gettext, ??? why if docs are on gabmasdoc org libxtst-dev, libffi-dev, libdbus-1-dev, libgtkglext1-dev, linux-libc-dev, libgsl0-dev, libncurses5-dev, libgmime-2.4-dev libgstreamermm-0.10-dev /must be backported with gstreamer 0.10.31+,benoit said compiles but dont work for me), PART 2 COMPILING & INSTALL ================== 1) descargar from http://sourceforge.net/projects/gambas/files/gambas3/ 2) ve al directorio donde esta el tarball y descomprime, debe quedar un directorio del tipo gambas-X.Y.Z 3) ejecutar ./reconf-all 4) esto crea archivos de coniguracion, ahora ejecutar ./configure & amke & make install PART 2.OPTIONAL MADE DEB PACKAGES ============== en el directorio ejecutar dh_make --createorig -s esto creara dos directorios, uno con una exte4nsio ".orig" y otro igual al original, en el igual al original se encontrara un directorio "debian" ve al archivo "rules" y escribe justo en la linea "dh" agregando "--with autoreconf" despues escribir dos lineas mas abajo "override_dh_auto_configure:" y en la siguiente tabular a 8 espacios escribiendo "dh_auto_configure -- -C " salirse al directorio raiz de las fuetnes y ejecutar debuild o dpkg-buildpackage y listo. NOTA: este es el metodo unix que instalara todo en /usr/local para el metodo debian, usar los repos de venenux, descargar el dsc, y seguir como cualqueir compilado de paquetes debian From mckaygerhard at ...626... Fri Sep 13 18:17:14 2013 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Fri, 13 Sep 2013 11:47:14 -0430 Subject: [Gambas-user] Gambas doc down? Message-ID: From: Randall Morgan > But I still think there should be an option in > the ide to use a local copy of the site. This could be a good solution that does not rely on hard work, user track web doc site offline and said to ide that are serve in a localhost copy by own web server (aopache2 or lighttpd) or inclusively using file protocol directly > It is one of the things -Visual Studio- does right! > what about this fu*ing comparition? From vuott at ...325... Fri Sep 13 19:44:51 2013 From: vuott at ...325... (Ru Vuott) Date: Fri, 13 Sep 2013 18:44:51 +0100 (BST) Subject: [Gambas-user] "Strange" results from Time( ) function ? Message-ID: <1379094291.5993.YahooMailBasic@...3064...> Hello, I tried this code: Public Sub Form_Open() Dim i As Integer For i = 1 To 24 Print Time(0, 0, 3600 * i), 3600 * i Next End and here its results : 01:00:00 3600 02:00:00 7200 03:00:00 10800 04:00:00 14400 05:00:00 18000 06:00:00 21600 07:00:00 25200 08:00:00 28800 09:00:00 32400 15:47:44 36000 16:47:44 39600 17:47:44 43200 18:47:44 46800 19:47:44 50400 20:47:44 54000 21:47:44 57600 22:47:44 61200 23:47:44 64800 00:47:44 68400 01:47:44 72000 02:47:44 75600 03:47:44 79200 04:47:44 82800 05:47:44 86400 ......Do not it seem to you that there is something strange in the results? :-O Regards vuott From Karl.Reinl at ...2345... Fri Sep 13 22:10:09 2013 From: Karl.Reinl at ...2345... (Charlie Reinl) Date: Fri, 13 Sep 2013 22:10:09 +0200 Subject: [Gambas-user] Problems on UserControl properties Message-ID: <1379103009.2439.54.camel@...40...> Salut Beno?t, I'm making a Timepicker for me, but I ran into problems. I need 2 Class _Properties, first for 12/24 hours and second for minute slices, both raise in the control property grid, but only the second raise during form load, is it a bug or what do I wrong? By that way, one can not declare something like Public Const 12_h As Integer = 12 I attached the project. -- Amicalement Charlie -------------- next part -------------- A non-text attachment was scrubbed... Name: TimePicker-0.0.1.tar.gz Type: application/x-compressed-tar Size: 7885 bytes Desc: not available URL: From karl.reinl at ...9... Fri Sep 13 22:25:13 2013 From: karl.reinl at ...9... (Karl Reinl) Date: Fri, 13 Sep 2013 22:25:13 +0200 Subject: [Gambas-user] Problems on UserControl properties Message-ID: <1379103913.2439.59.camel@...40...> Salut Beno?t, I'm making a Timepicker for me, but I ran into problems. I need 2 Class _Properties, first for 12/24 hours and second for minute slices, both raise in the control property grid, but only the second raise during form load, is it a bug or what do I wrong? By that way, one can not declare something like Public Const 12_h As Integer = 12 I attached the project. -- Amicalement Charlie Sorry forgot: gambas Revision: 5834 [System] OperatingSystem=Linux Kernel=3.0.0-32-generic Architecture=x86 Distribution=Ubuntu 10.04.4 LTS Desktop=GNOME Theme=QPlastique Language=de_DE.UTF-8 Memory=3026M [Libraries] Cairo=libcairo.so.2.10800.10 Curl=libcurl.so.4.1.1 DBus=libdbus-1.so.3.4.0 GStreamer=libgstreamer-0.10.so.0.24.1 GTK+=libgtk-x11-2.0.so.0.2000.1 Poppler=libpoppler.so.5.0.0 Qt4=libQtCore.so.4.6.2 SDL=libSDL-1.2.so.0.11.3 From dosida at ...626... Sat Sep 14 01:13:48 2013 From: dosida at ...626... (Dimitris Anogiatis) Date: Fri, 13 Sep 2013 17:13:48 -0600 Subject: [Gambas-user] gb.report without a database connection In-Reply-To: References: Message-ID: Thanks for your quick reply Fabien, I also saw the report example and noticed that Report2 is covering that case. On Thu, Sep 12, 2013 at 2:47 PM, Fabien Bodard wrote: > yes > > > 2013/9/12 Dimitris Anogiatis > > > Hey guys, > > > > Is it possible to use the gb.report component without a database > > connection? > > > > What I'm basically asking is if the report component can take data from > an > > array (or from multiple arrays). > > > > Thanks in advance > > Dimitris > > > > > ------------------------------------------------------------------------------ > > How ServiceNow helps IT people transform IT departments: > > 1. Consolidate legacy IT systems to a single system of record for IT > > 2. Standardize and globalize service processes across IT > > 3. Implement zero-touch automation to replace manual, redundant tasks > > > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > -- > Fabien Bodard > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT systems to a single system of record for IT > 2. Standardize and globalize service processes across IT > 3. Implement zero-touch automation to replace manual, redundant tasks > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas.fr at ...626... Sat Sep 14 17:16:38 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Sat, 14 Sep 2013 17:16:38 +0200 Subject: [Gambas-user] gb.report without a database connection In-Reply-To: References: Message-ID: yes gb.report can be used in many many cases. with data provided too. You can pass the datas by a run sub too. 2013/9/14 Dimitris Anogiatis > Thanks for your quick reply Fabien, > > I also saw the report example and noticed that Report2 is covering that > case. > > > > > On Thu, Sep 12, 2013 at 2:47 PM, Fabien Bodard > wrote: > > > yes > > > > > > 2013/9/12 Dimitris Anogiatis > > > > > Hey guys, > > > > > > Is it possible to use the gb.report component without a database > > > connection? > > > > > > What I'm basically asking is if the report component can take data from > > an > > > array (or from multiple arrays). > > > > > > Thanks in advance > > > Dimitris > > > > > > > > > ------------------------------------------------------------------------------ > > > How ServiceNow helps IT people transform IT departments: > > > 1. Consolidate legacy IT systems to a single system of record for IT > > > 2. Standardize and globalize service processes across IT > > > 3. Implement zero-touch automation to replace manual, redundant tasks > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > > > > -- > > Fabien Bodard > > > > > ------------------------------------------------------------------------------ > > How ServiceNow helps IT people transform IT departments: > > 1. Consolidate legacy IT systems to a single system of record for IT > > 2. Standardize and globalize service processes across IT > > 3. Implement zero-touch automation to replace manual, redundant tasks > > > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------------------------------ > How ServiceNow helps IT people transform IT departments: > 1. Consolidate legacy IT systems to a single system of record for IT > 2. Standardize and globalize service processes across IT > 3. Implement zero-touch automation to replace manual, redundant tasks > http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fabien Bodard From bill-lancaster at ...2231... Sat Sep 14 17:34:11 2013 From: bill-lancaster at ...2231... (bill-lancaster) Date: Sat, 14 Sep 2013 08:34:11 -0700 (PDT) Subject: [Gambas-user] POP3 message date & time Message-ID: <1379172851421-43243.post@...3046...> Have just started playing with POP3 and can't see a way of retrieving the date/time of a message. Its not part of _Pop3Client_Message. I guess its buried in the message header but.... -- View this message in context: http://gambas.8142.n7.nabble.com/POP3-message-date-time-tp43243.html Sent from the gambas-user mailing list archive at Nabble.com. From gambas at ...1... Sat Sep 14 17:56:14 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sat, 14 Sep 2013 17:56:14 +0200 Subject: [Gambas-user] POP3 message date & time In-Reply-To: <1379172851421-43243.post@...3046...> References: <1379172851421-43243.post@...3046...> Message-ID: <5234871E.5050609@...1...> Le 14/09/2013 17:34, bill-lancaster a ?crit : > Have just started playing with POP3 and can't see a way of retrieving the > date/time of a message. > Its not part of _Pop3Client_Message. > I guess its buried in the message header but.... > AFAIK, there is no date/time in the POP3 protocol. You must use the Message property to retrieve the MIME decoded message, and find the date inside the MIME message headers. Regards, -- Beno?t Minisini From Karl.Reinl at ...2345... Sat Sep 14 21:22:30 2013 From: Karl.Reinl at ...2345... (Charlie Reinl) Date: Sat, 14 Sep 2013 21:22:30 +0200 Subject: [Gambas-user] Problems on UserControl properties In-Reply-To: <1379103913.2439.59.camel@...40...> References: <1379103913.2439.59.camel@...40...> Message-ID: <1379186550.2464.41.camel@...40...> Am Freitag, den 13.09.2013, 22:25 +0200 schrieb Karl Reinl: > Salut Beno?t, > > I'm making a Timepicker for me, but I ran into problems. > > I need 2 Class _Properties, first for 12/24 hours and second for minute > slices, both raise in the control property grid, but only the second > raise during form load, is it a bug or what do I wrong? > > By that way, one can not declare something like > Public Const 12_h As Integer = 12 > > I attached the project. Salut, I found out, the property_write event only raise, when the property took a value <> Default. If the property has its default value, property_write don't raise at form load. So if you drop the control on your form and see that the values are right (you have nothing to change), you will find you variable not filled. Now I fill the variables with their default value at declaration time. Is that wanted by design like that ? -- Amicalement Charlie From wally at ...2037... Sat Sep 14 21:25:57 2013 From: wally at ...2037... (wally) Date: Sat, 14 Sep 2013 21:25:57 +0200 Subject: [Gambas-user] enum example Message-ID: <3301276.yIbtFKblNA@...3157...> Hi is there a selfexplaining, simpleand clear examplecode available using ENUM ? The docs example are not sufficient for my weak head. wally From gambas at ...1... Sat Sep 14 21:30:11 2013 From: gambas at ...1... (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 14 Sep 2013 21:30:11 +0200 Subject: [Gambas-user] Problems on UserControl properties In-Reply-To: <1379186550.2464.41.camel@...40...> References: <1379103913.2439.59.camel@...40...> <1379186550.2464.41.camel@...40...> Message-ID: <5234B943.8090706@...1...> Le 14/09/2013 21:22, Charlie Reinl a ?crit : > Am Freitag, den 13.09.2013, 22:25 +0200 schrieb Karl Reinl: >> Salut Beno?t, >> >> I'm making a Timepicker for me, but I ran into problems. >> >> I need 2 Class _Properties, first for 12/24 hours and second for minute >> slices, both raise in the control property grid, but only the second >> raise during form load, is it a bug or what do I wrong? >> >> By that way, one can not declare something like >> Public Const 12_h As Integer = 12 >> >> I attached the project. > > Salut, > > I found out, the property_write event only raise, when the property took > a value <> Default. > If the property has its default value, property_write don't raise at > form load. > So if you drop the control on your form and see that the values are > right (you have nothing to change), you will find you variable not > filled. > > Now I fill the variables with their default value at declaration time. > > Is that wanted by design like that ? > Yes: the default value indicated in the _Properties string must be coherent with the default value actually implemented in the code. There is no mean for Gambas to guess the default value! -- Beno?t Minisini From bill-lancaster at ...2231... Sun Sep 15 09:47:35 2013 From: bill-lancaster at ...2231... (bill-lancaster) Date: Sun, 15 Sep 2013 00:47:35 -0700 (PDT) Subject: [Gambas-user] POP3 email body Message-ID: <1379231255262-43248.post@...3046...> I'm struggling with this. For Each oMail In MailClient Print ; oMail.Message.Subject;; oMail.Message.Sender Wait Next This works fine but how to retrieve the body of the message? -- View this message in context: http://gambas.8142.n7.nabble.com/POP3-email-body-tp43248.html Sent from the gambas-user mailing list archive at Nabble.com. From gambas at ...1... Sun Sep 15 12:09:43 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sun, 15 Sep 2013 12:09:43 +0200 Subject: [Gambas-user] POP3 email body In-Reply-To: <1379231255262-43248.post@...3046...> References: <1379231255262-43248.post@...3046...> Message-ID: <52358767.6000602@...1...> Le 15/09/2013 09:47, bill-lancaster a ?crit : > I'm struggling with this. > For Each oMail In MailClient > Print ; oMail.Message.Subject;; oMail.Message.Sender > Wait > Next > This works fine but how to retrieve the body of the message? > Message.Body? -- Beno?t Minisini From bill-lancaster at ...2231... Sun Sep 15 13:06:44 2013 From: bill-lancaster at ...2231... (bill-lancaster) Date: Sun, 15 Sep 2013 04:06:44 -0700 (PDT) Subject: [Gambas-user] Pop3 In-Reply-To: <1379231255262-43248.post@...3046...> References: <1379231255262-43248.post@...3046...> Message-ID: <1379243204874-43250.post@...3046...> Print oMail.Message.Body gives:- (MimePart 0x1f1fad8) ! -- View this message in context: http://gambas.8142.n7.nabble.com/POP3-email-body-tp43248p43250.html Sent from the gambas-user mailing list archive at Nabble.com. From gambas at ...1... Sun Sep 15 13:26:44 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sun, 15 Sep 2013 13:26:44 +0200 Subject: [Gambas-user] Pop3 In-Reply-To: <1379243204874-43250.post@...3046...> References: <1379231255262-43248.post@...3046...> <1379243204874-43250.post@...3046...> Message-ID: <52359974.7020607@...1...> Le 15/09/2013 13:06, bill-lancaster a ?crit : > Print oMail.Message.Body > gives:- > (MimePart 0x1f1fad8) > ! > Look at the Data property! -- Beno?t Minisini From bill-lancaster at ...2231... Sun Sep 15 14:18:07 2013 From: bill-lancaster at ...2231... (bill-lancaster) Date: Sun, 15 Sep 2013 05:18:07 -0700 (PDT) Subject: [Gambas-user] pop3 In-Reply-To: <52359974.7020607@...1...> References: <1379231255262-43248.post@...3046...> <1379243204874-43250.post@...3046...> <52359974.7020607@...1...> Message-ID: <1379247487359-43252.post@...3046...> Oh!!!!!!! I thought I'd tried that and many others - sorry to waste your time. Yes - its fine. -- View this message in context: http://gambas.8142.n7.nabble.com/POP3-email-body-tp43248p43252.html Sent from the gambas-user mailing list archive at Nabble.com. From taboege at ...626... Sun Sep 15 16:56:12 2013 From: taboege at ...626... (Tobias Boege) Date: Sun, 15 Sep 2013 16:56:12 +0200 Subject: [Gambas-user] enum example In-Reply-To: <3301276.yIbtFKblNA@...3157...> References: <3301276.yIbtFKblNA@...3157...> Message-ID: <20130915145612.GA5469@...2774...> On Sat, 14 Sep 2013, wally wrote: > Hi > > is there a selfexplaining, simpleand clear examplecode available using ENUM ? > The docs example are not sufficient for my weak head. > Really? You use Enum as a more convenient way to declare integer constants: --- ' The file permission numerical constants Private Const PERM_EXEC As Integer = 1 Private Const PERM_WRITE As Integer = 2 Private Const PERM_READ As Integer = 4 --- simply becomes --- Private Enum PERM_EXEC = 1, PERM_WRITE = 2, PERM_READ = 4 --- with the additional ability to have implicit sequences: --- ' Counting Private Const Zero As Integer = 0 Private Const One As Integer = 1 Private Const Two As Integer = 2 --- will be --- Private Enum Zero, One, Two --- The first value, if not explicitely given, defaults to 0. The n+1-st value becomes the n-th value plus 1. Please, make your own example code of it if you want... Regards, Tobi From eilert-sprachen at ...221... Mon Sep 16 08:13:32 2013 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Mon, 16 Sep 2013 08:13:32 +0200 Subject: [Gambas-user] pop3 In-Reply-To: <1379247487359-43252.post@...3046...> References: <1379231255262-43248.post@...3046...> <1379243204874-43250.post@...3046...> <52359974.7020607@...1...> <1379247487359-43252.post@...3046...> Message-ID: <5236A18C.1040207@...221...> And don't forget to say you want multi-line messages, otherwise it will merely give you the first line of each message. Rolf Am 15.09.2013 14:18, schrieb bill-lancaster: > Oh!!!!!!! > I thought I'd tried that and many others - sorry to waste your time. > > Yes - its fine. > > > > -- > View this message in context: http://gambas.8142.n7.nabble.com/POP3-email-body-tp43248p43252.html > Sent from the gambas-user mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From vuott at ...325... Mon Sep 16 11:38:52 2013 From: vuott at ...325... (Ru Vuott) Date: Mon, 16 Sep 2013 10:38:52 +0100 (BST) Subject: [Gambas-user] If TypeOf( ) of a Pointer gives 811 instead of 11... Message-ID: <1379324332.32989.YahooMailBasic@...3066...> Hello, I wrote a very short "shared library" .so, which simply returns a pointer to a "Structure" as defined in the file "SDL.h". Well... in Gambas code I pick this pointer... I did a little test: if I insert that pointer variable in the "TypeOf ()" function, I get 881 instead of 11 ! Why ? Regards vuott ------- Here the Gambas code: Library "/path/of/my/little/shared/library" Private Extern verifica() As Pointer Public Sub Form_Open() Dim p As Pointer ' I invoke the external function: p = verifica() Print TypeOf(p) End From vuott at ...325... Mon Sep 16 11:44:31 2013 From: vuott at ...325... (Ru Vuott) Date: Mon, 16 Sep 2013 10:44:31 +0100 (BST) Subject: [Gambas-user] R: If TypeOf( ) of a Pointer - BIS In-Reply-To: <1379324332.32989.YahooMailBasic@...3066...> Message-ID: <1379324671.40521.YahooMailBasic@...3066...> Excuse me, only a correction to what I wrote: I obtain in console 811 (..not 881 like I wrote in my previous message). Regards vuott -------------------------------------------- Lun 16/9/13, Ru Vuott ha scritto: Oggetto: [Gambas-user] If TypeOf( ) of a Pointer gives 811 instead of 11... A: gambas-user at lists.sourceforge.net Data: Luned? 16 settembre 2013, 11:38 Hello, I wrote a very short "shared library" .so, which simply returns a pointer to a "Structure" as defined in the file "SDL.h". Well... in Gambas code I pick this pointer... I did a little test: if I insert that pointer variable in the "TypeOf ()" function, I get 881? instead of 11? ! Why ? Regards vuott ------- Here the Gambas code: Library "/path/of/my/little/shared/library" Private Extern verifica() As Pointer Public Sub Form_Open() Dim p As Pointer ' I invoke the external function: ? ? p = verifica() ? ? ? ? Print TypeOf(p) End ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From vuott at ...325... Mon Sep 16 11:49:51 2013 From: vuott at ...325... (Ru Vuott) Date: Mon, 16 Sep 2013 10:49:51 +0100 (BST) Subject: [Gambas-user] R: If TypeOf( ) - TER In-Reply-To: <1379324332.32989.YahooMailBasic@...3066...> Message-ID: <1379324991.21799.YahooMailBasic@...3070...> Excuse me twice.... :-( I solved the problem: a line with "printf" command in library remained active! So all is well. Excuse me. bye vuott -------------------------------------------- Lun 16/9/13, Ru Vuott ha scritto: Oggetto: [Gambas-user] If TypeOf( ) of a Pointer gives 811 instead of 11... A: gambas-user at lists.sourceforge.net Data: Luned? 16 settembre 2013, 11:38 Hello, I wrote a very short "shared library" .so, which simply returns a pointer to a "Structure" as defined in the file "SDL.h". Well... in Gambas code I pick this pointer... I did a little test: if I insert that pointer variable in the "TypeOf ()" function, I get 881? instead of 11? ! Why ? Regards vuott ------- Here the Gambas code: Library "/path/of/my/little/shared/library" Private Extern verifica() As Pointer Public Sub Form_Open() Dim p As Pointer ' I invoke the external function: ? ? p = verifica() ? ? ? ? Print TypeOf(p) End ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From willy at ...2734... Tue Sep 17 00:47:53 2013 From: willy at ...2734... (Willy Raets) Date: Tue, 17 Sep 2013 00:47:53 +0200 Subject: [Gambas-user] How To Gambas 3 - Installing Gambas verion 1.2.0 released Message-ID: <1379371673.4529.5.camel@...3024...> Hi All, For those interested there is a new version 1.2.0 of the Installing Gambas guide.(http://howtogambas.org/index.php?page=cedi&type=misc&id=1% 2F2&redirected=1&redirected=1) Most installation instructions have been updated to Gambas 3.4.2, not all. If you have one of following: - corrections to instructions - additions to instructions - updated instructions and screenshots for a certain distribution - spelling corrections - general or specific suggestions - or anything else that helps improve the guide Feel free to send me a mail. Your contributions will be mentioned in the next release of the guide. Thanks and enjoy. -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From greg.raffaelle at ...2755... Tue Sep 17 01:25:13 2013 From: greg.raffaelle at ...2755... (Greg Raffaelle) Date: Mon, 16 Sep 2013 18:25:13 -0500 Subject: [Gambas-user] Question about repeating sections using gb.report with Gambas3 Message-ID: <52379359.1000005@...2755...> I am using the gb.report component with Gambas3 to create a technical report for an engineering analysis program. I have the report page setup but I want to report this page multiple times in the same report just filling in new data in the same layout. I would like to know if it is possible to repeat the bubbled area shown on the attached file report_page.pdf on multiple pages with the same tables, headers, layout but just with new data in the tables and new figure above tables? If it is possible, can you provide information on what needs to be done with the report form and the associated code in the report class. The report and report class that were used to create the attached pdf are also attached for review. Thanks is advanced for any assistance you can provide. Greg -------------- next part -------------- A non-text attachment was scrubbed... Name: report_page.pdf Type: application/pdf Size: 165563 bytes Desc: not available URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: OutputReport.class URL: -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: OutputReport.report URL: From gambas.fr at ...626... Tue Sep 17 14:18:31 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 17 Sep 2013 14:18:31 +0200 Subject: [Gambas-user] Question about repeating sections using gb.report with Gambas3 In-Reply-To: <52379359.1000005@...2755...> References: <52379359.1000005@...2755...> Message-ID: The answer is yes I will see that this evening and provide you an exemple. Le 17 sept. 2013 01:27, "Greg Raffaelle" a ?crit : > I am using the gb.report component with Gambas3 to create a technical > report for an engineering analysis program. I have the report page setup > but I want to report this page multiple times in the same report just > filling in new data in the same layout. I would like to know if it is > possible to repeat the bubbled area shown on the attached file > report_page.pdf on multiple pages with the same tables, headers, layout but > just with new data in the tables and new figure above tables? If it is > possible, can you provide information on what needs to be done with the > report form and the associated code in the report class. The report and > report class that were used to create the attached pdf are also attached > for review. > > Thanks is advanced for any assistance you can provide. > Greg > > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From willy at ...2734... Tue Sep 17 18:44:05 2013 From: willy at ...2734... (Willy Raets) Date: Tue, 17 Sep 2013 18:44:05 +0200 Subject: [Gambas-user] Signal 11 when making pdf using gb.cairo Message-ID: <1379436245.6936.18.camel@...3024...> Hi all, I have this strange problem in one of my projects. When placing an image on the PdfSurface I get strange things happening. In the project when the image is smaller than 280 x 390 it is on the pdf. When the image is just 5 pixels more in either width, height or both I get a signal 11. I tried to reproduce the problem in a small project (see attachment). Only now, even if the image is smaller than 280 x 390 (tried with both a 210 x 210 and a 150 x 150 image) the signal 11 appears! I'm not getting this, as the code is the same (copy paste from original project and deleted some unneeded variables and changed some paths that's all) I'm using two different methods of adding the image. 1. Using: Cairo.Source = Cairo.ImagePattern(Image.Load("Icons/silhouts-150.png"), 20, 150) Cairo.Paint() 2. Using: Cairo.Source = Cairo.ImagePattern(Image.Load("Icons/silhout.png")) Cairo.Rectangle(20, 22, 560, 790) Cairo.Fill() The first one I used before in another project and works just fine there (images there are no bigger than 128 x 128, never had any trouble). The second one is because I aim at putting a watermark on the page of the pdf, hence using a rectangle to fill with the image. I get the second one working in the original project if image is no bigger than 280 x 390, but I need it bigger. Images in the Icons folder of attached projects are: silhouts-150.png -> 150 x 150 silhouts-210.png -> 210 x 210 silhout.png -> 560 x 790 Am I seriously overlooking something and gone a bit blind...? Or is something else happening? Hope someone has answers... -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org -------------- next part -------------- A non-text attachment was scrubbed... Name: CairoSignal11-0.0.1.tar.gz Type: application/x-compressed-tar Size: 20579 bytes Desc: not available URL: From taboege at ...626... Tue Sep 17 21:44:56 2013 From: taboege at ...626... (Tobias Boege) Date: Tue, 17 Sep 2013 21:44:56 +0200 Subject: [Gambas-user] Signal 11 when making pdf using gb.cairo In-Reply-To: <1379436245.6936.18.camel@...3024...> References: <1379436245.6936.18.camel@...3024...> Message-ID: <20130917194456.GC517@...2774...> On Tue, 17 Sep 2013, Willy Raets wrote: > Hi all, > > I have this strange problem in one of my projects. > When placing an image on the PdfSurface I get strange things happening. > In the project when the image is smaller than 280 x 390 it is on the > pdf. When the image is just 5 pixels more in either width, height or > both I get a signal 11. > > I tried to reproduce the problem in a small project (see attachment). > Only now, even if the image is smaller than 280 x 390 (tried with both a > 210 x 210 and a 150 x 150 image) the signal 11 appears! > I'm not getting this, as the code is the same (copy paste from original > project and deleted some unneeded variables and changed some paths > that's all) > > I'm using two different methods of adding the image. > > 1. Using: > Cairo.Source = Cairo.ImagePattern(Image.Load("Icons/silhouts-150.png"), > 20, 150) > Cairo.Paint() > > 2. Using: > Cairo.Source = Cairo.ImagePattern(Image.Load("Icons/silhout.png")) > Cairo.Rectangle(20, 22, 560, 790) > Cairo.Fill() > > The first one I used before in another project and works just fine there > (images there are no bigger than 128 x 128, never had any trouble). > > The second one is because I aim at putting a watermark on the page of > the pdf, hence using a rectangle to fill with the image. > I get the second one working in the original project if image is no > bigger than 280 x 390, but I need it bigger. > > Images in the Icons folder of attached projects are: > silhouts-150.png -> 150 x 150 > silhouts-210.png -> 210 x 210 > silhout.png -> 560 x 790 > > Am I seriously overlooking something and gone a bit blind...? > Or is something else happening? > Hope someone has answers... > Have you tried pressing Button4 and then Button1? This didn't result in a Segfault here. Anyway, pressing Button1 first does... Regards, Tobi From gambas.fr at ...626... Tue Sep 17 22:08:43 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 17 Sep 2013 22:08:43 +0200 Subject: [Gambas-user] Question about repeating sections using gb.report with Gambas3 In-Reply-To: References: <52379359.1000005@...2755...> Message-ID: Well, this is the files i've modified and show you how to do. all the header must be fixed then put all the repeated part in a Vbox or a panel with V arrangement. set this vbox autoresize and with onepiece to true (to enforce all the content to be on the same page) and then repeat this vbox by setting the datacount in the code you can get the index of the vbox by directly using MasterVbox.Dataindex this give the same value as the index passed in arg(for the current label for example) Your report is really interesting.. and use quite well the desing of gb.report. Can you tell me how have been the learning time to use it ? (hem :-/ without doc) Then if you have suggest ... my door is open. I give you your files (modified and simplified to show you what i say) 2013/9/17 Fabien Bodard > The answer is yes I will see that this evening and provide you an exemple. > Le 17 sept. 2013 01:27, "Greg Raffaelle" a > ?crit : > >> I am using the gb.report component with Gambas3 to create a technical >> report for an engineering analysis program. I have the report page setup >> but I want to report this page multiple times in the same report just >> filling in new data in the same layout. I would like to know if it is >> possible to repeat the bubbled area shown on the attached file >> report_page.pdf on multiple pages with the same tables, headers, layout but >> just with new data in the tables and new figure above tables? If it is >> possible, can you provide information on what needs to be done with the >> report form and the associated code in the report class. The report and >> report class that were used to create the attached pdf are also attached >> for review. >> >> Thanks is advanced for any assistance you can provide. >> Greg >> >> >> >> ------------------------------------------------------------------------------ >> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! >> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, >> SharePoint >> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack >> includes >> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> -- Fabien Bodard -------------- next part -------------- A non-text attachment was scrubbed... Name: OutputReport.report Type: application/octet-stream Size: 9186 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: OutputReport.class Type: application/octet-stream Size: 3944 bytes Desc: not available URL: From gambas.fr at ...626... Tue Sep 17 22:13:47 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 17 Sep 2013 22:13:47 +0200 Subject: [Gambas-user] Signal 11 when making pdf using gb.cairo In-Reply-To: <20130917194456.GC517@...2774...> References: <1379436245.6936.18.camel@...3024...> <20130917194456.GC517@...2774...> Message-ID: a thing ... for example for ReportLabel25 put only border on left/bottom/right... the result will be better T L Tittle R B L data R B L data R B idem for H array T T T L data R data R data R B B B in other case the intermediate line will be double than the extern border 2013/9/17 Tobias Boege > On Tue, 17 Sep 2013, Willy Raets wrote: > > Hi all, > > > > I have this strange problem in one of my projects. > > When placing an image on the PdfSurface I get strange things happening. > > In the project when the image is smaller than 280 x 390 it is on the > > pdf. When the image is just 5 pixels more in either width, height or > > both I get a signal 11. > > > > I tried to reproduce the problem in a small project (see attachment). > > Only now, even if the image is smaller than 280 x 390 (tried with both a > > 210 x 210 and a 150 x 150 image) the signal 11 appears! > > I'm not getting this, as the code is the same (copy paste from original > > project and deleted some unneeded variables and changed some paths > > that's all) > > > > I'm using two different methods of adding the image. > > > > 1. Using: > > Cairo.Source = Cairo.ImagePattern(Image.Load("Icons/silhouts-150.png"), > > 20, 150) > > Cairo.Paint() > > > > 2. Using: > > Cairo.Source = Cairo.ImagePattern(Image.Load("Icons/silhout.png")) > > Cairo.Rectangle(20, 22, 560, 790) > > Cairo.Fill() > > > > The first one I used before in another project and works just fine there > > (images there are no bigger than 128 x 128, never had any trouble). > > > > The second one is because I aim at putting a watermark on the page of > > the pdf, hence using a rectangle to fill with the image. > > I get the second one working in the original project if image is no > > bigger than 280 x 390, but I need it bigger. > > > > Images in the Icons folder of attached projects are: > > silhouts-150.png -> 150 x 150 > > silhouts-210.png -> 210 x 210 > > silhout.png -> 560 x 790 > > > > Am I seriously overlooking something and gone a bit blind...? > > Or is something else happening? > > Hope someone has answers... > > > > Have you tried pressing Button4 and then Button1? This didn't result in a > Segfault here. Anyway, pressing Button1 first does... > > Regards, > Tobi > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fabien Bodard From willy at ...2734... Wed Sep 18 00:51:51 2013 From: willy at ...2734... (Willy Raets) Date: Wed, 18 Sep 2013 00:51:51 +0200 Subject: [Gambas-user] Signal 11 when making pdf using gb.cairo In-Reply-To: <20130917194456.GC517@...2774...> References: <1379436245.6936.18.camel@...3024...> <20130917194456.GC517@...2774...> Message-ID: <1379458311.3322.3.camel@...3024...> On Tue, 2013-09-17 at 21:44 +0200, Tobias Boege wrote: > On Tue, 17 Sep 2013, Willy Raets wrote: > > Hi all, > > > > I have this strange problem in one of my projects. > > When placing an image on the PdfSurface I get strange things happening. > > In the project when the image is smaller than 280 x 390 it is on the > > pdf. When the image is just 5 pixels more in either width, height or > > both I get a signal 11. > > > > I tried to reproduce the problem in a small project (see attachment). > > Only now, even if the image is smaller than 280 x 390 (tried with both a > > 210 x 210 and a 150 x 150 image) the signal 11 appears! > > I'm not getting this, as the code is the same (copy paste from original > > project and deleted some unneeded variables and changed some paths > > that's all) > > > > I'm using two different methods of adding the image. > > > > 1. Using: > > Cairo.Source = Cairo.ImagePattern(Image.Load("Icons/silhouts-150.png"), > > 20, 150) > > Cairo.Paint() > > > > 2. Using: > > Cairo.Source = Cairo.ImagePattern(Image.Load("Icons/silhout.png")) > > Cairo.Rectangle(20, 22, 560, 790) > > Cairo.Fill() > > > > The first one I used before in another project and works just fine there > > (images there are no bigger than 128 x 128, never had any trouble). > > > > The second one is because I aim at putting a watermark on the page of > > the pdf, hence using a rectangle to fill with the image. > > I get the second one working in the original project if image is no > > bigger than 280 x 390, but I need it bigger. > > > > Images in the Icons folder of attached projects are: > > silhouts-150.png -> 150 x 150 > > silhouts-210.png -> 210 x 210 > > silhout.png -> 560 x 790 > > > > Am I seriously overlooking something and gone a bit blind...? > > Or is something else happening? > > Hope someone has answers... > > > > Have you tried pressing Button4 and then Button1? This didn't result in a > Segfault here. Anyway, pressing Button1 first does... Not here, staring with the last and next the first button still gives the segfault clicking the first one. Funny it works for you this way but not the other way around. Just to complete the reporting this problem here is my system information: [System] OperatingSystem=Linux Kernel=3.2.0-23-generic Architecture=x86 Distribution=Linux Mint 13 Maya Desktop=MATE Theme=QGtk Language=en_US.UTF-8 Memory=2446M [Libraries] GStreamer=libgstreamer-0.10.so.0.30.0 GTK+=libgtk-x11-2.0.so.0.2400.10 Poppler=libpoppler.so.19.0.0 Qt4=libQtCore.so.4.8.1 SDL=libSDL-1.2.so.0.11.3 -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From a.baudrez at ...626... Wed Sep 18 09:54:47 2013 From: a.baudrez at ...626... (Alain Baudrez) Date: Wed, 18 Sep 2013 09:54:47 +0200 Subject: [Gambas-user] Erroneous behavior with panel/frame and embedded gridview when disabling the panel/frame Message-ID: I noticed a erroneous behavior with the panel and the frame control when disabling them by setting the panel/frame enabled property to false in Gambas 3.4.2 If you put a gridview or a menubutton in a panel/frame and you disable that panel/frame the labels, textboxes, buttons, ? inherit the disabled state of the panel/frame and become non-accessible. The gridview or the menubutton on the contrary remain enabled. Alain From bill-lancaster at ...2231... Wed Sep 18 14:29:37 2013 From: bill-lancaster at ...2231... (bill-lancaster) Date: Wed, 18 Sep 2013 05:29:37 -0700 (PDT) Subject: [Gambas-user] Tableview row does not show as selected Message-ID: <1379507377466-43269.post@...3046...> gridview 'mode' is set to single but clicking on a row does not highlight the row. gdvIncoming_Click() produces:- gdvIncoming.Row = 6 ( or whatever row was clicked) gdvIncoming.Rows[gdvIncoming.Row].Selected = True also does not hightlight the row. Where am I going wrong? Distribution=Ubuntu 13.04 Desktop=KDE4 Theme=Oxygen Language=en_US.UTF-8 [Libraries] GStreamer=libgstreamer-0.10.so.0.30.0 GTK+=libgtk-x11-2.0.so.0.2400.17 Poppler=libpoppler.so.28.0.0 Qt4=libQtCore.so.4.8.4 SDL=libSDL-1.2.so.0.11.4 -- View this message in context: http://gambas.8142.n7.nabble.com/Tableview-row-does-not-show-as-selected-tp43269.html Sent from the gambas-user mailing list archive at Nabble.com. From jussi.lahtinen at ...626... Wed Sep 18 16:31:23 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Wed, 18 Sep 2013 17:31:23 +0300 Subject: [Gambas-user] Erroneous behavior with panel/frame and embedded gridview when disabling the panel/frame In-Reply-To: References: Message-ID: Confirmed with Gambas 3 rev 5840 @ Xubuntu 13.04 64bit. Problem with menubutton seems to apply only to GTK+, but with both GTK+/Qt4 gridview does raise DblClick event while being disabled. Jussi On Wed, Sep 18, 2013 at 10:54 AM, Alain Baudrez wrote: > I noticed a erroneous behavior with the panel and the frame control when > disabling them by setting the panel/frame enabled property to false in > Gambas 3.4.2 > > If you put a gridview or a menubutton in a panel/frame and you disable that > panel/frame the labels, textboxes, buttons, ? inherit the disabled state of > the panel/frame and become non-accessible. The gridview or the menubutton > on the contrary remain enabled. > > Alain > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From greg.raffaelle at ...2755... Thu Sep 19 03:11:00 2013 From: greg.raffaelle at ...2755... (Greg Raffaelle) Date: Wed, 18 Sep 2013 20:11:00 -0500 Subject: [Gambas-user] Question about repeating sections using gb.report with Gambas3 Message-ID: <523A4F24.6080806@...2755...> Fabien, I will review your edits of the files OutputReport.report and OutputReport.class and see if I can get the report section to repeat in my application. To answer your question about time learning to use the gb.report component it was significant (perhaps 60 hours over the course of four to five weeks). I started by experimenting with the example program that can with Gambas3 and with the couple of examples I found on the internet. I also watched the videos you created on utube many times. To get the report formatted the way I wanted involved many trial and error runs. For me I found it useful to have borders around all items to see how they behaved. Then when I got the format of the report worked out I would turn off the borders I did not want on the final report. My number one request would be to have some written documentation of the usage and abilities of the gb.report component. On a previous program I created with Gambas, I created my own print preview form. I was also printing tables in that program and I had to create all the tables using draw commands. That took me more time than it did to learn to use the gb.report component. I feel with gb.report once it is learned, the ability to create print pages will be an easier and simpler task each time you use it. I think gb.report is a marvelous component of Gambas and I would not want to go back writing all the draw code to create printed pages from scratch. Thanks for your assistance and thanks for the gb.report component. Greg From shanep1967 at ...169... Thu Sep 19 09:40:12 2013 From: shanep1967 at ...169... (Shane) Date: Thu, 19 Sep 2013 17:40:12 +1000 Subject: [Gambas-user] get filename from file path Message-ID: <523AAA5C.6030705@...169...> is there a way to get just the filename ext from a path ? From gambas.fr at ...626... Thu Sep 19 10:02:20 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Thu, 19 Sep 2013 10:02:20 +0200 Subject: [Gambas-user] get filename from file path In-Reply-To: <523AAA5C.6030705@...169...> References: <523AAA5C.6030705@...169...> Message-ID: Yes... Myext = file.ext(path) Le 19 sept. 2013 09:41, "Shane" a ?crit : > is there a way to get just the filename ext from a path ? > > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From shanep1967 at ...169... Thu Sep 19 11:34:43 2013 From: shanep1967 at ...169... (Shane) Date: Thu, 19 Sep 2013 19:34:43 +1000 Subject: [Gambas-user] get filename from file path In-Reply-To: References: <523AAA5C.6030705@...169...> Message-ID: <523AC533.1050909@...169...> On 19/09/13 18:02, Fabien Bodard wrote: I Looked at that but i think my question was unclear sorry i need the filename and the extension from something like \home\user\filename.txt so i need filename.txt hope that make sense now Yes... Myext = file.ext(path) Le 19 sept. 2013 09:41, "Shane" a ?crit : >> is there a way to get just the filename ext from a path ? >> >> >> >> ------------------------------------------------------------------------------ >> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! >> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, >> SharePoint >> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack >> includes >> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. >> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From nemh at ...2007... Thu Sep 19 11:39:25 2013 From: nemh at ...2007... (Kende =?UTF-8?B?S3Jpc3p0acOhbg==?=) Date: Thu, 19 Sep 2013 11:39:25 +0200 Subject: [Gambas-user] get filename from file path In-Reply-To: <523AC533.1050909@...169...> References: <523AAA5C.6030705@...169...> <523AC533.1050909@...169...> Message-ID: <20130919113925.14638dad@...3191...> Myext = File.Name(path) > On 19/09/13 18:02, Fabien Bodard wrote: > I Looked at that but i think my question was unclear sorry i need the > filename and the extension from > something like \home\user\filename.txt so i need filename.txt > hope that make sense now > > > Yes... Myext = file.ext(path) Le 19 sept. 2013 09:41, "Shane" > a ?crit : > >> is there a way to get just the filename ext from a path ? From eilert-sprachen at ...221... Thu Sep 19 11:45:23 2013 From: eilert-sprachen at ...221... (Rolf-Werner Eilert) Date: Thu, 19 Sep 2013 11:45:23 +0200 Subject: [Gambas-user] get filename from file path In-Reply-To: <523AC533.1050909@...169...> References: <523AAA5C.6030705@...169...> <523AC533.1050909@...169...> Message-ID: <523AC7B3.2080109@...221...> Like it would be expected: File.Name If you don't like it, use File.BaseName & "." & File.Ext but File.Name should do what you're looking for ;-) Rolf Am 19.09.2013 11:34, schrieb Shane: > On 19/09/13 18:02, Fabien Bodard wrote: > I Looked at that but i think my question was unclear sorry i need the > filename and the extension from > something like \home\user\filename.txt so i need filename.txt > hope that make sense now > > > Yes... Myext = file.ext(path) Le 19 sept. 2013 09:41, "Shane" > a ?crit : >>> is there a way to get just the filename ext from a path ? >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! >>> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, >>> SharePoint >>> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack >>> includes >>> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. >>> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> Gambas-user mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >> ------------------------------------------------------------------------------ >> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! >> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint >> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes >> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. >> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From shanep1967 at ...169... Thu Sep 19 11:48:31 2013 From: shanep1967 at ...169... (Shane) Date: Thu, 19 Sep 2013 19:48:31 +1000 Subject: [Gambas-user] get filename from file path In-Reply-To: <20130919113925.14638dad@...3191...> References: <523AAA5C.6030705@...169...> <523AC533.1050909@...169...> <20130919113925.14638dad@...3191...> Message-ID: <523AC86F.6000909@...169...> yes Of cause I looked at that as well and got confused with to doc's (feeble brain) anyway thats On 19/09/13 19:39, Kende Kriszti?n wrote: > Myext = File.Name(path) > >> On 19/09/13 18:02, Fabien Bodard wrote: >> I Looked at that but i think my question was unclear sorry i need the >> filename and the extension from >> something like \home\user\filename.txt so i need filename.txt >> hope that make sense now >> >> >> Yes... Myext = file.ext(path) Le 19 sept. 2013 09:41, "Shane" >> a ?crit : >>>> is there a way to get just the filename ext from a path ? > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From shanep1967 at ...169... Thu Sep 19 12:14:07 2013 From: shanep1967 at ...169... (Shane) Date: Thu, 19 Sep 2013 20:14:07 +1000 Subject: [Gambas-user] get filename from file path In-Reply-To: <523AC86F.6000909@...169...> References: <523AAA5C.6030705@...169...> <523AC533.1050909@...169...> <20130919113925.14638dad@...3191...> <523AC86F.6000909@...169...> Message-ID: <523ACE6F.6040303@...169...> thanks everyone On 19/09/13 19:48, Shane wrote: > yes Of cause I looked at that as well and got confused with to doc's > (feeble brain) > anyway thats > > On 19/09/13 19:39, Kende Kriszti?n wrote: >> Myext = File.Name(path) >> >>> On 19/09/13 18:02, Fabien Bodard wrote: >>> I Looked at that but i think my question was unclear sorry i need the >>> filename and the extension from >>> something like \home\user\filename.txt so i need filename.txt >>> hope that make sense now >>> >>> >>> Yes... Myext = file.ext(path) Le 19 sept. 2013 09:41, "Shane" >>> a ?crit : >>>>> is there a way to get just the filename ext from a path ? >> ------------------------------------------------------------------------------ >> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! >> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint >> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes >> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. >> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From shanep1967 at ...169... Thu Sep 19 12:20:43 2013 From: shanep1967 at ...169... (Shane) Date: Thu, 19 Sep 2013 20:20:43 +1000 Subject: [Gambas-user] debug redirect Message-ID: <523ACFFB.40302@...169...> Is there a way to redirect the debug info from the curl Ftpclient to a textarea or something to give some user feed back (hope this one makes sense) :-) From willy at ...2734... Thu Sep 19 15:54:12 2013 From: willy at ...2734... (Willy Raets) Date: Thu, 19 Sep 2013 15:54:12 +0200 Subject: [Gambas-user] Questions about gb.report Message-ID: <1379598852.2290.21.camel@...3024...> Hi, I'm working on my first report in Gambas and I'm getting nowhere. I've been reading that someone took 60 hours to get a grasp on it. I hope to seriously shorten that time by simply asking here as documentation is scarce. My situation very much simplified (it is part of a big migration project from Windows to Linux with Gambas clients, so I can't really send you a project). Table 1 (IC): ID | ProductID | RestIC | ActueelIC Table 2 (Product): ProductID | Omschrijving Goal is to make a report with on top field names followed by data. This field names part needs to be on top of each page. So the result of the report should look like: ID Omschrijving ActueelIC RestIC '<-- this on every page 13 A product 1200 240 12 Other product 2400 2400 ... So there is a header on each page and the body with data. I have made a report, but have no idea what to put where and how. On main form this is my code: Private $hConnTest As New Connection Public Sub OpenReport() Dim rData As Result Dim hReport As New RprtIC Dim sQuery As String sQuery = "SELECT IC.ID, Product.Omschrijving, IC.Actueel.IC, IC.RestIC from IC LEFT JOIN Product ON IC.ProductID=Product.ProductID ORDER BY IC.ID DESC rData = $hConnTest.Exec(sQuery) hReport = New RprtIC($hConnTest, rData) hReport.Preview End On the report I have this: Private $hConn As Connection Private $rResult As Result Public Sub _new(hConn As Connection, rResult As Result) $hConn = hConn $rResult = rResult End My questions: 1. What objects do I need to draw on the report and where and in what order? 2. What properties do I need to set on the drawn objects? 3. In what objects do I place what data? I hope when getting this clear to have some basic insight in reports. -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From gambas.fr at ...626... Thu Sep 19 22:00:22 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Thu, 19 Sep 2013 22:00:22 +0200 Subject: [Gambas-user] Questions about gb.report In-Reply-To: <1379598852.2290.21.camel@...3024...> References: <1379598852.2290.21.camel@...3024...> Message-ID: Gambas report is working like the forms you need to open a new report then setup the padding of the report (it's margins) Add a ReportHBox to create the table header Set it's height to 1 cm set the property fixed to true (it repeat the header on each page) in it add one report label for each column for each label set the header text give a width for each of then set the border for each of them then on the report add another reporthbox (name=datalist) set it's height to 1 cm in it add a reportlabel for each column (datalabel1, datalabel2, etc) set theire text to null set theire width to the same size as those of the header set theire border then in _new hresult=..... datalist.datacount=hresult.count for each datalabel : example : Public Sub DataLabel1_data(index as integer) hResult.Moveto(Index) Last.Data = hResult!myfield end to test the report set it as main class (first launched form of the project) i give you a demo with some extra such as page header, title and page footer you need to play with all the properties to know exactly what they are doing. all the array in my example is in an extra vbo with expand to true. it's to enforce the footer to be at the end of the page even on the last one (when datas not fill the page) remember that a report is a multi container i call it sections. you can get a new section by increase the property count of report. A section is like a new report (or a new page) for exemple with that a report can have a title page, a summary, the data , the aknowlegement... gb.report have not a good doc as i've not the time to inprove it. but it's really powerfull. And since now not so many people use it. In a short time (some month i will adda grid widget to simplify the simple table making) Have fun 2013/9/19 Willy Raets > Hi, > > I'm working on my first report in Gambas and I'm getting nowhere. > I've been reading that someone took 60 hours to get a grasp on it. > I hope to seriously shorten that time by simply asking here as > documentation is scarce. > > My situation very much simplified (it is part of a big migration project > from Windows to Linux with Gambas clients, so I can't really send you a > project). > > Table 1 (IC): > ID | ProductID | RestIC | ActueelIC > > Table 2 (Product): > ProductID | Omschrijving > > Goal is to make a report with on top field names followed by data. > This field names part needs to be on top of each page. > > So the result of the report should look like: > > ID Omschrijving ActueelIC RestIC '<-- this on every page > > 13 A product 1200 240 > 12 Other product 2400 2400 > ... > > So there is a header on each page and the body with data. > I have made a report, but have no idea what to put where and how. > > On main form this is my code: > > Private $hConnTest As New Connection > > Public Sub OpenReport() > > Dim rData As Result > Dim hReport As New RprtIC > Dim sQuery As String > sQuery = "SELECT IC.ID, Product.Omschrijving, IC.Actueel.IC, IC.RestIC > from IC LEFT JOIN Product ON IC.ProductID=Product.ProductID ORDER BY > IC.ID DESC > > rData = $hConnTest.Exec(sQuery) > hReport = New RprtIC($hConnTest, rData) > hReport.Preview > > End > > On the report I have this: > > Private $hConn As Connection > Private $rResult As Result > > Public Sub _new(hConn As Connection, rResult As Result) > > $hConn = hConn > $rResult = rResult > > End > > My questions: > 1. What objects do I need to draw on the report and where and in what > order? > 2. What properties do I need to set on the drawn objects? > 3. In what objects do I place what data? > > I hope when getting this clear to have some basic insight in reports. > > > -- > Kind regards, > > Willy (aka gbWilly) > > http://gambasshowcase.org/ > http://howtogambas.org > http://gambos.org > > > > > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fabien Bodard -------------- next part -------------- A non-text attachment was scrubbed... Name: DemoReport-0.0.1.tar.gz Type: application/x-gzip Size: 5392 bytes Desc: not available URL: From g4mba5 at ...626... Fri Sep 20 00:37:19 2013 From: g4mba5 at ...626... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Fri, 20 Sep 2013 00:37:19 +0200 Subject: [Gambas-user] Test Message-ID: <523B7C9F.7010405@...1...> This is just a test... -- Beno?t Minisini From g4mba5 at ...626... Fri Sep 20 09:13:10 2013 From: g4mba5 at ...626... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Fri, 20 Sep 2013 09:13:10 +0200 Subject: [Gambas-user] =?iso-8859-1?q?Test_n=B02?= Message-ID: <523BF586.10306@...1...> This is just a test again. -- Beno?t Minisini From gambas at ...1... Fri Sep 20 09:16:40 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Fri, 20 Sep 2013 09:16:40 +0200 Subject: [Gambas-user] Test #3 Message-ID: <523BF658.3010203@...1...> -- Beno?t Minisini From bill-lancaster at ...2231... Fri Sep 20 09:39:02 2013 From: bill-lancaster at ...2231... (bill-lancaster) Date: Fri, 20 Sep 2013 00:39:02 -0700 (PDT) Subject: [Gambas-user] Tableview row does not show as selected In-Reply-To: <1379507377466-43269.post@...3046...> References: <1379507377466-43269.post@...3046...> Message-ID: <1379662742728-43290.post@...3046...> The solution is to rebuild a fresh project and the problem goes away! -- View this message in context: http://gambas.8142.n7.nabble.com/Tableview-row-does-not-show-as-selected-tp43269p43290.html Sent from the gambas-user mailing list archive at Nabble.com. From kevinfishburne at ...1887... Fri Sep 20 11:37:46 2013 From: kevinfishburne at ...1887... (Kevin Fishburne) Date: Fri, 20 Sep 2013 05:37:46 -0400 Subject: [Gambas-user] Test #3 In-Reply-To: <523BF658.3010203@...1...> References: <523BF658.3010203@...1...> Message-ID: <523C176A.1090703@...1887...> On 09/20/2013 03:16 AM, Beno?t Minisini wrote: It's working, oh shit! :/ Hopefully. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sales at ...1887... phone: (770) 853-6271 From willy at ...2734... Fri Sep 20 16:10:41 2013 From: willy at ...2734... (Willy Raets) Date: Fri, 20 Sep 2013 16:10:41 +0200 Subject: [Gambas-user] Questions about gb.report In-Reply-To: References: <1379598852.2290.21.camel@...3024...> Message-ID: <1379686241.2881.19.camel@...3024...> On Thu, 2013-09-19 at 22:00 +0200, Fabien Bodard wrote: > Gambas report is working like the forms I've gotten that far :-) > > > > > you need to open a new report > > > then setup the padding of the report (it's margins) Okay > > Add a ReportHBox to create the table header > Set it's height to 1 cm > set the property fixed to true (it repeat the header on each page) Now this is the stuff I find very useful to read. What to use where and how to use it.. > > > in it add one report label for each column > for each label set the header text > give a width for each of then > set the border for each of them > Clear > > then > > > on the report add another reporthbox (name=datalist) > set it's height to 1 cm > in it add a reportlabel for each column (datalabel1, datalabel2, etc) > set theire text to null > set theire width to the same size as those of the header > set theire border Clear > > > then > > > in _new > hresult=..... > > > datalist.datacount=hresult.count > > > > > for each datalabel : > example : > > > Public Sub DataLabel1_data(index as integer) > > > hResult.Moveto(Index) > Last.Data = hResult!myfield > > > end Thank you, this makes a lot more clear. Need to wait until Monday (at work) to give this a try in my test situation. Meanwhile I'll be studying your attached example in detail. > > to test the report set it as main class (first launched form of the > project) > > > i give you a demo with some extra such as page header, title and page > footer Page header and title and page footer are very useful. Thanks for adding it to the example, very useful. > > > you need to play with all the properties to know exactly what they are > doing. > > > all the array in my example is in an extra vbo with expand to true. > it's to enforce the footer to be at the end of the page even on the > last one (when datas not fill the page) > > > remember that a report is a multi container i call it sections. you > can get a new section by increase the property count of report. A > section is like a new report (or a new page) > > > for exemple with that a report can have a title page, a summary, the > data , the aknowlegement... That sounds cool. So how do you determine in what order the sections get printed or is it the order they are on the tab of the report in IDE? > > > gb.report have not a good doc as i've not the time to inprove it. but > it's really powerfull. And since now not so many people use it. I never used gb.report because of it's scarce documentation, maybe more people don't use gb.report for the same reason. It is a bit of a 'who was first the chicken or the egg' situation: - Developer doesn't write component docs because of little users - Users don't use component because of lack of documentation :) Just a hint: If you would make some comments in the example code on what you are doing (I mean in the Report Example installed with Gambas), that could make a world of difference with little effort on your side. > In a short time (some month i will adda grid widget to simplify the > simple table making) Looking forward to that feature. > > > Have fun Thanks, I will ;) -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From jscops at ...11... Fri Sep 20 18:03:20 2013 From: jscops at ...11... (Jack) Date: Fri, 20 Sep 2013 18:03:20 +0200 Subject: [Gambas-user] New demo In-Reply-To: <1379686241.2881.19.camel@...3024...> References: <1379598852.2290.21.camel@...3024...> <1379686241.2881.19.camel@...3024...> Message-ID: <523C71C8.1020002@...11...> Hello, for lovers of demos, here is a new animation 100 % Gambas. http://www.gambasforge.org/code-87-scrolltext-color.html Starfield with 200 stars, two transparent scrolltext, a sprite, a flag and many other things. Have fun. -- Cordialement Jacky Tripoteau From vuott at ...325... Fri Sep 20 18:15:41 2013 From: vuott at ...325... (Ru Vuott) Date: Fri, 20 Sep 2013 17:15:41 +0100 (BST) Subject: [Gambas-user] R: New demo In-Reply-To: <523C71C8.1020002@...11...> Message-ID: <1379693741.41498.YahooMailBasic@...3065...> Hi Jack, I communicated this your message to Forum of Italian community of programmers Gambas. Regrads vuott -------------------------------------------- Ven 20/9/13, Jack ha scritto: Oggetto: [Gambas-user] New demo A: "mailing list for gambas users" Data: Venerd? 20 settembre 2013, 18:03 Hello, for lovers of demos, here is a new animation 100 % Gambas. http://www.gambasforge.org/code-87-scrolltext-color.html Starfield with 200 stars, two transparent scrolltext, a sprite, a flag and many other things. Have fun. -- Cordialement Jacky Tripoteau ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From gambas.fr at ...626... Fri Sep 20 20:46:25 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Fri, 20 Sep 2013 20:46:25 +0200 Subject: [Gambas-user] R: New demo In-Reply-To: <1379693741.41498.YahooMailBasic@...3065...> References: <523C71C8.1020002@...11...> <1379693741.41498.YahooMailBasic@...3065...> Message-ID: jack use screen.framerate to lowerize the draw call 2013/9/20 Ru Vuott > Hi Jack, > > I communicated this your message to Forum of Italian community of > programmers Gambas. > > Regrads > > vuott > > > > > -------------------------------------------- > Ven 20/9/13, Jack ha scritto: > > Oggetto: [Gambas-user] New demo > A: "mailing list for gambas users" > Data: Venerd? 20 settembre 2013, 18:03 > > Hello, > > for lovers of demos, here is a new animation 100 % Gambas. > > http://www.gambasforge.org/code-87-scrolltext-color.html > > Starfield with 200 stars, two transparent scrolltext, a > sprite, a flag > and many other things. > > Have fun. > > -- > Cordialement > > Jacky Tripoteau > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just > $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, > Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library > Power Pack includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends > 9/20/13. > > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fabien Bodard From jscops at ...11... Fri Sep 20 22:23:09 2013 From: jscops at ...11... (Jack) Date: Fri, 20 Sep 2013 22:23:09 +0200 Subject: [Gambas-user] R: New demo In-Reply-To: References: <523C71C8.1020002@...11...> <1379693741.41498.YahooMailBasic@...3065...> Message-ID: <523CAEAD.2020706@...11...> Le 20/09/2013 20:46, Fabien Bodard a ?crit : > jack use screen.framerate to lowerize the draw call > salut fabien, the program runs by default at 75 fps (on my box). it's too fast for you ? From jussi.lahtinen at ...626... Fri Sep 20 22:22:53 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Fri, 20 Sep 2013 23:22:53 +0300 Subject: [Gambas-user] LLVM for Gambas Message-ID: Hi! Do anyone know working instructions to compile LLVM in Ubuntu/Xubuntu, that can be used with most recent Gambas 3 revision? Or optionally what is most recent working revision of LLVM? Jussi From mckaygerhard at ...626... Sat Sep 21 00:12:57 2013 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Fri, 20 Sep 2013 17:42:57 -0430 Subject: [Gambas-user] how to gb.web, whict to run Message-ID: i started a web proyect in gambas ide i noted the "Public" directory, and also obviously started with module files but, how to made the cgi, i dont known nothing about it!!! also a minimal example would be great please, made me urgent -- Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com From gambas at ...1... Sat Sep 21 00:24:38 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sat, 21 Sep 2013 00:24:38 +0200 Subject: [Gambas-user] Signal 11 when making pdf using gb.cairo In-Reply-To: <1379436245.6936.18.camel@...3024...> References: <1379436245.6936.18.camel@...3024...> Message-ID: <523CCB26.1090009@...1...> Le 17/09/2013 18:44, Willy Raets a ?crit : > Hi all, > > I have this strange problem in one of my projects. > When placing an image on the PdfSurface I get strange things happening. > In the project when the image is smaller than 280 x 390 it is on the > pdf. When the image is just 5 pixels more in either width, height or > both I get a signal 11. > > I tried to reproduce the problem in a small project (see attachment). > Only now, even if the image is smaller than 280 x 390 (tried with both a > 210 x 210 and a 150 x 150 image) the signal 11 appears! > I'm not getting this, as the code is the same (copy paste from original > project and deleted some unneeded variables and changed some paths > that's all) > > I'm using two different methods of adding the image. > > 1. Using: > Cairo.Source = Cairo.ImagePattern(Image.Load("Icons/silhouts-150.png"), > 20, 150) > Cairo.Paint() > > 2. Using: > Cairo.Source = Cairo.ImagePattern(Image.Load("Icons/silhout.png")) > Cairo.Rectangle(20, 22, 560, 790) > Cairo.Fill() > > The first one I used before in another project and works just fine there > (images there are no bigger than 128 x 128, never had any trouble). > > The second one is because I aim at putting a watermark on the page of > the pdf, hence using a rectangle to fill with the image. > I get the second one working in the original project if image is no > bigger than 280 x 390, but I need it bigger. > > Images in the Icons folder of attached projects are: > silhouts-150.png -> 150 x 150 > silhouts-210.png -> 210 x 210 > silhout.png -> 560 x 790 > > Am I seriously overlooking something and gone a bit blind...? > Or is something else happening? > Hope someone has answers... > Hi, Everything should be fixed in revision #5846. Can you confirm? -- Beno?t Minisini From gambas at ...1... Sat Sep 21 00:26:08 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sat, 21 Sep 2013 00:26:08 +0200 Subject: [Gambas-user] how to gb.web, whict to run In-Reply-To: References: Message-ID: <523CCB80.3090902@...1...> Le 21/09/2013 00:12, PICCORO McKAY Lenz a ?crit : > i started a web proyect in gambas ide > > i noted the "Public" directory, and also obviously started with module files > > but, how to made the cgi, i dont known nothing about it!!! > > also a minimal example would be great > > please, made me urgent > First you must understand exactly what a CGI script and how it works: https://www.google.fr/#q=cgi+script -- Beno?t Minisini From gambas at ...1... Sat Sep 21 00:38:07 2013 From: gambas at ...1... (=?windows-1252?Q?Beno=EEt_Minisini?=) Date: Sat, 21 Sep 2013 00:38:07 +0200 Subject: [Gambas-user] Erroneous behavior with panel/frame and embedded gridview when disabling the panel/frame In-Reply-To: References: Message-ID: <523CCE4F.3060000@...1...> Le 18/09/2013 16:31, Jussi Lahtinen a ?crit : > Confirmed with Gambas 3 rev 5840 @ Xubuntu 13.04 64bit. > > Problem with menubutton seems to apply only to GTK+, > but with both GTK+/Qt4 gridview does raise DblClick event while being > disabled. > > > Jussi > As all common control events (MouseDown, MouseUp...), the DblClick event is raised even if the control is disabled. -- Beno?t Minisini From paulwheeler at ...546... Sat Sep 21 01:11:38 2013 From: paulwheeler at ...546... (paulwheeler) Date: Fri, 20 Sep 2013 16:11:38 -0700 Subject: [Gambas-user] Test In-Reply-To: References: Message-ID: <523CD62A.4070802@...546...> So, did you pass the test? On 09/19/2013 03:37 PM, Beno?t Minisini wrote: > This is just a test... > From gambas at ...1... Sat Sep 21 02:00:22 2013 From: gambas at ...1... (=?windows-1252?Q?Beno=EEt_Minisini?=) Date: Sat, 21 Sep 2013 02:00:22 +0200 Subject: [Gambas-user] Erroneous behavior with panel/frame and embedded gridview when disabling the panel/frame In-Reply-To: References: Message-ID: <523CE196.3090403@...1...> Le 18/09/2013 09:54, Alain Baudrez a ?crit : > I noticed a erroneous behavior with the panel and the frame control when > disabling them by setting the panel/frame enabled property to false in > Gambas 3.4.2 > > If you put a gridview or a menubutton in a panel/frame and you disable that > panel/frame the labels, textboxes, buttons, ? inherit the disabled state of > the panel/frame and become non-accessible. The gridview or the menubutton > on the contrary remain enabled. > > Alain It should be fixed in revision #5847. Can you test it or not? But I don't understand how I fixed that. There is something weird there... -- Beno?t Minisini From spikethecat73 at ...626... Sat Sep 21 08:27:01 2013 From: spikethecat73 at ...626... (David Robertson) Date: Sat, 21 Sep 2013 07:27:01 +0100 Subject: [Gambas-user] LLVM for Gambas In-Reply-To: References: Message-ID: What I previously did was: Download 3.1 from Sourceforge and unpack to wherever you want - I used david/llvm. Then create a "build" folder within "llvm". Then from this "build" folder: ../configure --prefix=/usr --enable-optimized --enable-jit --enable-shared make -j2 (for dual core, -j4 for quad core) sudo make install Then recompile Gambas as usual. However LLVM 3.2 appears in the standard Ubuntu repository (I'm using Ubuntu 12.04) and I haven't has any trouble with it. David On 20 September 2013 21:22, Jussi Lahtinen wrote: > Hi! > Do anyone know working instructions to compile LLVM in Ubuntu/Xubuntu, > that can be used with most recent Gambas 3 revision? > > Or optionally what is most recent working revision of LLVM? > > Jussi > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From willy at ...2734... Sat Sep 21 14:15:39 2013 From: willy at ...2734... (Willy Raets) Date: Sat, 21 Sep 2013 14:15:39 +0200 Subject: [Gambas-user] Signal 11 when making pdf using gb.cairo In-Reply-To: <523CCB26.1090009@...1...> References: <1379436245.6936.18.camel@...3024...> <523CCB26.1090009@...1...> Message-ID: <1379765739.2194.3.camel@...3024...> On Sat, 2013-09-21 at 00:24 +0200, Beno?t Minisini wrote: > Le 17/09/2013 18:44, Willy Raets a ?crit : > > Hi all, > > > > I have this strange problem in one of my projects. > > When placing an image on the PdfSurface I get strange things happening. > > In the project when the image is smaller than 280 x 390 it is on the > > pdf. When the image is just 5 pixels more in either width, height or > > both I get a signal 11. > > > > I tried to reproduce the problem in a small project (see attachment). > > Only now, even if the image is smaller than 280 x 390 (tried with both a > > 210 x 210 and a 150 x 150 image) the signal 11 appears! > > I'm not getting this, as the code is the same (copy paste from original > > project and deleted some unneeded variables and changed some paths > > that's all) > > > > I'm using two different methods of adding the image. > > > > 1. Using: > > Cairo.Source = Cairo.ImagePattern(Image.Load("Icons/silhouts-150.png"), > > 20, 150) > > Cairo.Paint() > > > > 2. Using: > > Cairo.Source = Cairo.ImagePattern(Image.Load("Icons/silhout.png")) > > Cairo.Rectangle(20, 22, 560, 790) > > Cairo.Fill() > > > > The first one I used before in another project and works just fine there > > (images there are no bigger than 128 x 128, never had any trouble). > > > > The second one is because I aim at putting a watermark on the page of > > the pdf, hence using a rectangle to fill with the image. > > I get the second one working in the original project if image is no > > bigger than 280 x 390, but I need it bigger. > > > > Images in the Icons folder of attached projects are: > > silhouts-150.png -> 150 x 150 > > silhouts-210.png -> 210 x 210 > > silhout.png -> 560 x 790 > > > > Am I seriously overlooking something and gone a bit blind...? > > Or is something else happening? > > Hope someone has answers... > > > > Hi, > > Everything should be fixed in revision #5846. Can you confirm? Yes Beno?t I can confirm that it is fixed. Is it possible for me to patch the fix to the current 3.4.2 version? I really need this working a.s.a.p. at my work situation (and there I'm not running a trunk version) If so, how do I patch current 3.4.2 with the changes made? -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From nemh at ...2007... Sat Sep 21 14:36:20 2013 From: nemh at ...2007... (Kende =?UTF-8?B?S3Jpc3p0acOhbg==?=) Date: Sat, 21 Sep 2013 14:36:20 +0200 Subject: [Gambas-user] Signal 11 when making pdf using gb.cairo In-Reply-To: <1379765739.2194.3.camel@...3024...> References: <1379436245.6936.18.camel@...3024...> <523CCB26.1090009@...1...> <1379765739.2194.3.camel@...3024...> Message-ID: <20130921143620.4991092a@...3104...> > > Hi, > > > > Everything should be fixed in revision #5846. Can you confirm? > > Yes Beno?t I can confirm that it is fixed. > > Is it possible for me to patch the fix to the current 3.4.2 version? > I really need this working a.s.a.p. at my work situation (and there > I'm not running a trunk version) > If so, how do I patch current 3.4.2 with the changes made? > If really necessary, I will backport this patch to Ubuntu in the PPA. Assuming you are using Ubuntu. Kendek From jussi.lahtinen at ...626... Sat Sep 21 14:55:53 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Sat, 21 Sep 2013 15:55:53 +0300 Subject: [Gambas-user] LLVM for Gambas In-Reply-To: References: Message-ID: > Download 3.1 from Sourceforge and unpack to wherever you want - I used > david/llvm. Then create > a "build" folder within "llvm". > Then from this "build" folder: > > ../configure --prefix=/usr --enable-optimized --enable-jit --enable-shared > make -j2 (for dual core, -j4 for quad core) > sudo make install > I used svn version, but otherwise that is what I tried (among many other options), but it doesn't compile. First problem is in configure, compilers are not found, but it is fixable. If I set clang and clang++ as compilers, some include files are not found, even when I give the correct path. And if I set gcc and g++ as compilers, then it gives error that some function isn't part of llvm (???). > However LLVM 3.2 appears in the standard Ubuntu repository (I'm using > Ubuntu 12.04) and I haven't > has any trouble with it. > When I compile Gambas, it gives me this requirement: || Unable to find file: libLLVM-3.3svn.so || gb.jit is disabled So I don't think LLVM 3.2 will do it. Jussi From emil.lenngren at ...626... Sat Sep 21 14:58:37 2013 From: emil.lenngren at ...626... (Emil Lenngren) Date: Sat, 21 Sep 2013 14:58:37 +0200 Subject: [Gambas-user] LLVM for Gambas In-Reply-To: References: Message-ID: Hi Jussi. What is the error message when you use g++? /Emil 2013/9/21 Jussi Lahtinen > > Download 3.1 from Sourceforge and unpack to wherever you want - I used > > david/llvm. Then create > > a "build" folder within "llvm". > > Then from this "build" folder: > > > > ../configure --prefix=/usr --enable-optimized --enable-jit > --enable-shared > > make -j2 (for dual core, -j4 for quad core) > > sudo make install > > > > I used svn version, but otherwise that is what I tried (among many other > options), but it doesn't compile. > First problem is in configure, compilers are not found, but it is fixable. > > If I set clang and clang++ as compilers, some include files are not found, > even when I give the correct path. > > And if I set gcc and g++ as compilers, then it gives error that some > function isn't part of llvm (???). > > > > > > However LLVM 3.2 appears in the standard Ubuntu repository (I'm using > > Ubuntu 12.04) and I haven't > > has any trouble with it. > > > > When I compile Gambas, it gives me this requirement: > || Unable to find file: libLLVM-3.3svn.so > || gb.jit is disabled > > So I don't think LLVM 3.2 will do it. > > > Jussi > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From jussi.lahtinen at ...626... Sat Sep 21 15:34:37 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Sat, 21 Sep 2013 16:34:37 +0300 Subject: [Gambas-user] LLVM for Gambas In-Reply-To: References: Message-ID: SourceManager.cpp: In function ?void ComputeLineNumbers(clang::DiagnosticsEngine&, clang::SrcMgr::ContentCache*, llvm::BumpPtrAllocator&, const clang::SourceManager&, bool&)?: SourceManager.cpp:1134:20: error: ?CountTrailingZeros_32? is not a member of ?llvm? This is from svn version, so maybe there is something wrong in source code. Jussi On Sat, Sep 21, 2013 at 3:58 PM, Emil Lenngren wrote: > Hi Jussi. What is the error message when you use g++? > > /Emil > > > 2013/9/21 Jussi Lahtinen > > > > Download 3.1 from Sourceforge and unpack to wherever you want - I used > > > david/llvm. Then create > > > a "build" folder within "llvm". > > > Then from this "build" folder: > > > > > > ../configure --prefix=/usr --enable-optimized --enable-jit > > --enable-shared > > > make -j2 (for dual core, -j4 for quad core) > > > sudo make install > > > > > > > I used svn version, but otherwise that is what I tried (among many other > > options), but it doesn't compile. > > First problem is in configure, compilers are not found, but it is > fixable. > > > > If I set clang and clang++ as compilers, some include files are not > found, > > even when I give the correct path. > > > > And if I set gcc and g++ as compilers, then it gives error that some > > function isn't part of llvm (???). > > > > > > > > > > > However LLVM 3.2 appears in the standard Ubuntu repository (I'm using > > > Ubuntu 12.04) and I haven't > > > has any trouble with it. > > > > > > > When I compile Gambas, it gives me this requirement: > > || Unable to find file: libLLVM-3.3svn.so > > || gb.jit is disabled > > > > So I don't think LLVM 3.2 will do it. > > > > > > Jussi > > > > > ------------------------------------------------------------------------------ > > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > > SharePoint > > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > > includes > > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. > > > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From willy at ...2734... Sat Sep 21 15:35:28 2013 From: willy at ...2734... (Willy Raets) Date: Sat, 21 Sep 2013 15:35:28 +0200 Subject: [Gambas-user] Signal 11 when making pdf using gb.cairo In-Reply-To: <20130921143620.4991092a@...3104...> References: <1379436245.6936.18.camel@...3024...> <523CCB26.1090009@...1...> <1379765739.2194.3.camel@...3024...> <20130921143620.4991092a@...3104...> Message-ID: <1379770528.2194.5.camel@...3024...> On Sat, 2013-09-21 at 14:36 +0200, Kende Kriszti?n wrote: > > > Hi, > > > > > > Everything should be fixed in revision #5846. Can you confirm? > > > > Yes Beno?t I can confirm that it is fixed. > > > > Is it possible for me to patch the fix to the current 3.4.2 version? > > I really need this working a.s.a.p. at my work situation (and there > > I'm not running a trunk version) > > If so, how do I patch current 3.4.2 with the changes made? > > > > If really necessary, I will backport this patch to Ubuntu in the PPA. > Assuming you are using Ubuntu. > > Kendek I am using your PPA and it would be great if this fix could be back ported so I can make use of it. Much appreciated, thanks you. -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From mckaygerhard at ...626... Sat Sep 21 18:44:22 2013 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Sat, 21 Sep 2013 12:14:22 -0430 Subject: [Gambas-user] how to gb.web, whict to run Message-ID: From: Beno?t Minisini > First you must understand exactly what a CGI script and how it works: > > https://www.google.fr/#q=cgi+script Far away from help, i finally runnig GSP in lighttp, its wonderfully, powerfully, u made a great programing languaje, now i ported all php apps to gambas and made non-compatible with windo-like servers (like WAMP) First of all, i note Benoit, two problems: 1) the IDE said that starts a "web project" but dont provide necesary infraestructure to made that docs (and u) said. 2) run Gambas server pages in minimal not require any CGI knowledge.. this are only for avanced settings..(and normally not need inclusive) The problem are that http-server distributed into normal linux distribution has a default places and assigne for knowed scripts (like py, php, pl) and not gambas (gsp, or was ext u put to file in var/www/ or /home/~/Public/ ) Theres two forms of runnig Gambas for web: server pages, or gambas scripts, the second are more easy but slower, the firts are better but need personally modified cgi script depends on needs of gambas project or funtionality. The power of GSP are great, thanks a lot, a screen attached, next time, please more intruction and better example rather thant the provided in gambasdoc.org -------------- next part -------------- A non-text attachment was scrubbed... Name: ejecutando-gambas-server-pages.png Type: image/png Size: 71114 bytes Desc: not available URL: From gambas at ...1... Sat Sep 21 20:56:36 2013 From: gambas at ...1... (=?UTF-8?B?QmVub8OudCBNaW5pc2luaQ==?=) Date: Sat, 21 Sep 2013 20:56:36 +0200 Subject: [Gambas-user] Signal 11 when making pdf using gb.cairo In-Reply-To: <1379765739.2194.3.camel@...3024...> References: <1379436245.6936.18.camel@...3024...> <523CCB26.1090009@...1...> <1379765739.2194.3.camel@...3024...> Message-ID: <523DEBE4.10508@...1...> Le 21/09/2013 14:15, Willy Raets a ?crit : > On Sat, 2013-09-21 at 00:24 +0200, Beno?t Minisini wrote: >> Le 17/09/2013 18:44, Willy Raets a ?crit : >>> Hi all, >>> >>> I have this strange problem in one of my projects. >>> When placing an image on the PdfSurface I get strange things happening. >>> In the project when the image is smaller than 280 x 390 it is on the >>> pdf. When the image is just 5 pixels more in either width, height or >>> both I get a signal 11. >>> >>> I tried to reproduce the problem in a small project (see attachment). >>> Only now, even if the image is smaller than 280 x 390 (tried with both a >>> 210 x 210 and a 150 x 150 image) the signal 11 appears! >>> I'm not getting this, as the code is the same (copy paste from original >>> project and deleted some unneeded variables and changed some paths >>> that's all) >>> >>> I'm using two different methods of adding the image. >>> >>> 1. Using: >>> Cairo.Source = Cairo.ImagePattern(Image.Load("Icons/silhouts-150.png"), >>> 20, 150) >>> Cairo.Paint() >>> >>> 2. Using: >>> Cairo.Source = Cairo.ImagePattern(Image.Load("Icons/silhout.png")) >>> Cairo.Rectangle(20, 22, 560, 790) >>> Cairo.Fill() >>> >>> The first one I used before in another project and works just fine there >>> (images there are no bigger than 128 x 128, never had any trouble). >>> >>> The second one is because I aim at putting a watermark on the page of >>> the pdf, hence using a rectangle to fill with the image. >>> I get the second one working in the original project if image is no >>> bigger than 280 x 390, but I need it bigger. >>> >>> Images in the Icons folder of attached projects are: >>> silhouts-150.png -> 150 x 150 >>> silhouts-210.png -> 210 x 210 >>> silhout.png -> 560 x 790 >>> >>> Am I seriously overlooking something and gone a bit blind...? >>> Or is something else happening? >>> Hope someone has answers... >>> >> >> Hi, >> >> Everything should be fixed in revision #5846. Can you confirm? > > Yes Beno?t I can confirm that it is fixed. > > Is it possible for me to patch the fix to the current 3.4.2 version? > I really need this working a.s.a.p. at my work situation (and there I'm > not running a trunk version) > If so, how do I patch current 3.4.2 with the changes made? > I'm almost sure that you can workaround the bug by storing the image into a global variable before using it with Cairo.ImagePattern(). Tell me if it works for you, otherwise I will see what I can do. Regards, -- Beno?t Minisini From willy at ...2734... Sat Sep 21 22:46:23 2013 From: willy at ...2734... (Willy Raets) Date: Sat, 21 Sep 2013 22:46:23 +0200 Subject: [Gambas-user] Signal 11 when making pdf using gb.cairo In-Reply-To: <523DEBE4.10508@...1...> References: <1379436245.6936.18.camel@...3024...> <523CCB26.1090009@...1...> <1379765739.2194.3.camel@...3024...> <523DEBE4.10508@...1...> Message-ID: <1379796383.2187.11.camel@...3024...> On Sat, 2013-09-21 at 20:56 +0200, Beno?t Minisini wrote: > Le 21/09/2013 14:15, Willy Raets a ?crit : > > On Sat, 2013-09-21 at 00:24 +0200, Beno?t Minisini wrote: > >> Le 17/09/2013 18:44, Willy Raets a ?crit : > >>> Hi all, > >>> > >>> I have this strange problem in one of my projects. > >>> When placing an image on the PdfSurface I get strange things happening. > >>> In the project when the image is smaller than 280 x 390 it is on the > >>> pdf. When the image is just 5 pixels more in either width, height or > >>> both I get a signal 11. > >>> > >>> I tried to reproduce the problem in a small project (see attachment). > >>> Only now, even if the image is smaller than 280 x 390 (tried with both a > >>> 210 x 210 and a 150 x 150 image) the signal 11 appears! > >>> I'm not getting this, as the code is the same (copy paste from original > >>> project and deleted some unneeded variables and changed some paths > >>> that's all) > >>> > >>> I'm using two different methods of adding the image. > >>> > >>> 1. Using: > >>> Cairo.Source = Cairo.ImagePattern(Image.Load("Icons/silhouts-150.png"), > >>> 20, 150) > >>> Cairo.Paint() > >>> > >>> 2. Using: > >>> Cairo.Source = Cairo.ImagePattern(Image.Load("Icons/silhout.png")) > >>> Cairo.Rectangle(20, 22, 560, 790) > >>> Cairo.Fill() > >>> > >>> The first one I used before in another project and works just fine there > >>> (images there are no bigger than 128 x 128, never had any trouble). > >>> > >>> The second one is because I aim at putting a watermark on the page of > >>> the pdf, hence using a rectangle to fill with the image. > >>> I get the second one working in the original project if image is no > >>> bigger than 280 x 390, but I need it bigger. > >>> > >>> Images in the Icons folder of attached projects are: > >>> silhouts-150.png -> 150 x 150 > >>> silhouts-210.png -> 210 x 210 > >>> silhout.png -> 560 x 790 > >>> > >>> Am I seriously overlooking something and gone a bit blind...? > >>> Or is something else happening? > >>> Hope someone has answers... > >>> > >> > >> Hi, > >> > >> Everything should be fixed in revision #5846. Can you confirm? > > > > Yes Beno?t I can confirm that it is fixed. > > > > Is it possible for me to patch the fix to the current 3.4.2 version? > > I really need this working a.s.a.p. at my work situation (and there I'm > > not running a trunk version) > > If so, how do I patch current 3.4.2 with the changes made? > > > > I'm almost sure that you can workaround the bug by storing the image > into a global variable before using it with Cairo.ImagePattern(). > > Tell me if it works for you, otherwise I will see what I can do. > > Regards, > Well Beno?t, Kendek already offered to patch the gb.cairo bug fix into his 3.4.2 PPA (the one I am using). And since I already updated my Gambas version with his patched one all is working just fine. The application I need the fix for is one at work. I? using PPA Kendek there as well on all systems, so I should be fine. But I will give your suggestion a try on a VM where I have a non updated 3.4.2 from PPA Kendek. Just out of curiosity Thanks, -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From rmorgan62 at ...626... Sun Sep 22 13:20:08 2013 From: rmorgan62 at ...626... (Randall Morgan) Date: Sun, 22 Sep 2013 04:20:08 -0700 Subject: [Gambas-user] gb.Chart capabilities Message-ID: Hi All, I have not used gb.Chart for quite some time and the last time I did it was not capable of producing a scatter chart. Does anyone know if scatter charts have been added to gb.chart? I can seem to find much info on gb.chart and it does not seem to be listed on the component page of the docs. Thanks all! -- If you ask me if it can be done. The answer is YES, it can always be done. The correct questions however are... What will it cost, and how long will it take? From gambas.fr at ...626... Sun Sep 22 14:04:20 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Sun, 22 Sep 2013 14:04:20 +0200 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: References: Message-ID: Hi randall ... i'm french ... so can you show me what is a scatter chart ? 2013/9/22 Randall Morgan > Hi All, I have not used gb.Chart for quite some time and the last time I > did it was not capable of producing a scatter chart. Does anyone know if > scatter charts have been added to gb.chart? I can seem to find much info on > gb.chart and it does not seem to be listed on the component page of the > docs. > > Thanks all! > > > > > -- > If you ask me if it can be done. The answer is YES, it can always be done. > The correct questions however are... What will it cost, and how long will > it take? > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fabien Bodard From rmorgan62 at ...626... Sun Sep 22 14:21:10 2013 From: rmorgan62 at ...626... (Randall Morgan) Date: Sun, 22 Sep 2013 05:21:10 -0700 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: References: Message-ID: Hi Fabien, A scatter plot is a plot of points on a 2d x,y grid. See the images provided. Typical features of a scatter plot is to allow for various data to be plotted on the same grid in different color. Sometimes one needs to plot line graphs on them as well, as in the second example. THis is what I need to accomplish. If gb.Chart does not handle this then I will revert back to using octave or python for my graphs. But it would be very nice if I could do this in Gambas and not have to use any external tools. Thanks for your response. On Sun, Sep 22, 2013 at 5:04 AM, Fabien Bodard wrote: > Hi randall ... i'm french ... so can you show me what is a scatter chart ? > > > 2013/9/22 Randall Morgan > > > Hi All, I have not used gb.Chart for quite some time and the last time I > > did it was not capable of producing a scatter chart. Does anyone know if > > scatter charts have been added to gb.chart? I can seem to find much info > on > > gb.chart and it does not seem to be listed on the component page of the > > docs. > > > > Thanks all! > > > > > > > > > > -- > > If you ask me if it can be done. The answer is YES, it can always be > done. > > The correct questions however are... What will it cost, and how long will > > it take? > > > > > ------------------------------------------------------------------------------ > > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > > SharePoint > > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > > includes > > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. > > > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > -- > Fabien Bodard > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- If you ask me if it can be done. The answer is YES, it can always be done. The correct questions however are... What will it cost, and how long will it take? From rmorgan62 at ...626... Sun Sep 22 14:24:15 2013 From: rmorgan62 at ...626... (Randall Morgan) Date: Sun, 22 Sep 2013 05:24:15 -0700 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: References: Message-ID: By the way, I would love to see gb.Chart get the kind of love and features that python and octave have for plotting. On Sun, Sep 22, 2013 at 5:21 AM, Randall Morgan wrote: > Hi Fabien, > > A scatter plot is a plot of points on a 2d x,y grid. See the images > provided. Typical features of a scatter plot is to allow for various data > to be plotted on the same grid in different color. Sometimes one needs to > plot line graphs on them as well, as in the second example. THis is what I > need to accomplish. If gb.Chart does not handle this then I will revert > back to using octave or python for my graphs. But it would be very nice if > I could do this in Gambas and not have to use any external tools. > > Thanks for your response. > > > > > > > > > On Sun, Sep 22, 2013 at 5:04 AM, Fabien Bodard wrote: > >> Hi randall ... i'm french ... so can you show me what is a scatter chart ? >> >> >> 2013/9/22 Randall Morgan >> >> > Hi All, I have not used gb.Chart for quite some time and the last time I >> > did it was not capable of producing a scatter chart. Does anyone know if >> > scatter charts have been added to gb.chart? I can seem to find much >> info on >> > gb.chart and it does not seem to be listed on the component page of the >> > docs. >> > >> > Thanks all! >> > >> > >> > >> > >> > -- >> > If you ask me if it can be done. The answer is YES, it can always be >> done. >> > The correct questions however are... What will it cost, and how long >> will >> > it take? >> > >> > >> ------------------------------------------------------------------------------ >> > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! >> > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, >> > SharePoint >> > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack >> > includes >> > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. >> > >> http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk >> > _______________________________________________ >> > Gambas-user mailing list >> > Gambas-user at lists.sourceforge.net >> > https://lists.sourceforge.net/lists/listinfo/gambas-user >> > >> >> >> >> -- >> Fabien Bodard >> >> ------------------------------------------------------------------------------ >> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! >> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, >> SharePoint >> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack >> includes >> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > > > -- > If you ask me if it can be done. The answer is YES, it can always be done. > The correct questions however are... What will it cost, and how long will > it take? > -- If you ask me if it can be done. The answer is YES, it can always be done. The correct questions however are... What will it cost, and how long will it take? From willy at ...2734... Sun Sep 22 16:25:32 2013 From: willy at ...2734... (Willy Raets) Date: Sun, 22 Sep 2013 16:25:32 +0200 Subject: [Gambas-user] Question on mime type installation Message-ID: <1379859932.2257.11.camel@...3024...> Hi all, Here is my situation: In the Project folder (.hidden) I have: - a folder Icons (see attachment mime-02.png) - FlagShipDesignAid.xml -> mime type infofile (see attachment mime-03.png) When making a package in step 8 I have them copied to certain locations (see attachment mime-01.png) The Icons folder holds the applications Icons. The xml file the mimetype information to be installed. When installing the applications deb package all above is copied to the proper locations. Currently I'm stuck to installing the mimetype in a terminal, but I would like to see this automated during the installation of the application deb package. All that is missing is a script that installs the mime type to the system. But I have no idea how this script needs to look like or in what language it needs to be written. Next, if I would have such a script, is there a step in the Gambas packager where I can add the script, so it is run when a user installs the application deb package and mime types get set for the application? Anyone any answers, links to usable information, example script or whatever that can help me solve this? -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org -------------- next part -------------- A non-text attachment was scrubbed... Name: Mime-01.png Type: image/png Size: 52172 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Mime-02.png Type: image/png Size: 13184 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: Mime-03.png Type: image/png Size: 178447 bytes Desc: not available URL: From nemh at ...2007... Sun Sep 22 17:01:57 2013 From: nemh at ...2007... (Kende =?UTF-8?B?S3Jpc3p0acOhbg==?=) Date: Sun, 22 Sep 2013 17:01:57 +0200 Subject: [Gambas-user] Question on mime type installation In-Reply-To: <1379859932.2257.11.camel@...3024...> References: <1379859932.2257.11.camel@...3024...> Message-ID: <20130922170157.0ac4f965@...3104...> > Hi all, > > Here is my situation: > In the Project folder (.hidden) I have: > - a folder Icons (see attachment mime-02.png) > - FlagShipDesignAid.xml -> mime type infofile (see attachment > mime-03.png) > > When making a package in step 8 I have them copied to certain > locations (see attachment mime-01.png) > > The Icons folder holds the applications Icons. > The xml file the mimetype information to be installed. > > When installing the applications deb package all above is copied to > the proper locations. > > Currently I'm stuck to installing the mimetype in a terminal, but I > would like to see this automated during the installation of the > application deb package. > > All that is missing is a script that installs the mime type to the > system. But I have no idea how this script needs to look like or in > what language it needs to be written. > > Next, if I would have such a script, is there a step in the Gambas > packager where I can add the script, so it is run when a user installs > the application deb package and mime types get set for the > application? > > Anyone any answers, links to usable information, example script or > whatever that can help me solve this? > > What? Debian package is not install any files in the /usr/local directory. It's simply not allowed. If install the .xml file in the /usr/share/mime/packages directory, the shared-mime-info (triggers) automatically executes the update-mime-database.real command. From joem at ...2671... Sun Sep 22 17:22:28 2013 From: joem at ...2671... (joem) Date: Sun, 22 Sep 2013 15:22:28 +0000 Subject: [Gambas-user] Cannot load class 'Balloon' Message-ID: <6DBBEE2DB8B23047A3F38C3520340CDFCDA5BF@...3192...> This is an old bug: ERROR: #2: Cannot load class 'Balloon': Bytecode too recent. Please upgrade Gambas. cannot load class Balloon http://gambas.8142.n7.nabble.com/Cannot-load-class-Balloon-td27549.html and as the log says, Beno?t fixed something, and also it can be fixed by installing packages that contain libintl. Trouble is I'm doing up a new linaro distro thing (http://www.gplsquared.com/eoma_boot/eoma_boot.html#linaro_boot_uSD_image ) and look as I might, I can't find anything that has libintl inside that linaro distro. There is a libintl-perl, but no luck with that. The version of Gambas I'm using is version 3.4.2. I haven't tried the svn version yet. So is there anything I can do to try to repair it? (I can post the full bug report if needed in a couple of hours, but if there is easy fix since this has recurred, I try suggestions first.) From mckaygerhard at ...626... Sun Sep 22 18:32:05 2013 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Sun, 22 Sep 2013 12:02:05 -0430 Subject: [Gambas-user] Signal 11 when making pdf using gb.cairo Message-ID: From: Willy Raets > Kendek already offered to patch the gb.cairo bug fix into his 3.4.2 PPA > (the one I am using). And since I already updated my Gambas version with > his patched one all is working just fine. > i revised the commit and the diff can be put into dsc sources of venenux packages with out problem.. about if patch works, i'll try made a project and test if pdf generation works when using cairo.. i'll try with the web reports that i 'll made for payroll/asistance system From gambas.fr at ...626... Sun Sep 22 18:41:31 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Sun, 22 Sep 2013 18:41:31 +0200 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: References: Message-ID: hChart.Type = charttype.Plots 2013/9/22 Randall Morgan > By the way, > > I would love to see gb.Chart get the kind of love and features that python > and octave have for plotting. > > > On Sun, Sep 22, 2013 at 5:21 AM, Randall Morgan > wrote: > > > Hi Fabien, > > > > A scatter plot is a plot of points on a 2d x,y grid. See the images > > provided. Typical features of a scatter plot is to allow for various data > > to be plotted on the same grid in different color. Sometimes one needs to > > plot line graphs on them as well, as in the second example. THis is what > I > > need to accomplish. If gb.Chart does not handle this then I will revert > > back to using octave or python for my graphs. But it would be very nice > if > > I could do this in Gambas and not have to use any external tools. > > > > Thanks for your response. > > > > > > > > > > > > > > > > > > On Sun, Sep 22, 2013 at 5:04 AM, Fabien Bodard >wrote: > > > >> Hi randall ... i'm french ... so can you show me what is a scatter > chart ? > >> > >> > >> 2013/9/22 Randall Morgan > >> > >> > Hi All, I have not used gb.Chart for quite some time and the last > time I > >> > did it was not capable of producing a scatter chart. Does anyone know > if > >> > scatter charts have been added to gb.chart? I can seem to find much > >> info on > >> > gb.chart and it does not seem to be listed on the component page of > the > >> > docs. > >> > > >> > Thanks all! > >> > > >> > > >> > > >> > > >> > -- > >> > If you ask me if it can be done. The answer is YES, it can always be > >> done. > >> > The correct questions however are... What will it cost, and how long > >> will > >> > it take? > >> > > >> > > >> > ------------------------------------------------------------------------------ > >> > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > >> > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > >> > SharePoint > >> > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > >> > includes > >> > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. > >> > > >> > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > >> > _______________________________________________ > >> > Gambas-user mailing list > >> > Gambas-user at lists.sourceforge.net > >> > https://lists.sourceforge.net/lists/listinfo/gambas-user > >> > > >> > >> > >> > >> -- > >> Fabien Bodard > >> > >> > ------------------------------------------------------------------------------ > >> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > >> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > >> SharePoint > >> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > >> includes > >> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. > >> > >> > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > >> _______________________________________________ > >> Gambas-user mailing list > >> Gambas-user at lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/gambas-user > >> > > > > > > > > -- > > If you ask me if it can be done. The answer is YES, it can always be > done. > > The correct questions however are... What will it cost, and how long will > > it take? > > > > > > -- > If you ask me if it can be done. The answer is YES, it can always be done. > The correct questions however are... What will it cost, and how long will > it take? > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fabien Bodard From greg.raffaelle at ...2755... Mon Sep 23 03:27:48 2013 From: greg.raffaelle at ...2755... (Greg Raffaelle) Date: Sun, 22 Sep 2013 20:27:48 -0500 Subject: [Gambas-user] Further Assistance with gb.report repeating section Message-ID: <523F9914.4070706@...2755...> Fabien, I am still having problems achieving the layout of the report I want to create for my application. You previously helped me getting the tables in the report to repeat by adding the ReportPanel named "FullRepeat". The problem is when the datacount for the items ReportHBox5 and ReportHBox7 in the tables exceeds 6. When this happens the FullRepeat section disappears. The other thing I noticed is that you set OnePiece equal to true for the panel FullRepeat. Depending on the amount of data, there is no guarantee that the tables will fit on one page and that's all right. I want the tables to be able to display more than 7 rows of data and the tables to repeat with new data. When I set OnePiece to false for panel "FullRepeat" I got the pages as shown in the attached file output.pdf. As you can see in the pdf the tables and numbers are not correct starting with the second time the tables are printed. Further assistance on how to correct this would be appreciated. Thanks, Greg -------------- next part -------------- A non-text attachment was scrubbed... Name: output.pdf Type: application/pdf Size: 381841 bytes Desc: not available URL: From gambas.fr at ...626... Mon Sep 23 10:28:38 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Mon, 23 Sep 2013 10:28:38 +0200 Subject: [Gambas-user] Further Assistance with gb.report repeating section In-Reply-To: <523F9914.4070706@...2755...> References: <523F9914.4070706@...2755...> Message-ID: I need to know if the picture and the header of the part must be repeated if the twin arrays exceed the page.( I mean the part with the picture.) Many things can be done but I need to know what you exactly want to achieve. What you want is quite complex because you want a recursive scheme. Recursive means complex... But not impossible :-) Le 23 sept. 2013 03:41, "Greg Raffaelle" a ?crit : > Fabien, > > I am still having problems achieving the layout of the report I want to > create for my application. You previously helped me getting the tables in > the report to repeat by adding the ReportPanel named "FullRepeat". The > problem is when the datacount for the items ReportHBox5 and ReportHBox7 in > the tables exceeds 6. When this happens the FullRepeat section disappears. > The other thing I noticed is that you set OnePiece equal to true for the > panel FullRepeat. Depending on the amount of data, there is no guarantee > that the tables will fit on one page and that's all right. I want the > tables to be able to display more than 7 rows of data and the tables to > repeat with new data. When I set OnePiece to false for panel "FullRepeat" > I got the pages as shown in the attached file output.pdf. As you can see > in the pdf the tables and numbers are not correct starting with the second > time the tables are printed. Further assistance on how to correct this > would be appreciated. > > Thanks, > Greg > > > > > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From p65174 at ...626... Mon Sep 23 14:15:25 2013 From: p65174 at ...626... (pat0che) Date: Mon, 23 Sep 2013 05:15:25 -0700 (PDT) Subject: [Gambas-user] Gambas3 SVN compilation Problem ARMEL In-Reply-To: References: <51800113.9000100@...1...> Message-ID: <1379938525931-43325.post@...3046...> Hi, I have exactly the same problem compiling trunk on a sheevaplug (wheezy). Is there any solution for that ?? Pat. -- View this message in context: http://gambas.8142.n7.nabble.com/Gambas3-SVN-compilation-Problem-ARMEL-tp41774p43325.html Sent from the gambas-user mailing list archive at Nabble.com. From vuott at ...325... Mon Sep 23 15:38:58 2013 From: vuott at ...325... (Ru Vuott) Date: Mon, 23 Sep 2013 14:38:58 +0100 (BST) Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: Message-ID: <1379943538.45028.YahooMailBasic@...3064...> I'ld like suggest linegraph (all in Gambas): http://www.tutto-opensource.org/linegraf.html Regards vuott -------------------------------------------- Dom 22/9/13, Randall Morgan ha scritto: Oggetto: Re: [Gambas-user] gb.Chart capabilities A: "mailing list for gambas users" Data: Domenica 22 settembre 2013, 14:24 By the way, I would love to see gb.Chart get the kind of love and features that python and octave have for plotting. On Sun, Sep 22, 2013 at 5:21 AM, Randall Morgan wrote: > Hi Fabien, > > A scatter plot is a plot of points on a 2d x,y grid. See the images > provided. Typical features of a scatter plot is to allow for various data > to be plotted on the same grid in different color. Sometimes one needs to > plot line graphs on them as well, as in the second example. THis is what I > need to accomplish. If gb.Chart does not handle this then I will revert > back to using octave or python for my graphs. But it would be very nice if > I could do this in Gambas and not have to use any external tools. > > Thanks for your response. > > > > > > > > > On Sun, Sep 22, 2013 at 5:04 AM, Fabien Bodard wrote: > >> Hi randall ... i'm french ... so can you show me what is a scatter chart ? >> >> >> 2013/9/22 Randall Morgan >> >> > Hi All, I have not used gb.Chart for quite some time and the last time I >> > did it was not capable of producing a scatter chart. Does anyone know if >> > scatter charts have been added to gb.chart? I can seem to find much >> info on >> > gb.chart and it does not seem to be listed on the component page of the >> > docs. >> > >> > Thanks all! >> > >> > >> > >> > >> > -- >> > If you ask me if it can be done. The answer is YES, it can always be >> done. >> > The correct questions however are... What will it cost, and how long >> will >> > it take? >> > >> > >> ------------------------------------------------------------------------------ >> > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! >> > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, >> > SharePoint >> > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack >> > includes >> > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. >> > >> http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk >> > _______________________________________________ >> > Gambas-user mailing list >> > Gambas-user at lists.sourceforge.net >> > https://lists.sourceforge.net/lists/listinfo/gambas-user >> > >> >> >> >> -- >> Fabien Bodard >> >> ------------------------------------------------------------------------------ >> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! >> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, >> SharePoint >> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack >> includes >> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > > > -- > If you ask me if it can be done. The answer is YES, it can always be done. > The correct questions however are... What will it cost, and how long will > it take? > -- If you ask me if it can be done. The answer is YES, it can always be done. The correct questions however are... What will it cost, and how long will it take? ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/22/13. http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From rmorgan62 at ...626... Mon Sep 23 16:05:52 2013 From: rmorgan62 at ...626... (Randall Morgan) Date: Mon, 23 Sep 2013 07:05:52 -0700 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: <1379943538.45028.YahooMailBasic@...3064...> References: <1379943538.45028.YahooMailBasic@...3064...> Message-ID: I'll Look at linegraf. I didn't know it existed and it did not come up in a Google search for Gambas graph or plot here in the US. Perhaps you should have White Island or one of the other Gambas sites list it. It could be very handy! On Mon, Sep 23, 2013 at 6:38 AM, Ru Vuott wrote: > I'ld like suggest linegraph (all in Gambas): > > http://www.tutto-opensource.org/linegraf.html > > > Regards > vuott > > > -------------------------------------------- > Dom 22/9/13, Randall Morgan ha scritto: > > Oggetto: Re: [Gambas-user] gb.Chart capabilities > A: "mailing list for gambas users" > Data: Domenica 22 settembre 2013, 14:24 > > By the way, > > I would love to see gb.Chart get the kind of love and > features that python > and octave have for plotting. > > > On Sun, Sep 22, 2013 at 5:21 AM, Randall Morgan > wrote: > > > Hi Fabien, > > > > A scatter plot is a plot of points on a 2d x,y grid. > See the images > > provided. Typical features of a scatter plot is to > allow for various data > > to be plotted on the same grid in different color. > Sometimes one needs to > > plot line graphs on them as well, as in the second > example. THis is what I > > need to accomplish. If gb.Chart does not handle this > then I will revert > > back to using octave or python for my graphs. But it > would be very nice if > > I could do this in Gambas and not have to use any > external tools. > > > > Thanks for your response. > > > > > > > > > > > > > > > > > > On Sun, Sep 22, 2013 at 5:04 AM, Fabien Bodard >wrote: > > > >> Hi randall ... i'm french ... so can you show me > what is a scatter chart ? > >> > >> > >> 2013/9/22 Randall Morgan > >> > >> > Hi All, I have not used gb.Chart for quite > some time and the last time I > >> > did it was not capable of producing a scatter > chart. Does anyone know if > >> > scatter charts have been added to gb.chart? I > can seem to find much > >> info on > >> > gb.chart and it does not seem to be listed on > the component page of the > >> > docs. > >> > > >> > Thanks all! > >> > > >> > > >> > > >> > > >> > -- > >> > If you ask me if it can be done. The answer is > YES, it can always be > >> done. > >> > The correct questions however are... What will > it cost, and how long > >> will > >> > it take? > >> > > >> > > >> > > ------------------------------------------------------------------------------ > >> > LIMITED TIME SALE - Full Year of Microsoft > Training For Just $49.99! > >> > 1,500+ hours of tutorials including > VisualStudio 2012, Windows 8, > >> > SharePoint > >> > 2013, SQL 2012, MVC 4, more. BEST VALUE: New > Multi-Library Power Pack > >> > includes > >> > Mobile, Cloud, Java, and UX Design. Lowest > price ever! Ends 9/22/13. > >> > > >> > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > >> > > _______________________________________________ > >> > Gambas-user mailing list > >> > Gambas-user at lists.sourceforge.net > >> > https://lists.sourceforge.net/lists/listinfo/gambas-user > >> > > >> > >> > >> > >> -- > >> Fabien Bodard > >> > >> > > ------------------------------------------------------------------------------ > >> LIMITED TIME SALE - Full Year of Microsoft Training > For Just $49.99! > >> 1,500+ hours of tutorials including VisualStudio > 2012, Windows 8, > >> SharePoint > >> 2013, SQL 2012, MVC 4, more. BEST VALUE: New > Multi-Library Power Pack > >> includes > >> Mobile, Cloud, Java, and UX Design. Lowest price > ever! Ends 9/22/13. > >> > >> > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > >> _______________________________________________ > >> Gambas-user mailing list > >> Gambas-user at lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/gambas-user > >> > > > > > > > > -- > > If you ask me if it can be done. The answer is YES, it > can always be done. > > The correct questions however are... What will it cost, > and how long will > > it take? > > > > > > -- > If you ask me if it can be done. The answer is YES, it can > always be done. > The correct questions however are... What will it cost, and > how long will > it take? > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just > $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, > Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library > Power Pack includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends > 9/22/13. > > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- If you ask me if it can be done. The answer is YES, it can always be done. The correct questions however are... What will it cost, and how long will it take? From gambas.fr at ...626... Mon Sep 23 16:48:06 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Mon, 23 Sep 2013 16:48:06 +0200 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: References: <1379943538.45028.YahooMailBasic@...3064...> Message-ID: Hi ru ... Maybe it interest you to help me to redraw gb.graph... This component is out of date. But If I begin to rework it I need to know the maximum of the user needs. Like gb.map it will be based on two class... The generator and a viewer. And it will be only November... After harvesting. Le 23 sept. 2013 16:07, "Randall Morgan" a ?crit : > I'll Look at linegraf. I didn't know it existed and it did not come up in a > Google search for Gambas graph or plot here in the US. Perhaps you should > have White Island or one of the other Gambas sites list it. It could be > very handy! > > > On Mon, Sep 23, 2013 at 6:38 AM, Ru Vuott wrote: > > > I'ld like suggest linegraph (all in Gambas): > > > > http://www.tutto-opensource.org/linegraf.html > > > > > > Regards > > vuott > > > > > > -------------------------------------------- > > Dom 22/9/13, Randall Morgan ha scritto: > > > > Oggetto: Re: [Gambas-user] gb.Chart capabilities > > A: "mailing list for gambas users" > > Data: Domenica 22 settembre 2013, 14:24 > > > > By the way, > > > > I would love to see gb.Chart get the kind of love and > > features that python > > and octave have for plotting. > > > > > > On Sun, Sep 22, 2013 at 5:21 AM, Randall Morgan > > wrote: > > > > > Hi Fabien, > > > > > > A scatter plot is a plot of points on a 2d x,y grid. > > See the images > > > provided. Typical features of a scatter plot is to > > allow for various data > > > to be plotted on the same grid in different color. > > Sometimes one needs to > > > plot line graphs on them as well, as in the second > > example. THis is what I > > > need to accomplish. If gb.Chart does not handle this > > then I will revert > > > back to using octave or python for my graphs. But it > > would be very nice if > > > I could do this in Gambas and not have to use any > > external tools. > > > > > > Thanks for your response. > > > > > > > > > > > > > > > > > > > > > > > > > > > On Sun, Sep 22, 2013 at 5:04 AM, Fabien Bodard > >wrote: > > > > > >> Hi randall ... i'm french ... so can you show me > > what is a scatter chart ? > > >> > > >> > > >> 2013/9/22 Randall Morgan > > >> > > >> > Hi All, I have not used gb.Chart for quite > > some time and the last time I > > >> > did it was not capable of producing a scatter > > chart. Does anyone know if > > >> > scatter charts have been added to gb.chart? I > > can seem to find much > > >> info on > > >> > gb.chart and it does not seem to be listed on > > the component page of the > > >> > docs. > > >> > > > >> > Thanks all! > > >> > > > >> > > > >> > > > >> > > > >> > -- > > >> > If you ask me if it can be done. The answer is > > YES, it can always be > > >> done. > > >> > The correct questions however are... What will > > it cost, and how long > > >> will > > >> > it take? > > >> > > > >> > > > >> > > > > > ------------------------------------------------------------------------------ > > >> > LIMITED TIME SALE - Full Year of Microsoft > > Training For Just $49.99! > > >> > 1,500+ hours of tutorials including > > VisualStudio 2012, Windows 8, > > >> > SharePoint > > >> > 2013, SQL 2012, MVC 4, more. BEST VALUE: New > > Multi-Library Power Pack > > >> > includes > > >> > Mobile, Cloud, Java, and UX Design. Lowest > > price ever! Ends 9/22/13. > > >> > > > >> > > > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > > >> > > > _______________________________________________ > > >> > Gambas-user mailing list > > >> > Gambas-user at lists.sourceforge.net > > >> > https://lists.sourceforge.net/lists/listinfo/gambas-user > > >> > > > >> > > >> > > >> > > >> -- > > >> Fabien Bodard > > >> > > >> > > > > > ------------------------------------------------------------------------------ > > >> LIMITED TIME SALE - Full Year of Microsoft Training > > For Just $49.99! > > >> 1,500+ hours of tutorials including VisualStudio > > 2012, Windows 8, > > >> SharePoint > > >> 2013, SQL 2012, MVC 4, more. BEST VALUE: New > > Multi-Library Power Pack > > >> includes > > >> Mobile, Cloud, Java, and UX Design. Lowest price > > ever! Ends 9/22/13. > > >> > > >> > > > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > > >> _______________________________________________ > > >> Gambas-user mailing list > > >> Gambas-user at lists.sourceforge.net > > >> https://lists.sourceforge.net/lists/listinfo/gambas-user > > >> > > > > > > > > > > > > -- > > > If you ask me if it can be done. The answer is YES, it > > can always be done. > > > The correct questions however are... What will it cost, > > and how long will > > > it take? > > > > > > > > > > > -- > > If you ask me if it can be done. The answer is YES, it can > > always be done. > > The correct questions however are... What will it cost, and > > how long will > > it take? > > > > > ------------------------------------------------------------------------------ > > LIMITED TIME SALE - Full Year of Microsoft Training For Just > > $49.99! > > 1,500+ hours of tutorials including VisualStudio 2012, > > Windows 8, SharePoint > > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library > > Power Pack includes > > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends > > 9/22/13. > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > > ------------------------------------------------------------------------------ > > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > > SharePoint > > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > > includes > > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > > > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > -- > If you ask me if it can be done. The answer is YES, it can always be done. > The correct questions however are... What will it cost, and how long will > it take? > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From vuott at ...325... Mon Sep 23 18:31:12 2013 From: vuott at ...325... (Ru Vuott) Date: Mon, 23 Sep 2013 17:31:12 +0100 (BST) Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: Message-ID: <1379953872.49604.YahooMailBasic@...3054...> Hi Fabien, I'd help you for sure, but I'm not the author of that program reported by me. The author is an another forum member of the Italian community of Gambas programmers. I can communicate your proposal. Bye vuott -------------------------------------------- Lun 23/9/13, Fabien Bodard ha scritto: Oggetto: Re: [Gambas-user] gb.Chart capabilities A: "mailing list for gambas users" Data: Luned? 23 settembre 2013, 16:48 Hi ru ... Maybe it interest you to help me to redraw gb.graph... This component is out of date. But If I begin to rework it I need to know the maximum of the user needs. Like gb.map it will be based on two class... The generator and a viewer. And it will be only November... After harvesting. Le 23 sept. 2013 16:07, "Randall Morgan" a ?crit : > I'll Look at linegraf. I didn't know it existed and it did not come up in a > Google search for Gambas graph or plot here in the US. Perhaps you should > have White Island or one of the other Gambas sites list it. It could be > very handy! > > > On Mon, Sep 23, 2013 at 6:38 AM, Ru Vuott wrote: > > > I'ld like suggest linegraph (all in Gambas): > > > > http://www.tutto-opensource.org/linegraf.html > > > > > > Regards > > vuott > > > > > > -------------------------------------------- > > Dom 22/9/13, Randall Morgan ha scritto: > > > >? Oggetto: Re: [Gambas-user] gb.Chart capabilities > >? A: "mailing list for gambas users" > >? Data: Domenica 22 settembre 2013, 14:24 > > > >? By the way, > > > >? I would love to see gb.Chart get the kind of love and > >? features that python > >? and octave have for plotting. > > > > > >? On Sun, Sep 22, 2013 at 5:21 AM, Randall Morgan > >? wrote: > > > >? > Hi Fabien, > >? > > >? > A scatter plot is a plot of points on a 2d x,y grid. > >? See the images > >? > provided. Typical features of a scatter plot is to > >? allow for various data > >? > to be plotted on the same grid in different color. > >? Sometimes one needs to > >? > plot line graphs on them as well, as in the second > >? example. THis is what I > >? > need to accomplish. If gb.Chart does not handle this > >? then I will revert > >? > back to using octave or python for my graphs. But it > >? would be very nice if > >? > I could do this in Gambas and not have to use any > >? external tools. > >? > > >? > Thanks for your response. > >? > > >? > > >? > > >? > > >? > > >? > > >? > > >? > > >? > On Sun, Sep 22, 2013 at 5:04 AM, Fabien Bodard > >wrote: > >? > > >? >> Hi randall ... i'm french ... so can you show me > >? what is a scatter chart ? > >? >> > >? >> > >? >> 2013/9/22 Randall Morgan > >? >> > >? >> > Hi All, I have not used gb.Chart for quite > >? some time and the last time I > >? >> > did it was not capable of producing a scatter > >? chart. Does anyone know if > >? >> > scatter charts have been added to gb.chart? I > >? can seem to find much > >? >> info on > >? >> > gb.chart and it does not seem to be listed on > >? the component page of the > >? >> > docs. > >? >> > > >? >> > Thanks all! > >? >> > > >? >> > > >? >> > > >? >> > > >? >> > -- > >? >> > If you ask me if it can be done. The answer is > >? YES, it can always be > >? >> done. > >? >> > The correct questions however are... What will > >? it cost, and how long > >? >> will > >? >> > it take? > >? >> > > >? >> > > >? >> > > > > >? ------------------------------------------------------------------------------ > >? >> > LIMITED TIME SALE - Full Year of Microsoft > >? Training For Just $49.99! > >? >> > 1,500+ hours of tutorials including > >? VisualStudio 2012, Windows 8, > >? >> > SharePoint > >? >> > 2013, SQL 2012, MVC 4, more. BEST VALUE: New > >? Multi-Library Power Pack > >? >> > includes > >? >> > Mobile, Cloud, Java, and UX Design. Lowest > >? price ever! Ends 9/22/13. > >? >> > > >? >> > > > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > >? >> > > >? _______________________________________________ > >? >> > Gambas-user mailing list > >? >> > Gambas-user at lists.sourceforge.net > >? >> > https://lists.sourceforge.net/lists/listinfo/gambas-user > >? >> > > >? >> > >? >> > >? >> > >? >> -- > >? >> Fabien Bodard > >? >> > >? >> > > > > >? ------------------------------------------------------------------------------ > >? >> LIMITED TIME SALE - Full Year of Microsoft Training > >? For Just $49.99! > >? >> 1,500+ hours of tutorials including VisualStudio > >? 2012, Windows 8, > >? >> SharePoint > >? >> 2013, SQL 2012, MVC 4, more. BEST VALUE: New > >? Multi-Library Power Pack > >? >> includes > >? >> Mobile, Cloud, Java, and UX Design. Lowest price > >? ever! Ends 9/22/13. > >? >> > >? >> > > > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > >? >> _______________________________________________ > >? >> Gambas-user mailing list > >? >> Gambas-user at lists.sourceforge.net > >? >> https://lists.sourceforge.net/lists/listinfo/gambas-user > >? >> > >? > > >? > > >? > > >? > -- > >? > If you ask me if it can be done. The answer is YES, it > >? can always be done. > >? > The correct questions however are... What will it cost, > >? and how long will > >? > it take? > >? > > > > > > > > >? -- > >? If you ask me if it can be done. The answer is YES, it can > >? always be done. > >? The correct questions however are... What will it cost, and > >? how long will > >? it take? > > > > >? ------------------------------------------------------------------------------ > >? LIMITED TIME SALE - Full Year of Microsoft Training For Just > >? $49.99! > >? 1,500+ hours of tutorials including VisualStudio 2012, > >? Windows 8, SharePoint > >? 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library > >? Power Pack includes > >? Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends > >? 9/22/13. > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > >? _______________________________________________ > >? Gambas-user mailing list > >? Gambas-user at lists.sourceforge.net > >? https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > > ------------------------------------------------------------------------------ > > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > > SharePoint > > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > > includes > > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > > > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > -- > If you ask me if it can be done. The answer is YES, it can always be done. > The correct questions however are... What will it cost, and how long will > it take? > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > ------------------------------------------------------------------------------ LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From rmorgan62 at ...626... Mon Sep 23 19:38:03 2013 From: rmorgan62 at ...626... (Randall Morgan) Date: Mon, 23 Sep 2013 10:38:03 -0700 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: <1379953872.49604.YahooMailBasic@...3054...> References: <1379953872.49604.YahooMailBasic@...3054...> Message-ID: I'd love to see this. If I can help also let me know. I'd love to it grow. I'd love to see the same kind of functionality you find in Matlab, Octave, and Python. Here's a list of plot type in Matlab: http://www.mathworks.com/help/matlab/creating_plots/figures-plots-and-graphs.html It would be nice if the component provided it's own window so it could be used with command line programs. However, the user should also be allowed to insert the plots into a form for gui programs. The user should also be able to control things like font, font color, legend position, (and perhaps provide an auto position for best fit). On 3D surface plots allowing the user to set the color gradient would be great also. Then, make it a standard component of Gambas! Hope this wish list is not too overwhelming.... On Mon, Sep 23, 2013 at 9:31 AM, Ru Vuott wrote: > Hi Fabien, > > I'd help you for sure, but I'm not the author of that program reported by > me. > > The author is an another forum member of the Italian community of Gambas > programmers. > > I can communicate your proposal. > > Bye > vuott > > > -------------------------------------------- > Lun 23/9/13, Fabien Bodard ha scritto: > > Oggetto: Re: [Gambas-user] gb.Chart capabilities > A: "mailing list for gambas users" > Data: Luned? 23 settembre 2013, 16:48 > > Hi ru ... Maybe it interest you to > help me to redraw gb.graph... This > component is out of date. > > But If I begin to rework it I need to know the maximum of > the user needs. > Like gb.map it will be based on two class... The generator > and a viewer. > > And it will be only November... After harvesting. > Le 23 sept. 2013 16:07, "Randall Morgan" > a ?crit : > > > I'll Look at linegraf. I didn't know it existed and it > did not come up in a > > Google search for Gambas graph or plot here in the US. > Perhaps you should > > have White Island or one of the other Gambas sites list > it. It could be > > very handy! > > > > > > On Mon, Sep 23, 2013 at 6:38 AM, Ru Vuott > wrote: > > > > > I'ld like suggest linegraph (all in Gambas): > > > > > > http://www.tutto-opensource.org/linegraf.html > > > > > > > > > Regards > > > vuott > > > > > > > > > -------------------------------------------- > > > Dom 22/9/13, Randall Morgan > ha scritto: > > > > > > Oggetto: Re: [Gambas-user] gb.Chart > capabilities > > > A: "mailing list for gambas users" < > gambas-user at lists.sourceforge.net> > > > Data: Domenica 22 settembre 2013, 14:24 > > > > > > By the way, > > > > > > I would love to see gb.Chart get the kind of > love and > > > features that python > > > and octave have for plotting. > > > > > > > > > On Sun, Sep 22, 2013 at 5:21 AM, Randall > Morgan > > > wrote: > > > > > > > Hi Fabien, > > > > > > > > A scatter plot is a plot of points on a > 2d x,y grid. > > > See the images > > > > provided. Typical features of a scatter > plot is to > > > allow for various data > > > > to be plotted on the same grid in > different color. > > > Sometimes one needs to > > > > plot line graphs on them as well, as in > the second > > > example. THis is what I > > > > need to accomplish. If gb.Chart does > not handle this > > > then I will revert > > > > back to using octave or python for my > graphs. But it > > > would be very nice if > > > > I could do this in Gambas and not have > to use any > > > external tools. > > > > > > > > Thanks for your response. > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On Sun, Sep 22, 2013 at 5:04 AM, Fabien > Bodard > > >wrote: > > > > > > > >> Hi randall ... i'm french ... so > can you show me > > > what is a scatter chart ? > > > >> > > > >> > > > >> 2013/9/22 Randall Morgan > > > >> > > > >> > Hi All, I have not used > gb.Chart for quite > > > some time and the last time I > > > >> > did it was not capable of > producing a scatter > > > chart. Does anyone know if > > > >> > scatter charts have been added > to gb.chart? I > > > can seem to find much > > > >> info on > > > >> > gb.chart and it does not seem > to be listed on > > > the component page of the > > > >> > docs. > > > >> > > > > >> > Thanks all! > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > -- > > > >> > If you ask me if it can be > done. The answer is > > > YES, it can always be > > > >> done. > > > >> > The correct questions however > are... What will > > > it cost, and how long > > > >> will > > > >> > it take? > > > >> > > > > >> > > > > >> > > > > > > > > > > ------------------------------------------------------------------------------ > > > >> > LIMITED TIME SALE - Full Year > of Microsoft > > > Training For Just $49.99! > > > >> > 1,500+ hours of tutorials > including > > > VisualStudio 2012, Windows 8, > > > >> > SharePoint > > > >> > 2013, SQL 2012, MVC 4, more. > BEST VALUE: New > > > Multi-Library Power Pack > > > >> > includes > > > >> > Mobile, Cloud, Java, and UX > Design. Lowest > > > price ever! Ends 9/22/13. > > > >> > > > > >> > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > > > >> > > > > > _______________________________________________ > > > >> > Gambas-user mailing list > > > >> > Gambas-user at lists.sourceforge.net > > > >> > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > >> > > > > >> > > > >> > > > >> > > > >> -- > > > >> Fabien Bodard > > > >> > > > >> > > > > > > > > > > ------------------------------------------------------------------------------ > > > >> LIMITED TIME SALE - Full Year of > Microsoft Training > > > For Just $49.99! > > > >> 1,500+ hours of tutorials including > VisualStudio > > > 2012, Windows 8, > > > >> SharePoint > > > >> 2013, SQL 2012, MVC 4, more. BEST > VALUE: New > > > Multi-Library Power Pack > > > >> includes > > > >> Mobile, Cloud, Java, and UX Design. > Lowest price > > > ever! Ends 9/22/13. > > > >> > > > >> > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > > > >> > _______________________________________________ > > > >> Gambas-user mailing list > > > >> Gambas-user at lists.sourceforge.net > > > >> https://lists.sourceforge.net/lists/listinfo/gambas-user > > > >> > > > > > > > > > > > > > > > > -- > > > > If you ask me if it can be done. The > answer is YES, it > > > can always be done. > > > > The correct questions however are... > What will it cost, > > > and how long will > > > > it take? > > > > > > > > > > > > > > > > -- > > > If you ask me if it can be done. The answer > is YES, it can > > > always be done. > > > The correct questions however are... What > will it cost, and > > > how long will > > > it take? > > > > > > > > > > ------------------------------------------------------------------------------ > > > LIMITED TIME SALE - Full Year of Microsoft > Training For Just > > > $49.99! > > > 1,500+ hours of tutorials including > VisualStudio 2012, > > > Windows 8, SharePoint > > > 2013, SQL 2012, MVC 4, more. BEST VALUE: New > Multi-Library > > > Power Pack includes > > > Mobile, Cloud, Java, and UX Design. Lowest > price ever! Ends > > > 9/22/13. > > > > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=64545871&iu=/4140/ostg.clktrk > > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > LIMITED TIME SALE - Full Year of Microsoft > Training For Just $49.99! > > > 1,500+ hours of tutorials including VisualStudio > 2012, Windows 8, > > > SharePoint > > > 2013, SQL 2012, MVC 4, more. BEST VALUE: New > Multi-Library Power Pack > > > includes > > > Mobile, Cloud, Java, and UX Design. Lowest price > ever! Ends 9/20/13. > > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > > > _______________________________________________ > > > Gambas-user mailing list > > > Gambas-user at lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > > > > > > -- > > If you ask me if it can be done. The answer is YES, it > can always be done. > > The correct questions however are... What will it cost, > and how long will > > it take? > > > > > > ------------------------------------------------------------------------------ > > LIMITED TIME SALE - Full Year of Microsoft Training For > Just $49.99! > > 1,500+ hours of tutorials including VisualStudio 2012, > Windows 8, > > SharePoint > > 2013, SQL 2012, MVC 4, more. BEST VALUE: New > Multi-Library Power Pack > > includes > > Mobile, Cloud, Java, and UX Design. Lowest price ever! > Ends 9/20/13. > > > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just > $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, > Windows 8, SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library > Power Pack includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends > 9/20/13. > > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------------------------------ > LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! > 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, > SharePoint > 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack > includes > Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. > http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- If you ask me if it can be done. The answer is YES, it can always be done. The correct questions however are... What will it cost, and how long will it take? From greg.raffaelle at ...2755... Tue Sep 24 02:09:35 2013 From: greg.raffaelle at ...2755... (Greg Raffaelle) Date: Mon, 23 Sep 2013 19:09:35 -0500 Subject: [Gambas-user] Further Assistance with gb.report repeating section Message-ID: <5240D83F.3070805@...2755...> Fabien, On the attached file "first page.pdf" I have put a red bubble around the area that I consider as the header for the report. Ideally the header would not change and it would be at the top of every page. But more importantly I would like the middle part of the report to print repeatedly with new data and each occurrence of the middle section not be limited to one page. It would nice to know how to do it both ways. With the header on every page or just one the first page. Thanks, Greg -------------- next part -------------- A non-text attachment was scrubbed... Name: first page.pdf Type: application/pdf Size: 119737 bytes Desc: not available URL: From greg.raffaelle at ...2755... Tue Sep 24 02:36:39 2013 From: greg.raffaelle at ...2755... (Greg Raffaelle) Date: Mon, 23 Sep 2013 19:36:39 -0500 Subject: [Gambas-user] Further Assistance with gb.report repeating section Message-ID: <5240DE97.3020208@...2755...> Fabien, I may not have explained well enough what I am trying to get the report to do in my previous message. So please take a look at my comments on the attached pdf for further clarification of the layout of the report I am trying to achieve. Hope you can understand. Thanks for your patience. Thanks, Greg -------------- next part -------------- A non-text attachment was scrubbed... Name: first page.pdf Type: application/pdf Size: 137352 bytes Desc: not available URL: From nigelverity at ...67... Tue Sep 24 10:18:16 2013 From: nigelverity at ...67... (Nigel Verity) Date: Tue, 24 Sep 2013 09:18:16 +0100 Subject: [Gambas-user] Code Editor - Cursor Tracking Problem Message-ID: 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 gets. As a temporary solution to this I have been loading all my project's .class and .module files into the Geany editor, making my code changes then reloading them into Gambas. While this means I can continue to use Gambas it is very tedious, and I lose the special functionality which the built-in code editor provides. In seeking a better solution, my questions are: Is there a later Gambas binary which will run on Debian (LMDE)? Does the cursor-tracking problem occur with all fonts, or is there a font I can use with which the problem does not occur? Is there any way of linking an external editor, such as Geany, to Gambas so that I don't have to reload the project after every code change? Thanks Nige From gambas at ...2524... Tue Sep 24 15:33:14 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Tue, 24 Sep 2013 13:33:14 +0000 Subject: [Gambas-user] Issue 453 in gambas: error on gmime open file when simple desktop are used (openbox, rox, etc) In-Reply-To: <3-6813199134517018827-3463421661618081731-gambas=googlecode.com@...2524...> References: <3-6813199134517018827-3463421661618081731-gambas=googlecode.com@...2524...> <0-6813199134517018827-3463421661618081731-gambas=googlecode.com@...2524...> Message-ID: <4-6813199134517018827-3463421661618081731-gambas=googlecode.com@...2524...> Comment #4 on issue 453 by mckayger... at ...626...: 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/gambas/trunk/app/src/gambas3/.src/MMime.module @@ -112,7 +112,7 @@ 'Case "bdf" ' Return "application/x-font-bdf" Case Else - Return DesktopMime.FromFile(sPath).Type + Try Return DesktopMime.FromFile(sPath).Type End Select End and confirm that works with local complication, but i must test the debian packages made by me.. i'll confirm that in 3 days if complete works (must be due the "try" said that yes je je) -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From mckaygerhard at ...626... Tue Sep 24 15:51:58 2013 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Tue, 24 Sep 2013 09:21:58 -0430 Subject: [Gambas-user] How to use connections/resultsets from gb.web scripts? Message-ID: 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 From taboege at ...626... Tue Sep 24 16:11:52 2013 From: taboege at ...626... (Tobias Boege) Date: Tue, 24 Sep 2013 16:11:52 +0200 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: References: <1379943538.45028.YahooMailBasic@...3064...> Message-ID: <20130924141152.GA522@...2774...> 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 call the classes in gb.graph something around "Plot". I think you have the opportunity to do so. I don't know any other name for the Graph datatype. Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From rmorgan62 at ...626... Tue Sep 24 17:18:31 2013 From: rmorgan62 at ...626... (Randall Morgan) Date: Tue, 24 Sep 2013 08:18:31 -0700 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: <20130924141152.GA522@...2774...> References: <1379943538.45028.YahooMailBasic@...3064...> <20130924141152.GA522@...2774...> Message-ID: 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 ... 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 > call the classes in gb.graph something around "Plot". I think you have the > opportunity to do so. I don't know any other name for the Graph datatype. > > Regards, > Tobi > > -- > "There's an old saying: Don't change anything... ever!" -- Mr. Monk > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- If you ask me if it can be done. The answer is YES, it can always be done. The correct questions however are... What will it cost, and how long will it take? From rmorgan62 at ...626... Tue Sep 24 17:29:17 2013 From: rmorgan62 at ...626... (Randall Morgan) Date: Tue, 24 Sep 2013 08:29:17 -0700 Subject: [Gambas-user] IDE Console Window Message-ID: 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 system? Does anyone else running GambOS or Ubuntu have this issue? -- If you ask me if it can be done. The answer is YES, it can always be done. The correct questions however are... What will it cost, and how long will it take? From Karl.Reinl at ...2345... Tue Sep 24 18:46:12 2013 From: Karl.Reinl at ...2345... (Charlie Reinl) Date: Tue, 24 Sep 2013 18:46:12 +0200 Subject: [Gambas-user] IDE Console Window In-Reply-To: References: Message-ID: <1380041172.2467.12.camel@...40...> 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 > console window at the bottom of the IDE. Is this a bug or something on my > system? Does anyone else running GambOS or Ubuntu have this issue? > Salut Randall, Ubuntu 10.04.4 LTS F11 open and close the console , same on Ubuntu 12.04.4 LTS run on VMware Both rev.5851 So may be VBox don't pass the key or wrong. You can run the IDE in the IDE and look for the incoming key-value. -- Amicalement Charlie From gambas at ...1... Tue Sep 24 18:49:11 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Tue, 24 Sep 2013 18:49:11 +0200 Subject: [Gambas-user] IDE Console Window In-Reply-To: <1380041172.2467.12.camel@...40...> References: <1380041172.2467.12.camel@...40...> Message-ID: <5241C287.8070408@...1...> 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 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 >> system? Does anyone else running GambOS or Ubuntu have this issue? >> > > Salut Randall, > > Ubuntu 10.04.4 LTS > F11 open and close the console , > same on Ubuntu 12.04.4 LTS run on VMware > > Both rev.5851 > > So may be VBox don't pass the key or wrong. You can run the IDE in the > IDE and look for the incoming key-value. > A window manager can have global shortcuts that overrides any shortcut defined in an application. Look in that direction... -- Beno?t Minisini From nicholso at ...2533... Tue Sep 24 19:16:58 2013 From: nicholso at ...2533... (MinnesotaJon) Date: Tue, 24 Sep 2013 10:16:58 -0700 (PDT) Subject: [Gambas-user] Code Editor - Cursor Tracking Problem In-Reply-To: References: Message-ID: <1380043018481-43344.post@...3046...> 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 Change your "Hinting" setting to "Slight". After the change, reboot your computer. The cursor tracking problem should disappear. Best regards, Jon Nicholson -- View this message in context: http://gambas.8142.n7.nabble.com/Code-Editor-Cursor-Tracking-Problem-tp43333p43344.html Sent from the gambas-user mailing list archive at Nabble.com. From gambas at ...1... Tue Sep 24 19:38:49 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Tue, 24 Sep 2013 19:38:49 +0200 Subject: [Gambas-user] Code Editor - Cursor Tracking Problem In-Reply-To: References: Message-ID: <5241CE29.9080200@...1...> 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 keystrokes you use, the further out of step the cursor gets. > > As a temporary solution to this I have been loading all my project's .class and .module files into the Geany editor, making my code changes then reloading them into Gambas. While this means I can continue to use Gambas it is very tedious, and I lose the special functionality which the built-in code editor provides. > > In seeking a better solution, my questions are: > > Is there a later Gambas binary which will run on Debian (LMDE)? > > Does the cursor-tracking problem occur with all fonts, or is there a font I can use with which the problem does not occur? > > Is there any way of linking an external editor, such as Geany, to Gambas so that I don't have to reload the project after every code change? > > Thanks > > Nige > Can you give me a screenshot of the problem and tell me the font you are using? -- Beno?t Minisini From gambas.fr at ...626... Tue Sep 24 19:50:07 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Tue, 24 Sep 2013 19:50:07 +0200 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: References: <1379943538.45028.YahooMailBasic@...3064...> <20130924141152.GA522@...2774...> Message-ID: 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 much better. > > > On Tue, Sep 24, 2013 at 7:11 AM, Tobias Boege wrote: > > > 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 > > call the classes in gb.graph something around "Plot". I think you have > the > > opportunity to do so. I don't know any other name for the Graph datatype. > > > > Regards, > > Tobi > > > > -- > > "There's an old saying: Don't change anything... ever!" -- Mr. Monk > > > > > > > ------------------------------------------------------------------------------ > > October Webinars: Code for Performance > > Free Intel webinars can help you accelerate application performance. > > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > > from > > the latest Intel processors and coprocessors. See abstracts and register > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > > -- > If you ask me if it can be done. The answer is YES, it can always be done. > The correct questions however are... What will it cost, and how long will > it take? > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From rmorgan62 at ...626... Tue Sep 24 20:09:14 2013 From: rmorgan62 at ...626... (Randall Morgan) Date: Tue, 24 Sep 2013 11:09:14 -0700 Subject: [Gambas-user] IDE Console Window In-Reply-To: <5241C287.8070408@...1...> References: <1380041172.2467.12.camel@...40...> <5241C287.8070408@...1...> Message-ID: I'm sure that is what is happening here. Thanks guys. On Tue, Sep 24, 2013 at 9:49 AM, Beno?t Minisini < gambas at ...1...> 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 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 > >> system? Does anyone else running GambOS or Ubuntu have this issue? > >> > > > > Salut Randall, > > > > Ubuntu 10.04.4 LTS > > F11 open and close the console , > > same on Ubuntu 12.04.4 LTS run on VMware > > > > Both rev.5851 > > > > So may be VBox don't pass the key or wrong. You can run the IDE in the > > IDE and look for the incoming key-value. > > > > A window manager can have global shortcuts that overrides any shortcut > defined in an application. Look in that direction... > > -- > Beno?t Minisini > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- If you ask me if it can be done. The answer is YES, it can always be done. The correct questions however are... What will it cost, and how long will it take? From fernando at ...3175... Tue Sep 24 20:19:28 2013 From: fernando at ...3175... (Fernando Martins) Date: Tue, 24 Sep 2013 20:19:28 +0200 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: References: <1379943538.45028.YahooMailBasic@...3064...> <20130924141152.GA522@...2774...> Message-ID: <5241D7B0.5090805@...3175...> 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 wrote: > 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 much better. >> >> >> On Tue, Sep 24, 2013 at 7:11 AM, Tobias Boege wrote: >> >>> 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 >>> call the classes in gb.graph something around "Plot". I think you have >> the >>> opportunity to do so. I don't know any other name for the Graph datatype. >>> >>> Regards, >>> Tobi >>> >>> -- >>> "There's an old saying: Don't change anything... ever!" -- Mr. Monk >>> >>> >>> >> ------------------------------------------------------------------------------ >>> October Webinars: Code for Performance >>> Free Intel webinars can help you accelerate application performance. >>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most >>> from >>> the latest Intel processors and coprocessors. See abstracts and register >>> >>> >> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> Gambas-user mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >> >> >> -- >> If you ask me if it can be done. The answer is YES, it can always be done. >> The correct questions however are... What will it cost, and how long will >> it take? >> >> ------------------------------------------------------------------------------ >> October Webinars: Code for Performance >> Free Intel webinars can help you accelerate application performance. >> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most >> from >> the latest Intel processors and coprocessors. See abstracts and register > >> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From ea7dfh at ...2382... Wed Sep 25 01:23:26 2013 From: ea7dfh at ...2382... (Jesus) Date: Wed, 25 Sep 2013 01:23:26 +0200 Subject: [Gambas-user] Modulo operator returns wrong results Message-ID: <52421EEE.3040000@...2382...> 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: 3.4.90 r5847 [System] OperatingSystem=Linux Kernel=3.2.0-23-generic Architecture=x86_64 Distribution=Linux Mint 13 Maya Desktop=GNOME Theme=QPlastique Language=es_ES.UTF-8 Memory=16034M [Libraries] Cairo=libcairo.so.0.0.0 Cairo=libcairo.so.2.11000.2 Curl=libcurl.so.4.2.0 DBus=libdbus-1.so.3.5.8 GStreamer=libgstreamer-0.10.so.0.30.0 GTK+=libgtk-x11-2.0.so.0.2400.10 Poppler=libpoppler.so.19.0.0 Qt4=libQtCore.so.4.8.1 SDL=libSDL-1.2.so.0.11.3 Regards -- Jesus Guardon From gambas at ...1... Wed Sep 25 02:42:52 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Wed, 25 Sep 2013 02:42:52 +0200 Subject: [Gambas-user] Modulo operator returns wrong results In-Reply-To: <52421EEE.3040000@...2382...> References: <52421EEE.3040000@...2382...> Message-ID: <5242318C.90006@...1...> 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://en.wikipedia.org/wiki/Modulo_operation#Common_pitfalls -3 Mod 800 = -(3 Mod 800) This is not the mathematical modulus operator. -- Beno?t Minisini From rmorgan62 at ...626... Wed Sep 25 02:51:59 2013 From: rmorgan62 at ...626... (Randall Morgan) Date: Tue, 24 Sep 2013 17:51:59 -0700 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: <5241D7B0.5090805@...3175...> References: <1379943538.45028.YahooMailBasic@...3064...> <20130924141152.GA522@...2774...> <5241D7B0.5090805@...3175...> Message-ID: 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 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 wrote: > > 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 much better. > >> > >> > >> On Tue, Sep 24, 2013 at 7:11 AM, Tobias Boege > wrote: > >> > >>> 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 > >>> call the classes in gb.graph something around "Plot". I think you have > >> the > >>> opportunity to do so. I don't know any other name for the Graph > datatype. > >>> > >>> Regards, > >>> Tobi > >>> > >>> -- > >>> "There's an old saying: Don't change anything... ever!" -- Mr. Monk > >>> > >>> > >>> > >> > ------------------------------------------------------------------------------ > >>> October Webinars: Code for Performance > >>> Free Intel webinars can help you accelerate application performance. > >>> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the > most > >>> from > >>> the latest Intel processors and coprocessors. See abstracts and > register > >>> > >>> > >> > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > >>> _______________________________________________ > >>> Gambas-user mailing list > >>> Gambas-user at lists.sourceforge.net > >>> https://lists.sourceforge.net/lists/listinfo/gambas-user > >>> > >> > >> > >> -- > >> If you ask me if it can be done. The answer is YES, it can always be > done. > >> The correct questions however are... What will it cost, and how long > will > >> it take? > >> > >> > ------------------------------------------------------------------------------ > >> October Webinars: Code for Performance > >> Free Intel webinars can help you accelerate application performance. > >> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > >> from > >> the latest Intel processors and coprocessors. See abstracts and > register > > >> > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > >> _______________________________________________ > >> Gambas-user mailing list > >> Gambas-user at lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/gambas-user > >> > > > ------------------------------------------------------------------------------ > > October Webinars: Code for Performance > > Free Intel webinars can help you accelerate application performance. > > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > > the latest Intel processors and coprocessors. See abstracts and register > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- If you ask me if it can be done. The answer is YES, it can always be done. The correct questions however are... What will it cost, and how long will it take? From ea7dfh at ...2382... Wed Sep 25 02:55:02 2013 From: ea7dfh at ...2382... (Jesus) Date: Wed, 25 Sep 2013 02:55:02 +0200 Subject: [Gambas-user] Modulo operator returns wrong results In-Reply-To: <5242318C.90006@...1...> References: <52421EEE.3040000@...2382...> <5242318C.90006@...1...> Message-ID: <52423466.1060104@...2382...> 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 me or someone else has wrong results? >> > > See > http://en.wikipedia.org/wiki/Modulo_operation#Common_pitfalls > > -3 Mod 800 = -(3 Mod 800) > > This is not the mathematical modulus operator. > What is it, then? In Python, Modulus operator is % and gives the correct results. Also the calculator program has a Mod function which gives the expected result. Anyway I've made a function that mimics the Python modulus, so not a big problem. Thanks -- Jesus Guardon From gambas at ...1... Wed Sep 25 03:00:03 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Wed, 25 Sep 2013 03:00:03 +0200 Subject: [Gambas-user] GStreamer 1.2 is out... Message-ID: <52423593.2080605@...1...> ..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 From gambas at ...1... Wed Sep 25 03:05:44 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Wed, 25 Sep 2013 03:05:44 +0200 Subject: [Gambas-user] Modulo operator returns wrong results In-Reply-To: <52423466.1060104@...2382...> References: <52421EEE.3040000@...2382...> <5242318C.90006@...1...> <52423466.1060104@...2382...> Message-ID: <524236E8.3000805@...1...> 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 gives -3, and it should be 797. >>> >>> It's only me or someone else has wrong results? >>> >> >> See >> http://en.wikipedia.org/wiki/Modulo_operation#Common_pitfalls >> >> -3 Mod 800 = -(3 Mod 800) >> >> This is not the mathematical modulus operator. >> > > What is it, then? In Python, Modulus operator is % and gives the correct > results. Also the calculator program has a Mod function which gives the > expected result. > > Anyway I've made a function that mimics the Python modulus, so not a big > problem. > > Thanks > I don't know Python, but the 'Mod' Gambas operator follow the behaviour of the '%' C operator. Maybe it was not a good idea. Regards, -- Beno?t Minisini From fernando at ...3175... Wed Sep 25 08:22:58 2013 From: fernando at ...3175... (Fernando Martins) Date: Wed, 25 Sep 2013 08:22:58 +0200 Subject: [Gambas-user] Modulo operator returns wrong results In-Reply-To: <524236E8.3000805@...1...> References: <52421EEE.3040000@...2382...> <5242318C.90006@...1...> <52423466.1060104@...2382...> <524236E8.3000805@...1...> Message-ID: <52428142.3030907@...3175...> 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, 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://en.wikipedia.org/wiki/Modulo_operation#Common_pitfalls >>> >>> -3 Mod 800 = -(3 Mod 800) >>> >>> This is not the mathematical modulus operator. >>> >> What is it, then? In Python, Modulus operator is % and gives the correct >> results. Also the calculator program has a Mod function which gives the >> expected result. >> >> Anyway I've made a function that mimics the Python modulus, so not a big >> problem. >> >> Thanks >> > I don't know Python, but the 'Mod' Gambas operator follow the behaviour > of the '%' C operator. Maybe it was not a good idea. > > Regards, > vba follows C also. I think it was a good idea :) From fernando at ...3175... Wed Sep 25 08:26:26 2013 From: fernando at ...3175... (Fernando Martins) Date: Wed, 25 Sep 2013 08:26:26 +0200 Subject: [Gambas-user] mdi windows Message-ID: <52428212.9060501@...3175...> Hi, is there a way to achieve classical MDI, not the tabbed mdi of Workspace? Regards, Fernando From vuott at ...325... Wed Sep 25 10:00:54 2013 From: vuott at ...325... (Ru Vuott) Date: Wed, 25 Sep 2013 09:00:54 +0100 (BST) Subject: [Gambas-user] R: GStreamer 1.2 is out... In-Reply-To: <52423593.2080605@...1...> Message-ID: <1380096054.44690.YahooMailBasic@...3054...> ....I hope ! ;-) vuott -------------------------------------------- Mer 25/9/13, Beno?t Minisini ha scritto: Oggetto: [Gambas-user] GStreamer 1.2 is out... A: "mailing list for gambas users" Data: Mercoled? 25 settembre 2013, 03:00 ..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 ------------------------------------------------------------------------------ October Webinars: Code for Performance Free Intel webinars can help you accelerate application performance. Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most from the latest Intel processors and coprocessors. See abstracts and register > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk _______________________________________________ Gambas-user mailing list Gambas-user at lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user From nigelverity at ...67... Wed Sep 25 11:52:15 2013 From: nigelverity at ...67... (Nigel Verity) Date: Wed, 25 Sep 2013 10:52:15 +0100 Subject: [Gambas-user] Code Editor - Cursor Tracking Problem In-Reply-To: References: Message-ID: I took the advice of MinnesotaJon and changed the "Hinting" setting. The problem was occuring on both my laptops. One was set to "None" and the other to "Slight". To maximise the effect of change I set both to "Full" and, in each case, the tracking problem has been resolved. Thanks Nige From pctotalsantafe at ...397... Wed Sep 25 16:17:16 2013 From: pctotalsantafe at ...397... (Sebastian Ponce) Date: Wed, 25 Sep 2013 15:17:16 +0100 (BST) Subject: [Gambas-user] Modify Properties PaperHeight And PaperWidth In Report In-Reply-To: <1380116505.89409.YahooMailNeo@...3037...> References: <1380116505.89409.YahooMailNeo@...3037...> Message-ID: <1380118636.3652.YahooMailNeo@...3039...> I need to use a custom paper size in a report generated with gb.report and I can not set it correctly. I set a Custom Report.Paper to define the desired paper size but not how to do it correctly. I have understood that by Printer.PaperHeight and Printer.PaperWidth properties but not to do so. The documentation on this component is very small. If anyone can help I will be very grateful. regards Necesito utilizar un tama?o de papel personalizado en un reporte generado con gb.report y no puedo establecerlo correctamente. Establezco Report.Paper a Custom para poder definir el tama?o de papel deseado pero no se como hacerlo correctamente. Tengo entendido que mediante las propiedades Printer.PaperHeight y Printer.PaperWidth pero no se donde hacerlo. La documentaci?n sobre este componente es muy escasa. Si alguien puede ayudarme le estar? muy agradecido. Saludos From gambas.fr at ...626... Wed Sep 25 21:09:33 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Wed, 25 Sep 2013 21:09:33 +0200 Subject: [Gambas-user] Further Assistance with gb.report repeating section In-Reply-To: References: <523F9914.4070706@...2755...> Message-ID: THanks, i need to manage a new case. In fact i'm going to add a new property that force a repeated container to begin on a new page. so the full repeat part will force a new page to be generated like if the page is full. 2013/9/23 Fabien Bodard > I need to know if the picture and the header of the part must be repeated > if the twin arrays exceed the page.( I mean the part with the picture.) > > Many things can be done but I need to know what you exactly want to > achieve. What you want is quite complex because you want a recursive > scheme. Recursive means complex... But not impossible :-) > Le 23 sept. 2013 03:41, "Greg Raffaelle" a > ?crit : > >> Fabien, >> >> I am still having problems achieving the layout of the report I want to >> create for my application. You previously helped me getting the tables in >> the report to repeat by adding the ReportPanel named "FullRepeat". The >> problem is when the datacount for the items ReportHBox5 and ReportHBox7 in >> the tables exceeds 6. When this happens the FullRepeat section disappears. >> The other thing I noticed is that you set OnePiece equal to true for the >> panel FullRepeat. Depending on the amount of data, there is no guarantee >> that the tables will fit on one page and that's all right. I want the >> tables to be able to display more than 7 rows of data and the tables to >> repeat with new data. When I set OnePiece to false for panel "FullRepeat" >> I got the pages as shown in the attached file output.pdf. As you can see >> in the pdf the tables and numbers are not correct starting with the second >> time the tables are printed. Further assistance on how to correct this >> would be appreciated. >> >> Thanks, >> Greg >> >> >> >> >> >> >> ------------------------------------------------------------------------------ >> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! >> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, >> SharePoint >> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack >> includes >> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. >> >> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> -- Fabien Bodard From willy at ...2734... Thu Sep 26 03:29:39 2013 From: willy at ...2734... (Willy Raets) Date: Thu, 26 Sep 2013 03:29:39 +0200 Subject: [Gambas-user] Questions about gb.report In-Reply-To: References: <1379598852.2290.21.camel@...3024...> Message-ID: <1380158979.2856.18.camel@...3024...> On Thu, 2013-09-19 at 22:00 +0200, Fabien Bodard wrote: > > in _new > hresult=..... > > > datalist.datacount=hresult.count > > > > > for each datalabel : > example : > > > Public Sub DataLabel1_data(index as integer) > > > hResult.Moveto(Index) > Last.Data = hResult!myfield > > > end > Hi Fabian, With the help of your explanation and example I managed quite easily to make the report I wanted. Once it's clear what does what and how, it isn't that hard to make simple reports like mine. One more question, something I tried but didn't manage as I (still) don't really know how and where to do this: I placed a ReportLabel (lets call it replbSum) that is only at the end of the report. In there I want the sum of one of the recordfields lets say hResult! myfield (to stick to your example above) 1. At what event or location can I make the sum? Can I write something like: $iSum += hResult!myFiles at the DataLabel1_data event (being the event where the hResult!myfields data is put into the report)? Or do I need to do this at a different location and or different approach? 2. How do I place the result of $iSum in the replbSum (a ReportLabel)? I must say that gb.report is a awesome component, once you get to play with it a bit. You have done a really great job on it and I'll be using it more know I had a taste of it. So as the reports I need to make, might get more complex, more questions might follow :) Thank you, > -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From gambas.fr at ...626... Thu Sep 26 11:11:44 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Thu, 26 Sep 2013 11:11:44 +0200 Subject: [Gambas-user] Further Assistance with gb.report repeating section In-Reply-To: References: <523F9914.4070706@...2755...> Message-ID: The good news is I get success with my new property. I've only to correct a problem of bad index in the fullrepeat container. It increment on the secondary page and it must not. It must increment only when its children say ok we have finished Le 25 sept. 2013 21:09, "Fabien Bodard" a ?crit : > THanks, i need to manage a new case. In fact i'm going to add a new > property that force a repeated container to begin on a new page. > > so the full repeat part will force a new page to be generated like if the > page is full. > > > 2013/9/23 Fabien Bodard > >> I need to know if the picture and the header of the part must be repeated >> if the twin arrays exceed the page.( I mean the part with the picture.) >> >> Many things can be done but I need to know what you exactly want to >> achieve. What you want is quite complex because you want a recursive >> scheme. Recursive means complex... But not impossible :-) >> Le 23 sept. 2013 03:41, "Greg Raffaelle" a >> ?crit : >> >>> Fabien, >>> >>> I am still having problems achieving the layout of the report I want to >>> create for my application. You previously helped me getting the tables in >>> the report to repeat by adding the ReportPanel named "FullRepeat". The >>> problem is when the datacount for the items ReportHBox5 and ReportHBox7 in >>> the tables exceeds 6. When this happens the FullRepeat section disappears. >>> The other thing I noticed is that you set OnePiece equal to true for the >>> panel FullRepeat. Depending on the amount of data, there is no guarantee >>> that the tables will fit on one page and that's all right. I want the >>> tables to be able to display more than 7 rows of data and the tables to >>> repeat with new data. When I set OnePiece to false for panel "FullRepeat" >>> I got the pages as shown in the attached file output.pdf. As you can see >>> in the pdf the tables and numbers are not correct starting with the second >>> time the tables are printed. Further assistance on how to correct this >>> would be appreciated. >>> >>> Thanks, >>> Greg >>> >>> >>> >>> >>> >>> >>> ------------------------------------------------------------------------------ >>> LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99! >>> 1,500+ hours of tutorials including VisualStudio 2012, Windows 8, >>> SharePoint >>> 2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack >>> includes >>> Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. >>> >>> http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk >>> _______________________________________________ >>> Gambas-user mailing list >>> Gambas-user at lists.sourceforge.net >>> https://lists.sourceforge.net/lists/listinfo/gambas-user >>> >>> > > > -- > Fabien Bodard > From joem at ...2671... Thu Sep 26 12:13:57 2013 From: joem at ...2671... (joem) Date: Thu, 26 Sep 2013 10:13:57 +0000 Subject: [Gambas-user] Problem compiling opengl on arm Message-ID: <1380190437.31193.6.camel@...2672...> System is arm Allwinner A20 CPU running linaro Ubuntu 13.08 $ lsb_release -a Distributor ID: Linaro Description: Linaro 13.08 Release: 13.08 Codename: raring Sources from svn checkout svn://svn.code.sf.net/p/gambas/code/gambas/trunk which I downloaded today. Attached log of ./configure -C and make make fails with this error on opengl: Making all in opengl make[5]: Entering directory `/home/jm/code/gambas/trunk/gb.qt4/src/opengl' CXX gb_qt4_opengl_la-main.lo /usr/bin/moc -o CGLarea_moc.cpp CGLarea.h CXX gb_qt4_opengl_la-CGLarea_moc.lo CXX gb_qt4_opengl_la-CGLarea.lo CGLarea.cpp: In function 'void CGLAREA_text(void*, void*)': CGLarea.cpp:110:36: error: 'GL_LIGHTING' was not declared in this scope make[5]: *** [gb_qt4_opengl_la-CGLarea.lo] Error 1 make[5]: Leaving directory `/home/jm/code/gambas/trunk/gb.qt4/src/opengl' make[4]: *** [all-recursive] Error 1 make[4]: Leaving directory `/home/jm/code/gambas/trunk/gb.qt4/src' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/home/jm/code/gambas/trunk/gb.qt4' make[2]: *** [all] Error 2 make[2]: Leaving directory `/home/jm/code/gambas/trunk/gb.qt4' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jm/code/gambas/trunk' make: *** [all] Error 2 $:~/code/gambas/trunk$ Any help appreciated. Thank you. -------------- next part -------------- A non-text attachment was scrubbed... Name: gambas_ubuntu_install2.txt.tar.bz2 Type: application/x-bzip-compressed-tar Size: 11182 bytes Desc: gambas_ubuntu_install2.txt.tar.bz2 URL: From gambas at ...1... Thu Sep 26 12:34:27 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Thu, 26 Sep 2013 12:34:27 +0200 Subject: [Gambas-user] Problem compiling opengl on arm In-Reply-To: <1380190437.31193.6.camel@...2672...> References: <1380190437.31193.6.camel@...2672...> Message-ID: <52440DB3.7070207@...1...> Le 26/09/2013 12:13, joem a ?crit : > System is arm Allwinner A20 CPU running linaro Ubuntu 13.08 > > $ lsb_release -a > Distributor ID: Linaro > Description: Linaro 13.08 > Release: 13.08 > Codename: raring > > Sources from svn checkout > svn://svn.code.sf.net/p/gambas/code/gambas/trunk > which I downloaded today. > Is it better if you use the joined CGLArea.cpp file instead? -- Beno?t Minisini -------------- next part -------------- A non-text attachment was scrubbed... Name: CGLarea.cpp Type: text/x-c++src Size: 4073 bytes Desc: not available URL: From nemh at ...2007... Thu Sep 26 13:07:22 2013 From: nemh at ...2007... (Kende =?UTF-8?B?S3Jpc3p0acOhbg==?=) Date: Thu, 26 Sep 2013 13:07:22 +0200 Subject: [Gambas-user] Problem compiling opengl on arm In-Reply-To: <1380190437.31193.6.camel@...2672...> References: <1380190437.31193.6.camel@...2672...> Message-ID: <20130926130722.5ec4f430@...3191...> Thu, 26 Sep 2013 10:13:57 +0000 -n joem ?rta: > System is arm Allwinner A20 CPU running linaro Ubuntu 13.08 > > $ lsb_release -a > Distributor ID: Linaro > Description: Linaro 13.08 > Release: 13.08 > Codename: raring > If you need armhf packages, use Gambas 3 PPA's: Stable: nemh/gambas3 Daily: sebikul/gambas-daily Or use attached "gles_GL_LIGHTING_hack" patch. -------------- next part -------------- A non-text attachment was scrubbed... Name: gles_GL_LIGHTING_hack Type: application/octet-stream Size: 686 bytes Desc: not available URL: From gambas at ...1... Thu Sep 26 13:30:11 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Thu, 26 Sep 2013 13:30:11 +0200 Subject: [Gambas-user] Problem compiling opengl on arm In-Reply-To: <20130926130722.5ec4f430@...3191...> References: <1380190437.31193.6.camel@...2672...> <20130926130722.5ec4f430@...3191...> Message-ID: <52441AC3.2030402@...1...> Le 26/09/2013 13:07, Kende Kriszti?n a ?crit : > Thu, 26 Sep 2013 10:13:57 +0000 -n > joem ?rta: > >> System is arm Allwinner A20 CPU running linaro Ubuntu 13.08 >> >> $ lsb_release -a >> Distributor ID: Linaro >> Description: Linaro 13.08 >> Release: 13.08 >> Codename: raring >> > > If you need armhf packages, use Gambas 3 PPA's: > Stable: nemh/gambas3 > Daily: sebikul/gambas-daily > > Or use attached "gles_GL_LIGHTING_hack" patch. > Patch merged in revision #5852. Regards, -- Beno?t Minisini From joem at ...2671... Thu Sep 26 14:25:24 2013 From: joem at ...2671... (joem) Date: Thu, 26 Sep 2013 12:25:24 +0000 Subject: [Gambas-user] Problem compiling opengl on arm In-Reply-To: <52440DB3.7070207@...1...> References: <1380190437.31193.6.camel@...2672...> <52440DB3.7070207@...1...> Message-ID: <1380198324.31744.4.camel@...2672...> On Thu, 2013-09-26 at 12:34 +0200, Beno?t Minisini wrote: > Le 26/09/2013 12:13, joem a ?crit : > > System is arm Allwinner A20 CPU running linaro Ubuntu 13.08 > > > > $ lsb_release -a > > Distributor ID: Linaro > > Description: Linaro 13.08 > > Release: 13.08 > > Codename: raring > > > > Sources from svn checkout > > svn://svn.code.sf.net/p/gambas/code/gambas/trunk > > which I downloaded today. > > > > Is it better if you use the joined CGLArea.cpp file instead? > What I did was disable libgles2-mesa-dev because I remember a conversation about that a long time ago. That disabled libqt4.opengl-dev and libegl-mesa-dev. It then compiled ok and runs fine. I didn't need opengl for this application, so happy with result. I will try the patched version & ppa and report back later. From vuott at ...325... Thu Sep 26 17:53:01 2013 From: vuott at ...325... (Ru Vuott) Date: Thu, 26 Sep 2013 16:53:01 +0100 (BST) Subject: [Gambas-user] R: GStreamer 1.2 is out... In-Reply-To: <52423593.2080605@...1...> Message-ID: <1380210781.11044.YahooMailBasic@...3066...> > Maybe the MIDI playback problem with Gambas will be solved? ...but someone could be spoiled for choice. :-D http://www.gambas-it.org/wiki/index.php?title=Guide_della_comunit%C3%A0#Gestione_dei_dati_MIDI_e_dei_file_.mid Bye vuotttt -------------------------------------------- Mer 25/9/13, Beno?t Minisini ha scritto: Oggetto: [Gambas-user] GStreamer 1.2 is out... A: "mailing list for gambas users" Data: Mercoled? 25 settembre 2013, 03:00 Maybe the MIDI playback problem with Gambas will be solved? -- Beno?t Minisini From greg.raffaelle at ...2755... Fri Sep 27 06:51:06 2013 From: greg.raffaelle at ...2755... (Greg Raffaelle) Date: Thu, 26 Sep 2013 23:51:06 -0500 Subject: [Gambas-user] Further Assistance with gb.report repeating section Message-ID: <52450EBA.90106@...2755...> Fabien, New property for report sounds promising - can't wait to try it. Thanks, Greg From bbruen at ...2308... Fri Sep 27 05:31:44 2013 From: bbruen at ...2308... (Bruce) Date: Fri, 27 Sep 2013 13:01:44 +0930 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: References: <1379943538.45028.YahooMailBasic@...3064...> <20130924141152.GA522@...2774...> <5241D7B0.5090805@...3175...> Message-ID: <1380252705.9714.18.camel@...2688...> On Tue, 2013-09-24 at 17:51 -0700, Randall Morgan wrote: > 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 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 wrote: > > > 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 much better. > > >> > > >> > > >> On Tue, Sep 24, 2013 at 7:11 AM, Tobias Boege > > wrote: > > >> > > >>> 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 > > >>> call the classes in gb.graph something around "Plot". I think you have > > >> the > > >>> opportunity to do so. I don't know any other name for the Graph > > datatype. > > >>> > > >>> Regards, > > >>> Tobi > > >>> > > >>> -- > > >>> "There's an old saying: Don't change anything... ever!" -- Mr. Monk > > >>> > > >>> In fact (my 2 cents) I would tend to use "chart" as the overall largest object. You could plot a course from (say) Normandy to Hastings on a nautical chart but you could also plot a set of isobars on a map of your local area and produce a "weather chart", plot a set of dance steps on paper to produce a choreographic chart, etc. My vision would be a chart is a single graphical output from the underlying engine. On that would be one or more plots that depict a certain set of data. Certainly, "graph" has a particular mathematical meaning (nodes and edges) that could have conflicts as abstract data types. I agree with Tobi that it would be better to avoid it. Nautically, a chart is a single instance of "a piece of paper" with certain attributes like a title, a set of co-ordinates, some "pretty" features, an identity etc that you use locally to plot a course or something. Also, although I'm linguistically challenged I believe that "chart" and "plot" have fairly parallel translations - Carte, Kart?,sj?kort etc and tracer, plotten, plotta etc whereas "graph" tends to translate more generically as a "picture" - graphique, Grafik, graf etc. Bruce From gambas.fr at ...626... Fri Sep 27 08:36:36 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Fri, 27 Sep 2013 08:36:36 +0200 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: <1380252705.9714.18.camel@...2688...> References: <1379943538.45028.YahooMailBasic@...3064...> <20130924141152.GA522@...2774...> <5241D7B0.5090805@...3175...> <1380252705.9714.18.camel@...2688...> Message-ID: So do to short ... what must be the name of this new component ? .. gb.chart? gb.plot ? gb.graph ? 2013/9/27 Bruce > On Tue, 2013-09-24 at 17:51 -0700, Randall Morgan wrote: > > 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 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 wrote: > > > > 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 much better. > > > >> > > > >> > > > >> On Tue, Sep 24, 2013 at 7:11 AM, Tobias Boege > > > wrote: > > > >> > > > >>> 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 > > > >>> call the classes in gb.graph something around "Plot". I think you > have > > > >> the > > > >>> opportunity to do so. I don't know any other name for the Graph > > > datatype. > > > >>> > > > >>> Regards, > > > >>> Tobi > > > >>> > > > >>> -- > > > >>> "There's an old saying: Don't change anything... ever!" -- Mr. Monk > > > >>> > > > >>> > > In fact (my 2 cents) I would tend to use "chart" as the overall largest > object. You could plot a course from (say) Normandy to Hastings on a > nautical chart but you could also plot a set of isobars on a map of your > local area and produce a "weather chart", plot a set of dance steps on > paper to produce a choreographic chart, etc. > > My vision would be a chart is a single graphical output from the > underlying engine. On that would be one or more plots that depict a > certain set of data. > > Certainly, "graph" has a particular mathematical meaning (nodes and > edges) that could have conflicts as abstract data types. I agree with > Tobi that it would be better to avoid it. > > Nautically, a chart is a single instance of "a piece of paper" with > certain attributes like a title, a set of co-ordinates, some "pretty" > features, an identity etc that you use locally to plot a course or > something. Also, although I'm linguistically challenged I believe that > "chart" and "plot" have fairly parallel translations - Carte, > Kart?,sj?kort etc and tracer, plotten, plotta etc whereas "graph" tends > to translate more generically as a "picture" - graphique, Grafik, graf > etc. > > Bruce > > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fabien Bodard From fernando at ...3175... Fri Sep 27 09:00:57 2013 From: fernando at ...3175... (Fernando Martins) Date: Fri, 27 Sep 2013 09:00:57 +0200 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: References: <1379943538.45028.YahooMailBasic@...3064...> <20130924141152.GA522@...2774...> <5241D7B0.5090805@...3175...> <1380252705.9714.18.camel@...2688...> Message-ID: <52452D29.7000002@...3175...> in my understanding it is gb.chart, because: - it is somewhat more general than "plot" (which used to be more related to dot based graphs). plot is also associated with planning - "graph" would be semantically correct but it is ambiguous with the data structure made of nodes connected by edges. Since it is conceivable to have a a gb component for this data structure, and this data structure is mostly known as "graph" ("net" is an alternative but I think very uncommon). Translations of "graph" also creates problems leading to the meaning of images. - "chart" conflicts with "map", but then "map" could always be used for a gambas map component. On 09/27/2013 08:36 AM, Fabien Bodard wrote: > So do to short ... what must be the name of this new component ? .. > > gb.chart? > gb.plot ? > gb.graph ? > > > > > 2013/9/27 Bruce > >> On Tue, 2013-09-24 at 17:51 -0700, Randall Morgan wrote: >>> 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 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 wrote: >>>>> 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 much better. >>>>>> >>>>>> >>>>>> On Tue, Sep 24, 2013 at 7:11 AM, Tobias Boege >>>> wrote: >>>>>>> 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 >>>>>>> call the classes in gb.graph something around "Plot". I think you >> have >>>>>> the >>>>>>> opportunity to do so. I don't know any other name for the Graph >>>> datatype. >>>>>>> Regards, >>>>>>> Tobi >>>>>>> >>>>>>> -- >>>>>>> "There's an old saying: Don't change anything... ever!" -- Mr. Monk >>>>>>> >>>>>>> >> In fact (my 2 cents) I would tend to use "chart" as the overall largest >> object. You could plot a course from (say) Normandy to Hastings on a >> nautical chart but you could also plot a set of isobars on a map of your >> local area and produce a "weather chart", plot a set of dance steps on >> paper to produce a choreographic chart, etc. >> >> My vision would be a chart is a single graphical output from the >> underlying engine. On that would be one or more plots that depict a >> certain set of data. >> >> Certainly, "graph" has a particular mathematical meaning (nodes and >> edges) that could have conflicts as abstract data types. I agree with >> Tobi that it would be better to avoid it. >> >> Nautically, a chart is a single instance of "a piece of paper" with >> certain attributes like a title, a set of co-ordinates, some "pretty" >> features, an identity etc that you use locally to plot a course or >> something. Also, although I'm linguistically challenged I believe that >> "chart" and "plot" have fairly parallel translations - Carte, >> Kart?,sj?kort etc and tracer, plotten, plotta etc whereas "graph" tends >> to translate more generically as a "picture" - graphique, Grafik, graf >> etc. >> >> Bruce >> >> >> >> ------------------------------------------------------------------------------ >> October Webinars: Code for Performance >> Free Intel webinars can help you accelerate application performance. >> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most >> from >> the latest Intel processors and coprocessors. See abstracts and register > >> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > From gambas.fr at ...626... Fri Sep 27 11:59:25 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Fri, 27 Sep 2013 11:59:25 +0200 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: <52452D29.7000002@...3175...> References: <1379943538.45028.YahooMailBasic@...3064...> <20130924141152.GA522@...2774...> <5241D7B0.5090805@...3175...> <1380252705.9714.18.camel@...2688...> <52452D29.7000002@...3175...> Message-ID: So... Just for info. . Gb.map already exist. A plot can be a path too... A chart is a table... A graph is a net... Ouch... My head From gambas.fr at ...626... Fri Sep 27 12:15:10 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Fri, 27 Sep 2013 12:15:10 +0200 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: References: <1379943538.45028.YahooMailBasic@...3064...> <20130924141152.GA522@...2774...> <5241D7B0.5090805@...3175...> <1380252705.9714.18.camel@...2688...> <52452D29.7000002@...3175...> Message-ID: http://gambasdoc.org/help/comp/gb.map?v3&en https://www.youtube.com/watch?v=M9vTHvMZR-c 2013/9/27 Fabien Bodard > So... > > Just for info. . Gb.map already exist. > > A plot can be a path too... > > A chart is a table... > > A graph is a net... > > Ouch... My head > -- Fabien Bodard From taboege at ...626... Fri Sep 27 12:15:57 2013 From: taboege at ...626... (Tobias Boege) Date: Fri, 27 Sep 2013 12:15:57 +0200 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: References: <20130924141152.GA522@...2774...> <5241D7B0.5090805@...3175...> <1380252705.9714.18.camel@...2688...> <52452D29.7000002@...3175...> Message-ID: <20130927101557.GA682@...2774...> On Fri, 27 Sep 2013, Fabien Bodard wrote: > So... > > Just for info. . Gb.map already exist. > > A plot can be a path too... > > A chart is a table... > > A graph is a net... > > Ouch... My head Yes! I think we should trust the native speakers. Bruce's explanation seems sound to me and gb.chart already exists. So there is not even a new component to be added. Regards, Tobi -- "There's an old saying: Don't change anything... ever!" -- Mr. Monk From gambas.fr at ...626... Fri Sep 27 12:24:48 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Fri, 27 Sep 2013 12:24:48 +0200 Subject: [Gambas-user] gb.Chart capabilities In-Reply-To: <20130927101557.GA682@...2774...> References: <20130924141152.GA522@...2774...> <5241D7B0.5090805@...3175...> <1380252705.9714.18.camel@...2688...> <52452D29.7000002@...3175...> <20130927101557.GA682@...2774...> Message-ID: ok so i begin to wrote gb.chart2 next month and then join the old and new component to have compatibilities... maybe 2013/9/27 Tobias Boege > On Fri, 27 Sep 2013, Fabien Bodard wrote: > > So... > > > > Just for info. . Gb.map already exist. > > > > A plot can be a path too... > > > > A chart is a table... > > > > A graph is a net... > > > > Ouch... My head > > Yes! I think we should trust the native speakers. Bruce's explanation seems > sound to me and gb.chart already exists. So there is not even a new > component to be added. > > Regards, > Tobi > > -- > "There's an old saying: Don't change anything... ever!" -- Mr. Monk > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Fabien Bodard From bill-lancaster at ...2231... Fri Sep 27 14:45:25 2013 From: bill-lancaster at ...2231... (bill-lancaster) Date: Fri, 27 Sep 2013 05:45:25 -0700 (PDT) Subject: [Gambas-user] pop3client attachment Message-ID: <1380285924891-43383.post@...3046...> Some advice on how to extract attachment s woule be appreciated. I have a message (stored at hResultGlobal!MsgWhole) known to contain an attached .pdf hMimeMessage = New MimeMessage(hResultGlobal!MsgWhole) hMimeMessage.Headers["Content-Type"] produces - multipart/mixed; boundary="----MIME delimiter for sendEmail-530503.088449226". but hMimeMessage.Headers["Content-Disposition"] gives a blank string but I know the message contains the line - 'Content-Disposition: attachment; filename="bg01.pdf' -- View this message in context: http://gambas.8142.n7.nabble.com/pop3client-attachment-tp43383.html Sent from the gambas-user mailing list archive at Nabble.com. From mohareve at ...626... Fri Sep 27 16:01:03 2013 From: mohareve at ...626... (M. Cs.) Date: Fri, 27 Sep 2013 16:01:03 +0200 Subject: [Gambas-user] A simple server question Message-ID: Hello, I am trying to write a Gambas frontend for a Java server. I have written a short class for that purpose: Static App As SSocket Public messenger As Socket Public Sub _new() messenger = New Socket As "socket" messenger.Connect("localhost", 4444) End Public Sub socket_Read() Dim sCad As String Read #messenger, sCad, Lof(messenger) FMain.myscreen.Text = sCad End Public Sub Send(s As String) Write #messenger, s, Len(s) Flush End While it works from Java to Gambas (it displays the incoming messages) I am not able to send the message towards Java. I try to do that with a button's click, which then invokes the Send(s As String) method. What am I doing wrong? Thanks! Csaba From wellspinto at ...626... Fri Sep 27 16:02:09 2013 From: wellspinto at ...626... (Wellington de Souza Pinto) Date: Fri, 27 Sep 2013 11:02:09 -0300 Subject: [Gambas-user] gambasdoc.org is off Message-ID: Hi! The gambasdoc.org site is off now. Best Reguards, -- -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x- ?(??????)? | Wellington de Souza Pinto |????| | Solu??es em Informatica -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x- From gambas.fr at ...626... Fri Sep 27 16:14:35 2013 From: gambas.fr at ...626... (Fabien Bodard) Date: Fri, 27 Sep 2013 16:14:35 +0200 Subject: [Gambas-user] gambasdoc.org is off In-Reply-To: References: Message-ID: Not here Le 27 sept. 2013 16:03, "Wellington de Souza Pinto" a ?crit : > Hi! > > The gambasdoc.org site is off now. > > Best Reguards, > > -- > > -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x- > ?(??????)? | Wellington de Souza Pinto > |????| | Solu??es em Informatica > -x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x-x- > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From sourceforge-raindog2 at ...94... Fri Sep 27 17:05:50 2013 From: sourceforge-raindog2 at ...94... (Rob Kudla) Date: Fri, 27 Sep 2013 11:05:50 -0400 Subject: [Gambas-user] gambasdoc.org is off In-Reply-To: References: Message-ID: <52459ECE.7020309@...94...> On 2013-09-27 10:02, Wellington de Souza Pinto wrote: > The gambasdoc.org site is off now. Are you using OpenDNS? Their users have been reporting problems since we moved DNS servers a month ago but no one else to date has complained. One of our two DNS servers is timing out, which most other DNS servers work around but OpenDNS is stricter. I have no control over the DNS situation -- that's the price of getting hosting as a favor -- and the people who do are working on a much bigger problem that doesn't affect gambasdoc.org, so OpenDNS users can either switch to a different public DNS (I use Google, 8.8.4.4/8.8.8.8) or add the following: 64.128.110.55 gambasdoc.org www.gambasdoc.org to your hosts file. Rob From jussi.lahtinen at ...626... Fri Sep 27 18:24:33 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Fri, 27 Sep 2013 19:24:33 +0300 Subject: [Gambas-user] A simple server question In-Reply-To: References: Message-ID: You read and write to same socket? It has been long since I have done any network programming, but that seems bit odd. Jussi On Fri, Sep 27, 2013 at 5:01 PM, M. Cs. wrote: > Hello, I am trying to write a Gambas frontend for a Java server. I have > written a short class for that purpose: > > Static App As SSocket > Public messenger As Socket > Public Sub _new() > messenger = New Socket As "socket" > messenger.Connect("localhost", 4444) > End > > Public Sub socket_Read() > Dim sCad As String > Read #messenger, sCad, Lof(messenger) > FMain.myscreen.Text = sCad > End > > Public Sub Send(s As String) > Write #messenger, s, Len(s) > Flush > End > > While it works from Java to Gambas (it displays the incoming messages) I am > not able to send the message towards Java. I try to do that with a button's > click, which then invokes the Send(s As String) method. What am I doing > wrong? > > Thanks! > > Csaba > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From mohareve at ...626... Fri Sep 27 19:11:04 2013 From: mohareve at ...626... (M. Cs.) Date: Fri, 27 Sep 2013 19:11:04 +0200 Subject: [Gambas-user] A simple server question In-Reply-To: References: Message-ID: It is allright now. Yes I do write and read to the same socket: I have an InputStream and an OutputStream of a socket object, at least in Java you have, and I found it also viable in Gambas. Csaba 2013/9/27 Jussi Lahtinen > You read and write to same socket? > It has been long since I have done any network programming, but that seems > bit odd. > > Jussi > > > On Fri, Sep 27, 2013 at 5:01 PM, M. Cs. wrote: > > > Hello, I am trying to write a Gambas frontend for a Java server. I have > > written a short class for that purpose: > > > > Static App As SSocket > > Public messenger As Socket > > Public Sub _new() > > messenger = New Socket As "socket" > > messenger.Connect("localhost", 4444) > > End > > > > Public Sub socket_Read() > > Dim sCad As String > > Read #messenger, sCad, Lof(messenger) > > FMain.myscreen.Text = sCad > > End > > > > Public Sub Send(s As String) > > Write #messenger, s, Len(s) > > Flush > > End > > > > While it works from Java to Gambas (it displays the incoming messages) I > am > > not able to send the message towards Java. I try to do that with a > button's > > click, which then invokes the Send(s As String) method. What am I doing > > wrong? > > > > Thanks! > > > > Csaba > > > > > ------------------------------------------------------------------------------ > > October Webinars: Code for Performance > > Free Intel webinars can help you accelerate application performance. > > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > > from > > the latest Intel processors and coprocessors. See abstracts and register > > > > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...2524... Fri Sep 27 22:21:12 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Fri, 27 Sep 2013 20:21:12 +0000 Subject: [Gambas-user] Issue 463 in gambas: v4l webcam remains idle when close program, and can be used Message-ID: <0-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> Status: New Owner: ---- Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Debian Arch-Any Desktop-Any GUI-Any Usability Maintainability New issue 463 by mckayger... at ...626...: v4l webcam remains idle when close program, and can be used http://code.google.com/p/gambas/issues/detail?id=463 1) Describe the problem. i have strange behavior with v4l webcam i have a subprocess, but in some cases, if program close, webcam are still "opened" so then when reopen my program i cannot use again webcam due are "busy" 2) INFORMATIONS (if they are appropriate): Version: 3.4.0 + (patched with bugfixed from 3.4.2) Operating system: Linux Distribution: Debian/VenenuX Architecture: x86 GUI component: QT4/GTK+ Desktop used: LXDE 3) Provide a little project that reproduces the bug or the crash. Not necesary, use this code: Public hWebCam Public sub useWebCam() Try hWebCam = New VideoDevice(FMain.datos.getCamaraDev()) If Error Then Print "Error accediendo al dispositivo: " & Error.Text Endif End If close and reopen my program, output said that webcam are busy: gb.v4l: v4l2: Device is V4L2!: No existe el fichero o el directorio gb.v4l: v4l2: cropping not supported: Argumento inv?lido gb.v4l: v4l2: VIDIOC_S_FMT, can't set YUYV, trying YUV 420: Dispositivo o recurso ocupado gb.v4l: v4l2: VIDIOC_S_FMT, can't set YUV420, defaulting : Dispositivo o recurso ocupado gb.v4l: v4l2: mmap not supported or error: Dispositivo o recurso ocupado gb.v4l: v4l2: VIDIOC_STREAMOFF error: Descriptor de fichero err?neo gb.v4l: v4l2: error closing device: Descriptor de fichero err?neo 5) Explain clearly how to reproduce the bug or the crash. use the example Mywebcam from ide, and made the usage of webcam directly, then close and reopen program, output are same as above -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From gambas at ...1... Fri Sep 27 22:29:16 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Fri, 27 Sep 2013 22:29:16 +0200 Subject: [Gambas-user] pop3client attachment In-Reply-To: <1380285924891-43383.post@...3046...> References: <1380285924891-43383.post@...3046...> Message-ID: <5245EA9C.5080500@...1...> Le 27/09/2013 14:45, bill-lancaster a ?crit : > Some advice on how to extract attachment s woule be appreciated. > > I have a message (stored at hResultGlobal!MsgWhole) known to contain an > attached .pdf > > hMimeMessage = New MimeMessage(hResultGlobal!MsgWhole) > hMimeMessage.Headers["Content-Type"] produces - multipart/mixed; > boundary="----MIME delimiter for sendEmail-530503.088449226". > but > hMimeMessage.Headers["Content-Disposition"] gives a blank string > but I know the message contains the line - 'Content-Disposition: attachment; > filename="bg01.pdf' > > Can you send me the message? If it is private, use my own mail, don't send it to the mailing-list. -- Beno?t Minisini From bill-lancaster at ...2231... Fri Sep 27 23:26:06 2013 From: bill-lancaster at ...2231... (bill-lancaster) Date: Fri, 27 Sep 2013 14:26:06 -0700 (PDT) Subject: [Gambas-user] pop3client attachment In-Reply-To: <5245EA9C.5080500@...1...> References: <1380285924891-43383.post@...3046...> <5245EA9C.5080500@...1...> Message-ID: <1380317166538-43392.post@...3046...> Thank you Benoit, -- View this message in context: http://gambas.8142.n7.nabble.com/pop3client-attachment-tp43383p43392.html Sent from the gambas-user mailing list archive at Nabble.com. From gambas at ...1... Sat Sep 28 00:17:13 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sat, 28 Sep 2013 00:17:13 +0200 Subject: [Gambas-user] pop3client attachment In-Reply-To: <1380285924891-43383.post@...3046...> References: <1380285924891-43383.post@...3046...> Message-ID: <524603E9.3090402@...1...> Le 27/09/2013 14:45, bill-lancaster a ?crit : > Some advice on how to extract attachment s woule be appreciated. > > I have a message (stored at hResultGlobal!MsgWhole) known to contain an > attached .pdf > > hMimeMessage = New MimeMessage(hResultGlobal!MsgWhole) > hMimeMessage.Headers["Content-Type"] produces - multipart/mixed; > boundary="----MIME delimiter for sendEmail-530503.088449226". > but > hMimeMessage.Headers["Content-Disposition"] gives a blank string > but I know the message contains the line - 'Content-Disposition: attachment; > filename="bg01.pdf' > You have to use the ContentType property. Please read the RFC about Mime format to understand that what is stored in the headers are not necessarily what *you* want to get. As for the attachments, you must browse the Mime subparts and use the Data property once you have found your attachment. Again, read the RFCs to see that a Mime Message can have any structure : an attachment can be a part inside a part inside a part... Regards, -- Beno?t Minisini From gambas at ...2524... Sat Sep 28 17:55:50 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Sat, 28 Sep 2013 15:55:50 +0000 Subject: [Gambas-user] Issue 463 in gambas: v4l webcam remains idle when close program, and can be used In-Reply-To: <0-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> References: <0-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> Message-ID: <1-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> Comment #1 on issue 463 by mckayger... at ...626...: v4l webcam remains idle when close program, and can be used http://code.google.com/p/gambas/issues/detail?id=463 Better way to reproduce... Open the MyWebCam example.. run it! and open the webcam device if u close program runnig from ide, webcam could close and remainds idle.. so the if try to run again the example, webcam cannot be accesed! so then: how i can close opened webcam and then reuse? -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From p65174 at ...626... Sat Sep 28 18:47:45 2013 From: p65174 at ...626... (pat0che) Date: Sat, 28 Sep 2013 09:47:45 -0700 (PDT) Subject: [Gambas-user] Gambas3 SVN compilation Problem ARMEL In-Reply-To: <1379938525931-43325.post@...3046...> References: <51800113.9000100@...1...> <1379938525931-43325.post@...3046...> Message-ID: <1380386864204-43395.post@...3046...> Sorry to insist but am i the only one to try to compile gambas3 on sheevaplug ? I have tried gambas trunk, gambas3-3.4.2 and for each one i have gbc3 seg fault during the make install part. I'm on debian wheezy but can change linux distribution if needed.... I can of course tell you more informations, just ask. I can also give ssh access to someone to deal with the error... If someone have binary package, it's ok too. Thanks in advance. (sorry for my english, french people here) Pat. -- View this message in context: http://gambas.8142.n7.nabble.com/Gambas3-SVN-compilation-Problem-ARMEL-tp41774p43395.html Sent from the gambas-user mailing list archive at Nabble.com. From wally at ...2037... Sat Sep 28 18:51:14 2013 From: wally at ...2037... (wally) Date: Sat, 28 Sep 2013 18:51:14 +0200 Subject: [Gambas-user] two simple questions Message-ID: <14380793.CfF8qfeMjl@...3157...> Hi, i met some strange behavior, maybe i do something strange myself. Assuming i have a project larger than the attached example project and i open the "Button1_Click()"-routine. Next i want to find the location of Function "myFunction() in code". I select " myFunction()" right click and copy. Next i want to paste it in the search textbox of the IDE. 1st question: I can not paste by right click because no popup menu appears. Is this a feature or a bug ? Now i paste by CTRL V and start search. in the search list appear 2 results. When i want to go to this code now by clicking on the appropriate line, the part of search phrase is deleted from sourcecode and in search list remains only 1 result. Clicking this also deletes the search phrase from this part of code. 2nd question: Why the search function deletes source code ? (hope i did not write too much rubbish here and i'm sure its possible to ask much efficient :) anyway , thanks for answers wally -------------- next part -------------- A non-text attachment was scrubbed... Name: cppa_gb3001-0.0.1.tar.gz Type: application/x-compressed-tar Size: 4907 bytes Desc: not available URL: From wally at ...2037... Sat Sep 28 18:55:03 2013 From: wally at ...2037... (wally) Date: Sat, 28 Sep 2013 18:55:03 +0200 Subject: [Gambas-user] two simple questions Message-ID: <460130862.YtEJb6Tdfp@...3157...> sorry, i forgot: gambas3 SVN At revision 5853. Hi, i met some strange behavior, maybe i do something strange myself. Assuming i have a project larger than the attached example project and i open the "Button1_Click()"-routine. Next i want to find the location of Function "myFunction() in code". I select " myFunction()" right click and copy. Next i want to paste it in the search textbox of the IDE. 1st question: I can not paste by right click because no popup menu appears. Is this a feature or a bug ? Now i paste by CTRL V and start search. in the search list appear 2 results. When i want to go to this code now by clicking on the appropriate line, the part of search phrase is deleted from sourcecode and in search list remains only 1 result. Clicking this also deletes the search phrase from this part of code. 2nd question: Why the search function deletes source code ? (hope i did not write too much rubbish here and i'm sure its possible to ask much efficient :) anyway , thanks for answers wally From gambas at ...1... Sat Sep 28 18:57:28 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sat, 28 Sep 2013 18:57:28 +0200 Subject: [Gambas-user] Gambas3 SVN compilation Problem ARMEL In-Reply-To: <1380386864204-43395.post@...3046...> References: <51800113.9000100@...1...> <1379938525931-43325.post@...3046...> <1380386864204-43395.post@...3046...> Message-ID: <52470A78.5070803@...1...> Le 28/09/2013 18:47, pat0che a ?crit : > Sorry to insist but am i the only one to try to compile gambas3 on sheevaplug > ? > > > I have tried gambas trunk, gambas3-3.4.2 and for each one i have gbc3 seg > fault during the make install part. > > I'm on debian wheezy but can change linux distribution if needed.... > > I can of course tell you more informations, just ask. > > I can also give ssh access to someone to deal with the error... > > If someone have binary package, it's ok too. > > Thanks in advance. > (sorry for my english, french people here) > Pat. > I need that someone gives me an ssh access to its ARM machine so that I can compile and debug Gambas on it. Can you do it? -- Beno?t Minisini From p65174 at ...626... Sat Sep 28 19:04:32 2013 From: p65174 at ...626... (pat0che) Date: Sat, 28 Sep 2013 10:04:32 -0700 (PDT) Subject: [Gambas-user] Gambas3 SVN compilation Problem ARMEL In-Reply-To: <52470A78.5070803@...1...> References: <51800113.9000100@...1...> <1379938525931-43325.post@...3046...> <1380386864204-43395.post@...3046...> <52470A78.5070803@...1...> Message-ID: of courses yes send me an email to p65174(AT)gmail.com and i will send you an account. 2013/9/28 Beno?t Minisini [via Gambas] > Le 28/09/2013 18:47, pat0che a ?crit : > > > Sorry to insist but am i the only one to try to compile gambas3 on > sheevaplug > > ? > > > > > > I have tried gambas trunk, gambas3-3.4.2 and for each one i have gbc3 > seg > > fault during the make install part. > > > > I'm on debian wheezy but can change linux distribution if needed.... > > > > I can of course tell you more informations, just ask. > > > > I can also give ssh access to someone to deal with the error... > > > > If someone have binary package, it's ok too. > > > > Thanks in advance. > > (sorry for my english, french people here) > > Pat. > > > > I need that someone gives me an ssh access to its ARM machine so that I > can compile and debug Gambas on it. > > Can you do it? > > -- > Beno?t Minisini > > ------------------------------------------------------------------------------ > > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > [hidden email] > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://gambas.8142.n7.nabble.com/Gambas3-SVN-compilation-Problem-ARMEL-tp41774p43398.html > To unsubscribe from Gambas3 SVN compilation Problem ARMEL, click here > . > NAML > -- --------------------------------------- Patrice VIALARD -- View this message in context: http://gambas.8142.n7.nabble.com/Gambas3-SVN-compilation-Problem-ARMEL-tp41774p43399.html Sent from the gambas-user mailing list archive at Nabble.com. From gambas at ...2524... Sat Sep 28 19:11:26 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Sat, 28 Sep 2013 17:11:26 +0000 Subject: [Gambas-user] Issue 463 in gambas: v4l webcam remains idle when close program, and can be used In-Reply-To: <1-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> References: <1-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> <0-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> Message-ID: <2-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> Updates: Status: Accepted Labels: -Version Version-3.4.0 Comment #2 on issue 463 by benoit.m... at ...626...: v4l webcam remains idle when close program, and can be used http://code.google.com/p/gambas/issues/detail?id=463 Is it better with revision #5855? -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From jussi.lahtinen at ...626... Sat Sep 28 19:16:10 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Sat, 28 Sep 2013 20:16:10 +0300 Subject: [Gambas-user] two simple questions In-Reply-To: <14380793.CfF8qfeMjl@...3157...> References: <14380793.CfF8qfeMjl@...3157...> Message-ID: > 1st question: > I can not paste by right click because no popup menu appears. > Is this a feature or a bug ? > I cannot reproduce with r5850. Normally if I want to find other instances of some text, I just select the piece of text and press CTRL + f. No copy&paste needed. I will try this later with more recent revision. > in the search list appear 2 results. When i want to go to this code now by > clicking on the appropriate line, the part of search phrase is deleted from > sourcecode and in search list remains only 1 result. Clicking this also > deletes the search phrase from this part of code. > > 2nd question: > Why the search function deletes source code ? > I cannot reproduce this either. What is your operating system? Jussi From wally at ...2037... Sat Sep 28 19:28:09 2013 From: wally at ...2037... (wally) Date: Sat, 28 Sep 2013 19:28:09 +0200 Subject: [Gambas-user] two simple questions In-Reply-To: References: <14380793.CfF8qfeMjl@...3157...> Message-ID: <2086941.RHXYTDuSpg@...3157...> Hi Jussi, i will do so also from now :) thx I used this search box: see screenshot wally ps.: do you have a similar hint, how to drag and drop (move) pieces of sourcecode ? i really miss this feature. On Saturday 28 September 2013 20:16:10 Jussi Lahtinen wrote: > > 1st question: > > I can not paste by right click because no popup menu appears. > > Is this a feature or a bug ? > > I cannot reproduce with r5850. > Normally if I want to find other instances of some text, I just select the > piece of text and press CTRL + f. > No copy&paste needed. > > I will try this later with more recent revision. > > > in the search list appear 2 results. When i want to go to this code now by > > clicking on the appropriate line, the part of search phrase is deleted > > from > > sourcecode and in search list remains only 1 result. Clicking this also > > deletes the search phrase from this part of code. > > > > 2nd question: > > Why the search function deletes source code ? > > I cannot reproduce this either. > What is your operating system? > > > Jussi > ---------------------------------------------------------------------------- > -- October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from the latest Intel processors and coprocessors. See abstracts and > register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -------------- next part -------------- A non-text attachment was scrubbed... Name: screen_57.png Type: image/png Size: 17446 bytes Desc: not available URL: From gambas at ...2524... Sat Sep 28 19:35:49 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Sat, 28 Sep 2013 17:35:49 +0000 Subject: [Gambas-user] Issue 463 in gambas: v4l webcam remains idle when close program, and can be used In-Reply-To: <2-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> References: <2-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> <0-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> Message-ID: <3-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> Comment #3 on issue 463 by mckayger... at ...626...: v4l webcam remains idle when close program, and can be used http://code.google.com/p/gambas/issues/detail?id=463 Hi benoit.. the commit made, only takes care of a property closed device into the close event.. i take a great felicity with gambas languaje, due its a great good work.. but u miscundestand ... i mean, that if control are outside of a program, lest take about a daemon service made in gambas, and i already know that webcam are not used by other program, *but remainds idle due my program previusly close by anormal way.. i cannot reopen webcam!* i have a service of asistence made in gambas, part of a payroll sistem, at 23:59:59 restart all interfaces, and revise if all devices attached (scanner, barcode-reader and webcam) are ok and ready, and restart it if necesary... but currently i cannot close a idle device (that let openned/idle due prevous command was lauched bad way etc whatever) for reopen again... of course, we solved that by sending a person to de-attach and re-attach the device and restart program.. if this are out of bug behavior, u can mark as "wont-fix" and close this bug.. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From gambas at ...2524... Sat Sep 28 19:38:20 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Sat, 28 Sep 2013 17:38:20 +0000 Subject: [Gambas-user] Issue 463 in gambas: v4l webcam remains idle when close program, and can be used In-Reply-To: <3-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> References: <3-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> <0-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> Message-ID: <4-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> Comment #4 on issue 463 by mckayger... at ...626...: v4l webcam remains idle when close program, and can be used http://code.google.com/p/gambas/issues/detail?id=463 maibe this line was bad described: "if u close program runnig from ide, webcam could close and remainds idle.. " i mean: "if u close program runnig from ide, WITH THE STOP BUTTON INTO IDE, webcam could close and remainds idle.. " -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From gambas at ...2524... Sat Sep 28 19:49:02 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Sat, 28 Sep 2013 17:49:02 +0000 Subject: [Gambas-user] Issue 463 in gambas: v4l webcam remains idle when close program, and can be used In-Reply-To: <4-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> References: <4-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> <0-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> Message-ID: <5-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> Updates: Status: WontFix Comment #5 on issue 463 by benoit.m... at ...626...: v4l webcam remains idle when close program, and can be used http://code.google.com/p/gambas/issues/detail?id=463 My commit fixed a bug in the gb.v4l component that makes Gambas development version crash (maybe not the 3.4.x version, but I'm not sure). I noticed that after the program stops, I had the "device busy" debugging message when the component tries to reopen the webcam. I have to wait or to unplug/plug the webcam to be able to use it again. No idea why, but all devices used by a process are closed by the kernel when the process stops for any reason. So you're right, the problem seems to be in the device driver, not in Gambas. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From gambas at ...2524... Sat Sep 28 19:59:57 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Sat, 28 Sep 2013 17:59:57 +0000 Subject: [Gambas-user] Issue 463 in gambas: v4l webcam remains idle when close program, and can be used In-Reply-To: <5-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> References: <5-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> <0-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> Message-ID: <6-6813199134517018827-12837841692457176044-gambas=googlecode.com@...2524...> Comment #6 on issue 463 by mckayger... at ...626...: v4l webcam remains idle when close program, and can be used http://code.google.com/p/gambas/issues/detail?id=463 yeah, i suspect that.. so then i'll try to made a open and save the ref .. but confirm that it not be possible. So this bug could be usafully for future similar problems. I solved with extenal shell command that free the device throught restart usb-bus, but are not 100% effective with all webcams.. only work with older devices. Very thansk in advance Benoit, great languaje made my work great in two points: 1) very easy and powerfully to use 2) not compatible witn guindo -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From karl.reinl at ...9... Sat Sep 28 21:15:03 2013 From: karl.reinl at ...9... (Karl Reinl) Date: Sat, 28 Sep 2013 21:15:03 +0200 Subject: [Gambas-user] IDE Bug Message-ID: <1380395703.2411.10.camel@...40...> Salut Beno?t, in a project where you have made changes, open a gambas example, but on project save changes dialog you abord. Now your project, it is read only. gambas3 svn r5851 -- Amicalement Charlie [System] OperatingSystem=Linux Kernel=3.0.0-32-generic Architecture=x86 Distribution=Ubuntu 10.04.4 LTS Desktop=GNOME Theme=QPlastique Language=de_DE.UTF-8 Memory=3026M [Libraries] Cairo=libcairo.so.2.10800.10 Curl=libcurl.so.4.1.1 DBus=libdbus-1.so.3.4.0 GStreamer=libgstreamer-0.10.so.0.24.1 GTK+=libgtk-x11-2.0.so.0.2000.1 Poppler=libpoppler.so.5.0.0 Qt4=libQtCore.so.4.6.2 SDL=libSDL-1.2.so.0.11.3 From paulwheeler at ...546... Sat Sep 28 21:47:35 2013 From: paulwheeler at ...546... (paulwheeler) Date: Sat, 28 Sep 2013 12:47:35 -0700 Subject: [Gambas-user] Modulo operator returns wrong results In-Reply-To: References: <52421EEE.3040000@...2382...> <5242318C.90006@...1...> <52423466.1060104@...2382...> Message-ID: <52473257.7060904@...546...> Gentlemen, I have never heard of the mod operator being used the way you did in your problem. However, because Jesus mentioned his calculator having a mod function, I went to "http://web2.0calc.com/" and did the problem. I was stunned to see that the result is 797! It appears to me that you are using "mod" the same way as the mathematics problem of 800 -3 = 797. Where did you learn this definition of "mod"? I am really curious. I am not a "C" programmer, but have used "mod" in other languages. My experience has alway been the same as the definition given at the beginning of the article Benoit referred to. see: "http://en.wikipedia.org/wiki/Modulo_operation" The definition I know is this one: "... the modulo operation finds the remainder of division of one number by another." Even the "Common pitfalls" section of that article is talking about a dividend which implies division. When I did a search for "Mod operator", wikipedia redirected me to the modulus article. When I did a search for "C Language operators", I found "Modulo" under Arithmetic operators. see: http://en.wikipedia.org/wiki/Operators_in_C_and_C%2B%2B When I clicked on "Modulo" it also redirected me to the modulus article. Note that the "Modulo" operator is just after the division operator. When I did a search for "Visual Basic Language operators", I found "Mod Operator" under Arithmetic operators. see: http://msdn.microsoft.com/en-us/library/se0w9esz.aspx, where it gives this definition: "Divides two numbers and returns only the remainder." Their example (under "Result") again gives the same definition and then gives an example: "The result is the remainder after number1 is divided by number2. For example, the expression 14 Mod 4 evaluates to 2." http://www.tutorialspoint.com/python/python_basic_operators.htm % Modulus - Divides left hand operand by right hand operand and returns remainder However, when one of the numbers is negative, then the remainder is not what you would expect with both being positive. One very confused programmer, Paul On 09/24/2013 06:05 PM, 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, 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://en.wikipedia.org/wiki/Modulo_operation#Common_pitfalls >>> >>> -3 Mod 800 = -(3 Mod 800) >>> >>> This is not the mathematical modulus operator. >>> >> >> What is it, then? In Python, Modulus operator is % and gives the correct >> results. Also the calculator program has a Mod function which gives the >> expected result. >> >> Anyway I've made a function that mimics the Python modulus, so not a big >> problem. >> >> Thanks >> > > I don't know Python, but the 'Mod' Gambas operator follow the behaviour > of the '%' C operator. Maybe it was not a good idea. > > Regards, > From gambas at ...2524... Sat Sep 28 22:44:58 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Sat, 28 Sep 2013 20:44:58 +0000 Subject: [Gambas-user] Issue 464 in gambas: Locale Format Not Useable Message-ID: <0-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> Status: New Owner: ---- Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 464 by 2aq9j93... at ...2320...: Locale Format Not Useable http://code.google.com/p/gambas/issues/detail?id=464 1) Describe the problem. As per 'The Canadian Style' book I have setup my 12 hour time as a.m./p.m.. The closest my Gambas3 can come to it is >>> 4:30:45 a./p. <<<. My Kubuntu is setup as Canada and everything in Kubuntu that displays the time uses a.m./p.m. such at >>> 4:30:45 p.m. <<< in the panel clock. My Gambas3 reports the language to be en_US but I cannot see anyway of changing it if that is the problem. 2) GIVE THE FOLLOWING INFORMATION (if they are appropriate): [System] Operating System=Linux Kernel=3.2.0-53-generic-pae Architecture=x86 Distribution=Ubuntu 12.04.3 LTS Desktop=KDE4 Theme=Oxygen Language=en_US.UTF-8 Memory=6023M [Libraries] GStreamer=libgstreamer-0.10.so.0.30.0 GTK+=libgtk-x11-2.0.so.0.2400.10 Poppler=libpoppler.so.19.0.0 Qt4=libQtCore.so.4.8.2 SDL=libSDL-1.2.so.0.11.3 3) Provide a little project that reproduces the bug or the crash. Not really applicable 4) If your project needs a database, try to provide it, or part of it. n/a 5) Explain clearly how to reproduce the bug or the crash. 1. Set the locale to en_CA 2. Set the am/pm format as a.m. and p.m. 3. Print the time in 12 hour time 6) By doing that carefully, you have done 50% of the bug fix job! IMPORTANT NOTE: if you encounter several different problems or bugs, (for example, a bug in your project, and an interpreter crash while debugging it), please create distinct issues! -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From gambas at ...2524... Sat Sep 28 22:48:59 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Sat, 28 Sep 2013 20:48:59 +0000 Subject: [Gambas-user] Issue 464 in gambas: Locale Format Not Useable In-Reply-To: <0-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> References: <0-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> Message-ID: <1-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> Comment #1 on issue 464 by 2aq9j93... at ...2320...: Locale Format Not Useable http://code.google.com/p/gambas/issues/detail?id=464 My Gambas version is 3.4.2. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From jussi.lahtinen at ...626... Sat Sep 28 23:27:53 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Sun, 29 Sep 2013 00:27:53 +0300 Subject: [Gambas-user] two simple questions In-Reply-To: <2086941.RHXYTDuSpg@...3157...> References: <14380793.CfF8qfeMjl@...3157...> <2086941.RHXYTDuSpg@...3157...> Message-ID: > > I used this search box: see screenshot > Oh, I had removed it from my IDE and I didn't even remember it exist! I updated to r5855 and I added the box for test. Still I don't see IDE deleting any rows, but you really cannot paste into "Browse project" box. So that is confirmed. Minor annoying thing. Benoit, do you know why this happens? > ps.: do you have a similar hint, how to drag and drop (move) pieces of > sourcecode ? > i really miss this feature. > There is no mouse drag&drop, but something similar; select code you want to move, then press Alt and use up or down arrow keys to move the selection. Jussi From ea7dfh at ...2382... Sat Sep 28 23:33:45 2013 From: ea7dfh at ...2382... (Jesus) Date: Sat, 28 Sep 2013 23:33:45 +0200 Subject: [Gambas-user] Modulo operator returns wrong results In-Reply-To: <52473257.7060904@...546...> References: <52421EEE.3040000@...2382...> <5242318C.90006@...1...> <52423466.1060104@...2382...> <52473257.7060904@...546...> Message-ID: <52474B39.3040706@...2382...> El 28/09/13 21:47, paulwheeler escribi?: > Gentlemen, > > I have never heard of the mod operator being used the way you did in > your problem. However, because Jesus mentioned his calculator having a > mod function, I went to "http://web2.0calc.com/" and did the problem. I > was stunned to see that the result is 797! It appears to me that you > are using "mod" the same way as the mathematics problem of 800 -3 = 797. > > Where did you learn this definition of "mod"? I am really curious. > > I am not a "C" programmer, but have used "mod" in other languages. My > experience has alway been the same as the definition given at the > beginning of the article Benoit referred to. see: > "http://en.wikipedia.org/wiki/Modulo_operation" > > The definition I know is this one: "... the modulo operation finds the > remainder of division of one number by another." > > Even the "Common pitfalls" section of that article is talking about a > dividend which implies division. > > When I did a search for "Mod operator", wikipedia redirected me to the > modulus article. > > When I did a search for "C Language operators", I found "Modulo" under > Arithmetic operators. see: > http://en.wikipedia.org/wiki/Operators_in_C_and_C%2B%2B When I clicked > on "Modulo" it also redirected me to the modulus article. Note that the > "Modulo" operator is just after the division operator. > > When I did a search for "Visual Basic Language operators", I found "Mod > Operator" under Arithmetic operators. see: > http://msdn.microsoft.com/en-us/library/se0w9esz.aspx, where it gives > this definition: "Divides two numbers and returns only the remainder." > > Their example (under "Result") again gives the same definition and then > gives an example: "The result is the remainder after number1 is divided > by number2. For example, the expression 14 Mod 4 evaluates to 2." > > http://www.tutorialspoint.com/python/python_basic_operators.htm > % Modulus - Divides left hand operand by right hand operand and returns > remainder > > However, when one of the numbers is negative, then the remainder is not > what you would expect with both being positive. > > > One very confused programmer, > > Paul Hi Paul et all When working with some video games, there are a feature called wraparound or screen wrap. It consists on objects leaving one side of the screen that immediately reappear on the opposite side, maintaining speed and trajectory. For this task usually modular arithmetic is used, involving the Mod operator. As I said before, on Python at least, it works as expected with negative numbers, and not only integers. Lets imagine a spaceship in a drawing area 800px wide that reaches past the left edge of the screen. Just before it passes, say at pixel 2 in X coordinates, the operation would be: 2 Mod 800 = 2 So, nothing has changed in its position. But when the ship is at negative coordinates, say again -2: -2 Mod 800 = 798 That's exactly the opposite side of the drawing area, which is what I had expected. If -2 would be returned instead, it won't work. However this is not an issue for me, since this can be solved this way: Private Sub fmod(Dd As Float, d As Float) As Float If Dd < 0 Then Return Abs((Frac(Dd / d)) * d - d) Else Return (Frac(Dd / d)) * d Endif End So no need to modify gambas at all, ;-) Regards ---- Jesus Guardon From gambas at ...2524... Sun Sep 29 00:58:50 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Sat, 28 Sep 2013 22:58:50 +0000 Subject: [Gambas-user] Issue 464 in gambas: Locale Format Not Useable In-Reply-To: <1-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> References: <1-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> <0-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> Message-ID: <2-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> Updates: Status: NeedsInfo Labels: -Version Version-3.4.0 Comment #2 on issue 464 by benoit.m... at ...626...: Locale Format Not Useable http://code.google.com/p/gambas/issues/detail?id=464 How do you set the locale en_CA and the am/pm format exactly? -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From gambas at ...1... Sun Sep 29 01:11:04 2013 From: gambas at ...1... (=?ISO-8859-1?Q?Beno=EEt_Minisini?=) Date: Sun, 29 Sep 2013 01:11:04 +0200 Subject: [Gambas-user] two simple questions In-Reply-To: <14380793.CfF8qfeMjl@...3157...> References: <14380793.CfF8qfeMjl@...3157...> Message-ID: <52476208.6080101@...1...> Le 28/09/2013 18:51, wally a ?crit : > Hi, > > i met some strange behavior, maybe i do something strange myself. > Assuming i have a project larger than the attached example project > and i open the "Button1_Click()"-routine. > Next i want to find the location of Function "myFunction() in code". > I select " myFunction()" right click and copy. > Next i want to paste it in the search textbox of the IDE. > > 1st question: > I can not paste by right click because no popup menu appears. > Is this a feature or a bug ? It is a bug. I fixed it in revision #5858. > > Now i paste by CTRL V and start search. > > in the search list appear 2 results. When i want to go to this code now by > clicking on the appropriate line, the part of search phrase is deleted from > sourcecode and in search list remains only 1 result. Clicking this also > deletes the search phrase from this part of code. > > 2nd question: > Why the search function deletes source code ? Mmm, I don't have this behaviour. Does the joined project allow me to reproduce that? -- Beno?t Minisini From gambas at ...2524... Sun Sep 29 02:34:15 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Sun, 29 Sep 2013 00:34:15 +0000 Subject: [Gambas-user] Issue 464 in gambas: Locale Format Not Useable In-Reply-To: <2-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> References: <2-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> <0-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> Message-ID: <3-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> Comment #3 on issue 464 by 2aq9j93... at ...2320...: Locale Format Not Useable http://code.google.com/p/gambas/issues/detail?id=464 Saturday, 28 September 2013 The settings are: System Settings > Locale > Country=Canada System Settings > Locale > Language=Canada English System Settings > Locale > Date & Time > AM Symbol=a.m. > PM Symbol=p.m. On Sat, 28 Sep 2013 22:58:50 +0000 -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From gambas at ...2524... Sun Sep 29 02:37:25 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Sun, 29 Sep 2013 00:37:25 +0000 Subject: [Gambas-user] Issue 464 in gambas: Locale Format Not Useable In-Reply-To: <3-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> References: <3-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> <0-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> Message-ID: <4-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> Updates: Status: WontFix Comment #4 on issue 464 by benoit.m... at ...626...: Locale Format Not Useable http://code.google.com/p/gambas/issues/detail?id=464 OK: these are KDE settings, only KDE applications use them. Gambas uses the system settings as defined by the LANG environment variable and the GNU localization packages. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From jussi.lahtinen at ...626... Sun Sep 29 17:02:14 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Sun, 29 Sep 2013 18:02:14 +0300 Subject: [Gambas-user] two simple questions In-Reply-To: <2086941.RHXYTDuSpg@...3157...> References: <14380793.CfF8qfeMjl@...3157...> <2086941.RHXYTDuSpg@...3157...> Message-ID: Wally, your email doesn't work, hope you get my reply via this list: Sorry I cannot reproduce this problem with r5855 on Xubuntu 13.04 64bit. What is your operating system? Gambas IDE --> ? --> System informations. Copy all of it's content. Maybe your system sends some keys when tab is changed, and so selected text is replaced... hard to say. Can you reproduce this bug with any other program using Qt4 (example Kate)? Jussi On Sat, Sep 28, 2013 at 8:28 PM, wally wrote: > Hi Jussi, > > i will do so also from now :) thx > > I used this search box: see screenshot > > wally > > ps.: do you have a similar hint, how to drag and drop (move) pieces of > sourcecode ? > i really miss this feature. > > > > > On Saturday 28 September 2013 20:16:10 Jussi Lahtinen wrote: > > > 1st question: > > > I can not paste by right click because no popup menu appears. > > > Is this a feature or a bug ? > > > > I cannot reproduce with r5850. > > Normally if I want to find other instances of some text, I just select > the > > piece of text and press CTRL + f. > > No copy&paste needed. > > > > I will try this later with more recent revision. > > > > > in the search list appear 2 results. When i want to go to this code > now by > > > clicking on the appropriate line, the part of search phrase is deleted > > > from > > > sourcecode and in search list remains only 1 result. Clicking this also > > > deletes the search phrase from this part of code. > > > > > > 2nd question: > > > Why the search function deletes source code ? > > > > I cannot reproduce this either. > > What is your operating system? > > > > > > Jussi > > > ---------------------------------------------------------------------------- > > -- October Webinars: Code for Performance > > Free Intel webinars can help you accelerate application performance. > > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > > from the latest Intel processors and coprocessors. See abstracts and > > register > > > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > > From willy at ...2734... Sun Sep 29 17:11:09 2013 From: willy at ...2734... (Willy Raets) Date: Sun, 29 Sep 2013 17:11:09 +0200 Subject: [Gambas-user] How To Gambas 3 - Building GUI Applications Message-ID: <1380467469.10358.19.camel@...3024...> Hi All, I'm glad to announce that the second guide in the series 'How To Gambas 3' has been pre-released today. This pre-release contains the first 11 chapters, more chapters are to be added in a next release, once they are written. The guide aims at people new to Gambas 3 and programming in general and tries to get them started with building simple standalone GUI applications. You can download the guide at the 'How to Gambas 3'-website: http://howtogambas.org/index.php?page=cedi&type=misc&id=1% 2F3&redirected=1&redirected=1 Please read the foreword to see what the guide aims at, what it's scope is and how it tries to achieve this. Feedback to help improve the guide is welcomed and can be directed to me. Enjoy... -- Kind regards, Willy (aka gbWilly) http://gambasshowcase.org/ http://howtogambas.org http://gambos.org From wally at ...2037... Sun Sep 29 18:01:23 2013 From: wally at ...2037... (wally) Date: Sun, 29 Sep 2013 18:01:23 +0200 Subject: [Gambas-user] two simple questions Message-ID: <11700673.cWLbBz6cA0@...3157...> Hi Jussi, i played a little bit with several variants: "Gambas still eat code" when parts of code is selected :D If the project is readonly as the example project, it does not occur. If you save such project renamed it appears. It's extremely confusing dependend on personally prfered coding method. i repeat: Open an arbitrary example project. Save renamed. Go to FMain.class and select some code. Go to FMan.form by click the FMain.form-TAB. Go back to FMain.class an the formerly selected code is removed. "Undo" brings the code back. [System] OperatingSystem=Linux Kernel=3.7.10-1.16-pae Architecture=x86 Distribution= Desktop=KDE4 Theme=Oxygen Language=en_US.UTF-8 Memory=2777M [Libraries] Cairo=libcairo.so.2.11200.8 Curl=libcurl.so.3.0.0 Curl=libcurl.so.4.3.0 DBus=libdbus-1.so.3.7.2 GStreamer=libgstreamer-0.10.so.0.30.0 GStreamer=libgstreamer-1.0.so.0.5.0 GTK+=libgtk-x11-2.0.so.0.2400.18 OpenGL=libGL.so.1.2.0 Poppler=libpoppler.so.25.0.0 Poppler=libpoppler.so.34.0.0 Qt4=libQtCore.so.4.8.4 Qt4=libQtCore.so.4.8.4.debug SDL=libSDL-1.2.so.0.11.4 wally From gambas at ...2524... Sun Sep 29 18:31:01 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Sun, 29 Sep 2013 16:31:01 +0000 Subject: [Gambas-user] Issue 464 in gambas: Locale Format Not Useable In-Reply-To: <4-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> References: <4-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> <0-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> Message-ID: <5-6813199134517018827-11238811345884972159-gambas=googlecode.com@...2524...> Comment #5 on issue 464 by 2aq9j93... at ...2320...: Locale Format Not Useable http://code.google.com/p/gambas/issues/detail?id=464 Sunday, 29 September 2013 Thank You for the reply. I appreciated it. Problem solved but not your solution. Your observations were not quite correct. While Gambas3 is running in a KDE environment, I do have a fully functional Ubuntu environment that I modified over a year ago to set up my date and time for gnome apps. The LANG and LANGUAGE variables were modified. The locale files in my /usr/share/i18n directory were modified to allow for a.m. and p.m.. Specifically, I modified am_pm "";"" and changed it to (by adding dots) to am_pm "";"" That said, I screwed up. The parallel that I'll choose is a double negative. I tried to compensate for a problem by adapting my code unfortunately the 'problem' was already corrected earlier. I used "a.m./p.m." in my code and the result is listed above. I only needed to include "am/pm" because the changes were made long ago. The en_US problem persists. Nothing I can do removed it. Please mark this bug as WithDrawn. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From jussi.lahtinen at ...626... Sun Sep 29 18:33:20 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Sun, 29 Sep 2013 19:33:20 +0300 Subject: [Gambas-user] two simple questions In-Reply-To: <11700673.cWLbBz6cA0@...3157...> References: <11700673.cWLbBz6cA0@...3157...> Message-ID: Very strange... 1. Can you reproduce this problem with Kate (or any other Qt4 text editor)? 2. Can you reproduce this with another theme? 3. Can you try to downgrade Gambas to some earlier revision, so that we could see what caused this (if it is bug in Gambas)? svn update -r Jussi On Sun, Sep 29, 2013 at 7:01 PM, wally wrote: > Hi Jussi, > > i played a little bit with several variants: > "Gambas still eat code" when parts of code is selected :D > > If the project is readonly as the example project, it does not occur. > If you save such project renamed it appears. > It's extremely confusing dependend on personally prfered coding method. > > i repeat: > Open an arbitrary example project. > Save renamed. > Go to FMain.class and select some code. > Go to FMan.form by click the FMain.form-TAB. > Go back to FMain.class an the formerly selected code is removed. > "Undo" brings the code back. > > > [System] > OperatingSystem=Linux > Kernel=3.7.10-1.16-pae > Architecture=x86 > Distribution= > Desktop=KDE4 > Theme=Oxygen > Language=en_US.UTF-8 > Memory=2777M > [Libraries] > Cairo=libcairo.so.2.11200.8 > Curl=libcurl.so.3.0.0 > Curl=libcurl.so.4.3.0 > DBus=libdbus-1.so.3.7.2 > GStreamer=libgstreamer-0.10.so.0.30.0 > GStreamer=libgstreamer-1.0.so.0.5.0 > GTK+=libgtk-x11-2.0.so.0.2400.18 > OpenGL=libGL.so.1.2.0 > Poppler=libpoppler.so.25.0.0 > Poppler=libpoppler.so.34.0.0 > Qt4=libQtCore.so.4.8.4 > Qt4=libQtCore.so.4.8.4.debug > SDL=libSDL-1.2.so.0.11.4 > > wally > > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From wally at ...2037... Sun Sep 29 18:44:25 2013 From: wally at ...2037... (wally) Date: Sun, 29 Sep 2013 18:44:25 +0200 Subject: [Gambas-user] two simple questions In-Reply-To: References: <11700673.cWLbBz6cA0@...3157...> Message-ID: <1685274.3i6IWs5RlH@...3157...> Jussi, > 1. Can you reproduce this problem with Kate (or any other Qt4 text editor)? kate does not show this behavior. I assume you can not reproduce this problem , right ? I do a entire fresh svn checkout and try again. i'll report results soon. wally On Sunday 29 September 2013 19:33:20 Jussi Lahtinen wrote: > Very strange... > > 1. Can you reproduce this problem with Kate (or any other Qt4 text editor)? > > 2. Can you reproduce this with another theme? > > 3. Can you try to downgrade Gambas to some earlier revision, so that we > could see what caused this > (if it is bug in Gambas)? > svn update -r > > > Jussi > > On Sun, Sep 29, 2013 at 7:01 PM, wally wrote: > > Hi Jussi, > > > > i played a little bit with several variants: > > "Gambas still eat code" when parts of code is selected :D > > > > If the project is readonly as the example project, it does not occur. > > If you save such project renamed it appears. > > It's extremely confusing dependend on personally prfered coding method. > > > > i repeat: > > Open an arbitrary example project. > > Save renamed. > > Go to FMain.class and select some code. > > Go to FMan.form by click the FMain.form-TAB. > > Go back to FMain.class an the formerly selected code is removed. > > "Undo" brings the code back. > > > > > > [System] > > OperatingSystem=Linux > > Kernel=3.7.10-1.16-pae > > Architecture=x86 > > Distribution= > > Desktop=KDE4 > > Theme=Oxygen > > Language=en_US.UTF-8 > > Memory=2777M > > [Libraries] > > Cairo=libcairo.so.2.11200.8 > > Curl=libcurl.so.3.0.0 > > Curl=libcurl.so.4.3.0 > > DBus=libdbus-1.so.3.7.2 > > GStreamer=libgstreamer-0.10.so.0.30.0 > > GStreamer=libgstreamer-1.0.so.0.5.0 > > GTK+=libgtk-x11-2.0.so.0.2400.18 > > OpenGL=libGL.so.1.2.0 > > Poppler=libpoppler.so.25.0.0 > > Poppler=libpoppler.so.34.0.0 > > Qt4=libQtCore.so.4.8.4 > > Qt4=libQtCore.so.4.8.4.debug > > SDL=libSDL-1.2.so.0.11.4 > > > > wally > > > > > > > > -------------------------------------------------------------------------- > > ---- October Webinars: Code for Performance > > Free Intel webinars can help you accelerate application performance. > > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > > from > > the latest Intel processors and coprocessors. See abstracts and register > > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktr > > k > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > ---------------------------------------------------------------------------- > -- October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from the latest Intel processors and coprocessors. See abstracts and > register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From wally at ...2037... Sun Sep 29 19:46:26 2013 From: wally at ...2037... (wally) Date: Sun, 29 Sep 2013 19:46:26 +0200 Subject: [Gambas-user] two simple questions In-Reply-To: References: <11700673.cWLbBz6cA0@...3157...> Message-ID: <10459928.EYKPlZStlg@...3157...> Jussi, Benoit, complete fresh checkout and build to SVN revision 5860. Problem persists. Benoit, > It is a bug. I fixed it in revision #5858. i can not confirm this, still no right-click pop-up in "Browse project"-textbox If nobody else can reproduce this problem, it's very implausible that gambas is the reason for this. I'll try on VBox debian tomorrow. anyway, thank you very much wally Jussi, > 1. Can you reproduce this problem with Kate (or any other Qt4 text editor)? kate does not show this behavior. I assume you can not reproduce this problem , right ? I do a entire fresh svn checkout and try again. i'll report results soon. wally On Sunday 29 September 2013 19:33:20 Jussi Lahtinen wrote: > Very strange... > > 1. Can you reproduce this problem with Kate (or any other Qt4 text editor)? > > 2. Can you reproduce this with another theme? > > 3. Can you try to downgrade Gambas to some earlier revision, so that we > could see what caused this > (if it is bug in Gambas)? > svn update -r > > > Jussi > > On Sun, Sep 29, 2013 at 7:01 PM, wally wrote: > > Hi Jussi, > > > > i played a little bit with several variants: > > "Gambas still eat code" when parts of code is selected :D > > > > If the project is readonly as the example project, it does not occur. > > If you save such project renamed it appears. > > It's extremely confusing dependend on personally prfered coding method. > > > > i repeat: > > Open an arbitrary example project. > > Save renamed. > > Go to FMain.class and select some code. > > Go to FMan.form by click the FMain.form-TAB. > > Go back to FMain.class an the formerly selected code is removed. > > "Undo" brings the code back. > > > > > > [System] > > OperatingSystem=Linux > > Kernel=3.7.10-1.16-pae > > Architecture=x86 > > Distribution= > > Desktop=KDE4 > > Theme=Oxygen > > Language=en_US.UTF-8 > > Memory=2777M > > [Libraries] > > Cairo=libcairo.so.2.11200.8 > > Curl=libcurl.so.3.0.0 > > Curl=libcurl.so.4.3.0 > > DBus=libdbus-1.so.3.7.2 > > GStreamer=libgstreamer-0.10.so.0.30.0 > > GStreamer=libgstreamer-1.0.so.0.5.0 > > GTK+=libgtk-x11-2.0.so.0.2400.18 > > OpenGL=libGL.so.1.2.0 > > Poppler=libpoppler.so.25.0.0 > > Poppler=libpoppler.so.34.0.0 > > Qt4=libQtCore.so.4.8.4 > > Qt4=libQtCore.so.4.8.4.debug > > SDL=libSDL-1.2.so.0.11.4 > > > > wally > > > > > > > > -------------------------------------------------------------------------- > > ---- October Webinars: Code for Performance > > Free Intel webinars can help you accelerate application performance. > > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > > from > > the latest Intel processors and coprocessors. See abstracts and register > > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktr > > k > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > ---------------------------------------------------------------------------- > -- October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from the latest Intel processors and coprocessors. See abstracts and > register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From jussi.lahtinen at ...626... Sun Sep 29 22:41:51 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Sun, 29 Sep 2013 23:41:51 +0300 Subject: [Gambas-user] two simple questions In-Reply-To: <1685274.3i6IWs5RlH@...3157...> References: <11700673.cWLbBz6cA0@...3157...> <1685274.3i6IWs5RlH@...3157...> Message-ID: > I assume you can not reproduce this problem , right ? > As I already said twice, no. You don't get all my mails? I do a entire fresh svn checkout and try again. > i'll report results soon. > That is not what I meant. Do this: svn update -r 5815 Then compile & install again, and try if the problem is also in this revision. Or can you say in which revision these problems started? Jussi From sourceforge-raindog2 at ...94... Mon Sep 30 00:17:27 2013 From: sourceforge-raindog2 at ...94... (Rob Kudla) Date: Sun, 29 Sep 2013 18:17:27 -0400 Subject: [Gambas-user] gambasdoc.org is off In-Reply-To: <52459ECE.7020309@...94...> References: <52459ECE.7020309@...94...> Message-ID: <5248A6F7.6010606@...94...> On 2013-09-27 11:05, Rob Kudla wrote: > One of our two DNS servers is timing out, Today I updated the bad second DNS server record in the domain to use the first DNS server on a different IP address. It's not a good solution, but hopefully it'll improve the situation until the second server gets put back online. The whois record has been updated but it'll take a day or two for the change to propagate to the rest of the net. Rob From bbruen at ...2308... Mon Sep 30 08:24:30 2013 From: bbruen at ...2308... (Bruce) Date: Mon, 30 Sep 2013 15:54:30 +0930 Subject: [Gambas-user] What type of control is it? Message-ID: <1380522270.9714.22.camel@...2688...> Aaaaarrrgghhh! I've done this a zillion times before but today I can't find an example. How do I get the type of the Application.CurrentControl control? It's not TypeOf() as that returns gb.Object I need to know if it has a text or value so I can copy it to the clipboard, tia Bruce From wally at ...2037... Mon Sep 30 09:12:48 2013 From: wally at ...2037... (wally) Date: Mon, 30 Sep 2013 09:12:48 +0200 Subject: [Gambas-user] two simple questions In-Reply-To: References: <11700673.cWLbBz6cA0@...3157...> <1685274.3i6IWs5RlH@...3157...> Message-ID: <2235567.O80BfrU3jk@...3157...> > As I already said twice, no. You don't get all my mails? yes, you said twice, sorry i get your mails via mailinglist only > svn update -r 5815 same problem with this version i tried on debian VBox no problems here, works as expected So far i have this problem only on OpenSuse 12.3 and Gambas I tried KATE, QTCREATOR, KONSOLE but no problems here Now back on revision 5864. still eats code and the Browse project does not show a popup menu on rightclick, but this is really not important. No idea how to find the reason, but it does not looks like a gambas problem. wally On Sunday 29 September 2013 23:41:51 Jussi Lahtinen wrote: > > I assume you can not reproduce this problem , right ? > > As I already said twice, no. You don't get all my mails? > > > I do a entire fresh svn checkout and try again. > > > i'll report results soon. > > That is not what I meant. > Do this: > > svn update -r 5815 > > Then compile & install again, and try if the problem is also in this > revision. > > Or can you say in which revision these problems started? > > > Jussi > ---------------------------------------------------------------------------- > -- October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from the latest Intel processors and coprocessors. See abstracts and > register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user From taboege at ...626... Mon Sep 30 09:26:40 2013 From: taboege at ...626... (Tobias Boege) Date: Mon, 30 Sep 2013 09:26:40 +0200 Subject: [Gambas-user] What type of control is it? In-Reply-To: <1380522270.9714.22.camel@...2688...> References: <1380522270.9714.22.camel@...2688...> Message-ID: <20130930072640.GA759@...2774...> On Mon, 30 Sep 2013, Bruce wrote: > Aaaaarrrgghhh! I've done this a zillion times before but today I can't > find an example. > > > How do I get the type of the Application.CurrentControl control? > > It's not TypeOf() as that returns gb.Object > I need to know if it has a text or value so I can copy it to the > clipboard, > To get the type (class name) of an object (you were so close :-)): Object.Type(Application.CurrentControl) but you could also directly check for a Text or Value property: Dim hClass As Class = Object.Class(Application.CurrentControl) If hClass.Exist("Text") And If hClass["Text"].Kind = Class.Property Then HasText() Else If hClass.Exist("Value") And If hClass["Value"].Kind = Class.Property Then HasValue() Endif or probably a bit faster but a little ugly: Dim vValue As Variant Try vValue = Application.CurrentControl.Value If Not Error Goto _Found Try vValue = Application.CurrentControl.Text If Not Error Goto _Found NothingToCopy() Return _Found: CopyToClipboard() Regards, Tobi From Shane at ...3199... Mon Sep 30 09:27:08 2013 From: Shane at ...3199... (Shane at ...3199...) Date: Mon, 30 Sep 2013 17:27:08 +1000 Subject: [Gambas-user] curl ftp Message-ID: <7192967.QGmn3knu7g@...3199...> I'm having trouble connecting to a FTP server using the curl ftpclient and it seems that it uses EPSV buy default is there a way to switch to PASV mode ? also when i'm finished using the ftp connection what is the correct way to dissconect? thanks Shane From bbruen at ...2308... Mon Sep 30 10:01:44 2013 From: bbruen at ...2308... (Bruce) Date: Mon, 30 Sep 2013 17:31:44 +0930 Subject: [Gambas-user] What type of control is it? In-Reply-To: <20130930072640.GA759@...2774...> References: <1380522270.9714.22.camel@...2688...> <20130930072640.GA759@...2774...> Message-ID: <1380528104.9714.32.camel@...2688...> On Mon, 2013-09-30 at 09:26 +0200, Tobias Boege wrote: > On Mon, 30 Sep 2013, Bruce wrote: > > Aaaaarrrgghhh! I've done this a zillion times before but today I can't > > find an example. > > > > > > How do I get the type of the Application.CurrentControl control? > > > > It's not TypeOf() as that returns gb.Object > > I need to know if it has a text or value so I can copy it to the > > clipboard, > > > > To get the type (class name) of an object (you were so close :-)): > > Object.Type(Application.CurrentControl) > > but you could also directly check for a Text or Value property: > > Dim hClass As Class = Object.Class(Application.CurrentControl) > > If hClass.Exist("Text") And If hClass["Text"].Kind = Class.Property Then > HasText() > Else If hClass.Exist("Value") And If hClass["Value"].Kind = Class.Property Then > HasValue() > Endif > > or probably a bit faster but a little ugly: > > Dim vValue As Variant > > Try vValue = Application.CurrentControl.Value > If Not Error Goto _Found > Try vValue = Application.CurrentControl.Text > If Not Error Goto _Found > NothingToCopy() > Return > _Found: > CopyToClipboard() > > Regards, > Tobi Thanks Tobi. In fact, thanks twice. I think we'll go for the second option as it will handle the dozens of custom controls we use. (Thinking a bit in the background... maybe it would be nice if all controls had a "CurrentValue" property? ... then in cases like this ... your third option could reduce to a Select TypeOf(Application.CurrentControl.CurrentValue). I can even see that working for gridded controls.) Bruce From jussi.lahtinen at ...626... Mon Sep 30 16:36:28 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Mon, 30 Sep 2013 17:36:28 +0300 Subject: [Gambas-user] two simple questions In-Reply-To: <2235567.O80BfrU3jk@...3157...> References: <11700673.cWLbBz6cA0@...3157...> <1685274.3i6IWs5RlH@...3157...> <2235567.O80BfrU3jk@...3157...> Message-ID: Can you send full compile logs? ( ./reconf-all && ./configure -C && make && sudo make install ) > ~/Desktop/compile.log 2>&1 Jussi On Mon, Sep 30, 2013 at 10:12 AM, wally wrote: > > > As I already said twice, no. You don't get all my mails? > yes, you said twice, sorry > i get your mails via mailinglist only > > > svn update -r 5815 > same problem with this version > > i tried on debian VBox > no problems here, works as expected > > So far i have this problem only on OpenSuse 12.3 and Gambas > I tried KATE, QTCREATOR, KONSOLE but no problems here > > Now back on revision 5864. > still eats code and the Browse project does not show a popup menu on > rightclick, but this is really not important. > > No idea how to find the reason, but it does not looks like a gambas > problem. > > wally > > > > > > > On Sunday 29 September 2013 23:41:51 Jussi Lahtinen wrote: > > > I assume you can not reproduce this problem , right ? > > > > As I already said twice, no. You don't get all my mails? > > > > > > I do a entire fresh svn checkout and try again. > > > > > i'll report results soon. > > > > That is not what I meant. > > Do this: > > > > svn update -r 5815 > > > > Then compile & install again, and try if the problem is also in this > > revision. > > > > Or can you say in which revision these problems started? > > > > > > Jussi > > > ---------------------------------------------------------------------------- > > -- October Webinars: Code for Performance > > Free Intel webinars can help you accelerate application performance. > > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > > from the latest Intel processors and coprocessors. See abstracts and > > register > > > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > > _______________________________________________ > > Gambas-user mailing list > > Gambas-user at lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/gambas-user > > > ------------------------------------------------------------------------------ > October Webinars: Code for Performance > Free Intel webinars can help you accelerate application performance. > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most > from > the latest Intel processors and coprocessors. See abstracts and register > > http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk > _______________________________________________ > Gambas-user mailing list > Gambas-user at lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > From gambas at ...2524... Mon Sep 30 18:19:41 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Mon, 30 Sep 2013 16:19:41 +0000 Subject: [Gambas-user] Issue 465 in gambas: Window initial size error Message-ID: <0-6813199134517018827-12840958752229992550-gambas=googlecode.com@...2524...> Status: New Owner: ---- Labels: Version-3.4.2 Type-Bug Priority-Medium OpSys-Linux Dist-Ubuntu Arch-Any Desktop-Gnome GUI-Any New issue 465 by krisztiankende: Window initial size error http://code.google.com/p/gambas/issues/detail?id=465 I use this code with Gambas 3.4.2 on Ubuntu 13.10: Public Sub Form_Open() Me.Move(Screen.W / 2 - 349, Screen.H / 2 - 232, 698, 465) End But opened window size is 700x494. If I move the window with the mouse, the window size changes to 698x465. And if change opened window position with code: If Me.W <> 698 Then Me.X = Me.X - 1 return to normal size. This error is not seen in previous Ubuntu releases. [Libraries] GStreamer=libgstreamer-0.10.so.0.30.0 Qt4=libQtCore.so.4.8.4 GTK+=libgtk-x11-2.0.so.0.2400.20 Poppler=libpoppler.so.43.0.0 SDL=libSDL-1.2.so.0.11.4 -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From gambas at ...2524... Mon Sep 30 18:30:18 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Mon, 30 Sep 2013 16:30:18 +0000 Subject: [Gambas-user] Issue 465 in gambas: Window initial size error In-Reply-To: <0-6813199134517018827-12840958752229992550-gambas=googlecode.com@...2524...> References: <0-6813199134517018827-12840958752229992550-gambas=googlecode.com@...2524...> Message-ID: <1-6813199134517018827-12840958752229992550-gambas=googlecode.com@...2524...> Updates: Status: NeedsInfo Labels: -Version-3.4.2 Version-3.4.0 Comment #1 on issue 465 by benoit.m... at ...626...: Window initial size error http://code.google.com/p/gambas/issues/detail?id=465 Please provide a project that reproduces the bug. -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From nemh at ...2007... Mon Sep 30 18:45:45 2013 From: nemh at ...2007... (Kende =?UTF-8?B?S3Jpc3p0acOhbg==?=) Date: Mon, 30 Sep 2013 18:45:45 +0200 Subject: [Gambas-user] Issue 465 in gambas: Window initial size error In-Reply-To: <1-6813199134517018827-12840958752229992550-gambas=googlecode.com@...2524...> References: <0-6813199134517018827-12840958752229992550-gambas=googlecode.com@...2524...> <1-6813199134517018827-12840958752229992550-gambas=googlecode.com@...2524...> Message-ID: <20130930184545.4baaa60c@...3104...> > Please provide a project that reproduces the bug. I forgot, I use borderless window. I attached a project dir and a picture. -------------- next part -------------- A non-text attachment was scrubbed... Name: sizebug.tar.gz Type: application/gzip Size: 5341 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: sizebug.jpg Type: image/jpeg Size: 90584 bytes Desc: not available URL: From gambas at ...2524... Mon Sep 30 19:06:25 2013 From: gambas at ...2524... (gambas at ...2524...) Date: Mon, 30 Sep 2013 17:06:25 +0000 Subject: [Gambas-user] Issue 465 in gambas: Window initial size error In-Reply-To: <1-6813199134517018827-12840958752229992550-gambas=googlecode.com@...2524...> References: <1-6813199134517018827-12840958752229992550-gambas=googlecode.com@...2524...> <0-6813199134517018827-12840958752229992550-gambas=googlecode.com@...2524...> Message-ID: <2-6813199134517018827-12840958752229992550-gambas=googlecode.com@...2524...> Comment #2 on issue 465 by krisztiankende: Window initial size error http://code.google.com/p/gambas/issues/detail?id=465 I forgot, I use borderless window. I attached a project dir and a picture. Attachments: sizebug.tar.gz 5.2 KB sizebug.jpg 88.5 KB -- You received this message because this project is configured to send all issue notifications to this address. You may adjust your notification preferences at: https://code.google.com/hosting/settings From jussi.lahtinen at ...626... Mon Sep 30 21:57:13 2013 From: jussi.lahtinen at ...626... (Jussi Lahtinen) Date: Mon, 30 Sep 2013 22:57:13 +0300 Subject: [Gambas-user] two simple questions In-Reply-To: References: <11700673.cWLbBz6cA0@...3157...> <1685274.3i6IWs5RlH@...3157...> <2235567.O80BfrU3jk@...3157...> Message-ID: Everything looks OK. Do you use clipboard manager etc what could cause this? Jussi On Mon, Sep 30, 2013 at 5:36 PM, Jussi Lahtinen wrote: > Can you send full compile logs? > ( ./reconf-all && ./configure -C && make && sudo make install ) > > ~/Desktop/compile.log 2>&1 > > Jussi > > > On Mon, Sep 30, 2013 at 10:12 AM, wally wrote: > >> >> > As I already said twice, no. You don't get all my mails? >> yes, you said twice, sorry >> i get your mails via mailinglist only >> >> > svn update -r 5815 >> same problem with this version >> >> i tried on debian VBox >> no problems here, works as expected >> >> So far i have this problem only on OpenSuse 12.3 and Gambas >> I tried KATE, QTCREATOR, KONSOLE but no problems here >> >> Now back on revision 5864. >> still eats code and the Browse project does not show a popup menu on >> rightclick, but this is really not important. >> >> No idea how to find the reason, but it does not looks like a gambas >> problem. >> >> wally >> >> >> >> >> >> >> On Sunday 29 September 2013 23:41:51 Jussi Lahtinen wrote: >> > > I assume you can not reproduce this problem , right ? >> > >> > As I already said twice, no. You don't get all my mails? >> > >> > >> > I do a entire fresh svn checkout and try again. >> > >> > > i'll report results soon. >> > >> > That is not what I meant. >> > Do this: >> > >> > svn update -r 5815 >> > >> > Then compile & install again, and try if the problem is also in this >> > revision. >> > >> > Or can you say in which revision these problems started? >> > >> > >> > Jussi >> > >> ---------------------------------------------------------------------------- >> > -- October Webinars: Code for Performance >> > Free Intel webinars can help you accelerate application performance. >> > Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most >> > from the latest Intel processors and coprocessors. See abstracts and >> > register > >> > >> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk >> > _______________________________________________ >> > Gambas-user mailing list >> > Gambas-user at lists.sourceforge.net >> > https://lists.sourceforge.net/lists/listinfo/gambas-user >> >> >> ------------------------------------------------------------------------------ >> October Webinars: Code for Performance >> Free Intel webinars can help you accelerate application performance. >> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most >> from >> the latest Intel processors and coprocessors. See abstracts and register > >> >> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/ostg.clktrk >> _______________________________________________ >> Gambas-user mailing list >> Gambas-user at lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > > From mckaygerhard at ...626... Mon Sep 30 23:17:02 2013 From: mckaygerhard at ...626... (PICCORO McKAY Lenz) Date: Mon, 30 Sep 2013 16:47:02 -0430 Subject: [Gambas-user] How to use connections/resultsets from gb.web scripts? In-Reply-To: References: Message-ID: ping? how to use gb connection from gambas server page cgi ? On 9/24/13, PICCORO McKAY Lenz wrote: > 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