Does anyone have a word-wrapping label control/class? I want to dump a load of text onto the screen with confidence that it is going to format properly on a target device.
Thanks
Does anyone have a word-wrapping label control/class? I want to dump a load of text onto the screen with confidence that it is going to format properly on a target device.
Thanks
Our UI library, which is still incomplete and will be available in a future version of MoSync, has a word-wrapping label widget.
For now, you'll have to implement word-wrapping yourself using the syscalls maGetScrSize(), maGetTextSize() and maDrawText(). Refer to the documentation for details.
I need a Label class which doesn't use a MAUI font, but instead uses the native draw methods for text (maDrawText). Actually, I want to set some unicode charaters in Label.
If this Label class has already been developed, please give the link.
thanks
I found the link to the widgets with native drawing methods