<?xml version="1.0" ?>

<kc>

<title>GNUe Traffic</title>

<editor contact="mailto:psu@burdonvale.co.uk">Peter Sullivan</editor>

<issue num="79" date="03 May 2003 00:00:00 -0800" />

<intro>
  This covers the three main mailing lists for the 
  <a href="http://www.gnuenterprise.org">GNU Enterprise</a> 
  project, plus the #gnuenterprise IRC channel.
</intro>


<section 
   title="Announcing the 0.5.0 releases"
   subject="[IRC] 26 Apr 2003" 
   archive="http://www.gnuenterprise.org/irc-logs/gnue-public.log.26Apr2003"    
   author="Arturas Kriukovas" 
   contact="mailto:arturas@gsk.vtu.lt"    
   startdate="26 Apr 2003 04:00:00 -0800" 
   enddate="26 Apr 2003 04:00:00 -0800">

<p>James Thompson (jamest) asked Jeff Bailey (jbailey) what was the status 
of the <quote who="James Thompson">.debs for sid</quote>. Jeff said there 
was still some work needed <quote who="Jeff Bailey">to eliminate the noise 
that the debs make when they're being installed.</quote> (The one's from 
sources.list mentioned in the #gnuenterprise topic).</p>

<p>James also noticed that some release announcement was needed, because 
the current announcement procedure took too long.</p>

</section>


<section 
   title="Using Parameters in Forms"
   subject="[IRC] 26 Apr 2003" 
   archive="http://www.gnuenterprise.org/irc-logs/gnue-public.log.26Apr2003"    
   author="Peter Sullivan" 
   contact="mailto:psu@burdonvale.co.uk"    
   startdate="26 Apr 2003 04:00:00 -0800" 
   enddate="26 Apr 2003 04:00:00 -0800">

 <topic>Forms</topic>

<p>James Thompson (jamest) was trying to query back 
<quote who="James Thompson">incoming fax images that are not assigned to 
a customer</quote> (i.e. had a NULL customer ID), but could not get this 
to work properly <quote who="James Thompson">as the conditions rightfully filter 
that out - i don't want to change that behaviour as I use it to make several 
forms look like they're pulling from different tables though they are 
not</quote>. He wondered about using <quote who="James Thompson">a 
on-startup trigger</quote> to resolve his current problem, 
<quote who="James Thompson">but I don't know how i'd pass in the 
NULL</quote> value to the trigger. Jason Cater (jcater) came up with
<quote who="Jason Cater">some hackerish ways to do it</quote>, giving 
some sample code using the parameters dictionary, but added 
<quote who="Jason Cater">I don't consider it "good form" though</quote>. 
James was more impressed - <quote who="James Thompson">that's worth 
implementing just as a sample :) - as it's evil and something I'd not have 
thought about</quote> it, as he <quote who="James Thompson">associates the 
parameters dict w/ dialogs not the master form</quote>. Jason said parameters 
had never been intended for use with <quote who="Jason Cater">dialogs - though 
they've become a nice fit</quote>.</p>

<p>James asked <quote who="James Thompson">how do I use the parameters at the 
main form level - do I need to set catchNull</quote>? Jason said 
<quote who="Jason Cater">iirc there's a form-level setParameter</quote>. 
James knew this, but meant with respect to initialisation. Jason said 
<quote who="Jason Cater">I think you have to add a &lt;parameters&gt; 
section - that defines the parameter - if so, there you can set a 
"default"</quote>. James asked if this was documented in the developer's 
guide. Jason said it should be once he had finished it.</p>

</section>


<section 
   title="Native Microsoft Windows UI for Forms"
   subject="[IRC] 26 Apr 2003" 
   archive="http://www.gnuenterprise.org/irc-logs/gnue-public.log.26Apr2003"    
   author="Arturas Kriukovas" 
   contact="mailto:arturas@gsk.vtu.lt"    
   startdate="26 Apr 2003 04:00:00 -0800" 
   enddate="26 Apr 2003 04:00:00 -0800">

<topic>Forms</topic>
<topic>Common</topic>
<topic>Designer</topic>

<p>Bajusz Tam&#0225;s (btami) announced <quote who="Bajusz Tam&#0225;s">the 
native win32 form client is functional now, so feel free to try and report 
bugs</quote>. It still lacked some features like picture support or 
tooltips, <quote who="Bajusz Tam&#0225;s">but it has better dropdown and 
tabbed pages support than wx (on win32)</quote>.</p>

<p>James Thompson (jamest) smelled <quote who="James Thompson">a 0.5.1 
release RSN</quote>. Jason Cater (jcater) said outstanding bugs in designer 
need to be fixed first or <quote who="Jason Cater">maybe we can do forms 
0.5.1 without designer</quote>.</p>

</section>


<section 
   title="Designer wizard to compile web forms"
   subject="[IRC] 29 Apr 2003" 
   archive="http://www.gnuenterprise.org/irc-logs/gnue-public.log.29Apr2003"    
   author="Peter Sullivan" 
   contact="mailto:psu@burdonvale.co.uk"    
   startdate="29 Apr 2003 04:00:00 -0800" 
   enddate="29 Apr 2003 04:00:00 -0800">

<topic>Designer</topic>

<p>Jason Cater (jcater) asked <quote who="Jason Cater">what is that 
webform wizard that was added yesterday? on the surface, that seems 
quite counter to our goals of a ui-independent form definition</quote>.
Jan Ischebeck (siesel) explained <quote who="Jan Ischebeck">Its a short 
time solution to create html + javascript code out of a gnue-forms 
definition. In normal cases that code could/should be generated on 
the fly by an cgi script. At the moment it is more like a "compile" step. 
/me is planning to give the administrator the choice of doing the parsing 
of the gfd file 1. on the fly (by a cgi script) 2. direktly after a changing 
the gfd files 3. by the javascript client itself.</quote> James Thompson 
(jamest) asked <quote who="James Thompson">should a quick hack be part 
of designer?  or a seperate script altogther</quote> - 
<quote who="James Thompson">it sounds like it works nothing like the other 
wizards</quote>. Jan explained that <quote who="Jan Ischebeck">the reason 
for adding it to designer was, that its much more difficult to write a 
seperate script than writing a wizard</quote> - <quote who="Jan Ischebeck">In 
its form its  a bit similar to the "create Schema" Wizard, which is 
disabled</quote> as of time of writing <quote who="Jan Ischebeck">because 
of schema definition changes, I think.</quote> Later, he said he had 
<quote who="Jan Ischebeck">changed the name to "Compile for jsForms" and 
the entry in the menu to "Extras|Compile Form for GNUe JsForms' - hope 
that makes it more clear</quote>.</p>

</section>


</kc>