<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-3426</id>
	<title>Nabble - gambas-devel</title>
	<updated>2009-12-14T12:24:32Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/gambas-devel-f3426.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gambas-devel-f3426.html" />
	<subtitle type="html">Mailing list archive for gambas-devel</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26784169</id>
	<title>Re: SHOW STOPPER: GB3, sqlite3 and date fields</title>
	<published>2009-12-14T12:24:32Z</published>
	<updated>2009-12-14T12:24:32Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">Benoît Minisini wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; sqlite3 correctly displays dates:
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; sqlite&amp;gt; select LogdtTimestamp from log limit 10;
&lt;br&gt;&amp;gt;&amp;gt; 9/7/2008 20:22:04
&lt;br&gt;&amp;gt;&amp;gt; 9/7/2008 20:26:03
&lt;br&gt;&amp;gt;&amp;gt; 9/7/2008 20:41:29
&lt;br&gt;&amp;gt;&amp;gt; 9/7/2008 20:59:48
&lt;br&gt;&amp;gt;&amp;gt; 9/7/2008 21:35:02
&lt;br&gt;&amp;gt;&amp;gt; 9/7/2008 21:37:37
&lt;br&gt;&amp;gt;&amp;gt; 9/7/2008 22:02:28
&lt;br&gt;&amp;gt;&amp;gt; 9/7/2008 22:26:49
&lt;br&gt;&amp;gt;&amp;gt; 9/7/2008 22:29:20
&lt;br&gt;&amp;gt;&amp;gt; 9/7/2008 22:38:10
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Attachment Screenshot-1.png shows the date as Gambas3 interprets it,
&lt;br&gt;&amp;gt;&amp;gt; which is plainly wrong.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have checked the data with sqlite3 and with sqlitebrowser, and in
&lt;br&gt;&amp;gt;&amp;gt; both cases the dates are displayed correctly.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Also attached is a database and supporting code showing the problem.
&lt;br&gt;&amp;gt;&amp;gt; In short, the dates returned by Gambas are gobbledegook.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I have confirmed that the problem also exists in gb2.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Environment is Ubuntu 9.10.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The date datatype does not exist in SQLite, it is stored as a string.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; So it has to be emulated by Gambas.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; It was decided to store dates in ISO-8601 format, the format used by
&lt;br&gt;&amp;gt; date and time functions of SQLite. As soon as you write the data with
&lt;br&gt;&amp;gt; Gambas, and read it back, there is no problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; But if you write data in a different format, Gambas does not
&lt;br&gt;&amp;gt; recognize it and returns garbage. It should return an error anyway
&lt;br&gt;&amp;gt; instead of garbage, but the guy who wrote the code didn't do that.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I can modify the SQLite drivers to accept the american format, but I
&lt;br&gt;&amp;gt; can't add all date format of the planet easily...
&lt;/div&gt;&lt;br&gt;That would not be wise. I'll see about getting the dates converted to 
&lt;br&gt;ISO-8601 format.
&lt;br&gt;&lt;br&gt;&amp;gt; And, no, crying, howling and moaning like a child is not a solution. Just
&lt;br&gt;&amp;gt; explain your problem like an adult, and you will get the answer as well.
&lt;br&gt;&lt;br&gt;I explained the problem. I got told &amp;quot;save the date with gambas&amp;quot;, no 
&lt;br&gt;explanation or reason that could be understood, then I got asked if I had 
&lt;br&gt;time to test it in MySQL. Anypone in their right mind would howl at that 
&lt;br&gt;latter suggestion. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784169&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SHOW-STOPPER%3A-GB3%2C-sqlite3-and-date-fields-tp26774312p26784169.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26784053</id>
	<title>Re: Oh, good grief, it's even worse than I first 	thought :Re: SHOW STOPPER: GB3, sqlite3 and date fields</title>
	<published>2009-12-14T12:15:22Z</published>
	<updated>2009-12-14T12:15:22Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META content=&quot;text/html; charset=iso-8859-1&quot; http-equiv=Content-Type&gt;
&lt;META name=GENERATOR content=&quot;MSHTML 8.00.6001.18854&quot;&gt;

&lt;/HEAD&gt;
&lt;BODY bgColor=#ffffff&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;Wow, HTML mesage and all. How incredibly 
intelligent.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;&quot;You should develop in Gambas3&quot;, a paraphrase of 
Benoit Minisini.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT size=2 face=Arial&gt;Shove it.&lt;/FONT&gt;&lt;/DIV&gt;
&lt;BLOCKQUOTE style=&quot;BORDER-LEFT: #000000 2px solid; PADDING-LEFT: 5px; PADDING-RIGHT: 0px; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px&quot;&gt;
  &lt;DIV style=&quot;FONT: 10pt arial&quot;&gt;----- Original Message ----- &lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black&quot;&gt;&lt;B&gt;From:&lt;/B&gt; 
  &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784053&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gael.lehech@...&lt;/a&gt; &lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black&quot;&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/DIV&gt;
  &lt;DIV style=&quot;FONT: 10pt arial; BACKGROUND: #e4e4e4; font-color: black&quot;&gt;&lt;STRONG&gt;&lt;/STRONG&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26784053&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Oh%2C-good-grief%2C-it%27s-even-worse-than-I-first-thought-%3ARe%3A-SHOW-%09STOPPER%3A-GB3%2C-sqlite3-and-date-fields-tp26774913p26784053.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26780066</id>
	<title>Re: Oh, good grief, it's even worse than I first 	thought :Re: SHOW STOPPER: GB3, sqlite3 and date fields</title>
	<published>2009-12-14T07:45:56Z</published>
	<updated>2009-12-14T07:45:56Z</updated>
	<author>
		<name>Gaël Le Hec'H-2</name>
	</author>
	<content type="html">&lt;div class=&quot;gmail_quote&quot;&gt;&lt;blockquote class=&quot;gmail_quote&quot; style=&quot;margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;&quot;&gt;Take your head out of whatever orifice you have it stuffed in and put&lt;br&gt;
yourself in my customer&amp;#39;s shoes, Fabien. Would you continue put up&lt;br&gt;
with the excuses you are asking me to make?&lt;br&gt;&lt;/blockquote&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;&lt;img src=&quot;http://old.nabble.com/attachment/26780066/0/gambas3-alpha%20version.jpeg&quot; alt=&quot;?ui=2&amp;amp;view=att&amp;amp;th=1258ddca1620c33f&amp;amp;attid=0.1&amp;amp;disp=attd&amp;amp;realattid=ii_1258ddca1620c33f&amp;amp;zw&quot; title=&quot;?ui=2&amp;amp;view=att&amp;amp;th=1258ddca1620c33f&amp;amp;attid=0.1&amp;amp;disp=attd&amp;amp;realattid=ii_1258ddca1620c33f&amp;amp;zw&quot;&gt; &lt;/div&gt;
&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;div&gt;You said your native language is english. no ?&lt;/div&gt;&lt;div&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780066&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Oh%2C-good-grief%2C-it%27s-even-worse-than-I-first-thought-%3ARe%3A-SHOW-%09STOPPER%3A-GB3%2C-sqlite3-and-date-fields-tp26774913p26780066.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26779711</id>
	<title>Re: SHOW STOPPER: GB3, sqlite3 and date fields</title>
	<published>2009-12-14T07:34:52Z</published>
	<updated>2009-12-14T07:34:52Z</updated>
	<author>
		<name>Benoît Minisini</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; sqlite3 correctly displays dates:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; sqlite&amp;gt; select LogdtTimestamp from log limit 10;
