[android-developers] Re: AlertDialog Questions

2008-08-18 Thread Romain Guy
We fixed a similar issue in AlertDialog after the SDK was cut, so the next release might work for you. On Mon, Aug 18, 2008 at 6:10 PM, Gil <[EMAIL PROTECTED]> wrote: > > I'm finding that the problem above is dependent on the length of the > string parameter passed to setMessage. For certain mess

[android-developers] Re: AlertDialog Questions

2008-08-18 Thread Gil
I'm finding that the problem above is dependent on the length of the string parameter passed to setMessage. For certain messages it works fine while for others it does not. Longer messages seem to always work while shorter ones might not be displayed correctly. --~--~-~--~~