IPAD must-haves. And fun-to-haves.

Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini

Apple Wireless Keyboard

The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad

Apple unveils iPad mini: ‘Thin as a pencil, light as paper’

iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool

Lightning connector and FaceTime HD camera

Apple announces 4th generation iPad packing an A6X CPU

Pages

Showing posts with label files. Show all posts
Showing posts with label files. Show all posts

Tuesday, April 23, 2013

Editing files

Is it possible to begin the editing process in Windows Movie maker and later transfer all my clips and files to Final Cut Pro to polish-up and finish my project?

On this same note, is it possible to use Video Pad Video editor and later transfer all my clips and files to Final Cut Pro to polish-up and finish my project?

Thanks,

elemir


View the original article here

Wednesday, April 3, 2013

Sorting folders before files in finder. Help!

So far I have learnt that I can navigate to InfoPlist.strings and alter the code via the terminal, however the code I found was different than the one I found on the website(http://www.howtogeek.com/67100/force-your-mac-to-put-folders-on-top-of-files-win dows-style/). I have been trying to convert the code I have from binary to mxl with no luck, so I'm not sure how to proceed. I have a Mac OS X Lion 10.7.5 so I'm not sure if the coding is different or what. Basically, I'm just trying to force my folders to be above my files in finder. Any help would be greatly appreciated!


View the original article here

Re: Sorting folders before files in finder. Help!

great thanks so much!!!


View the original article here

Wednesday, March 13, 2013

How to run flash (swf files) in standalone in iPad2?

I want to run flash (swf files) in standalone mode in iPad 2. How do I do that?

I understand that I need to convert into an ipa file through flash cs5 itself but there is no way to test it without having a developers account.

I don't mind paying $99 to Apple to become a developer but first I need to test it!!!
is there a way out?


View the original article here

Sunday, March 3, 2013

Saturday, March 2, 2013

Im using xcode 4.6 and im having problems reading files using the fopen function in c


Im using xcode 4.6 and im having problems reading files using the fopen function in c


View the original article here

Im using xcode 4.6 and im having problems reading files using the fopen function in c


Im using xcode 4.6 and im having problems reading files using the fopen function in c


View the original article here

Tuesday, February 26, 2013

How to use applescript to copy data from many excel files to one file?

I am very new to applescript and I want to write a script to do routine excel work. I want to copy values from cells in multiple excel files then paste them into a "master" excel file and the data is always in the same cells. I am having trouble understnading how to cycle through a folder with many excel files. Any one have any advice?


View the original article here

Saturday, February 23, 2013

How to use applescript to copy data from many excel files to one file?

I am very new to applescript and I want to write a script to do routine excel work. I want to copy values from cells in multiple excel files then paste them into a "master" excel file and the data is always in the same cells. I am having trouble understnading how to cycle through a folder with many excel files. Any one have any advice?


View the original article here

Thursday, February 21, 2013

Deleting .plist files

Is there a way to tell which .plis files in launch agent and daemons folders are trojans or malicious script?


View the original article here

Sunday, February 17, 2013

Deleting .plist files

Is there a way to tell which .plis files in launch agent and daemons folders are trojans or malicious script?


View the original article here

Re: Deleting .plist files

Usually the plist file will be named after the bundle identifier of the application, but you can also just look in the file to see what application is being run.


View the original article here

Deleting .plist files

Is there a way to tell which .plis files in launch agent and daemons folders are trojans or malicious script?


View the original article here

Changes in provisioning files stuck on "Pending"

I modified some provisioning files and now they are stuck on Pending. When I try to update them from xCode I get one of two messages, either "The provisioning file is pending try back later" or "No value was provided for the parameter 'certificateIds'." when I try to renew. This has been going on for hours, I really need this to get resolved. I submitted a ticket but no response yet. I have two developer accounts, now both are screwed up.

Is there a number I can call?

I can't wait for days here.


View the original article here

Thursday, January 10, 2013

Re: AppleScriptObjC app with check marks, asking for files, and moving the files?

How do I make this duplicate variable an alias? I cannot think of another way to identify it.

Also, how do I access the Resources folder in applescript with Xcode? The normal applescript I've used in applescript apps:

 

set OriginalFinderIcon to ((path to me as text) & "Contents:Resources:finder.png")

tell application "Finder"

duplicate OriginalFinderIcon to "Macintosh HD:System:Library:CoreServices:Dock.app:Contents:Resources:" with replacing

end tell

 

This script is not working with my Xcode app.

I have the original finder, trashempty, and trashfull files in there, and would like a button that copies those files to the correct folder when the "Restore _____ Icon" button is pushed

 

Thanks


View the original article here

Re: AppleScriptObjC app with check marks, asking for files, and moving the files?

How do I make this duplicate variable an alias? I cannot think of another way to identify it.

Also, how do I access the Resources folder in applescript with Xcode? The normal applescript I've used in applescript apps:

 

set OriginalFinderIcon to ((path to me as text) & "Contents:Resources:finder.png")

tell application "Finder"

duplicate OriginalFinderIcon to "Macintosh HD:System:Library:CoreServices:Dock.app:Contents:Resources:" with replacing

end tell

 

This script is not working with my Xcode app.

I have the original finder, trashempty, and trashfull files in there, and would like a button that copies those files to the correct folder when the "Restore _____ Icon" button is pushed

 

Thanks


View the original article here

Re: AppleScriptObjC app with check marks, asking for files, and moving the files?

How do I make this duplicate variable an alias? I cannot think of another way to identify it.

Also, how do I access the Resources folder in applescript with Xcode? The normal applescript I've used in applescript apps:

 

set OriginalFinderIcon to ((path to me as text) & "Contents:Resources:finder.png")

tell application "Finder"

duplicate OriginalFinderIcon to "Macintosh HD:System:Library:CoreServices:Dock.app:Contents:Resources:" with replacing

end tell

 

This script is not working with my Xcode app.

I have the original finder, trashempty, and trashfull files in there, and would like a button that copies those files to the correct folder when the "Restore _____ Icon" button is pushed

 

Thanks


View the original article here

Re: AppleScriptObjC app with check marks, asking for files, and moving the files?

How do I make this duplicate variable an alias? I cannot think of another way to identify it.

Also, how do I access the Resources folder in applescript with Xcode? The normal applescript I've used in applescript apps:

 

set OriginalFinderIcon to ((path to me as text) & "Contents:Resources:finder.png")

tell application "Finder"

duplicate OriginalFinderIcon to "Macintosh HD:System:Library:CoreServices:Dock.app:Contents:Resources:" with replacing

end tell

 

This script is not working with my Xcode app.

I have the original finder, trashempty, and trashfull files in there, and would like a button that copies those files to the correct folder when the "Restore _____ Icon" button is pushed

 

Thanks


View the original article here

AppleScriptObjC app with check marks, asking for files, and moving the files?

I am fairly familiar with AppleScript, but I just downloaded Xcode, and I am trying to make a simple app, but I am completely lost.

What I am making is an app where it asks for icons for Finder, Empty Trash, and Full Trash. I have three check boxes, "Finder," "Trash Empty," and "Trash Full." Whichever are checked, when you click the "Change my Icons!" button, it will ask for the appropriate icons, and move them to: /System/Library/CoreServices/Dock.app/Contents/Resources, then run the Terminal command: killall Dock. I have the appearance set up, but I am clueless on how to match the buttons to the command, and how to make a variable out of each check mark.

 

Thanks So much!


View the original article here