[android-developers] Re: Marquee is not worked when screen rotate

2011-04-08 Thread pramod.deore
Ok Abhilash thanks. I thought it work like HTML marquee. So it means If I want marquee like feel then it will worked only if String os not fit in container. On Apr 8, 1:16 pm, Abhilash baddam wrote: > Hi Pramod, > >                For small String its not working i am also using the same > versi

[android-developers] Re: Marquee is not worked when screen rotate

2011-04-08 Thread pramod.deore
Ok. In HTML we can use marquee for small string so I thought in Android it also worked. Ok Thanks guys. On Apr 8, 1:16 pm, Abhilash baddam wrote: > Hi Pramod, > >                For small String its not working i am also using the same > version. > > On Fri, Apr 8, 2011 at 1:42 PM, pramod.deore w

Re: [android-developers] Re: Marquee is not worked when screen rotate

2011-04-08 Thread Abhilash baddam
Hi Pramod, For small String its not working i am also using the same version. On Fri, Apr 8, 2011 at 1:42 PM, pramod.deore wrote: > Hi Abhilash, for lengthy string its working. try with smaller String > like "Test String" and let me know marquee is working or not? I am > using 2.1

[android-developers] Re: Marquee is not worked when screen rotate

2011-04-08 Thread pramod.deore
Ok Zsolt Vasvari. Thanks for confirming. On Apr 8, 1:09 pm, Zsolt Vasvari wrote: > Yes, that's correct.  The marquee is only used when the text doesn't > fit its container. > > On Apr 8, 3:06 pm, "pramod.deore" wrote: > > > > > > > > > Hi, Zsolt Vasvari Thanks for reply. When I tried above code

[android-developers] Re: Marquee is not worked when screen rotate

2011-04-08 Thread pramod.deore
Hi Abhilash, for lengthy string its working. try with smaller String like "Test String" and let me know marquee is working or not? I am using 2.1 Update1. API level is 7 On Apr 8, 12:37 pm, Abhilash baddam wrote: > Hi pramod, > >                 For me also it's working, whenever  the string leng

[android-developers] Re: Marquee is not worked when screen rotate

2011-04-08 Thread Zsolt Vasvari
Yes, that's correct. The marquee is only used when the text doesn't fit its container. On Apr 8, 3:06 pm, "pramod.deore" wrote: > Hi, Zsolt Vasvari Thanks for reply. When I tried above code with large > string message then marquee works properly. Is that mean marquee > useful for only large st

Re: [android-developers] Re: Marquee is not worked when screen rotate

2011-04-08 Thread Abhilash baddam
Hi pramod, For me also it's working, whenever the string length is more. So that i have given the string like this " string " On Fri, Apr 8, 2011 at

[android-developers] Re: Marquee is not worked when screen rotate

2011-04-08 Thread pramod.deore
Hi, Zsolt Vasvari Thanks for reply. When I tried above code with large string message then marquee works properly. Is that mean marquee useful for only large string i.e to show large line data which is not fit into screen size? On Apr 8, 11:56 am, Zsolt Vasvari wrote: > Create a bug report onhttp

[android-developers] Re: Marquee is not worked when screen rotate

2011-04-07 Thread Zsolt Vasvari
Create a bug report on http://b.android.com I dont' see anything wrong with your code. Using the emulator, try to determine on which Android SDK level it broke on and file a bug report. Put "Regression", "Honeycomb" and "3.0" in the title, if it applies so that you get some Google people to pa