Re: another setHandler() question
On Mon, 08 Sep 2003 03:38:48 +0000 (09/08/03 13:38:48)
, David Davis <gdavis at hypercon.net> wrote:
>
>
> Thanks again Derek, that served my needs very nicely
>
> Any chance of being able to right justify edittext boxes and lists in
> the next library version?
Don't have to. Just add WS_EX_RIGHT to the Extra Flag parameter in
createEx(). For example...
myFld = createEx(EditText, "", theWindow, l,t,w,h, 0, WS_EX_RIGHT)
This works for List controls too.
--
cheers,
Derek Parnell
|
Not Categorized, Please Help
|
|