<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>Project Camelot Google Group</title>
  <link>http://groups.google.com/group/project-camelot</link>
  <description>Mailing list for users and developers of the Camelot pyqt gui project. http://www.python-camelot.com</description>
  <language>en</language>
  <item>
  <title>Re: [Project Camelot] Re: Default values in form</title>
  <link>http://groups.google.com/group/project-camelot/browse_thread/thread/aee19b0ede33a33d/7db847d3394a59cc?show_docid=7db847d3394a59cc</link>
  <description>
  Hi Erik, &lt;br&gt; yes, it&#39;s not perfect, but for the moment there&#39;s no hundred of others &lt;br&gt; solutions. Setting a step of 1, the float field can go from 0 to maxfloat, &lt;br&gt; and can have a None value. This is, like you say, if there&#39;s no another &lt;br&gt; application which comes to modify values directly in the database, but in
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/project-camelot/browse_thread/thread/aee19b0ede33a33d/7db847d3394a59cc?show_docid=7db847d3394a59cc</guid>
  <author>
  lionel.roubey...@gmail.com
  (Lionel Roubeyrie)
  </author>
  <pubDate>Wed, 22 May 2013 07:00:59 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Project Camelot] Existing tables</title>
  <link>http://groups.google.com/group/project-camelot/browse_thread/thread/94a35ab430752452/ede38f8a185a5b63?show_docid=ede38f8a185a5b63</link>
  <description>
  Hello Wim, &lt;br&gt; &lt;p&gt;I&#39;m not sure how the reflection of relationships works in SQLA, &lt;br&gt; if the relationship reflection works, Camelot should handle it fine, &lt;br&gt; and should give you the selector box. &lt;br&gt; &lt;p&gt;Can you try using the SQLA &#39;relationship&#39; property instead of &lt;br&gt; ManyToOne ? If that doesn&#39;t work, try to define the foreign key
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/project-camelot/browse_thread/thread/94a35ab430752452/ede38f8a185a5b63?show_docid=ede38f8a185a5b63</guid>
  <author>
  erik.janss...@conceptive.be
  (Erik Janssens)
  </author>
  <pubDate>Wed, 22 May 2013 06:44:54 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Project Camelot] Re: Default values in form</title>
  <link>http://groups.google.com/group/project-camelot/browse_thread/thread/aee19b0ede33a33d/f4f18d8cd65ec081?show_docid=f4f18d8cd65ec081</link>
  <description>
  Hello Lionel, &lt;br&gt; &lt;p&gt;that&#39;s indeed the solution described in the docs, the only issue with this &lt;br&gt; one is tat if there &lt;br&gt; is -1 in the database, you will display the special text (this -1 might &lt;br&gt; have been inserted &lt;br&gt; by another application), or in the worst case, send this -1 again to the &lt;br&gt; database as None.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/project-camelot/browse_thread/thread/aee19b0ede33a33d/f4f18d8cd65ec081?show_docid=f4f18d8cd65ec081</guid>
  <author>
  erik.janss...@conceptive.be
  (Erik Janssens)
  </author>
  <pubDate>Wed, 22 May 2013 06:40:55 UT
</pubDate>
  </item>
  <item>
  <title>Re: Default values in form</title>
  <link>http://groups.google.com/group/project-camelot/browse_thread/thread/aee19b0ede33a33d/af0551b81cb9ab6d?show_docid=af0551b81cb9ab6d</link>
  <description>
  Hi all, &lt;br&gt; one solution is to use a minimum value (say -1) for a float field which &lt;br&gt; needs to go from 0 to... whaterver you want, and use a custom FloatEditor &lt;br&gt; where you set self.spinBox.setSpecialValueTe xt(&#39;--&#39;) and redefine its &lt;br&gt; set_value and get_value methods, plus the CustomDoubleSpinBox which haves
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/project-camelot/browse_thread/thread/aee19b0ede33a33d/af0551b81cb9ab6d?show_docid=af0551b81cb9ab6d</guid>
  <author>
  lionel.roubey...@gmail.com
  (Lionel Roubeyrie)
  </author>
  <pubDate>Sat, 18 May 2013 08:59:32 UT
</pubDate>
  </item>
  <item>
  <title>Re: Error when closing without saving</title>
  <link>http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/ccfc7ec3fb9eff1f?show_docid=ccfc7ec3fb9eff1f</link>
  <description>
  Ok, the update on the stable head solves this problem. &lt;br&gt; Thanks Erik
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/ccfc7ec3fb9eff1f?show_docid=ccfc7ec3fb9eff1f</guid>
  <author>
  lionel.roubey...@gmail.com
  (Lionel Roubeyrie)
  </author>
  <pubDate>Sat, 11 May 2013 16:09:23 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Project Camelot] Re: Error when closing without saving</title>
  <link>http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/2bc2057010d60946?show_docid=2bc2057010d60946</link>
  <description>
  Hello Lionel, &lt;br&gt; &lt;p&gt;I cannot reproduce this on my side, but it might be timing related. &lt;br&gt; &lt;p&gt;I have pushed a patch to the stable branch on bitbucket, could you &lt;br&gt; please check if this solves the issue on your side ? &lt;br&gt; &lt;p&gt;Thx, &lt;br&gt; &lt;p&gt;Erik &lt;br&gt; &lt;p&gt;I have removed the camelot directory and easy_install(ed) the last stable from
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/2bc2057010d60946?show_docid=2bc2057010d60946</guid>
  <author>
  erik.janss...@conceptive.be
  (Erik Janssens)
  </author>
  <pubDate>Sat, 11 May 2013 14:48:22 UT
