Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Text & CCombo as TableEditor in Table

Agreed that that is annoying.

Unfortunately, there is no way to query from Windows how big that gap is 
in the Table or in the Text Widget (CCombo uses a TextWidget so it has the 
same gap).

You should probably enter a bug report against Platform SWT requesting a 
way to align the text.





"Erik Poupaert" <erik.poupaert@xxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx
02/18/2003 06:46 AM
Please respond to platform-swt-dev

 
        To:     <platform-swt-dev@xxxxxxxxxxx>
        cc: 
        Subject:        [platform-swt-dev] Text & CCombo as TableEditor in Table



I'm currently using Text & CCombo as TableEditor in a Table. That works
fine.

There is one little annoyance, however. In the Table the text starts a few
pixels further to the right than in Text or CCombo.

The effect is, that when you move from one row to the other, the text 
seems
to jump to the left when you enter the TableEditor with the cursor:

  text
  text
|text
  text
  text
  text
...

Is it possible to make both the text in the Table and the text in the
TableEditor (Text or CCombo) start at exactly the same pixel?


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev





Back to the top