Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Pgsql Interfaces Pgadmin Hackers > Re: Dialogs rev...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 16 of 20 Topic 4657 of 4873
Post > Topic >>

Re: Dialogs review

by guillaume@[EMAIL PROTECTED] (Guillaume Lelarge) Jul 21, 2008 at 07:04 PM

This is a multi-part message in MIME format.
--------------010506000009020304040105
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 8bit

Dave Page a écrit :
> On Sat, Jul 19, 2008 at 3:50 PM, Guillaume Lelarge
> <guillaume@[EMAIL PROTECTED]
> wrote:
> 
>> Anyways, I attach the new dlgCast.xrc patch file.
> 
> That looks pretty sweet, and works well :-). The only thing I note, is
> that even with a bigger gap between controls, the bottom highlight on
> the active control (the blue border on OS X) still isn't shown. If
> that's the case for you as well, then it seems pointless leaving such
> a large gap. Reducing the borders from 8 to 4 looks better here.
> 

Reducing the border works here too. To have the blue border on each side 
of the control, we need to make the control bigger. For example, 
cbSourceType and cbTargetType have 12 for width. With 14, they show the 
bottom highlight.

> Thoughts? Aside from that, I think that one is ready to go - and
> should set the standard for the following dialogues :-)
> 

There's still one thing that bothers me. The "Use replication" label 
seems closer to the left side of the window's border.

And I need to check the border and width changes on Linux and Windows.


-- 
Guillaume.
  http://www.postgresqlfr.org
  http://dalibo.com

--------------010506000009020304040105
Content-Type: text/xml; x-mac-type="534D4C64"; x-mac-creator="534D554C";
 name="dlgCast.xrc"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="dlgCast.xrc"

<?xml version="1.0" encoding="ISO-8859-1"?>
<resource>
  <object class="wxDialog" name="dlgCast">
    <title></title>
   
<style>wxDEFAULT_DIALOG_STYLE|wxCAPTION|wxSYSTEM_MENU|wxRESIZE_BORDER|wxRESIZE_BOX|wxTHICK_FRAME</style>
    <object class="wxFlexGridSizer">
      <cols>1</cols>
      <object class="sizeritem">
        <object class="wxNotebook" name="nbNotebook">
          <object class="notebookpage">
            <label>Properties</label>
            <object class="wxPanel" name="pnlProperties">
              <object class="wxFlexGridSizer">
                <cols>2</cols>
                <rows>8</rows>
                <vgap>5</vgap>
                <hgap>5</hgap>
                <growablerows>6</growablerows>
                <growablecols>1</growablecols>
                <object class="sizeritem">
                  <object class="wxStaticText" name="stName">
                    <label>Name</label>
                    <pos>5,7d</pos>
                  </object>
                 
<flag>wxALIGN_CENTRE_VERTICAL|wxTOP|wxLEFT|wxRIGHT</flag>
                  <border>4</border>
                </object>
                <object class="sizeritem">
                  <object class="wxTextCtrl" name="txtCastname">
                    <pos>70,5d</pos>
                    <size>135,-1d</size>
                  </object>
                  <flag>wxEXPAND|wxALIGN_TOP|wxTOP|wxLEFT|wxRIGHT</flag>
                  <border>4</border>
                </object>
                <object class="sizeritem">
                  <object class="wxStaticText" name="stOID">
                    <label>OID</label>
                    <pos>5,22d</pos>
                  </object>
                 
<flag>wxALIGN_CENTRE_VERTICAL|wxTOP|wxLEFT|wxRIGHT</flag>
                  <border>4</border>
                </object>
                <object class="sizeritem">
                  <object class="wxTextCtrl" name="txtOID">
                    <pos>70,20d</pos>
                    <size>135,-1d</size>
                  </object>
                  <flag>wxEXPAND|wxALIGN_TOP|wxTOP|wxLEFT|wxRIGHT</flag>
                  <border>4</border>
                </object>
                <object class="sizeritem">
                  <object class="wxStaticText" name="stSourceType">
                    <label>Source type</label>
                    <pos>5,37d</pos>
                  </object>
                 
