Re: another setHandler() question

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu