mlhim-specs-dev team mailing list archive
-
mlhim-specs-dev team
-
Mailing list archive
-
Message #00571
[Branch ~cdd-dev/cdd/trunk] Rev 157: Hidden CCD choice combo box.
------------------------------------------------------------
revno: 157
committer: Eduardo César <xcesar@xxxxxxxxx>
branch nick: cdd
timestamp: Fri 2012-07-06 23:30:12 -0300
message:
Hidden CCD choice combo box.
modified:
Generator/cdg/MainFrame.py
Generator/cdg_wxglade.wxg
--
lp:cdd
https://code.launchpad.net/~cdd-dev/cdd/trunk
Your team MLHIM Specifications Developers is subscribed to branch lp:cdd.
To unsubscribe from this branch go to https://code.launchpad.net/~cdd-dev/cdd/trunk/+edit-subscription
=== modified file 'Generator/cdg/MainFrame.py'
--- Generator/cdg/MainFrame.py 2012-07-07 02:11:53 +0000
+++ Generator/cdg/MainFrame.py 2012-07-07 02:30:12 +0000
@@ -89,6 +89,8 @@
self.text_ctrl_subject.SetToolTipString("Format emails as: Timothy W. Cook <timothywayne.cook@xxxxxxxxx>")
self.label_contributors.SetToolTipString("Separate multiple contributors with a semi-colon and format them as:Eduardo Cesar <xcesar@xxxxxxxxx>; Luciana Cavalini <lutricav@xxxxxxxxx>")
self.text_ctrl_contributors.SetToolTipString("Separate multiple contributors with a semi-colon and format them as:Eduardo Cesar <xcesar@xxxxxxxxx>; Luciana Cavalini <lutricav@xxxxxxxxx>")
+ self.label_ccd_definition.Hide()
+ self.combo_box_ccd.Hide()
self.combo_box_ccd.SetSelection(0)
self.button_save_config.Enable(False)
# end wxGlade
@@ -237,5 +239,4 @@
self.c.set_panel_configs()
self.button_save_config.Disable()
-
# end of class MainFrame
=== modified file 'Generator/cdg_wxglade.wxg'
--- Generator/cdg_wxglade.wxg 2012-07-07 02:11:53 +0000
+++ Generator/cdg_wxglade.wxg 2012-07-07 02:30:12 +0000
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!-- generated by wxGlade 0.6.4 on Fri Jul 6 22:58:30 2012 -->
+<!-- generated by wxGlade 0.6.4 on Fri Jul 6 23:29:37 2012 -->
<application path="cdg" name="" class="" option="1" language="python" top_window="frame_principal" encoding="UTF-8" use_gettext="0" overwrite="0" use_new_namespace="1" for_version="2.8" is_template="0" indent_amount="4" indent_symbol="space" source_extension=".cpp" header_extension=".h">
<object class="MainFrame" name="frame_principal" base="EditFrame">
@@ -390,6 +390,7 @@
<object class="wxStaticText" name="label_ccd_definition" base="EditStaticText">
<attribute>1</attribute>
<label>CCD definition class: </label>
+ <hidden>1</hidden>
</object>
</object>
<object class="sizeritem">
@@ -407,6 +408,7 @@
<choice>ElementType</choice>
<choice>SlotType</choice>
</choices>
+ <hidden>1</hidden>
</object>
</object>
</object>