&lt;br&gt;&amp;gt; 9/7/2008 20:22:04
&lt;br&gt;&amp;gt; 9/7/2008 20:26:03
&lt;br&gt;&amp;gt; 9/7/2008 20:41:29
&lt;br&gt;&amp;gt; 9/7/2008 20:59:48
&lt;br&gt;&amp;gt; 9/7/2008 21:35:02
&lt;br&gt;&amp;gt; 9/7/2008 21:37:37
&lt;br&gt;&amp;gt; 9/7/2008 22:02:28
&lt;br&gt;&amp;gt; 9/7/2008 22:26:49
&lt;br&gt;&amp;gt; 9/7/2008 22:29:20
&lt;br&gt;&amp;gt; 9/7/2008 22:38:10
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Attachment Screenshot-1.png shows the date as Gambas3 interprets it,
&lt;br&gt;&amp;gt; which is plainly wrong.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have checked the data with sqlite3 and with sqlitebrowser, and in
&lt;br&gt;&amp;gt; both cases the dates are displayed correctly.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Also attached is a database and supporting code showing the problem.
&lt;br&gt;&amp;gt; In short, the dates returned by Gambas are gobbledegook.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I have confirmed that the problem also exists in gb2.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Environment is Ubuntu 9.10.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;The date datatype does not exist in SQLite, it is stored as a string.
&lt;br&gt;&lt;br&gt;So it has to be emulated by Gambas.
&lt;br&gt;&lt;br&gt;It was decided to store dates in ISO-8601 format, the format used by date and 
&lt;br&gt;time functions of SQLite. As soon as you write the data with Gambas, and read 
&lt;br&gt;it back, there is no problem. 
&lt;br&gt;&lt;br&gt;But if you write data in a different format, Gambas does not recognize it and 
&lt;br&gt;returns garbage. It should return an error anyway instead of garbage, but the 
&lt;br&gt;guy who wrote the code didn't do that.
&lt;br&gt;&lt;br&gt;I can modify the SQLite drivers to accept the american format, but I can't add 
&lt;br&gt;all date format of the planet easily...
&lt;br&gt;&lt;br&gt;So you have four solutions:
&lt;br&gt;&lt;br&gt;- Writing dates in the database by using the ISO-8601 format.
&lt;br&gt;&lt;br&gt;- Writing dates in the database from Gambas.
&lt;br&gt;&lt;br&gt;- Using a string field instead of a date field in the SQLite database. It is 
&lt;br&gt;not a problem, as SQLite stores everything as strings (It is more complex, but 
&lt;br&gt;I simplify...)
&lt;br&gt;&lt;br&gt;- Waiting for me to update the SQLite drivers.
&lt;br&gt;&lt;br&gt;And, no, crying, howling and moaning like a child is not a solution. Just 
&lt;br&gt;explain your problem like an adult, and you will get the answer as well. 
&lt;br&gt;&lt;br&gt;Now there is one more people that won't talk to you anymore. When nobody won't 
&lt;br&gt;talk to you at all (even my own patience has its limit), you will have to find 
&lt;br&gt;another language. 
&lt;br&gt;&lt;br&gt;Did you try to get the UTF-8 output of an external running process on 
&lt;br&gt;Microsoft .Net? You will have a lot of reason to howl there too, but there is 
&lt;br&gt;no mailing-list where some kind people will explain you what to do, and which 
&lt;br&gt;undocumented function to use to make it work, for free.
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Benoît Minisini
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26779711&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SHOW-STOPPER%3A-GB3%2C-sqlite3-and-date-fields-tp26774312p26779711.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26778280</id>
	<title>Re: Oh, good grief, it's even worse than I first 	thought :Re: SHOW STOPPER: GB3, sqlite3 and date fields</title>
	<published>2009-12-14T06:00:04Z</published>
	<updated>2009-12-14T06:00:04Z</updated>
	<author>
		<name>Fabien Bodard-4</name>
	</author>
	<content type="html">2009/12/14 Kadaitcha Man &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26778280&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nospam.nospam.nospam@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 2009/12/14 Fabien Bodard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26778280&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas.fr@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; i've not the time to test that with mysql ... can you ?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Hey, I'll ask my no-paying, freely GPL'd client if they'll convert
&lt;br&gt;&amp;gt; their stupid sqlite3 database that doesn't support gambas date
&lt;br&gt;&amp;gt; formats, a database written to by any number of unknown applications
&lt;br&gt;&amp;gt; including French President Sarkozy's MySpace boudoir snap-cam, into
&lt;br&gt;&amp;gt; MySQL just so I can convert their existing BASIC code into something
&lt;br&gt;&amp;gt; that gambas can function with. Of course, they will have to pay me
&lt;br&gt;&amp;gt; gazumptions of dollars for every day it takes me to do your testing
&lt;br&gt;&amp;gt; for you, right? And they'll say, &amp;quot;Hey! we'll wear that cost! Heck,
&lt;br&gt;&amp;gt; Kad! Charge us double time!&amp;quot; Right?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Pardon me if I tell you they tell me to take a running long jump off a
&lt;br&gt;&amp;gt; short pier, hey.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; No. I will not test it in MySql. That I might or might not be able to
&lt;br&gt;&amp;gt; afford the time is irrelevant. You have a major show stopper on your
&lt;br&gt;&amp;gt; hands. The requirement is sqlite3, not MySql.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Take your head out of whatever orifice you have it stuffed in and put
&lt;br&gt;&amp;gt; yourself in my customer's shoes, Fabien. Would you continue put up
&lt;br&gt;&amp;gt; with the excuses you are asking me to make?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I doubt it.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And you want gambas to be taken seriously, right?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Gambas-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26778280&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;hey seriously if you found gambas so bad ... change of &amp;nbsp;language... !
&lt;br&gt;There is numerous Basic under linux ... and a fabulous Basic under
&lt;br&gt;windows... so why are you lost so many time on Gambas ? a poor
&lt;br&gt;language with a ridiculous shrimp for logo and a name for child games
&lt;br&gt;?
&lt;br&gt;&lt;br&gt;AND WE ARE NOT PAYED FOR THAT ! GAMBAS MAKE FOR FREE BY PEOPLE THAT
&lt;br&gt;LIKE JUST PROGRAMMING.
&lt;br&gt;&lt;br&gt;You are just coming from the windows world and want to change things
&lt;br&gt;in the programme making philosophy under linux ... you have really a
&lt;br&gt;lot to learn about that.
&lt;br&gt;&lt;br&gt;Has we say in France 'You can't have Butter and Butter money'
&lt;br&gt;&lt;br&gt;And then,there is some people that know that is really difficult to
&lt;br&gt;make a full langage (interpreter, compiler, etc), with only one
&lt;br&gt;devellopper, it's the case in gambas... Benoit make Gambas for
&lt;br&gt;himself, for his needs... the when people want something more ... like
&lt;br&gt;me, Ron, Daniel, Charlie, they make the thing themself and then share
&lt;br&gt;it. So it's true that gambas is not perfect, but it's not a reason to
&lt;br&gt;accept injure from a person that just now how complain about things...
&lt;br&gt;&lt;br&gt;This is so my last answer to you, i've linked your email adress and ip
&lt;br&gt;to my trash. if someone else want to answer you they are free.
&lt;br&gt;&lt;br&gt;I've lost too many time with you to accept those kind of words.. so
&lt;br&gt;thank you for the bug reports... and now it's time for you to see new
&lt;br&gt;territories.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26778280&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Oh%2C-good-grief%2C-it%27s-even-worse-than-I-first-thought-%3ARe%3A-SHOW-%09STOPPER%3A-GB3%2C-sqlite3-and-date-fields-tp26774913p26778280.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26776417</id>
	<title>Re: Oh, good grief, it's even worse than I first 	thought :Re: SHOW STOPPER: GB3, sqlite3 and date fields</title>
	<published>2009-12-14T03:35:34Z</published>
	<updated>2009-12-14T03:35:34Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">2009/12/14 Fabien Bodard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26776417&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas.fr@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;br&gt;&amp;gt; i've not the time to test that with mysql ... can you ?