<flag>wxALIGN_CENTRE_VERTICAL|wxTOP|wxLEFT|wxRIGHT</flag>
                  <border>4</border>
                </object>
                <object class="sizeritem">
                  <object class="ctlComboBox" name="cbSourceType">
                    <content/>
                    <pos>70,35d</pos>
                    <size>130,14d</size>
                    <style>wxCB_DROPDOWN</style>
                  </object>
                  <flag>wxEXPAND|wxALIGN_TOP|wxTOP|wxLEFT|wxRIGHT</flag>
                  <border>4</border>
                </object>
                <object class="sizeritem">
                  <object class="wxStaticText" name="stTargetType">
                    <label>Target type</label>
                    <pos>5,52d</pos>
                  </object>
                 
<flag>wxALIGN_CENTRE_VERTICAL|wxTOP|wxLEFT|wxRIGHT</flag>
                  <border>4</border>
                </object>
                <object class="sizeritem">
                  <object class="ctlComboBox" name="cbTargetType">
                    <content/>
                    <pos>70,50d</pos>
                    <size>130,14d</size>
                    <style>wxCB_DROPDOWN</style>
                  </object>
                  <flag>wxEXPAND|wxALIGN_TOP|wxTOP|wxLEFT|wxRIGHT</flag>
                  <border>4</border>
                </object>
                <object class="sizeritem">
                  <object class="wxStaticText" name="stFunction">
                    <label>Function</label>
                    <pos>5,67d</pos>
                  </object>
                 
<flag>wxALIGN_CENTRE_VERTICAL|wxTOP|wxLEFT|wxRIGHT</flag>
                  <border>4</border>
                </object>
                <object class="sizeritem">
                  <object class="wxComboBox" name="cbFunction">
                    <content/>
                    <pos>70,65d</pos>
                    <size>135,12d</size>
                    <style>wxCB_READONLY|wxCB_DROPDOWN</style>
                  </object>
                  <flag>wxEXPAND|wxALIGN_TOP|wxTOP|wxLEFT|wxRIGHT</flag>
                  <border>4</border>
                </object>
                <object class="sizeritem">
                  <object class="wxStaticText" name="stImplicit">
                    <label>Implicit</label>
                    <pos>5,82d</pos>
                  </object>
                 
<flag>wxALIGN_CENTRE_VERTICAL|wxTOP|wxLEFT|wxRIGHT</flag>
                  <border>4</border>
                </object>
                <object class="sizeritem">
                  <object class="wxCheckBox" name="chkImplicit">
                    <label></label>
                    <pos>70,80d</pos>
                    <size>13,12d</size>
                  </object>
                  <flag>wxEXPAND|wxALIGN_TOP|wxTOP|wxLEFT|wxRIGHT</flag>
                  <border>4</border>
                </object>
                <object class="sizeritem">
                  <object class="wxStaticText" name="stComment">
                    <label>Comment</label>
                    <pos>5,97d</pos>
                  </object>
                  <flag>wxALIGN_TOP|wxTOP|wxLEFT|wxRIGHT</flag>
                  <border>4</border>
                </object>
                <object class="sizeritem">
                  <object class="wxTextCtrl" name="txtComment">
                    <pos>70,95d</pos>
                    <size>135,83d</size>
                    <style>wxTE_MULTILINE</style>
                  </object>
                  <flag>wxEXPAND|wxALL</flag>
                  <border>4</border>
                </object>
                <object class="sizeritem">
                  <object class="wxStaticText" name="stClusterSet">
                    <label>Use replication</label>
                    <pos>5,183d</pos>
                  </object>
                  <flag>wxALIGN_CENTRE_VERTICAL</flag>
                </object>
                <object class="sizeritem">
                  <object class="wxComboBox" name="cbClusterSet">
                    <content/>
                    <pos>70,181d</pos>
                    <size>135,12d</size>
                    <style>wxCB_READONLY|wxCB_DROPDOWN</style>
                  </object>
                  <flag>wxEXPAND|wxALIGN_TOP|wxALL</flag>
                  <border>4</border>
                </object>
            </object>
            <selected>1</selected>
          </object>
          <pos>2,2d</pos>
          <size>214,415d</size>
        </object>
      </object>
        <flag>wxALL|wxGROW|wxALIGN_CENTRE</flag>
        <border>3</border>
      </object>
      <growablecols>0</growablecols>
      <growablerows>0</growablerows>
      <object class="spacer">
        <size>2,2d</size>
      </object>
      <object class="sizeritem">
        <object class="wxFlexGridSizer">
          <cols>7</cols>
          <object class="spacer">
            <size>3,3d</size>
          </object>
          <object class="sizeritem">
            <object class="wxButton" name="wxID_HELP">
              <label>Help</label>
              <pos>135,220d</pos>
            </object>
          </object>
          <object class="spacer">
            <size>3,3d</size>
          </object>
          <object class="sizeritem">
            <object class="wxButton" name="wxID_OK">
              <label>&amp;OK</label>
              <default>1</default>
              <pos>135,220d</pos>
            </object>
          </object>
          <object class="spacer">
            <size>3,3d</size>
          </object>
          <object class="sizeritem">
            <object class="wxButton" name="wxID_CANCEL">
              <label>&amp;Cancel</label>
              <pos>176,220d</pos>
            </object>
          </object>
          <object class="spacer">
            <size>3,3d</size>
          </object>
          <growablecols>2</growablecols>
        </object>
        <flag>wxTOP|wxLEFT|wxRIGHT|wxGROW</flag>
      </object>
      <object class="spacer">
        <size>3,3d</size>
      </object>
      <object class="sizeritem">
        <object class="unknown" name="unkStatusBar">
          <size>-1,15d</size>
        </object>
        <flag>wxGROW|wxALIGN_CENTRE</flag>
        <border>3</border>
      </object>
    </object>
  </object>
