Re: [android-developers] Re: Bind the pushpin on image

2010-08-15 Thread Frank Weiss
It's gratifying to hear that I helped you. Thanks! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+uns

[android-developers] Re: Bind the pushpin on image

2010-08-15 Thread Beena
Thanks Frank. I just forgot basic thing. How can I forgot this. At last its done Thanks for the help. Its working fine now. Thanks, Beena On Aug 14, 10:52 pm, Frank Weiss wrote: > I think I see the problem in your code. The view hierarchy is: > > sv (abl (layout(iv), iv1)) > > where sv is a

Re: [android-developers] Re: Bind the pushpin on image

2010-08-14 Thread Frank Weiss
I think I see the problem in your code. The view hierarchy is: sv (abl (layout(iv), iv1)) where sv is a ScrollView and layout is a HorizontalScrollView. Which one actually does the scrolling? Have you tried this view hierarchy: sv (abl (layout(iv, iv1))) -- You received this message because yo

[android-developers] Re: Bind the pushpin on image

2010-08-14 Thread Beena
Here is the code: == ScrollView sv = new ScrollView(this); sv.setBackgroundColor(Color.WHITE); AbsoluteLayout abl = new AbsoluteLayout(this); HorizontalScrollView layout = new HorizontalS

Re: [android-developers] Re: Bind the pushpin on image

2010-08-13 Thread Frank Weiss
Perhaps you can give a sample of the code used to draw the image and the pushpins? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send

[android-developers] Re: Bind the pushpin on image

2010-08-13 Thread Beena
Yes main image of size 600x600 is scrolling, but pushpin not. Pushpin are plotted at their own point on the main image, so as I scroll the main image the pushpin should stay at their position. Which is not happening. And I am not able to plot the pushpin on outside of the canvas. Eg. on 600x500, ou

Re: [android-developers] Re: Bind the pushpin on image

2010-08-13 Thread Frank Weiss
> > I cant scroll the pushpin. > I must be missing something then. You did say that the underlying image is scrollable. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.co

[android-developers] Re: Bind the pushpin on image

2010-08-13 Thread Beena
@Frank Weiss >I suppose you need to scroll the pushpin as well. I cant scroll the pushpin. @Farjad Habib >use map layout... I am not using any map api. This is image of building which shows rooms/shop, where I can plot the small images on the main image of building. Hope you can understand. An

Re: [android-developers] Re: Bind the pushpin on image

2010-08-12 Thread Farjad Habib
use map layout... I hope it can help... On Thu, Aug 12, 2010 at 11:20 AM, Beena wrote: > hi > Is there any one who can guide? > > On Aug 6, 11:04 am, Beena wrote: > > Hi all, > > I have an image of 600x600. Which is scrollable horizontally and > > vertically. > > And then I have to add the pus

Re: [android-developers] Re: Bind the pushpin on image

2010-08-12 Thread Frank Weiss
I suppose you need to scroll the pushpin as well. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsu

[android-developers] Re: Bind the pushpin on image

2010-08-11 Thread Beena
hi Is there any one who can guide? On Aug 6, 11:04 am, Beena wrote: > Hi all, > I have an image of 600x600. Which is scrollable horizontally and > vertically. > And then I have to add the pushpin at particular point. > I can plot the pushpin on it, but as I scroll horizontally then the > images a