&lt;br&gt;&lt;br&gt;Hey, I'll ask my no-paying, freely GPL'd client if they'll convert
&lt;br&gt;their stupid sqlite3 database that doesn't support gambas date
&lt;br&gt;formats, a database written to by any number of unknown applications
&lt;br&gt;including French President Sarkozy's MySpace boudoir snap-cam, into
&lt;br&gt;MySQL just so I can convert their existing BASIC code into something
&lt;br&gt;that gambas can function with. Of course, they will have to pay me
&lt;br&gt;gazumptions of dollars for every day it takes me to do your testing
&lt;br&gt;for you, right? And they'll say, &amp;quot;Hey! we'll wear that cost! Heck,
&lt;br&gt;Kad! Charge us double time!&amp;quot; Right?
&lt;br&gt;&lt;br&gt;Pardon me if I tell you they tell me to take a running long jump off a
&lt;br&gt;short pier, hey.
&lt;br&gt;&lt;br&gt;No. I will not test it in MySql. That I might or might not be able to
&lt;br&gt;afford the time is irrelevant. You have a major show stopper on your
&lt;br&gt;hands. The requirement is sqlite3, not MySql.
&lt;br&gt;&lt;br&gt;Take your head out of whatever orifice you have it stuffed in and put
&lt;br&gt;yourself in my customer's shoes, Fabien. Would you continue put up
&lt;br&gt;with the excuses you are asking me to make?
&lt;br&gt;&lt;br&gt;I doubt it.
&lt;br&gt;&lt;br&gt;And you want gambas to be taken seriously, right?
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26776417&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Oh%2C-good-grief%2C-it%27s-even-worse-than-I-first-thought-%3ARe%3A-SHOW-%09STOPPER%3A-GB3%2C-sqlite3-and-date-fields-tp26774913p26776417.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26776212</id>
	<title>Re: Oh, good grief, it's even worse than I first 	thought :Re: SHOW STOPPER: GB3, sqlite3 and date fields</title>
	<published>2009-12-14T03:15:14Z</published>
	<updated>2009-12-14T03:15:14Z</updated>
	<author>
		<name>Fabien Bodard-4</name>
	</author>
	<content type="html">i've not the time to test that with mysql ... can you ?
&lt;br&gt;&lt;br&gt;&lt;br&gt;2009/12/14 Kadaitcha Man &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26776212&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nospam.nospam.nospam@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 2009/12/14 Fabien Bodard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26776212&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas.fr@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; no in fact the more simple is to save the date with gambas ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I can't do that because I can't guarantee only gambas will write to
&lt;br&gt;&amp;gt; the database. For all I know an electricity consumption meter, a MKII
&lt;br&gt;&amp;gt; SCUD missile test panel, or Her Majesty's Approved Toe-nail clipping
&lt;br&gt;&amp;gt; Counter could be writing to the database. For crying out loud, what
&lt;br&gt;&amp;gt; are databases for if the solution is to make sure that some obscure
&lt;br&gt;&amp;gt; application and nothing other than some obscure application writes to
&lt;br&gt;&amp;gt; the database? And what if some other application tries to read it?
&lt;br&gt;&amp;gt; Then what?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; But it not solve the problem
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; No, it won't. That's why this problem is a show stopper and needs to be fixed.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Gambas-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26776212&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26776212&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Oh%2C-good-grief%2C-it%27s-even-worse-than-I-first-thought-%3ARe%3A-SHOW-%09STOPPER%3A-GB3%2C-sqlite3-and-date-fields-tp26774913p26776212.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775876</id>
	<title>Re: Oh, good grief, it's even worse than I first 	thought :Re: SHOW STOPPER: GB3, sqlite3 and date fields</title>
	<published>2009-12-14T02:44:50Z</published>
	<updated>2009-12-14T02:44:50Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">2009/12/14 Fabien Bodard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775876&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas.fr@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;br&gt;&amp;gt; no in fact the more simple is to save the date with gambas ...
&lt;br&gt;&lt;br&gt;I can't do that because I can't guarantee only gambas will write to
&lt;br&gt;the database. For all I know an electricity consumption meter, a MKII
&lt;br&gt;SCUD missile test panel, or Her Majesty's Approved Toe-nail clipping
&lt;br&gt;Counter could be writing to the database. For crying out loud, what
&lt;br&gt;are databases for if the solution is to make sure that some obscure
&lt;br&gt;application and nothing other than some obscure application writes to
&lt;br&gt;the database? And what if some other application tries to read it?
&lt;br&gt;Then what?
&lt;br&gt;&lt;br&gt;&amp;gt; But it not solve the problem
&lt;br&gt;&lt;br&gt;No, it won't. That's why this problem is a show stopper and needs to be fixed.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775876&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Oh%2C-good-grief%2C-it%27s-even-worse-than-I-first-thought-%3ARe%3A-SHOW-%09STOPPER%3A-GB3%2C-sqlite3-and-date-fields-tp26774913p26775876.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775793</id>
	<title>Re: Oh, good grief, it's even worse than I first 	thought :Re: SHOW STOPPER: GB3, sqlite3 and date fields</title>
	<published>2009-12-14T02:35:38Z</published>
	<updated>2009-12-14T02:35:38Z</updated>
	<author>
		<name>Fabien Bodard-4</name>
	</author>
	<content type="html">2009/12/14 Kadaitcha Man &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775793&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nospam.nospam.nospam@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 2009/12/14 Fabien Bodard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775793&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas.fr@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; Yes your right... no convertion is done as it is commented in
