From lordheavym at ...176... Tue Sep 1 09:40:08 2009 From: lordheavym at ...176... (Laurent Carlier) Date: Tue, 1 Sep 2009 09:40:08 +0200 Subject: [Gambas-devel] Would you like to see Gambas 3 as default setup in Ubuntu ? Message-ID: <200909010940.08290.lordheavym@...176...> Daif post this link on irc (gambas @ irc.freenodre.net, but here everybody knows :-p) : http://brainstorm.ubuntu.com/idea/6462/ Promote doesn't seem to be hard : Vote , or Promote this idea by adding a banner on your web page. Regards From fatih at ...636... Mon Sep 7 01:22:18 2009 From: fatih at ...636... (Fatih =?utf-8?q?A=C5=9F=C4=B1c=C4=B1?=) Date: Mon, 7 Sep 2009 02:22:18 +0300 Subject: [Gambas-devel] Missing info files In-Reply-To: <200908221442.40806.fatih@...636...> References: <200908221411.11039.fatih@...636...> <200908221440.17078.fatih@...636...> <200908221442.40806.fatih@...636...> Message-ID: <200909070222.19080.fatih@...636...> On Saturday 22 August 2009 14:42:40 Fatih A??c? wrote: > On Saturday 22 August 2009 14:40:16 Fatih A??c? wrote: > > On Saturday 22 August 2009 14:32:12 Beno?t Minisini wrote: > > > Theoritically, qt3 and KDE components are not needed anymore. > > > > > > Did you use the last revision? > > > > Yes, r2250. > > Sorry for typo. It is r2259. I have tried again with revision 2317. It seems this problem is fixed. Thanks. From gambas at ...1... Sun Sep 20 20:05:01 2009 From: gambas at ...1... (=?utf-8?q?Beno=C3=AEt_Minisini?=) Date: Sun, 20 Sep 2009 20:05:01 +0200 Subject: [Gambas-devel] New syntax for Read and Write Message-ID: <200909202005.01258.gambas@...1...> Hi, In commit #2345, I finally decided to change the syntax of the Read and Write instruction. Before was: 1) Read a specific datatype inside a variable: Read [ #Stream , ] Variable 2) Read bytes inside a string variable: Read [ #Stream , ] StringVariable , Length 3) Write a value: Write [ #Stream , ] Expression 4) Write bytes from a string value: Write [ #Stream , ] StringExpression , Length Now, the syntax is: 1) Read a specific datatype inside a variable: Variable = Read [ #Stream ] As Datatype 2) Read bytes inside a string variable: StringVariable = Read [ #Stream , ] Length 3) Write a value: Write [ #Stream , ] Expression As Datatype If Datatype is not specified, the datatype of the expression is used. 4) Write bytes from a string value: Write [ #Stream , ] StringExpression [ , Length ] If Length is ommitted, the length of the string expression is used. Moreover, the Read instruction can be used inside an expression. Consequently, you can write such things now: Return Read As Byte **** !!!! BEWARE !!!! ***** Write XXXX was writing the binary form of XXXX before. Now it writes XXXX as a string. So you HAVE TO check all your WRITE instructions. By default, the compiler supports the old Read syntax, and the old Write syntax as it is compatible. If you want to detect where you should rewrite your Read syntax, you can compile your project by hand with the "--no-old-read-write-syntax" flag. Then the Length argument of Write becomes mandatory if the syntax 4) is used. Sorry for the inconvenience of having to rewrite things, but I find the new syntax better. Regards, -- Beno?t Minisini From david_villalobos_c at ...7... Tue Sep 22 00:59:32 2009 From: david_villalobos_c at ...7... (David Villalobos Cambronero) Date: Mon, 21 Sep 2009 15:59:32 -0700 (PDT) Subject: [Gambas-devel] Dependicies for Mandriva 2009.1 Message-ID: <923415.2729.qm@...566...> Hi, what libs do I need to compile gb.image.imlib? Regards -- David From david_villalobos_c at ...7... Thu Sep 24 17:16:22 2009 From: david_villalobos_c at ...7... (David Villalobos Cambronero) Date: Thu, 24 Sep 2009 08:16:22 -0700 (PDT) Subject: [Gambas-devel] Shortcuts in translation module Message-ID: <453273.61670.qm@...587...> Hi, I just commit the spanish transaltion of Gambas3 (~ 200 strings) and trust me when I tell you that is was so tedious to move to the next line because all the time I have to do it with the mouse, can we add please a shortcut (or maybe it is already done) to move to the next line to be translated? Ctrl +N (Next) Ctrl +P (Previous) Please let me know your comments. Regards -- David From gambas at ...1... Thu Sep 24 20:42:12 2009 From: gambas at ...1... (=?utf-8?q?Beno=C3=AEt_Minisini?=) Date: Thu, 24 Sep 2009 20:42:12 +0200 Subject: [Gambas-devel] Shortcuts in translation module In-Reply-To: <453273.61670.qm@...587...> References: <453273.61670.qm@...587...> Message-ID: <200909242042.12722.gambas@...1...> > Hi, I just commit the spanish transaltion of Gambas3 (~ 200 strings) and > trust me when I tell you that is was so tedious to move to the next line > because all the time I have to do it with the mouse, can we add please a > shortcut (or maybe it is already done) to move to the next line to be > translated? Ctrl +N (Next) Ctrl +P (Previous) > > Please let me know your comments. > > Regards > > > -- > David > F4 is the shortcut. Regards, -- Beno?t Minisini From gambas at ...1... Tue Sep 22 12:48:10 2009 From: gambas at ...1... (=?utf-8?q?Beno=C3=AEt_Minisini?=) Date: Tue, 22 Sep 2009 12:48:10 +0200 Subject: [Gambas-devel] Dependicies for Mandriva 2009.1 In-Reply-To: <923415.2729.qm@...566...> References: <923415.2729.qm@...566...> Message-ID: <200909221248.10971.gambas@...1...> > Hi, what libs do I need to compile gb.image.imlib? > > Regards > > > -- > David > imlib2-devel! -- Beno?t Minisini From david_villalobos_c at ...7... Tue Sep 29 00:37:27 2009 From: david_villalobos_c at ...7... (David Villalobos Cambronero) Date: Mon, 28 Sep 2009 15:37:27 -0700 (PDT) Subject: [Gambas-devel] Last svn Gambas 3 Message-ID: <539061.70362.qm@...591...> Hi, I've had some errors with las svn in Gambas 3, see the the message I got when creating a new proyect. And it something different in the completion module? Regards -- David -------------- next part -------------- A non-text attachment was scrubbed... Name: screnshot7.png Type: application/octet-stream Size: 13032 bytes Desc: not available URL: From david_villalobos_c at ...7... Tue Sep 29 00:38:08 2009 From: david_villalobos_c at ...7... (David Villalobos Cambronero) Date: Mon, 28 Sep 2009 15:38:08 -0700 (PDT) Subject: [Gambas-devel] Fw: Last svn Gambas 3 Message-ID: <815035.32550.qm@...556...> BTW Mandtriva 2009.1, 32 Bits and KDE. Regards -- David ----- Forwarded Message ---- From: David Villalobos Cambronero To: Gambas-devel Sent: Monday, September 28, 2009 4:37:27 PM Subject: Last svn Gambas 3 Hi, I've had some errors with las svn in Gambas 3, see the the message I got when creating a new proyect. And it something different in the completion module? Regards -- David -------------- next part -------------- A non-text attachment was scrubbed... Name: screnshot7.png Type: application/octet-stream Size: 13032 bytes Desc: not available URL: From gambas at ...1... Tue Sep 29 00:59:07 2009 From: gambas at ...1... (=?utf-8?q?Beno=C3=AEt_Minisini?=) Date: Tue, 29 Sep 2009 00:59:07 +0200 Subject: [Gambas-devel] Fw: Last svn Gambas 3 In-Reply-To: <815035.32550.qm@...556...> References: <815035.32550.qm@...556...> Message-ID: <200909290059.07927.gambas@...1...> > BTW > > Mandtriva 2009.1, 32 Bits and KDE. > > Regards > > > -- > David > > > > ----- Forwarded Message ---- > From: David Villalobos Cambronero > To: Gambas-devel > Sent: Monday, September 28, 2009 4:37:27 PM > Subject: Last svn Gambas 3 > > Hi, I've had some errors with las svn in Gambas 3, see the the message I > got when creating a new proyect. > > And it something different in the completion module? > > Regards > > > -- > David > Things should be fixed now with revision #2368. Regards, -- Beno?t Minisini From david_villalobos_c at ...7... Tue Sep 29 17:10:08 2009 From: david_villalobos_c at ...7... (David Villalobos Cambronero) Date: Tue, 29 Sep 2009 08:10:08 -0700 (PDT) Subject: [Gambas-devel] Using webkit to show gambas help. Message-ID: <861531.57663.qm@...591...> Hi Beno?t, have you ever analize using the Gambas webkit to show the gambas help insted of the browser? Regards -- David From gambas at ...1... Tue Sep 29 19:07:23 2009 From: gambas at ...1... (=?utf-8?q?Beno=C3=AEt_Minisini?=) Date: Tue, 29 Sep 2009 19:07:23 +0200 Subject: [Gambas-devel] Using webkit to show gambas help. In-Reply-To: <861531.57663.qm@...591...> References: <861531.57663.qm@...591...> Message-ID: <200909291907.23689.gambas@...1...> > Hi Beno?t, have you ever analize using the Gambas webkit to show the gambas > help insted of the browser? > > Regards > > > -- > David > This is the goal. Not yet reached at the moment. :-) Regards, -- Beno?t Minisini From garulfounix at ...176... Wed Sep 30 19:11:41 2009 From: garulfounix at ...176... (Garulfo Unix) Date: Wed, 30 Sep 2009 19:11:41 +0200 Subject: [Gambas-devel] Issue with menus in GB3 last svn Message-ID: <83453ff10909301011q433607c9v45ea7bbff1404cdc@...178...> Hi Benoit, I saw when you create a menu, in the form editor the menu doesn't appear. We can see the "menu bar" without its elements. However, when you quit the IDE and re-open the current project (which contains menus), the menu appears well afterwards. Fran?ois.