mailr16190 - /branches/uf_redesign/user_functions/objects.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 10, 2012 - 14:52:
Author: bugman
Date: Thu May 10 14:52:35 2012
New Revision: 16190

URL: http://svn.gna.org/viewcvs/relax?rev=16190&view=rev
Log:
Reverted r16189 as this will be implemented at the GUI element level.

The command used was:
svn merge -r16189:r16188 .

The GUI element can decide what to do in this case, for example add a None 
element to the list!

.....
  r16189 | bugman | 2012-05-10 14:45:42 +0200 (Thu, 10 May 2012) | 6 lines
  Changed paths:
     M /branches/uf_redesign/user_functions/objects.py
  
  Check that wiz_read_only is not set if can_be_none is True and a combo box 
is asked for.
  
  The combo box needs to be editable to clear it - so it returns None.  
Otherwise if a user selects
  one of the values, then they cannot unset it to allow for args of None.
.....


Modified:
    branches/uf_redesign/user_functions/objects.py

Modified: branches/uf_redesign/user_functions/objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/objects.py?rev=16190&r1=16189&r2=16190&view=diff
==============================================================================
--- branches/uf_redesign/user_functions/objects.py (original)
+++ branches/uf_redesign/user_functions/objects.py Thu May 10 14:52:35 2012
@@ -237,10 +237,6 @@
         if desc == None:
             raise RelaxError("The 'desc' argument must be supplied.")
 
-        # The combo box.
-        if wiz_element_type == 'combo' and can_be_none and wiz_read_only:
-            raise RelaxError("An argument set as a combo box and which can 
be None cannot be read only!")
-
         # Append a new argument dictionary to the list, and alias it.
         self.kargs.append({})
         arg = self.kargs[-1]




Related Messages


Powered by MHonArc, Updated Thu May 10 15:20:02 2012