&lt;br&gt;&amp;gt;&amp;gt; gb.db.sqlite3 but i don't know why :/ there is certainly a good reason
&lt;br&gt;&amp;gt;&amp;gt; in the back ... but it is not 'normal' as gambas need to be able to
&lt;br&gt;&amp;gt;&amp;gt; use db natural date/time formats.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;                                /*      case ft_Date:
&lt;br&gt;&amp;gt;&amp;gt;                                                r-&amp;gt;records[sz][i].set_asString(reslt[i]);
&lt;br&gt;&amp;gt;&amp;gt;                                                r-&amp;gt;records[sz][i].set_asDate(reslt[i]);
&lt;br&gt;&amp;gt;&amp;gt;                                                break;*/
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Well, mate, I need you to find out why and fix it. This is a major
&lt;br&gt;&amp;gt; show stopper. And as for it being commented in gb.db.sqlite3, with all
&lt;br&gt;&amp;gt; due respect, I should not be expected to know that.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I could probably work around it by changing the field to NUMERIC, but
&lt;br&gt;&amp;gt; then I've got work ahead of me to see if I can store and retrieve
&lt;br&gt;&amp;gt; floating point values and convert them to/from human-readable dates in
&lt;br&gt;&amp;gt; the user's current default format. I might even opt for a TEXT
&lt;br&gt;&amp;gt; datatype if I'm forced to, but then in either case I have to
&lt;br&gt;&amp;gt; externally call GNU date to do the conversion to/from the user's
&lt;br&gt;&amp;gt; current system date/time format if I want to save myself a stack of
&lt;br&gt;&amp;gt; localisation misery. And then there are possibly hundreds of such
&lt;br&gt;&amp;gt; conversions to do every second so my freely GPL'd users will have to
&lt;br&gt;&amp;gt; invest in several rows of Cray XT5-HE Jaguars with thirty seven
&lt;br&gt;&amp;gt; thousand plus Opteron six core 2.6 GHz CPUs each, running in parallel,
&lt;br&gt;&amp;gt; but then Gambas isn't multi-threaded, hey.
&lt;/div&gt;&lt;br&gt;no in fact the more simple is to save the date with gambas ...
&lt;br&gt;&lt;br&gt;hResult = db.create(mytable)
&lt;br&gt;hresult!date = date(1999,12,1)
&lt;br&gt;hResult.uptade
&lt;br&gt;&lt;br&gt;&lt;br&gt;But it not solve the problem as with this way the date is stored in
&lt;br&gt;gambas format ... and the timestamp is not the same than sqlite
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; I mean, this is a really, really big problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; :(
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Gambas-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775793&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775793&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Oh%2C-good-grief%2C-it%27s-even-worse-than-I-first-thought-%3ARe%3A-SHOW-%09STOPPER%3A-GB3%2C-sqlite3-and-date-fields-tp26774913p26775793.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775616</id>
	<title>Re: Oh, good grief, it's even worse than I first 	thought :Re: SHOW STOPPER: GB3, sqlite3 and date fields</title>
	<published>2009-12-14T02:18:51Z</published>
	<updated>2009-12-14T02:18:51Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">2009/12/14 Fabien Bodard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775616&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas.fr@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Yes your right... no convertion is done as it is commented in
&lt;br&gt;&amp;gt; gb.db.sqlite3 but i don't know why :/ there is certainly a good reason
&lt;br&gt;&amp;gt; in the back ... but it is not 'normal' as gambas need to be able to
&lt;br&gt;&amp;gt; use db natural date/time formats.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;                                /*      case ft_Date:
&lt;br&gt;&amp;gt;                                                r-&amp;gt;records[sz][i].set_asString(reslt[i]);
&lt;br&gt;&amp;gt;                                                r-&amp;gt;records[sz][i].set_asDate(reslt[i]);
&lt;br&gt;&amp;gt;                                                break;*/
&lt;br&gt;&lt;br&gt;Well, mate, I need you to find out why and fix it. This is a major
&lt;br&gt;show stopper. And as for it being commented in gb.db.sqlite3, with all
&lt;br&gt;due respect, I should not be expected to know that.
&lt;br&gt;&lt;br&gt;I could probably work around it by changing the field to NUMERIC, but
&lt;br&gt;then I've got work ahead of me to see if I can store and retrieve
&lt;br&gt;floating point values and convert them to/from human-readable dates in
&lt;br&gt;the user's current default format. I might even opt for a TEXT
&lt;br&gt;datatype if I'm forced to, but then in either case I have to
&lt;br&gt;externally call GNU date to do the conversion to/from the user's
&lt;br&gt;current system date/time format if I want to save myself a stack of
&lt;br&gt;localisation misery. And then there are possibly hundreds of such
&lt;br&gt;conversions to do every second so my freely GPL'd users will have to
&lt;br&gt;invest in several rows of Cray XT5-HE Jaguars with thirty seven
&lt;br&gt;thousand plus Opteron six core 2.6 GHz CPUs each, running in parallel,
&lt;br&gt;but then Gambas isn't multi-threaded, hey.
&lt;br&gt;&lt;br&gt;I mean, this is a really, really big problem.
&lt;br&gt;&lt;br&gt;:(
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775616&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Oh%2C-good-grief%2C-it%27s-even-worse-than-I-first-thought-%3ARe%3A-SHOW-%09STOPPER%3A-GB3%2C-sqlite3-and-date-fields-tp26774913p26775616.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775291</id>
	<title>Re: Oh, good grief, it's even worse than I first 	thought :Re: SHOW STOPPER: GB3, sqlite3 and date fields</title>
	<published>2009-12-14T01:51:16Z</published>
	<updated>2009-12-14T01:51:16Z</updated>
	<author>
		<name>Fabien Bodard-4</name>
	</author>
	<content type="html">Yes your right... no convertion is done as it is commented in
&lt;br&gt;gb.db.sqlite3 but i don't know why :/ there is certainly a good reason
&lt;br&gt;in the back ... but it is not 'normal' as gambas need to be able to
&lt;br&gt;use db natural date/time formats.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /*	case ft_Date:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; r-&amp;gt;records[sz][i].set_asString(reslt[i]);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; r-&amp;gt;records[sz][i].set_asDate(reslt[i]);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; break;*/
&lt;br&gt;&lt;br&gt;2009/12/14 Kadaitcha Man &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775291&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nospam.nospam.nospam@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Same database, same code. Run, exit, run, exit, run, exit...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The values that pass for dates are different on every execution of the code.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Screenshots attached.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Gambas-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775291&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775291&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Oh%2C-good-grief%2C-it%27s-even-worse-than-I-first-thought-%3ARe%3A-SHOW-%09STOPPER%3A-GB3%2C-sqlite3-and-date-fields-tp26774913p26775291.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26774913</id>
	<title>Oh, good grief, it's even worse than I first thought :Re: SHOW 	STOPPER: GB3, sqlite3 and date fields</title>
	<published>2009-12-14T01:16:47Z</published>
	<updated>2009-12-14T01:16:47Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">Same database, same code. Run, exit, run, exit, run, exit...
&lt;br&gt;&lt;br&gt;The values that pass for dates are different on every execution of the code.
&lt;br&gt;&lt;br&gt;Screenshots attached.
&lt;br&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26774913&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;Screenshot-GB3 sqlite date problem.png&lt;/strong&gt; (13K) &lt;a href=&quot;http://old.nabble.com/attachment/26774913/0/Screenshot-GB3%20sqlite%20date%20problem.png&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;Screenshot-GB3 sqlite date problem-1.png&lt;/strong&gt; (13K) &lt;a href=&quot;http://old.nabble.com/attachment/26774913/1/Screenshot-GB3%20sqlite%20date%20problem-1.png&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;Screenshot-GB3 sqlite date problem-2.png&lt;/strong&gt; (14K) &lt;a href=&quot;http://old.nabble.com/attachment/26774913/2/Screenshot-GB3%20sqlite%20date%20problem-2.png&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;Screenshot-GB3 sqlite date problem-3.png&lt;/strong&gt; (14K) &lt;a href=&quot;http://old.nabble.com/attachment/26774913/3/Screenshot-GB3%20sqlite%20date%20problem-3.png&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Oh%2C-good-grief%2C-it%27s-even-worse-than-I-first-thought-%3ARe%3A-SHOW-%09STOPPER%3A-GB3%2C-sqlite3-and-date-fields-tp26774913p26774913.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26774760</id>
	<title>Re: SHOW STOPPER: GB3, sqlite3 and date fields</title>
	<published>2009-12-14T01:06:22Z</published>
	<updated>2009-12-14T01:06:22Z</updated>
	<author>
		<name>charlesg</name>
	</author>
	<content type="html">duh! SQLite does not have a 'date field'. Everything is sored as text (other than an integer primary key). You sort out dates yourself.</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SHOW-STOPPER%3A-GB3%2C-sqlite3-and-date-fields-tp26774312p26774760.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26774312</id>
	<title>SHOW STOPPER: GB3, sqlite3 and date fields</title>
	<published>2009-12-14T00:22:28Z</published>
	<updated>2009-12-14T00:22:28Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">sqlite3 correctly displays dates:
&lt;br&gt;&lt;br&gt;sqlite&amp;gt; select LogdtTimestamp from log limit 10;
&lt;br&gt;9/7/2008 20:22:04
&lt;br&gt;9/7/2008 20:26:03
&lt;br&gt;9/7/2008 20:41:29
&lt;br&gt;9/7/2008 20:59:48
&lt;br&gt;9/7/2008 21:35:02
&lt;br&gt;9/7/2008 21:37:37
&lt;br&gt;9/7/2008 22:02:28
&lt;br&gt;9/7/2008 22:26:49
&lt;br&gt;9/7/2008 22:29:20
&lt;br&gt;9/7/2008 22:38:10
&lt;br&gt;&lt;br&gt;Attachment Screenshot-1.png shows the date as Gambas3 interprets it,
&lt;br&gt;which is plainly wrong.
&lt;br&gt;&lt;br&gt;I have checked the data with sqlite3 and with sqlitebrowser, and in
&lt;br&gt;both cases the dates are displayed correctly.
&lt;br&gt;&lt;br&gt;Also attached is a database and supporting code showing the problem.
&lt;br&gt;In short, the dates returned by Gambas are gobbledegook.
&lt;br&gt;&lt;br&gt;I have confirmed that the problem also exists in gb2.
&lt;br&gt;&lt;br&gt;Environment is Ubuntu 9.10.
&lt;br&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26774312&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;Screenshot-1.png&lt;/strong&gt; (49K) &lt;a href=&quot;http://old.nabble.com/attachment/26774312/0/Screenshot-1.png&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;GB3_sqlite_dates.tar.gz&lt;/strong&gt; (14K) &lt;a href=&quot;http://old.nabble.com/attachment/26774312/1/GB3_sqlite_dates.tar.gz&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/SHOW-STOPPER%3A-GB3%2C-sqlite3-and-date-fields-tp26774312p26774312.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26769420</id>
	<title>Re: BUG: gb3 debug</title>
	<published>2009-12-13T12:26:33Z</published>
	<updated>2009-12-13T12:26:33Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">Benoît Minisini wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; This is a problem with the window manager.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I have just tried with Gnome / Ubuntu 9.10 64 bits / Compiz, and I
&lt;br&gt;&amp;gt; don't have your problem. Did you play with the Compiz preferences?
&lt;br&gt;&amp;gt; Can you try by disabling 3D effects from the Gnome preferences?
&lt;br&gt;&lt;br&gt;Bugger, hey. That fixed it. Thanks. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26769420&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-gb3-debug-tp26764078p26769420.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26769388</id>
	<title>Re: BUG gb3: TextArea in IDE</title>
	<published>2009-12-13T12:22:52Z</published>
	<updated>2009-12-13T12:22:52Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">Benoît Minisini wrote:
&lt;br&gt;&amp;gt;&amp;gt; When working in the g3 IDE, setting the foreground colour of a
&lt;br&gt;&amp;gt;&amp;gt; TextArea changes the control's background colour.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Code and picture attached.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; The Qt4 background and foreground color management should be fixed
&lt;br&gt;&amp;gt; now in revision #2492.
&lt;br&gt;&lt;br&gt;Thanks. I'll drag it in this afternoon and give it a try. 
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26769388&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG-gb3%3A-TextArea-in-IDE-tp26739847p26769388.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26769296</id>
	<title>Re: BUG: QT4</title>
	<published>2009-12-13T12:12:31Z</published>
	<updated>2009-12-13T12:12:31Z</updated>
	<author>
		<name>Benoît Minisini</name>
	</author>
	<content type="html">&amp;gt; Bemoit;
&lt;br&gt;&amp;gt; Using GB3 &amp;nbsp;qt4 textarea. &amp;nbsp;The ide reports that the
&lt;br&gt;&amp;gt; properties LINE &amp; COLUMN are Unknown.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; thanls
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;Indeed... There must be a problem in Qt4, otherwise I would have implement 
&lt;br&gt;these properties. I will look at it...
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Benoît Minisini
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26769296&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-QT4-tp26768590p26769296.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26768590</id>
	<title>BUG: QT4</title>
	<published>2009-12-13T10:48:21Z</published>
	<updated>2009-12-13T10:48:21Z</updated>
	<author>
		<name>gene1943</name>
	</author>
	<content type="html">Bemoit;
&lt;br&gt;Using GB3 &amp;nbsp;qt4 textarea. &amp;nbsp;The ide reports that the
&lt;br&gt;properties LINE &amp; COLUMN are Unknown.
&lt;br&gt;&lt;br&gt;thanls</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-QT4-tp26768590p26768590.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26766981</id>
	<title>Re: BUG: gb3 debug</title>
	<published>2009-12-13T07:22:46Z</published>
	<updated>2009-12-13T07:22:46Z</updated>
	<author>
		<name>Benoît Minisini</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; Whenever my code encounters a breakpoint during execution and I view
&lt;br&gt;&amp;gt; the properties of an object that is an array, I get this damned window
&lt;br&gt;&amp;gt; that only ALT-F4 will close.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; In Gnome. the window sits right below my top panel, so believing that
&lt;br&gt;&amp;gt; the close options may be hidden under that panel, I moved the top
&lt;br&gt;&amp;gt; panel to the bottom, and still no close options.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Image attached.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; And the damned thing will not go away until I click it and type
&lt;br&gt;&amp;gt; ALT-F4. Of course, on a few occasions, I've missed the click and
&lt;br&gt;&amp;gt; closed other windows.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Please! It's driving me bonkers. I mean, really bonkers!
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;This is a problem with the window manager.
&lt;br&gt;&lt;br&gt;I have just tried with Gnome / Ubuntu 9.10 64 bits / Compiz, and I don't have 
&lt;br&gt;your problem. Did you play with the Compiz preferences? Can you try by 
&lt;br&gt;disabling 3D effects from the Gnome preferences?
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Benoît Minisini
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26766981&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-gb3-debug-tp26764078p26766981.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26766937</id>
	<title>Re: BUG gb3: TextArea in IDE</title>
	<published>2009-12-13T07:17:33Z</published>
	<updated>2009-12-13T07:17:33Z</updated>
	<author>
		<name>Benoît Minisini</name>
	</author>
	<content type="html">&amp;gt; When working in the g3 IDE, setting the foreground colour of a
&lt;br&gt;&amp;gt; TextArea changes the control's background colour.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Code and picture attached.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&lt;br&gt;The Qt4 background and foreground color management should be fixed now in 
&lt;br&gt;revision #2492.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Benoît Minisini
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26766937&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG-gb3%3A-TextArea-in-IDE-tp26739847p26766937.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26764590</id>
	<title>Re: BUG: gb3 debug</title>
	<published>2009-12-13T01:26:13Z</published>
	<updated>2009-12-13T01:26:13Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">2009/12/13 Fabien Bodard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764590&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas.fr@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 2009/12/13 Kadaitcha Man &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764590&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nospam.nospam.nospam@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; 2009/12/13 Fabien Bodard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764590&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas.fr@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; 2009/12/13 Kadaitcha Man &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764590&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nospam.nospam.nospam@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; Whenever my code encounters a breakpoint during execution and I view
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; the properties of an object that is an array, I get this damned window
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; that only ALT-F4 will close.
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the windows have not cross button ? (top right)
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; No, just a light bulb, no title bar either. The title displayed to the
&lt;br&gt;&amp;gt;&amp;gt; left of the lightbulb appears editable.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; try what i've say before
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; qtconfig?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; no ... in this case it seem to be a windows manager problem ... so
&lt;br&gt;&amp;gt; it's more Benoit who can correct that.
&lt;/div&gt;&lt;br&gt;Ok, I have no idea what you're talking about so I'll wait.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764590&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-gb3-debug-tp26764078p26764590.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26764580</id>
	<title>Re: BUG: gb3 debug</title>
	<published>2009-12-13T01:21:47Z</published>
	<updated>2009-12-13T01:21:47Z</updated>
	<author>
		<name>Fabien Bodard-4</name>
	</author>
	<content type="html">2009/12/13 Kadaitcha Man &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764580&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nospam.nospam.nospam@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; 2009/12/13 Fabien Bodard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764580&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas.fr@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; 2009/12/13 Kadaitcha Man &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764580&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nospam.nospam.nospam@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; Whenever my code encounters a breakpoint during execution and I view
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; the properties of an object that is an array, I get this damned window
&lt;br&gt;&amp;gt;&amp;gt;&amp;gt; that only ALT-F4 will close.
&lt;br&gt;&amp;gt;&amp;gt; the windows have not cross button ? (top right)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; No, just a light bulb, no title bar either. The title displayed to the
&lt;br&gt;&amp;gt; left of the lightbulb appears editable.
&lt;br&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; try what i've say before
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; qtconfig?
&lt;br&gt;&lt;br&gt;no ... in this case it seem to be a windows manager problem ... so
&lt;br&gt;it's more Benoit who can correct that.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; ... i will try to see if we can put some
&lt;br&gt;&amp;gt;&amp;gt; positioning limits at the creation for these windows.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; They're coming to take me away, ha-haaa!!
&lt;br&gt;&amp;gt; They're coming to take me away, ho-ho, hee-hee, ha-haaa
&lt;br&gt;&amp;gt; To the funny farm. Where life is beautiful all the time and I'll be
&lt;br&gt;&amp;gt; happy to see those nice young men in their clean white coats and they're
&lt;br&gt;&amp;gt; coming to take me away, ha-haaa!!!!!
&lt;br&gt;&amp;gt; They're coming to take me away, ha-haaa!!
&lt;br&gt;&amp;gt; They're coming to&amp;lt;fades into distance&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; :)
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Gambas-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764580&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764580&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-gb3-debug-tp26764078p26764580.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26764472</id>
	<title>Re: BUG: gb3 debug</title>
	<published>2009-12-13T00:56:23Z</published>
	<updated>2009-12-13T00:56:23Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">2009/12/13 Fabien Bodard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764472&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas.fr@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; 2009/12/13 Kadaitcha Man &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764472&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nospam.nospam.nospam@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; Whenever my code encounters a breakpoint during execution and I view
&lt;br&gt;&amp;gt;&amp;gt; the properties of an object that is an array, I get this damned window
&lt;br&gt;&amp;gt;&amp;gt; that only ALT-F4 will close.
&lt;br&gt;&amp;gt; the windows have not cross button ? (top right)
&lt;br&gt;&lt;br&gt;No, just a light bulb, no title bar either. The title displayed to the
&lt;br&gt;left of the lightbulb appears editable.
&lt;br&gt;&lt;br&gt;&amp;gt; try what i've say before
&lt;br&gt;&lt;br&gt;qtconfig?
&lt;br&gt;&lt;br&gt;&amp;gt; ... i will try to see if we can put some
&lt;br&gt;&amp;gt; positioning limits at the creation for these windows.
&lt;br&gt;&lt;br&gt;They're coming to take me away, ha-haaa!!
&lt;br&gt;They're coming to take me away, ho-ho, hee-hee, ha-haaa
&lt;br&gt;To the funny farm. Where life is beautiful all the time and I'll be
&lt;br&gt;happy to see those nice young men in their clean white coats and they're
&lt;br&gt;coming to take me away, ha-haaa!!!!!
&lt;br&gt;They're coming to take me away, ha-haaa!!
&lt;br&gt;They're coming to&amp;lt;fades into distance&amp;gt;
&lt;br&gt;&lt;br&gt;:)
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764472&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-gb3-debug-tp26764078p26764472.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26764429</id>
	<title>Re: BUG: gb3 debug</title>
	<published>2009-12-13T00:48:25Z</published>
	<updated>2009-12-13T00:48:25Z</updated>
	<author>
		<name>Fabien Bodard-4</name>
	</author>
	<content type="html">2009/12/13 Kadaitcha Man &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764429&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;nospam.nospam.nospam@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; Whenever my code encounters a breakpoint during execution and I view
&lt;br&gt;&amp;gt; the properties of an object that is an array, I get this damned window
&lt;br&gt;&amp;gt; that only ALT-F4 will close.
&lt;br&gt;the windows have not cross button ? (top right)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; In Gnome. the window sits right below my top panel, so believing that
&lt;br&gt;&amp;gt; the close options may be hidden under that panel, I moved the top
&lt;br&gt;&amp;gt; panel to the bottom, and still no close options.
&lt;br&gt;below it's normal as it is an on top windows... but you can move it
&lt;br&gt;(alt+mouse (buttonleft down) slide) (it's an Xwindows beaviour)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;gt; Image attached.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; And the damned thing will not go away until I click it and type
&lt;br&gt;&amp;gt; ALT-F4. Of course, on a few occasions, I've missed the click and
&lt;br&gt;&amp;gt; closed other windows.
&lt;br&gt;try what i've say before ... i will try to see if we can put some
&lt;br&gt;positioning limits at the creation for these windows.
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Please! It's driving me bonkers. I mean, really bonkers!
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; They're coming to take me away, ha-haaa!!
&lt;br&gt;&amp;gt; They're coming to take me away, ho-ho, hee-hee, ha-haaa
&lt;br&gt;&amp;gt; To the funny farm. Where life is beautiful all the time and I'll be
&lt;br&gt;&amp;gt; happy to see those nice young men in their clean white coats and they're
&lt;br&gt;&amp;gt; coming to take me away, ha-haaa!!!!!
&lt;br&gt;&amp;gt; They're coming to take me away, ha-haaa!!
&lt;br&gt;&amp;gt; They're coming to&amp;lt;fades into distance&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Gambas-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764429&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764429&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-gb3-debug-tp26764078p26764429.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26764078</id>
	<title>BUG: gb3 debug</title>
	<published>2009-12-12T23:00:31Z</published>
	<updated>2009-12-12T23:00:31Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">Whenever my code encounters a breakpoint during execution and I view
&lt;br&gt;the properties of an object that is an array, I get this damned window
&lt;br&gt;that only ALT-F4 will close.
&lt;br&gt;&lt;br&gt;In Gnome. the window sits right below my top panel, so believing that
&lt;br&gt;the close options may be hidden under that panel, I moved the top
&lt;br&gt;panel to the bottom, and still no close options.
&lt;br&gt;&lt;br&gt;Image attached.
&lt;br&gt;&lt;br&gt;And the damned thing will not go away until I click it and type
&lt;br&gt;ALT-F4. Of course, on a few occasions, I've missed the click and
&lt;br&gt;closed other windows.
&lt;br&gt;&lt;br&gt;Please! It's driving me bonkers. I mean, really bonkers!
&lt;br&gt;&lt;br&gt;They're coming to take me away, ha-haaa!!
&lt;br&gt;They're coming to take me away, ho-ho, hee-hee, ha-haaa
&lt;br&gt;To the funny farm. Where life is beautiful all the time and I'll be
&lt;br&gt;happy to see those nice young men in their clean white coats and they're
&lt;br&gt;coming to take me away, ha-haaa!!!!!
&lt;br&gt;They're coming to take me away, ha-haaa!!
&lt;br&gt;They're coming to&amp;lt;fades into distance&amp;gt;
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764078&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;Screenshot.png&lt;/strong&gt; (97K) &lt;a href=&quot;http://old.nabble.com/attachment/26764078/0/Screenshot.png&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-gb3-debug-tp26764078p26764078.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26764006</id>
	<title>Re: BUG: gb3 Frame appearance in IDE</title>
	<published>2009-12-12T22:35:59Z</published>
	<updated>2009-12-12T22:35:59Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">Charlie Reinl wrote:
&lt;br&gt;&lt;br&gt;&amp;gt; to see if it is your account, which is 'bad configured' , create a new
&lt;br&gt;&amp;gt; user and make your tests.
&lt;br&gt;&lt;br&gt;Thanks, but this never did seem as if it was an account issue. A) I don't 
&lt;br&gt;mess with my account, B) I've encountered the issue before on other 
&lt;br&gt;revisions of the same OS, and always in Gnome. Fabien's qtcnofig suggestion 
&lt;br&gt;fixed it.
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26764006&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-gb3-Frame-appearance-in-IDE-tp26753459p26764006.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26763085</id>
	<title>Re: BUG: gb3 Frame appearance in IDE</title>
	<published>2009-12-12T18:22:32Z</published>
	<updated>2009-12-12T18:22:32Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">2009/12/13 Benoît Minisini &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26763085&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; 2009/12/13 Fabien Bodard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26763085&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas.fr@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; try to configure it with qt4-qtconfig package
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Ok, thank you. that fixed it. All I did was run qtconfig and select
&lt;br&gt;&amp;gt;&amp;gt; the Cleanlook GUI style explicitly as opposed to leaving the default.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Give me an honest opinion, I don't need facts, just your opinion. I am
&lt;br&gt;&amp;gt;&amp;gt; trying to develop a Qt4 application on a GTK-based distro. I made that
&lt;br&gt;&amp;gt;&amp;gt; choice because Benoit prefers Qt, so I understand. Am I better off, in
&lt;br&gt;&amp;gt;&amp;gt; your opinion, trying to develop this application in a KDE environment?
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Whilst I greatly dislike KDE, I am willing to put up with it if it
&lt;br&gt;&amp;gt;&amp;gt; means there are advantages to programming in Gambas on KDE.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; I like Gnome, but I need Gambas more.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; You just have to have a qt library propertly configured, but Ubuntu forgets to
&lt;br&gt;&amp;gt; do that apparently. Now that it is done, you can keep Gnome.
&lt;/div&gt;&lt;br&gt;lol - ok.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26763085&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-gb3-Frame-appearance-in-IDE-tp26753459p26763085.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26763069</id>
	<title>Re: BUG: gb3 Frame appearance in IDE</title>
	<published>2009-12-12T18:18:25Z</published>
	<updated>2009-12-12T18:18:25Z</updated>
	<author>
		<name>Benoît Minisini</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; 2009/12/13 Fabien Bodard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26763069&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas.fr@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;gt; try to configure it with qt4-qtconfig package
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Ok, thank you. that fixed it. All I did was run qtconfig and select
&lt;br&gt;&amp;gt; the Cleanlook GUI style explicitly as opposed to leaving the default.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Give me an honest opinion, I don't need facts, just your opinion. I am
&lt;br&gt;&amp;gt; trying to develop a Qt4 application on a GTK-based distro. I made that
&lt;br&gt;&amp;gt; choice because Benoit prefers Qt, so I understand. Am I better off, in
&lt;br&gt;&amp;gt; your opinion, trying to develop this application in a KDE environment?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Whilst I greatly dislike KDE, I am willing to put up with it if it
&lt;br&gt;&amp;gt; means there are advantages to programming in Gambas on KDE.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I like Gnome, but I need Gambas more.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;You just have to have a qt library propertly configured, but Ubuntu forgets to 
&lt;br&gt;do that apparently. Now that it is done, you can keep Gnome.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Benoît Minisini
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26763069&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-gb3-Frame-appearance-in-IDE-tp26753459p26763069.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26763032</id>
	<title>Re: BUG: gb3 Frame appearance in IDE</title>
	<published>2009-12-12T18:10:46Z</published>
	<updated>2009-12-12T18:10:46Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">2009/12/13 Fabien Bodard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26763032&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas.fr@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; try to configure it with qt4-qtconfig package
