- Posts: 35
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Multiple Notes at same location
- bashirisonline
-
Topic Author
- Offline
- Junior Member
-
Less
More
IP: 192.168.0.71
11 years 6 months ago - 11 years 6 months ago #7081
by bashirisonline
Multiple Notes at same location was created by bashirisonline
Hi,
When I try to add notes to a page, the note is added successfully, but the problem is that when I try to add another note at the same place then it overlaps the older note, and hence the older note cannot be tapped/viewed.
is there any resolution for this problem.
Please update ASAP.
Thanks.
When I try to add notes to a page, the note is added successfully, but the problem is that when I try to add another note at the same place then it overlaps the older note, and hence the older note cannot be tapped/viewed.
is there any resolution for this problem.
Please update ASAP.
Thanks.
Last edit: 11 years 6 months ago by [email protected].
IP: 192.168.0.158
11 years 6 months ago #7082
by nermeen
Replied by nermeen on topic Multiple Notes at same location
This is the default behavior of the demo app..
You can change this behavior yourself based on your requirements, you can use GetAnnotFromPoint(float, float) to help you in your implementation
You can change this behavior yourself based on your requirements, you can use GetAnnotFromPoint(float, float) to help you in your implementation
- bashirisonline
-
Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 35
- Thank you received: 0
IP: 192.168.0.71
11 years 6 months ago #7087
by bashirisonline
Replied by bashirisonline on topic Multiple Notes at same location
This is not the default behavior of demo app only, library also behaves the same way. How can I change the implementation so that no new note can overlap an already existing note.
IP: 192.168.0.158
11 years 6 months ago #7088
by nermeen
Replied by nermeen on topic Multiple Notes at same location
You can check if there is a nother annotation around this location using GetAnnotFromPoint(float, float) before adding a new one
Time to create page: 0.407 seconds