Hi everyone:
When I use QTMovie to play movies. I want to custom myself progress slider
instead of the NSSlider.
How to custom the progress slider?
thks!
Bright
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin
gly. It is OK now.
Thank you. Thank you for everyone's help
Bright
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)li
>Try
>[tableRecordsArray addObject:infoDictionary]
>instead of
>> [tableRecordsArray insertObject:infoDictionary atIndex:row+i];
>
>Tell us what tableRecordsArray is and how you allocate it.
I have tried the replacement, it does not work.
The tableRecordsArray the NSArray object for conserv
express myself and my questions.
I Am Sorry. Next time, I will comply the regulation.
Bright
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins
>Hi
> In the "- (BOOL)tableView: acceptDrop: row: dropOperation:" method, I tried
> to insert the information Dictionary into the Array use the code
> "[tableRecordsArray insertObject:infoDictionary atIndex:row+i];".
>But when I drop the file into the table view, the app exited immediately
>> But when I drop the file into the table view, the app exited immediately.
>
>Find the crash report and look at it; if you don't figure it out from that,
>send another message here with the crash report.
Hi
Sorry, I can not figure out the crash report. Could you tell me how to
find the
Hi all,
In my application, I want to drag the file into the table view. At the same
time, display the file's basic information in the columns of the table view.
Now, I got the basic information of the file and saved it in a NSDictionary
object.The code is :theInfoDictionary
nu];
Now I hope the contextual menu disappears in the empty rows. And it is only
valid in the
rows which hold data. But I don't know how to implement the purpose...
Any help greatly appreciated.
Bright
___
Cocoa-dev mailing list
thods?
Thank you.
Bright
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscri
Hi Every Friend,
In my app, my purpose is to limit the media type to the .mp3 and .aiff
only when I drag files into a table view. Other type is not allowed.
The code fragment is to limit the media type to mp3 and .aiff. When I
drag file into table view, MP3 file is OK. But the .aiff
Now , I see. Thank you for everyone's help.
Binding is useful, but sometimes maybe it is not suited to your need.
Bright
>On Jul 7, 2009, at 4:48 PM, Jesse Armand wrote:
>
>> I'm not even familiar with Bindings, is it convenient to use ?
>>
>
>
Hi Everyone,
There is an array with several elements in my application. And I have shown
the elements in a tableview
using binding.
But now I need to display the elements using code only. Could anyone help
me? Which method should
I use?
Thank you for help!!
Bright
//developer.apple.com/iphone/library/documentation/DataManagement/Conceptual/iPhoneCoreData01/Introduction/Introduction.html
>
>mmalc
Thanks very much.
Is there any document to show/explain the process to implement the
CoreRecipe?
sample concretely?
Thx.
Bright
>
>
step by step. Is there
any document to show/explain the process
to implement them concretely?
Thank you very much. Any help is useful for me. Thank you!!
Bright
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin req
anyone give some directions about it ? Both the basic principle and
the key methods are important
for me.
Thx.
Bright
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact
hould use the "[super dealloc];"? Could anyone list all of
case.
Bright
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admin
>On May 18, 2009, at 9:28 PM, Bright wrote:
>
>> I am a novice of Cocoa. So can you tell me detailed about the
>> specify the file type to Audio File
>> when dragging a file to tableview?
>>I tried the "validateDrop method" and NSworkspace
tried the "validateDrop method" and NSworkspace, but failed. Does this have
relationship with UTIs?
thank you very much.
Bright
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to th
want
the App to create a new directory in a specified path and copy the audio file
into the directory.
In other words, I want to create a library to store my audio file. How to
implement it?
Thank you.
Bright
___
Cocoa-dev mailing list (Coco
loadData];
[songTable selectRow:row+i-1 byExtendingSelection:NO];
return YES;
}
Thank you
Bright
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at c
hi
when I open a Apple's samplecode of cocoa and run it, the mistake of
“command developer usr bin gcc-4.0 failed with exit code 1" is occur.
How to solve it?
thank you!
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not
Hi,
In my App's tableview, I want to show the items in a list ,grid or
coverflow.
which APIs should I to call?Could anybody tell me?
Tks very much.
Bright
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post
ture.
>
>Depending on how you want to the user to interact with your fast
>forward or fast backward buttons, you'll want to create an action that
>interprets the button's click, then determines when to start the movie
>playing at the "scan" rate.
>
>lat
Hi,
By using the "-stepForward:" and the "-stepBackward:" methods
of the QTMovie class, I realized the forward/backward a frame
when I click the corresponding buttons.
But my purpose is to implement fast forward and fast backward
when I press the corresponding buttons for a while. The result
Hello everybody:
I am writing an application about sound playing. I can add some sound
files to my Xib's tableview.
Now, I want to play a sound file by double-click it. But, I didn't find the
method of this function. How to play a sound file by Double-click in a
tableview?
Thanks for all
Hi,everyone
Now, I am trying to write a music player app. So I want to create a
"Library" to add my sound files to it.
The function of the library is same as iTunes library.
What's the principle of creating the "Library"? And,how to implement it?
Any clues and documents about about
26 matches
Mail list logo