commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

r132 - in gnue-invoice: . forms


From: kilo
Subject: r132 - in gnue-invoice: . forms
Date: Wed, 24 Nov 2004 05:33:07 -0600 (CST)

Author: kilo
Date: 2004-11-24 05:33:06 -0600 (Wed, 24 Nov 2004)
New Revision: 132

Added:
   gnue-invoice/forms/goatcomp2.png
Modified:
   gnue-invoice/forms/INV_Head.gfd
   gnue-invoice/news
Log:
GNUe Invoice.
Goat luvin'...

Modified: gnue-invoice/forms/INV_Head.gfd
===================================================================
--- gnue-invoice/forms/INV_Head.gfd     2004-11-23 21:17:25 UTC (rev 131)
+++ gnue-invoice/forms/INV_Head.gfd     2004-11-24 11:33:06 UTC (rev 132)
@@ -23,11 +23,20 @@
 
      $Id$ -->
 
+<!--
+TODO: define form as dialog to be modal.
+Not working now due to Forms bug
+(not refreshing entries upon displaying dialog first)
+
 <form style="dialog" xmlns:c="GNUe:Layout:Char" title="Invoice">
+-->
+<form xmlns:c="GNUe:Layout:Char" title="Invoice">
   <trigger type="On-Startup">
     form.setFeature('GUI:MENUBAR:SUPPRESS', True)
     form.setFeature('GUI:TOOLBAR:SUPPRESS', True)
     form.setFeature('GUI:STATUSBAR:SUPPRESS', True)
+    
+    blkFree.img.set("goatcomp2.png")
   </trigger>
 
   <options/>
@@ -133,6 +142,13 @@
       <field name="fldInvNote" field="INV_note" />
     </block>
 
+    <!--***************************************************
+            Block used for displaying wee luvly goat
+    ****************************************************-->
+    <block name="blkFree">
+      <field name="img" field="fldImg"/>
+    </block>
+    
   </logic>
 
 
@@ -141,6 +157,8 @@
   ******************************************************-->
   <layout c:height="18" c:width="70">
     <page>
+      <image name="imgURL" c:height="3" c:width="9" c:x="61" c:y="0"
+          block="blkFree" field="img" fit="both"/>
       <label name="lblNumber:" c:height="1" c:width="7" c:x="1" c:y="1"
           text="Number:"/>
       <entry name="entInvNumber" c:height="1" c:width="20" c:x="16" c:y="1"

Added: gnue-invoice/forms/goatcomp2.png
===================================================================
(Binary files differ)


Property changes on: gnue-invoice/forms/goatcomp2.png
___________________________________________________________________
Name: svn:mime-type
   + application/octet-stream

Modified: gnue-invoice/news
===================================================================
--- gnue-invoice/news   2004-11-23 21:17:25 UTC (rev 131)
+++ gnue-invoice/news   2004-11-24 11:33:06 UTC (rev 132)
@@ -2,6 +2,9 @@
 *************************
 GNUe Invoice - Project CV
 *************************
+New features / changes by 2004.11.24
+* Display lovely goat icon on main form.
+
 New features / changes by 2004.11.23
 * Display the product/service unit value upon selecting it from dropdown.
 * Added overhead labels for invoice lines.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]