</pubDate>
  </item>
  <item>
  <title>Re: Error when closing without saving</title>
  <link>http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/69b88caf5a4f3677?show_docid=69b88caf5a4f3677</link>
  <description>
  I have removed the camelot directory and easy_install(ed) the last stable &lt;br&gt; from pypi, the french translation comes back but the &amp;quot;close without saving&amp;quot; &lt;br&gt; error remains... &lt;br&gt; &lt;p&gt;Le vendredi 10 mai 2013 18:47:03 UTC+2, Lionel Roubeyrie a écrit :
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/69b88caf5a4f3677?show_docid=69b88caf5a4f3677</guid>
  <author>
  lionel.roubey...@gmail.com
  (Lionel Roubeyrie)
  </author>
  <pubDate>Sat, 11 May 2013 11:42:46 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Project Camelot] Re: Error when closing without saving</title>
  <link>http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/fc7213b467b6a674?show_docid=fc7213b467b6a674</link>
  <description>
  ok, I&#39;m in the process of changing the application startup process a bit, &lt;br&gt; this is probably causing the freezing. &lt;br&gt; &lt;p&gt;The idea is that the application itself becomes an Action, so it becomes &lt;br&gt; straightforward to customize the application startup process, or to &lt;br&gt; run any Action as application on itself, without the need for a mainwindow
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/fc7213b467b6a674?show_docid=fc7213b467b6a674</guid>
  <author>
  erik.janss...@conceptive.be
  (Erik Janssens)
  </author>
  <pubDate>Sat, 11 May 2013 11:00:41 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Project Camelot] Re: Error when closing without saving</title>
  <link>http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/27284539de0593ba?show_docid=27284539de0593ba</link>
  <description>
  Sorry, this is the default branch from bitbucket &lt;br&gt; Le 11 mai 2013 12:47, &amp;quot;Erik Janssens&amp;quot; &amp;lt;Erik.Janss...@conceptive.be&amp;gt; a &lt;br&gt; écrit :
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/27284539de0593ba?show_docid=27284539de0593ba</guid>
  <author>
  lionel.roubey...@gmail.com
  (Lionel Roubeyrie)
  </author>
  <pubDate>Sat, 11 May 2013 10:52:56 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Project Camelot] Re: Error when closing without saving</title>
  <link>http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/eeb87745311887bf?show_docid=eeb87745311887bf</link>
  <description>
  are we talking about the latest released version, or the default branch &lt;br&gt; from bitbucket ? &lt;br&gt; &lt;p&gt;Hi Erik, &lt;br&gt; you can reproduce this error with the example application. Go to the &amp;quot;Visitor &lt;br&gt; Reports&amp;quot; of the Movies section, open the first entry (the Shining--23/05/1980) &lt;br&gt; and clear the movie entry. Close the form and select &amp;quot;Close without saving&amp;quot;.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/eeb87745311887bf?show_docid=eeb87745311887bf</guid>
  <author>
  erik.janss...@conceptive.be
  (Erik Janssens)
  </author>
  <pubDate>Sat, 11 May 2013 10:47:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: Error when closing without saving</title>
  <link>http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/96ae8f28cd54aeb2?show_docid=96ae8f28cd54aeb2</link>
  <description>
  Hi Erik, &lt;br&gt; you can reproduce this error with the example application. Go to the &lt;br&gt; &amp;quot;Visitor Reports&amp;quot; of the Movies section, open the first entry (the &lt;br&gt; Shining--23/05/1980) and clear the movie entry. Close the form and select &lt;br&gt; &amp;quot;Close without saving&amp;quot;. &lt;br&gt; The strange thing is this error freezes the app if I use WingIDE, not if
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/96ae8f28cd54aeb2?show_docid=96ae8f28cd54aeb2</guid>
  <author>
  lionel.roubey...@gmail.com
  (Lionel Roubeyrie)
  </author>
  <pubDate>Sat, 11 May 2013 10:14:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Project Camelot] Error when closing without saving</title>
  <link>http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/cdb9b6fde73fd8ee?show_docid=cdb9b6fde73fd8ee</link>
  <description>
  Hello Lionel, &lt;br&gt; &lt;p&gt;can you tell me how to reproduce this stacktrace ? &lt;br&gt; &lt;p&gt;is it a popup exception, or one that you see only in the command &lt;br&gt; line ? &lt;br&gt; &lt;p&gt;Thanks, &lt;br&gt; &lt;p&gt;Erik &lt;br&gt; &lt;p&gt;Hi, &lt;br&gt; with the last camelot version, I get an error when closing a form without &lt;br&gt; saving (for the purpose, I erase an item in a relationship field and try to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/cdb9b6fde73fd8ee?show_docid=cdb9b6fde73fd8ee</guid>
  <author>
  erik.janss...@conceptive.be
  (Erik Janssens)
  </author>
  <pubDate>Sat, 11 May 2013 09:12:44 UT
</pubDate>
  </item>
  <item>
  <title>Error when closing without saving</title>
  <link>http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/3f0b746135178c29?show_docid=3f0b746135178c29</link>
  <description>
  Hi, &lt;br&gt; with the last camelot version, I get an error when closing a form without &lt;br&gt; saving (for the purpose, I erase an item in a relationship field and try to &lt;br&gt; close the form) : &lt;br&gt; RuntimeError: wrapped C/C++ object of type QDataWidgetMapper has been &lt;br&gt; deleted &lt;br&gt; Fichier &amp;quot;/home/lionel/codaten/main.py&amp;quot; , ligne 60, dans &amp;lt;module&amp;gt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/project-camelot/browse_thread/thread/75571be0f690fb62/3f0b746135178c29?show_docid=3f0b746135178c29</guid>
  <author>
  lionel.roubey...@gmail.com
  (Lionel Roubeyrie)
  </author>
  <pubDate>Fri, 10 May 2013 16:47:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Project Camelot] Re: PySide version getting an error when field_attributes try to set background color</title>
  <link>http://groups.google.com/group/project-camelot/browse_thread/thread/31727d2eb367fc88/512b76080d8b934f?show_docid=512b76080d8b934f</link>
  <description>
  Ok, missed that step ;-) cheers. &lt;br&gt; If I had of engadged brain I would have realized.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/project-camelot/browse_thread/thread/31727d2eb367fc88/512b76080d8b934f?show_docid=512b76080d8b934f</guid>
  <author>
  zutes...@gmail.com
  (Tim Hoffman)
  </author>
  <pubDate>Tue, 23 Apr 2013 05:46:10 UT
</pubDate>
  </item>
  <item>
  <title>Re: [Project Camelot] Re: PySide version getting an error when field_attributes try to set background color</title>
  <link>http://groups.google.com/group/project-camelot/browse_thread/thread/31727d2eb367fc88/1d2adaffacdc1a39?show_docid=1d2adaffacdc1a39</link>
  <description>
  yes, both the Camelot code and the application code need to use either PyQt &lt;br&gt; or PySide &lt;br&gt; &lt;p&gt;you can download the PySide version from : &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://bitbucket.org/conceptive/camelot/downloads&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;alternatively, you can download a source tarball and run the to_pyside &lt;br&gt; command manual
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/project-camelot/browse_thread/thread/31727d2eb367fc88/1d2adaffacdc1a39?show_docid=1d2adaffacdc1a39</guid>
  <author>
  erik.janss...@conceptive.be
  (Erik Janssens)
  </author>
  <pubDate>Tue, 23 Apr 2013 04:21:07 UT
</pubDate>
  </item>
  </channel>
</rss>