&lt;br&gt;&lt;br&gt;Ok, thank you. that fixed it. All I did was run qtconfig and select
&lt;br&gt;the Cleanlook GUI style explicitly as opposed to leaving the default.
&lt;br&gt;&lt;br&gt;Give me an honest opinion, I don't need facts, just your opinion. I am
&lt;br&gt;trying to develop a Qt4 application on a GTK-based distro. I made that
&lt;br&gt;choice because Benoit prefers Qt, so I understand. Am I better off, in
&lt;br&gt;your opinion, trying to develop this application in a KDE environment?
&lt;br&gt;&lt;br&gt;Whilst I greatly dislike KDE, I am willing to put up with it if it
&lt;br&gt;means there are advantages to programming in Gambas on KDE.
&lt;br&gt;&lt;br&gt;I like Gnome, but I need Gambas more.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26763032&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-gb3-Frame-appearance-in-IDE-tp26753459p26763032.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26762954</id>
	<title>Re: gb3 GridView.Select</title>
	<published>2009-12-12T17:56:12Z</published>
	<updated>2009-12-12T17:56:12Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">2009/12/12 Benoît Minisini &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26762954&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas@...&lt;/a&gt;&amp;gt;:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt;&amp;gt; 2009/12/12 Benoît Minisini &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26762954&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; The first time a GridView.Rows.Select(a,b) is issued in code, the
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; GridView_Select event doesn't fire at all, then after issuing
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; subsequent selects, it works but exhibits odd behaviour; the text from
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; the previous select is returned.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Clicking on a row in the GridView always fires the _Select event and
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; always returns the correct data.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Code attached.
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;&amp;gt; Am I missing something here?
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; If I remember, there is something weird in Qt that makes the Select event
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; being raised before the current row actually changes.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; That is actually what it looks like when I observe the UI, but I
&lt;br&gt;&amp;gt;&amp;gt; figured if I said that people would think I was a nut.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; But you can use the Click event instead of the Select event.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; No I cannot. The click event does not fire when .Rows.Select() is
&lt;br&gt;&amp;gt;&amp;gt; issued from within the code.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Think that &amp;quot;Select&amp;quot; means the selection has changed, and &amp;quot;Click&amp;quot; means
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; the current row has changed, and that the two are disconnected in Qt,
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; even if the GridView is in single row selection mode.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Going by the behaviour of the sample app I included, click means
&lt;br&gt;&amp;gt;&amp;gt; exactly that, nothing more, nothing less; the user has clicked.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; &amp;gt; Note that apparently that didn't change in Qt 4.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Public Sub GridView1_Click()
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt;   Stop
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; End
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;&amp;gt; Add that to the sample app I included and click the button until the
&lt;br&gt;&amp;gt;&amp;gt; cows come home. When .Rows.Select() is issued from within the code,
&lt;br&gt;&amp;gt;&amp;gt; the click event does not fire.
&lt;br&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Try to explicitely set the Row property instead of using Select(). The
&lt;br&gt;&amp;gt; Select() method is actually only useful in multiple selection mode.
&lt;/div&gt;&lt;br&gt;Same problem, and the gridview click event still doesn't fire.
&lt;br&gt;&lt;br&gt;If I first set &amp;nbsp;GridView1.Row = 0, the select event doesn't fire, but
&lt;br&gt;if I then set &amp;nbsp;GridView1.Row = 25, the select event fires and
&lt;br&gt;GridView1.Row returns 0. If I then set GridView1.Row = 0, the select
&lt;br&gt;event fires and GridView1.Row returns 25.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26762954&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gb3-GridView.Select-tp26754885p26762954.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26760558</id>
	<title>Re: BUG: gb3 Frame appearance in IDE</title>
	<published>2009-12-12T11:47:24Z</published>
	<updated>2009-12-12T11:47:24Z</updated>
	<author>
		<name>Charlie Reinl</name>
	</author>
	<content type="html">Am Samstag, den 12.12.2009, 22:56 +1100 schrieb Kadaitcha Man:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; 2009/12/12 Benoît Minisini &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26760558&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Which distribution do you use?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Ubuntu 9.10
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Can you try to run your project from the command line and see if there is any
&lt;br&gt;&amp;gt; &amp;gt; difference?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; $ cd /path/to/my/project
&lt;br&gt;&amp;gt; &amp;gt; $ gbx3
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; It's very late here and I'm up early to go on a long charity motorbike
&lt;br&gt;&amp;gt; ride in the morning so I'll have to do it when i return.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; And can you try to use gdb to see if the same GUI shared libraries are loaded
&lt;br&gt;&amp;gt; &amp;gt; when running the IDE, and when running your project?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; $ cd /path/to/gambas/sources/app/src/gambas3
&lt;br&gt;&amp;gt; &amp;gt; $ gbc3 -agt # compile all if that was not done.
&lt;br&gt;&amp;gt; &amp;gt; $ gdb gbx3
&lt;br&gt;&amp;gt; &amp;gt; (gdb) run
&lt;br&gt;&amp;gt; &amp;gt; ...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; $ cd /path/to/my/project
&lt;br&gt;&amp;gt; &amp;gt; $ gdb gbx3
&lt;br&gt;&amp;gt; &amp;gt; (gdb) run
&lt;br&gt;&amp;gt; &amp;gt; ...
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Normally, gdb will display a message for each shared library loaded. Then we
&lt;br&gt;&amp;gt; &amp;gt; will be able to compare what is loaded in both cases.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Thanks in advance.
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; Regards,
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; --
&lt;br&gt;&amp;gt; &amp;gt; Benoît Minisini
&lt;br&gt;&amp;gt; &amp;gt;
&lt;/div&gt;&lt;br&gt;Salut, 
&lt;br&gt;&lt;br&gt;to see if it is your account, which is 'bad configured' , create a new
&lt;br&gt;user and make your tests.
&lt;br&gt;&lt;br&gt;&amp;nbsp;
&lt;br&gt;-- 
&lt;br&gt;Amicalement
&lt;br&gt;Charlie
&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26760558&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-gb3-Frame-appearance-in-IDE-tp26753459p26760558.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26758385</id>
	<title>Re: BUG: gb3 Frame appearance in IDE</title>
	<published>2009-12-12T07:20:24Z</published>
	<updated>2009-12-12T07:20:24Z</updated>
	<author>
		<name>Fabien Bodard-4</name>
	</author>
	<content type="html">try to configure it with qt4-qtconfig package
