Re: [android-developers] How can i display exactly on the top....?

2012-01-04 Thread Abhilash baddam
Hi poncho, Thanks for the reply. I did get your suggestion, can you please explain it clearly. On 1/4/12, poncho poncho...@gmail.com wrote: Hi, I'm not sure that I understand, what's wrong with: popup.layout( left, top, left + width, top + height); /Poncho On 01/04/2012 08:21 AM,

Re: [android-developers] How can i display exactly on the top....?

2012-01-04 Thread poncho
Hi, What happen if you try to move the popup before displaying it using the following line? popup.layout( left, top, left + popup.getWidth(), top + popup.getHeight()); /Poncho On 01/04/2012 11:35 AM, Abhilash baddam wrote: Hi poncho, Thanks for the reply. I did get your

Re: [android-developers] How can i display exactly on the top....?

2012-01-04 Thread saran vonteddu
HEY ABHILASH..!!! On Wed, Jan 4, 2012 at 3:30 PM, poncho poncho...@gmail.com wrote: Hi, What happen if you try to move the popup before displaying it using the following line? popup.layout( left, top, left + popup.getWidth(), top + popup.getHeight()); /Poncho On 01/04/2012

Re: [android-developers] How can i display exactly on the top....?

2012-01-04 Thread Abhilash baddam
Hi poncho, I tried but its not working as per your suggestion. On 1/4/12, poncho poncho...@gmail.com wrote: Hi, What happen if you try to move the popup before displaying it using the following line? popup.layout( left, top, left + popup.getWidth(), top + popup.getHeight());

Re: [android-developers] How can i display exactly on the top....?

2012-01-04 Thread Abhilash baddam
any help on this issue? On 1/4/12, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: Hi poncho, I tried but its not working as per your suggestion. On 1/4/12, poncho poncho...@gmail.com wrote: Hi, What happen if you try to move the popup before displaying it using the

Re: [android-developers] How can i display exactly on the top....?

2012-01-04 Thread Abhilash baddam
any help on this issue... On 1/4/12, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: any help on this issue? On 1/4/12, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: Hi poncho, I tried but its not working as per your suggestion. On 1/4/12, poncho

Re: [android-developers] How can i display exactly on the top....?

2012-01-04 Thread skink
Abhilash baddam wrote: any help on this issue... hmm, if you want to show a popup window at some arbitrary location on the screen then you should read docs of PopupWindow pskink -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

Re: [android-developers] How can i display exactly on the top....?

2012-01-03 Thread TreKing
On Tue, Jan 3, 2012 at 8:41 AM, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: When i tap on the marker i can be to display a popup which will display always on the top screen, but how can i display exactly on the top of marker You should clarify.

Re: [android-developers] How can i display exactly on the top....?

2012-01-03 Thread Abhilash baddam
any help regading this issue... On Tue, Jan 3, 2012 at 9:06 PM, TreKing treking...@gmail.com wrote: On Tue, Jan 3, 2012 at 8:41 AM, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: When i tap on the marker i can be to display a popup which will display always on the top screen,

Re: [android-developers] How can i display exactly on the top....?

2012-01-03 Thread TreKing
On Tue, Jan 3, 2012 at 1:31 PM, Abhilash baddam abhilash.androiddevelo...@gmail.com wrote: any help regading this issue... Maybe if you clarified what you're asking, like I asked the first time around.

Re: [android-developers] How can i display exactly on the top....?

2012-01-03 Thread poncho
Hi, I'm not sure that I understand, what's wrong with: popup.layout( left, top, left + width, top + height); /Poncho On 01/04/2012 08:21 AM, Abhilash baddam wrote: Hi, My problem is when i tap on the marker i want to show the popup exactly on the top of the marker like displayed in