TurboImageProject icon indicating copy to clipboard operation
TurboImageProject copied to clipboard

How can I addObject at a specific location

Open tsakmalis opened this issue 7 years ago • 4 comments

I would like to add 6 items in turboImageView using addObject(..., ....) but I would like to set them in specific Location. So I am using something like this:

PositionAndScale positionAndScale = new PositionAndScale();
                        positionAndScale.set(940, 740,
                                false, 0,
                                false, 0, 0,
                                false, 0);
PointInfo pointInfo = new PointInfo();
turboImageView.setPositionAndScale(multiTouchObj.get(i), positionAndScale, pointInfo);
turboImageView.addObject(getActivity().getApplicationContext(), R.drawable.weather_cloudy_day);

but unfortunately any of the 6 items is at the Center.

Is there any solution?

tsakmalis avatar May 03 '17 15:05 tsakmalis

Hi @tsakmalis,

I am facing the same issue as yours. Is there any solution you found regarding that, or is there any other library that can enable us to do so. Please let me know.

Thanks in advance.

DeepankarElanWrap avatar Jun 29 '19 11:06 DeepankarElanWrap

I am also facing any issue. any solution guys?

itvignes09 avatar Feb 26 '20 05:02 itvignes09

@itvignes09 I had solved this issue u have to copy the library and make some changes to that code

DeepankarElanWrap avatar Feb 27 '20 10:02 DeepankarElanWrap

Ok thanks @DeepankarElanWrap

itvignes09 avatar Feb 27 '20 11:02 itvignes09