Background: I am writing an application which overlays shapes on an image. The shapes are stored in an online service. I must create shapes on the local device to match those stored (and created) in the online service. I am quite successful- currently I am able (through hacky work-arounds) to:
Please let me know if any of the following can be achieved, and if not please accept this as a request to add the feature. In some cases I have been able to work around and these would make it less "hacky", in other cases I do not have a work-around.
Thanks! This tool is pretty neat but just seems to be missing a lot of ability to control it/bend it to a slightly different use :)
I was unable to post the entire text- the forum told me a disallowed word or link was present. I could then edit the text and paste it back in, with no changes, and it accepted.
Also: 6) Change/Retrieve the shape data through a means other than serialization. Let us access them directly as properties or through methods.
Sridevi, thanks for all your work!
As far as #5 goes, I'd like the classes publishes so that the serialized text can be de-serialized into classes and worked with. I was very succesful in reverse engineering them, but it would be nice not to have to. For an example of using this- you can de-serialize the data into classes, make changes, then load those edits and have the changes reflected. Query 6's feature would require you to provide these classes anyway