Re: Non-rectangular image of NSView for dragging

2011-06-19 Thread Sivakumar Kandappan
I assume you are using the draw rect function. The following is my opinion and my way of doing When the user selects the objects; create path from the non rectangular image with respect to any frame of reference like frame or bounds of the shape. You can use path to clip the region by using mask o

Re: Tab Bar iPad App With Table View(Conrad Shultz)

2011-06-19 Thread Sivakumar Kandappan
Hi For the the kind of view which you were mentioning you should create a standard or customised tableview controller and set the tabbar controllers property.After setting this add the tabbar view to the view which will show the tab bar. Once you click the tab bar button. Tableview controller load

Runloop doesnt get fired when scheduled with the stream

2011-06-16 Thread Sivakumar Kandappan
Hello All I`m currently doing a FTP client for my project. I`ve scheduled the readstream/writeStream with the runloop to read the file from the harddisk/write the file to the harddisk and send it to the server. After uploading and downloading the file I unschedule the stream from the runloop. This

Subview getting clipped by its parent view when scale transformation done

2011-03-01 Thread Sivakumar Kandappan Singaravadivelu
My project involves *4 independent views in screens*. In this case,apple documentation states us to have only *one viewcontroller and have 4 NSObject * to control the different views.I didnt use Interface builder to create the views and NSObject, I didnt by declaring programmatically. In one of the

NSObject as Viewcontroller

2010-11-10 Thread Sivakumar Kandappan Singaravadivelu
Hello Everyone I`m new to iPad Programming. I found in the ViewController programming guide that, there should be one to one correspondence between the view controller and the screen displayed and also says that, if you have to manage different veiws on the same screen I have to use NSO object a

NSOobject as ViewController and MVC architecture

2010-11-06 Thread Sivakumar Kandappan Sivakumar
Hello Everyone I`m new to iPad Programming. I found in the ViewController programming guide that, there should be one to one correspondence between the view controller and the screen displayed and also says that, if you have to manage different veiws on the same screen I have to use NSO object a

iPhone 4 debugger error repeating everytime

2010-09-20 Thread Sivakumar Kandappan Singaravadivelu
Hello everyone I`m getting this strange warning when i start my program in debugging mode and repeats for every step. * * *Asertion failed: (cls), function getName, file /SourceCache/objc4_Sim/objc4-427.1.1/runtime/objc-runtime-new.m, * * * * * *I created my program in xcode 3.2.2 but i`m gett

Animating the view layer

2010-09-09 Thread Sivakumar Kandappan Singaravadivelu
Hi Everybody I need to bring the ripple effect animation in iphone that is present in widget application when you drop a new widget. I tried posting in various forums including apple forum I cant find the answer for it. I hope you guyz can help. The following is the code which I used for the anim