&lt;br&gt;&lt;br&gt;2009/12/12 Fabien Bodard &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26758385&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas.fr@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; No problem here on kubuntu 9.10... It seem to be a QT4 configuration
&lt;br&gt;&amp;gt; problem on your box... and i've not any ubuntu 9.10 (gnome)
&lt;br&gt;&amp;gt; to confirm that ... the better will be other gnome based distribution
&lt;br&gt;&amp;gt; users tel us if they have the same problem.
&lt;br&gt;&amp;gt;
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26758385&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-gb3-Frame-appearance-in-IDE-tp26753459p26758385.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26758376</id>
	<title>Re: BUG: gb3 Frame appearance in IDE</title>
	<published>2009-12-12T07:19:44Z</published>
	<updated>2009-12-12T07:19:44Z</updated>
	<author>
		<name>Fabien Bodard-4</name>
	</author>
	<content type="html">No problem here on kubuntu 9.10... It seem to be a QT4 configuration
&lt;br&gt;problem on your box... and i've not any ubuntu 9.10 (gnome)
&lt;br&gt;to confirm that ... the better will be other gnome based distribution
&lt;br&gt;users tel us if they have the same problem.
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26758376&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-gb3-Frame-appearance-in-IDE-tp26753459p26758376.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26757095</id>
	<title>Re: gb3 GridView.Select</title>
	<published>2009-12-12T04:09:24Z</published>
	<updated>2009-12-12T04:09:24Z</updated>
	<author>
		<name>Benoît Minisini</name>
	</author>
	<content type="html">&lt;div class='shrinkable-quote'&gt;&amp;gt; 2009/12/12 Benoît Minisini &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26757095&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; The first time a GridView.Rows.Select(a,b) is issued in code, the
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; GridView_Select event doesn't fire at all, then after issuing
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; subsequent selects, it works but exhibits odd behaviour; the text from
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; the previous select is returned.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Clicking on a row in the GridView always fires the _Select event and
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; always returns the correct data.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Code attached.
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;gt;&amp;gt; Am I missing something here?
&lt;br&gt;&amp;gt; &amp;gt;
&lt;br&gt;&amp;gt; &amp;gt; If I remember, there is something weird in Qt that makes the Select event
&lt;br&gt;&amp;gt; &amp;gt; being raised before the current row actually changes.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; That is actually what it looks like when I observe the UI, but I
&lt;br&gt;&amp;gt; figured if I said that people would think I was a nut.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; But you can use the Click event instead of the Select event.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; No I cannot. The click event does not fire when .Rows.Select() is
&lt;br&gt;&amp;gt; issued from within the code.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Think that &amp;quot;Select&amp;quot; means the selection has changed, and &amp;quot;Click&amp;quot; means
&lt;br&gt;&amp;gt; &amp;gt; the current row has changed, and that the two are disconnected in Qt,
&lt;br&gt;&amp;gt; &amp;gt; even if the GridView is in single row selection mode.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Going by the behaviour of the sample app I included, click means
&lt;br&gt;&amp;gt; exactly that, nothing more, nothing less; the user has clicked.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;gt; Note that apparently that didn't change in Qt 4.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Public Sub GridView1_Click()
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; Stop
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; End
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Add that to the sample app I included and click the button until the
&lt;br&gt;&amp;gt; cows come home. When .Rows.Select() is issued from within the code,
&lt;br&gt;&amp;gt; the click event does not fire.
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;Try to explicitely set the Row property instead of using Select(). The 
&lt;br&gt;Select() method is actually only useful in multiple selection mode.
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;&lt;br&gt;&lt;br&gt;-- 
&lt;br&gt;Benoît Minisini
&lt;br&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26757095&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/gb3-GridView.Select-tp26754885p26757095.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26756987</id>
	<title>Re: BUG: gb3 Frame appearance in IDE</title>
	<published>2009-12-12T03:56:26Z</published>
	<updated>2009-12-12T03:56:26Z</updated>
	<author>
		<name>Kadaitcha Man</name>
	</author>
	<content type="html">2009/12/12 Benoît Minisini &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26756987&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;gambas@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;br&gt;&amp;gt; Which distribution do you use?
