commit-gnue
[Top][All Lists]
Advanced

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

r134 - gnue-invoice/forms


From: kilo
Subject: r134 - gnue-invoice/forms
Date: Wed, 24 Nov 2004 07:56:17 -0600 (CST)

Author: kilo
Date: 2004-11-24 07:56:16 -0600 (Wed, 24 Nov 2004)
New Revision: 134

Modified:
   gnue-invoice/forms/INV_Head.gfd
Log:
GNUe Invoice.
Dialog style can be used now.

Modified: gnue-invoice/forms/INV_Head.gfd
===================================================================
--- gnue-invoice/forms/INV_Head.gfd     2004-11-24 12:17:24 UTC (rev 133)
+++ gnue-invoice/forms/INV_Head.gfd     2004-11-24 13:56:16 UTC (rev 134)
@@ -23,14 +23,7 @@
 
      $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)
@@ -131,6 +124,7 @@
         <trigger type="POST-CHANGE" name="onchange">
           #Calling a calculated property will cause it to refresh
           blkINV_Item.call("INV_getvalueGross", {})
+          #blkINV_Item.fldInvValueGross.get()
           blkINV_Head.call("INV_getvalueTotalGross", {})
         </trigger>
       </field>
@@ -157,7 +151,7 @@
   ******************************************************-->
   <layout c:height="18" c:width="70">
     <page>
-      <image name="imgURL" c:height="3" c:width="9" c:x="61" c:y="0"
+      <image name="imgURL" c:height="4" c:width="12" c:x="58" 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:"/>





reply via email to

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