custom slider for video trimming application... how i can implement(help needed)

2012-10-12 Thread Muthulingam Ammaiappan
Hi Friends, i am developing the video trimming application in cocoa /mac os x 10.7.4 and xcode 4.3.3...(i am newbie to the cocoa and mac) my current requirement is *need a custom slider which will allow the user to select the range and then trim the video clip with that range*... is there

custom slider for video trimming application

2012-10-12 Thread Muthulingam Ammaiappan
Hi Friends, i am developing the video trimming application in cocoa /mac os x 10.7.4 and xcode 4.3.3...(i am newbie to the cocoa and mac) my current requirement is I *need to develop the custom slider which will allow the user to select the range and then trim the video clip with that

Re: custom slider for video trimming application

2012-10-12 Thread Robert Martin
Try googling: cocoa double slider - and look at the first hit! On Sep 26, 2012, at 12:15 AM, Muthulingam Ammaiappan muthulinga...@gmail.com wrote: Hi Friends, i am developing the video trimming application in cocoa /mac os x 10.7.4 and xcode 4.3.3...(i am newbie to the cocoa and mac)

Re: custom slider for video trimming application

2012-10-12 Thread Muthulingam Ammaiappan
Hi All, i have successfully implemented the trim slider... here is my implementation details: step1: i have created the custom NSView step2: i have added the NSSlider,Start Trim Thumb,End Trim Thumb step3: implemented the Mouse Down,Mouse Dragged,Mouse Up Events i am wondering ...