On Mar 1, 2013, at 1:13 PM, Jim Little <[email protected]> wrote:
> > Hi All, > > We're trying to localize an iOS app for Japanese. We're stuck with trying to > use unicode in Answer dialogues on iOS. > > We've tried: > > 1. HTML-formatted strings outputs to <p> tags > 2. RTF-formatted strings outputs with tags > 3. All sorts of combinations of unicode-text and unidecode() outputs as > garbled text > > Any suggestions on how to make this work? Skip using the answer dialog and build your own. I create a fake dialog by having a full stack window transparent button that covers the entire card. On top of that I have the image of a dialog. In that I have fields and buttons. Until they deal with the fake dialog, the transparent button prevents them from interacting with anything else on the screen. It's a hack but it works. Kee Nethery _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