&lt;br&gt;&lt;br&gt;Ubuntu 9.10
&lt;br&gt;&lt;br&gt;&amp;gt; Can you try to run your project from the command line and see if there is any
&lt;br&gt;&amp;gt; difference?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $ cd /path/to/my/project
&lt;br&gt;&amp;gt; $ gbx3
&lt;br&gt;&lt;br&gt;It's very late here and I'm up early to go on a long charity motorbike
&lt;br&gt;ride in the morning so I'll have to do it when i return.
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; And can you try to use gdb to see if the same GUI shared libraries are loaded
&lt;br&gt;&amp;gt; when running the IDE, and when running your project?
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $ cd /path/to/gambas/sources/app/src/gambas3
&lt;br&gt;&amp;gt; $ gbc3 -agt # compile all if that was not done.
&lt;br&gt;&amp;gt; $ gdb gbx3
&lt;br&gt;&amp;gt; (gdb) run
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; $ cd /path/to/my/project
&lt;br&gt;&amp;gt; $ gdb gbx3
&lt;br&gt;&amp;gt; (gdb) run
&lt;br&gt;&amp;gt; ...
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Normally, gdb will display a message for each shared library loaded. Then we
&lt;br&gt;&amp;gt; will be able to compare what is loaded in both cases.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Regards,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; --
&lt;br&gt;&amp;gt; Benoît Minisini
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------------
&lt;br&gt;&amp;gt; Return on Information:
&lt;br&gt;&amp;gt; Google Enterprise Search pays you back
&lt;br&gt;&amp;gt; Get the facts.
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; Gambas-devel mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26756987&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;------------------------------------------------------------------------------
&lt;br&gt;Return on Information:
&lt;br&gt;Google Enterprise Search pays you back
&lt;br&gt;Get the facts.
&lt;br&gt;&lt;a href=&quot;http://p.sf.net/sfu/google-dev2dev&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://p.sf.net/sfu/google-dev2dev&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;Gambas-devel mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26756987&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Gambas-devel@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://lists.sourceforge.net/lists/listinfo/gambas-devel&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://lists.sourceforge.net/lists/listinfo/gambas-devel&lt;/a&gt;&lt;br&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/BUG%3A-gb3-Frame-appearance-in-IDE-tp26753459p26756987.html" />
</entry>

</feed>