</resource>

--------------010506000009020304040105
Content-Type: text/plain
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
MIME-Version: 1.0


-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@[EMAIL PROTECTED]
)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

--------------010506000009020304040105--
 




 20 Posts in Topic:
Dialogs review
guillaume@[EMAIL PROTECTE  2008-06-15 09:21:54 
Re: Dialogs review
magnus@[EMAIL PROTECTED]   2008-06-15 20:46:55 
Re: Dialogs review
dpage@[EMAIL PROTECTED]   2008-06-16 08:32:26 
Re: Dialogs review
guillaume@[EMAIL PROTECTE  2008-06-16 09:52:35 
Re: Dialogs review
dpage@[EMAIL PROTECTED]   2008-06-16 09:22:09 
Re: Dialogs review
guillaume@[EMAIL PROTECTE  2008-07-09 23:51:51 
Re: Dialogs review
dpage@[EMAIL PROTECTED]   2008-07-10 08:39:14 
Re: Dialogs review
dpage@[EMAIL PROTECTED]   2008-07-10 14:18:52 
Re: Dialogs review
guillaume@[EMAIL PROTECTE  2008-07-14 21:17:23 
Re: Dialogs review
dpage@[EMAIL PROTECTED]   2008-07-15 11:34:55 
Re: Dialogs review
guillaume@[EMAIL PROTECTE  2008-07-19 10:38:40 
Re: Dialogs review
guillaume@[EMAIL PROTECTE  2008-07-19 16:50:18 
Re: Dialogs review
dpage@[EMAIL PROTECTED]   2008-07-21 10:20:15 
Re: Dialogs review
guillaume@[EMAIL PROTECTE  2008-07-22 01:34:22 
Re: Dialogs review
dpage@[EMAIL PROTECTED]   2008-07-21 10:34:37 
Re: Dialogs review
guillaume@[EMAIL PROTECTE  2008-07-21 19:04:01 
Re: Dialogs review
guillaume@[EMAIL PROTECTE  2008-07-22 15:52:15 
Re: Dialogs review
dpage@[EMAIL PROTECTED]   2008-07-22 14:55:02 
Re: Dialogs review
dpage@[EMAIL PROTECTED]   2008-07-24 22:33:22 
Re: Dialogs review
guillaume@[EMAIL PROTECTE  2008-08-01 23:46:17 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Mon Dec 1 23:48:39 CST 2008.