Re: [Gambas-user] Issue 476 in gambas: Sqlite3 returns date in different format from similar syntax

2013-11-22 Thread gambas
Comment #4 on issue 476 by benoit.m...@gmail.com: Sqlite3 returns date in different format from similar syntax http://code.google.com/p/gambas/issues/detail?id=476 Try revision #5969 instead... -- You received this message because this project is configured to send all issue notifications t

Re: [Gambas-user] Issue 476 in gambas: Sqlite3 returns date in different format from similar syntax

2013-11-22 Thread gambas
Updates: Status: NeedsInfo Comment #3 on issue 476 by benoit.m...@gmail.com: Sqlite3 returns date in different format from similar syntax http://code.google.com/p/gambas/issues/detail?id=476 Is it better with revision #5968? -- You received this message because this project is configu

Re: [Gambas-user] Issue 284 in gambas: WebView crashes on some sites

2013-11-22 Thread gambas
Comment #6 on issue 284 by benoit.m...@gmail.com: WebView crashes on some sites http://code.google.com/p/gambas/issues/detail?id=284 Do you have any news about your problem? -- You received this message because this project is configured to send all issue notifications to this address. You

Re: [Gambas-user] Issue 159 in gambas: No Toolbox after warning about el_GR.utf8

2013-11-22 Thread gambas
Updates: Status: WontFix Comment #4 on issue 159 by benoit.m...@gmail.com: No Toolbox after warning about el_GR.utf8 http://code.google.com/p/gambas/issues/detail?id=159 No news from more than one year, closing the issue! -- You received this message because this project is configured

Re: [Gambas-user] Issue 71 in gambas: Signal #11

2013-11-22 Thread gambas
Updates: Status: WontFix Comment #11 on issue 71 by benoit.m...@gmail.com: Signal #11 http://code.google.com/p/gambas/issues/detail?id=71 No news from more than one year, closing the issue! -- You received this message because this project is configured to send all issue notifications

Re: [Gambas-user] Issue 14 in gambas: Draw.Drawing does not work -- Signal #11 error

2013-11-22 Thread gambas
Updates: Status: WontFix Comment #7 on issue 14 by benoit.m...@gmail.com: Draw.Drawing does not work -- Signal #11 error http://code.google.com/p/gambas/issues/detail?id=14 Closing the issue, as it depends on the Qt library. Use Gambas 3! -- You received this message because this proj

Re: [Gambas-user] Issue 471 in gambas: when a form is loaded in workspace then tableview cell doesn't show combobox like behavior when a cell is edited using an array.

2013-11-22 Thread gambas
Updates: Labels: -GUI-Any GUI-GTK Comment #2 on issue 471 by benoit.m...@gmail.com: when a form is loaded in workspace then tableview cell doesn't show combobox like behavior when a cell is edited using an array. http://code.google.com/p/gambas/issues/detail?id=471 (No comment was ent

Re: [Gambas-user] Issue 476 in gambas: Sqlite3 returns date in different format from similar syntax

2013-11-22 Thread gambas
Updates: Status: Accepted Comment #2 on issue 476 by benoit.m...@gmail.com: Sqlite3 returns date in different format from similar syntax http://code.google.com/p/gambas/issues/detail?id=476 (No comment was entered for this change.) -- You received this message because this project is

Re: [Gambas-user] sge component and md2 file modeling software

2013-11-22 Thread Benoît Minisini
Le 19/11/2013 04:39, Kevin Fishburne a écrit : > > Attached is an md2 model and texture exported from Blender. It loads > properly into mm3d (Misfit Model 3D) and Quake Model Editor 0.91 (using > Wine). It loads in GAMBAS and shows the same properties as a working md2 > (bauul.md2), yet raises sign

Re: [Gambas-user] Breaking logical check when coming to a true statement in a IF block

2013-11-22 Thread derox
On Fri, 22 Nov 2013, derox wrote: > On Fri, 22 Nov 2013, derox wrote: > > Hi! > > > > Though I have limited knowledge of C++, I do believe it has the following > > functionallity that also could be useful in Gambas: > > > > If you have an IF-block with several statements that are to be evaluated, >

Re: [Gambas-user] Breaking logical check when coming to a true statement in a IF block

2013-11-22 Thread Tobias Boege
On Fri, 22 Nov 2013, derox wrote: > On Fri, 22 Nov 2013, derox wrote: > > Hi! > > > > Though I have limited knowledge of C++, I do believe it has the following > > functionallity that also could be useful in Gambas: > > > > If you have an IF-block with several statements that are to be evaluated, >

Re: [Gambas-user] gb.web how to grab using post and get?

2013-11-22 Thread Benoît Minisini
Le 22/11/2013 21:42, PICCORO McKAY Lenz a écrit : > From: Fabien Bodard >> >> what give you : >> myreqinput = Request.post["nameinput"] >> > try it now, and then. surprise dont work !!! arrg > >> And why are you using gb2 for webpages ??? gb3 compile on all >> plateform even some old. >

Re: [Gambas-user] gb.web how to grab using post and get?

2013-11-22 Thread PICCORO McKAY Lenz
From: Fabien Bodard > > what give you : > myreqinput = Request.post["nameinput"] > try it now, and then. surprise dont work !!! arrg > And why are you using gb2 for webpages ??? gb3 compile on all > plateform even some old. sorry Fabian, was misctake from me.. i made the example inline

Re: [Gambas-user] Breaking logical check when coming to a true statement in a IF block

2013-11-22 Thread derox
On Fri, 22 Nov 2013, derox wrote: > Hi! > > Though I have limited knowledge of C++, I do believe it has the following > functionallity that also could be useful in Gambas: > > If you have an IF-block with several statements that are to be evaluated, > in C++ it will jump out of that evalutaion proc

Re: [Gambas-user] Breaking logical check when coming to a true statement in a IF block

2013-11-22 Thread Tobias Boege
On Fri, 22 Nov 2013, derox wrote: > Hi! > > Though I have limited knowledge of C++, I do believe it has the following > functionallity that also could be useful in Gambas: > > If you have an IF-block with several statements that are to be evaluated, > in C++ it will jump out of that evalutaion pr

[Gambas-user] Breaking logical check when coming to a true statement in a IF block

2013-11-22 Thread derox
Hi! Though I have limited knowledge of C++, I do believe it has the following functionallity that also could be useful in Gambas: If you have an IF-block with several statements that are to be evaluated, in C++ it will jump out of that evalutaion proccess as soon as it encounters a true statement

Re: [Gambas-user] gb.web how to grab using post and get?

2013-11-22 Thread Fabien Bodard
And why are you using gb2 for webpages ??? gb3 compile on all plateform even some old. you need only gb3 runtimes gb3 scripter db 2013/11/22 Fabien Bodard : > what give you : > myreqinput = Request.post["nameinput"] > > > > 2013/11/21 PICCORO McKAY Lenz : >> i mean: with method GET of html forms

Re: [Gambas-user] gb.web how to grab using post and get?

2013-11-22 Thread Fabien Bodard
what give you : myreqinput = Request.post["nameinput"] 2013/11/21 PICCORO McKAY Lenz : > i mean: with method GET of html forms i can use Request["nameoffield"] > but if i use POST i dot nothing! > > why? > > (my previos post msg was very vage and generic, sorry) > > example i use, webpageform.we