[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: Text Field with buttons in it

Which styles are you creating your Text and Buttons with?  Or, can you
provide the lines that create the Composite and its children?  If you are
able to get the visual that you want on Carbon then it should be doable on
Cocoa as well.  A Text should draw its frame and focus rect iff it's created
with style SWT.BORDER.

Grant


"Artem Redkin" <artem@xxxxxxxxx> wrote in message
news:h85o36$f72$1@xxxxxxxxxxxxxxxxxxxx
> Original carbon, win32 and GTK versions were made this way, the problem,
actually, is  how to draw text field frame and its focus (when needed) on
cocoa.