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 other. Show all posts
Showing posts with label other. Show all posts

Monday, September 9, 2013

iOS Devs: does Apple let you use volume button for other function?

I would like to develop an app that uses the volume down button to not change the volume, but to record audio while it is held down. Like camera+ did originally to snap pictures using the camera and now the Apple camera app in iOS 6. Is this possible?

 

Thanks!


View the original article here

Sunday, September 8, 2013

iOS Devs: does Apple let you use volume button for other function?

I would like to develop an app that uses the volume down button to not change the volume, but to record audio while it is held down. Like camera+ did originally to snap pictures using the camera and now the Apple camera app in iOS 6. Is this possible?

 

Thanks!


View the original article here

Tuesday, April 23, 2013

Applescript: Communicate with other AppleScript

Hi there,

 

Which ways are there, and how do you use them (please give simple examples) to communicate between Applescripts?

Or is that basically impossible, and do you have to use c++ for that?

 

You may list all the possible ways , but the way I need requires certain things.

Imagine AppA is the main app, and when the user clicks a button,

AppA launches another Applescript app or script(preferably app*) called AppB, while giving certain parameters.

 

I'm aware of handlers, but I don't know fully how to use and call them.

 

Thanks in advance,

 

Isaiah

 

*I prefer to call and activate an app, because I want to be able to (let AppA) cancel AppB at any time.

If AppB would be an app, I could just simply use "do shell command "killall AppB"".

But if you know a method to do that for AppB as Applescript, then an Applescript is fine.

(If AppB runs as applescript, is it then an process? Because you can cancel processes in a shell command)


View the original article here

Wednesday, March 27, 2013

Stop and Resume audio from other view controller iOS AVPlayer

I have an app that plays sound when it loads. This happens in the AppDelegate.m file because the audio is used in most places. But I would like to pause the sound when the user clicks on the help menu because the help menu contains a help video and I do not want the sound to interfere. And when the user goes back to the main menu I want the sound to resume. Basically I would like to access the sound and perform things on it. How can I do this.

Thanks in advance!

 

AppDelegate.m:

- (void)applicationDidBecomeActive:(UIApplication *)application

{

      

   NSURL *url = [NSURL fileURLWithPath:[NSString stringWithFormat:@"%@/AppMusic.mp3", [[NSBundle mainBundle] resourcePath]]];

 

          NSError *error;

  audioPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL:url error:&error];

  audioPlayer.numberOfLoops = INFINITY;

 

          [audioPlayer play];

   

}


View the original article here

Suddenly, can't sync any songs from iTunes to iPhone, other help topics suggestions, not helping me :(

Everytime I try to sync any of my songs onto my iPhone 4, I get an error message that says: "Some of the items in the iTunes library, including "(song name)", were not copied to the iPhone "iPhone Name" because they could not be found." and then it stops syncing. It says there are 13 problems. Then when you expand to see the files, each one says: "(song name)"" was not copied to the iPhone "iPhone Name" because it could not be found." It can be any song, an old song from 7 years ago that I got off Limewire, or a song from a CD, or it can be a song I paid for from the iTunes store. Doesn't matter.

Couple weeks ago, I had no problems. Purchased new songs and had them in playlists on my phone. Then a couple days ago, I plugged my iPhone into the computer (to charge it), and suddenly my songs were removed off the iPhone. So I tried to put them back on, kept getting this error. So I googled it. I have spent the past 4 days TRYING to get things to work. I have looked through all the other similar questions, and tried suggestions on there. Nothing is working.

- There is no exclamation point beside any of my music.

- I have not changed the hard drives (I don't use my computer daily, probably once a week), (Windows is up to date also).

- I have tried re-adding the songs to the library.

- Everything still plays in iTunes.

- If I click on the file in its location, it will open it and play it in iTunes.

- I tried deauthorizing my account then reauthorizing it, didnt work.

- I have even removed all my music off my phone to see if that works, now I have 15 songs on it.

I did find it odd that when I looked in my purchased playlist, they were not there, but they are on the computer and on the purchased list (under the iTunes store on the side menu). At least I can use my iPod for when I'm in the car, but now I have to carry that around too, I'm getting quite frustrated. Normally I'm quite computer savvy, but I'm totally stuck on this one. And like most people, I rely on my iPhone WAY to much and let the little things affect my daily life. I hope SOMEONE can please help me?!?

(I don't know if it may even have to do with the fact that yesterday I finally got my iPhone updated to the latest IOS, (cuz I was finally able to download the update from iTunes... Unless that was a separate update) the one where it's like "do you want to cancel, download only, download and install").


View the original article here

Stop and Resume audio from other view controller iOS AVPlayer

I have an app that plays sound when it loads. This happens in the AppDelegate.m file because the audio is used in most places. But I would like to pause the sound when the user clicks on the help menu because the help menu contains a help video and I do not want the sound to interfere. And when the user goes back to the main menu I want the sound to resume. Basically I would like to access the sound and perform things on it. How can I do this.

Thanks in advance!

 

AppDelegate.m:

- (void)applicationDidBecomeActive:(UIApplication *)application

{

      

   NSURL *url = [NSURL fileURLWithPath:[NSString stringWithFormat:@"%@/AppMusic.mp3", [[NSBundle mainBundle] resourcePath]]];

 

          NSError *error;

  audioPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL:url error:&error];

  audioPlayer.numberOfLoops = INFINITY;

 

          [audioPlayer play];

   

}


