Associating a marker (dot) with calendar control - iphone

My Application requires the calendar control and i had downloaded the custom calendar control from the below given link.
http://blog.webscale.co.in/?p=244
Now the thing we want to do is put a dot in the tile for the dates which has some data associated with it. How can I implement it using the above calendar?
Please Give Your Suggestions
Please Help.
Thanks in Advance.

Got the thing working. Actually i got the solution after a week by myself so if anyone interested is knowing the method then please let me know guys.. i would be happy to help.
basically it is about making a few changes.
Few changes are very hard to put here so if anyone is interested then i would help him/her.
Thanks anyways

Related

UndoManager in iphone sdk

I want to apply the Undo & Redo operations in my app.
I read the apple document as well as googled it but not get the proper solution.
In my app I apply lot of image operations on UIImage & I want to store each state & apply Undo -Redo accordingly.
How to use UndoManager? How it Works?
Please share some links regarding this or links for tutorials of undo manager.
If anyone knows it, then please help me.
Thanks in advance.
I recommend you to go through the tutorial here. Hope this helps you out. Enjoy.

Captch Integration

Is there any particular way to integrate Captch code validation in iPhone application?
is this possible to create captcha? (with or without web-service / any API)
If any kind of external library or any source is required to be imported, then also please let me know.
Any kind of link or source code is available then please suggest me.
Also suggest from where to start to do this, if possible.
Thanks in advance.
I know you probably don't want to hear this, but why do you need captcha on iPhone? It's completely useless since there are no bots or something.
But if you really need it then make some image with white background and then use this code
http://iphonesdksnippets.com/post/2009/05/05/Add-text-to-image-%28UIImage%29.aspx
to add text to the image... once you'll have this, then just check if the entered string is equal to the randomly generated one on the image and you are good to go.
I didn't find any libraries which could be used as a captcha, so I think this is probably the best solution right now.
Cya,
Nick

Adding a New Event manually in kalCalender

I just want to add a event manually in my prog from using the kalcalender from add button. But basically i have no idea of that.
https://github.com/klazuka/Kal
I try to understand from the nativecal, But i cant get it.
thanks in advance.
Hopefully someone else can help you on your question, but I assume you've already considered using Apple's EKEventEditViewController. The Event Kit Programming Guide explains is pretty well. I add calendar events in the user's calendar incredibly easily with that, but perhaps you're trying to do something that I don't understand.

How to add digital signature image to pdf in ios?

Can anybody help me to solve this problem.
I am working on iphone development. This is new for me.
I need to generate a pdf with digital signature. I don't have any idea about this . I have googled past 1 week, still i am not able to crack this problem.
Please can anybody explain the step by step procedure or provide me some source code example.
Also provide me some good links.
see this may be help you :Convert an image to pdf
Please have a look at this.
http://osxdaily.com/2011/08/17/sign-pdf-with-digital-signature-mac-os-x/
----or------
http://layersmagazine.com/digital-signatures-acrobat8.html
hope this may Help you

GWT - area selection/imagemap

So, I'm starting to use GWT and I am having a little problem.
I have to retrieve some information about a building and I want to show to the user a floorplan for him to choose from where does he want information to be shown.
So, I tried an imagemap, but Iit is not working. Do someone has any suggestion or example of that?
Thank you,
Mauricio
I'm sure there are a couple ways of going about this. You might want to try some extension of the an already existing class as was done here with ComplexPanel http://www.koders.com/java/fid1ACE81656C6F49C2E81126751E938A61215D6A6F.aspx?s=mdef%3ainsert