Thread: WDL in the wild
View Single Post
Old 08-24-2010, 02:20 PM   #39
Tale
Human being with feelings
 
Tale's Avatar
 
Join Date: Jul 2008
Location: The Netherlands
Posts: 3,645
Default

I have finished manually merging in cc_'s IEditableTextControl.

Added features:

+ Call DisablePrompt() to disable input.
+ The edit box uses the alignment, font, font size (and on Windows font style) of the text control.

Known issues:

* [Windows] You cannot type beyond the width of the edit box.
* [Mac OS X] Bold and italic font styles are not supported.
* [Carbon] When the text box is read-only you can't select the text nor copy it.
* [Cocoa] Because the text box follows the control's size, the control needs to be relatively high.

You can fetch this from the "next" branch of my repository, along with a few other, minor changes.
Tale is offline   Reply With Quote