View the original article here

Wednesday, March 20, 2013

Suddenly, can't sync any songs from iTunes to iPhone, other help topics suggestions, not helping me :(

Everytime I try to sync any of my songs onto my iPhone 4, I get an error message that says: "Some of the items in the iTunes library, including "(song name)", were not copied to the iPhone "iPhone Name" because they could not be found." and then it stops syncing. It says there are 13 problems. Then when you expand to see the files, each one says: "(song name)"" was not copied to the iPhone "iPhone Name" because it could not be found." It can be any song, an old song from 7 years ago that I got off Limewire, or a song from a CD, or it can be a song I paid for from the iTunes store. Doesn't matter.

Couple weeks ago, I had no problems. Purchased new songs and had them in playlists on my phone. Then a couple days ago, I plugged my iPhone into the computer (to charge it), and suddenly my songs were removed off the iPhone. So I tried to put them back on, kept getting this error. So I googled it. I have spent the past 4 days TRYING to get things to work. I have looked through all the other similar questions, and tried suggestions on there. Nothing is working.

- There is no exclamation point beside any of my music.

- I have not changed the hard drives (I don't use my computer daily, probably once a week), (Windows is up to date also).

- I have tried re-adding the songs to the library.

- Everything still plays in iTunes.

- If I click on the file in its location, it will open it and play it in iTunes.

- I tried deauthorizing my account then reauthorizing it, didnt work.

- I have even removed all my music off my phone to see if that works, now I have 15 songs on it.

I did find it odd that when I looked in my purchased playlist, they were not there, but they are on the computer and on the purchased list (under the iTunes store on the side menu). At least I can use my iPod for when I'm in the car, but now I have to carry that around too, I'm getting quite frustrated. Normally I'm quite computer savvy, but I'm totally stuck on this one. And like most people, I rely on my iPhone WAY to much and let the little things affect my daily life. I hope SOMEONE can please help me?!?

(I don't know if it may even have to do with the fact that yesterday I finally got my iPhone updated to the latest IOS, (cuz I was finally able to download the update from iTunes... Unless that was a separate update) the one where it's like "do you want to cancel, download only, download and install").


View the original article here

Thursday, February 21, 2013

Re: Other Storage issue in "Storage" menu Of "About This mac"

There is no one to help me??!!!!!!!!!!!!!!!!!!! plz


View the original article here

Sunday, February 17, 2013

Tuesday, January 15, 2013

Problem moving xcode cocoa c++ app to other mac's

Hi everyone,

 

My apologies if I am posting this in the wrong forum/section.

 

I am developing a C++ Cocoa app using the latest version of XCode on my MACOS which is running Mountain Lion. It is a fairly simple C++ app but upon copying the executable to another machine, it states that it will not run due to the version of MACOS being different. Apparently my wife has 10.7.5 and I have version > 10.8 so I'm confused how I can make my simple C++ app written in Cocoa work on other macs. Any advice would be greatly appreciated.

 

Thank you


View the original article here

Friday, January 11, 2013

Problem moving xcode cocoa c++ app to other mac's

Hi everyone,

 

My apologies if I am posting this in the wrong forum/section.

 

I am developing a C++ Cocoa app using the latest version of XCode on my MACOS which is running Mountain Lion. It is a fairly simple C++ app but upon copying the executable to another machine, it states that it will not run due to the version of MACOS being different. Apparently my wife has 10.7.5 and I have version > 10.8 so I'm confused how I can make my simple C++ app written in Cocoa work on other macs. Any advice would be greatly appreciated.

 

Thank you


View the original article here

Problem moving xcode cocoa c++ app to other mac's

Hi everyone,

 

My apologies if I am posting this in the wrong forum/section.

 

I am developing a C++ Cocoa app using the latest version of XCode on my MACOS which is running Mountain Lion. It is a fairly simple C++ app but upon copying the executable to another machine, it states that it will not run due to the version of MACOS being different. Apparently my wife has 10.7.5 and I have version > 10.8 so I'm confused how I can make my simple C++ app written in Cocoa work on other macs. Any advice would be greatly appreciated.

 

Thank you


View the original article here

Re: Problem moving xcode cocoa c++ app to other mac's

Set your Deployment OS to 10.7.


View the original article here