sdk

Using Quickbooks SDK: how should we import commissions?

One of my developers is attempting to import commissions (related to payroll) from one our products via the QuickBooks SDK. So far the only solution he's been able to come up with is to create a pay type with a pay rate per hour and convert the actual commission amount to an hour rate based on that. It's ugly and will very likely break....

Reflow PDFs for an iPhone screen (iPhone SDK)

I'm currently making an iPhone app that has PDF viewing a crucial part of its functionality. However many of the PDFs aren't iPhone friendly and require zooming and panning to read them. Is there anything I can do to make them better whether with the PDF itself or programmatically? (I'm currently using a UIWebView PDF viewer by the way....

Button Application- iPhone Application

I am a meganoob in iPhone Application programming. All I want to do is make an application with a single button. When you press the button, it plays an audio file. The button is just two images, one for the normal state and one for the pressed state. I have no clue how to get from point A to point B, it seems so straightforward in web...

How to set the touch Access to one element in UIWebView?

Situation: I have an interactive Java/AJAX Object in my HTML page. It's a simple Application for displaying images with zooming. Recently I can tap / touch the screen and the Application detects that and is zooming in - like that i wanted. But the other features like to move the crop of the image to another area of the image isn't suppo...

How to avoid XCode framework weak-linking problems?

Hi, I'm building an application that takes advantage of Mac OS X 10.6-only technologies, but without giving up backwards compatibility to 10.5 Leopard. The way I do this is by setting the 10.6 SDK as the base SDK, weak-linking all frameworks and setting the deployment target to 10.5 as described in: http://developer.apple.com/mac/libr...

From where can i download the iPhone WebApp ?

Hi, All if i have submitted the iphone WebApp at https://adcweb.apple.com/iphone/index.php using ADC Account. i want to know where can i get iPhone WebApp ? is it from iTunes or from my WebServer. Thanks in advace... ...

off a sound effect with NSUserDefaults

i try to off a sound effect on my app play method is ' [myMusic play]; -(void)viewDidLoad { BOOL soundIsOff = [defaults boolForKey:@"sound_off"]; //the problem is here //xcode compiler doesn't copile this code [myMusic play] = soundIsOff; } sound code : ' ///sound effect NSString * musicSon...

Run appliction on the older iphone os

hi my new app update runs only on 3.1.3 OS and some people who have older os [3.1.2] can't run the application on the iphone .. does it way to solve this ? and my app runs on 3.1.2 iphone os? ...

Iphone sdk, Rounded UIImageView FRAME corners, not just masking it...

Hi, i am building a app in which if a UIImageView hits another something happens, i am using the CGRectIntersetsRect statement, i would like to make it as accurate as i can, at the moment i have about 8 UIImageViews inside this one UIImageView and i am detecting if something hits them 8 little views, i have decided that this is not a ver...

IPhone sdk stop the accelerometer from working when something happens.

Hi, I am using the accelerometer to move a few UIImageViews around the screen, at the moment the accelerometer only works when a NSTimer is at 0, this is fine. I would also like to make the accelerometer stop again when a different function happens. here is my code at the moment: -(BOOL) accelerometerWorks { return time == 0; } -(voi...

Installing MSBuild 4.0 without Visual Studio 2010

I installed .NET 4.0 and VS 2010 RC on my laptop and MSBuild was automatically installed. I was hoping to build a continuous integration server by just installing the .NET SDK without VS 2010, so I downloaded the .NET 4.0 Framework from Microsoft at this link. Unfortunately, it doesn't appear to have installed MSBuild with this downloa...

Interchanging presentModalViewController and pushViewController

I am using a sample ViewController that is displayed in the sample program as a presentModalViewController. However, I want to use pushViewController on the UIViewController instead. The problem is that when I switch to pushViewController, the ViewController no displays properly. Functions in the ViewController are called, but I don...

Troubleshooting FORM POST problems

I'm using the following code to submit to a WCF service. I keep getting an error that the key is invalid. I have a webpage on the same server that I submit the same data (but different key) using a FORM POST. It works fine that way. I put the URL below all in a URL (including valid key from server webpage) and get the key is invalid ...

Auto generate SWF in Flex SDK

I'm building my first website with AS3, and I'm using Flash Builder 4 to create/edit my AS classes. I have two .fla files (preloader.fla and portfolio.fla) which I both published as .swc and loaded them into my ActionScript project in FB4 (build path). When I hit debug, FB4 automatically generates a .SWF in bin-debug folder called Preloa...

r cannot be resolved on ubuntu + eclipse + android sdk

Hi i have erorr "R cannot be resolved" everytime when i create android project in eclipse under ubuntu with android sdk. In windows everything ok. What's wrong? ...

iPhone 3.1.3 sdk for Leopard

Is it still possible to find the 3.1.3 SDK (w/ Xcode) for iPhone development on Leopard? I haven't upgraded to Snow Leopard yet, but I need to interact with devices running 3.1.3. I should have grabbed that version when it was up, but I didn't. So, does anyone have a link to the 3.1.3 iPhone SDK (w/ Xcode)? ...

Connecting Multiple Buttons to one action?

Hello, I have multiple UIButtons in my app. I also use interfacebuilder. In my .h i have something like this IBOutlet UIButton *button1; IBOutlet UIButton *button2; IBOutlet UIButton *button3; - (IBAction)buttonPressed; Then In my m i want to do something like this - (IBAction)buttonPressed { if (theButtonIpressed ==...

Android - Is there an SDK way to find out the exact amount of memory consumed by a process identified by its pid?

I would like to check the memory consumption of each running processes individually, cat /proc//statm is ok, but opening a shell for each check is time consuming, and maybe not the best way. any advices how to do it with the SDK? ...

IPhone sdk, more accurate collision detection and set the frame/bounds of UIImageView...

Hey, Im having a big problem with my app at the moment, its all too inaccurate. I have a image of a ballooon, https://dl.dropbox.com/u/2578642/Balloonedit.png And i have a dart which if it collides into the balloon the game ends. At the moment i am populating the image of the balloon with 8 UIImageViews. and i am detecting if the dart...

UNO-1019 development on Visual Studio 2008

Hi, I'm trying to set up my developing environment using Visual Studio 2008 to develop for the UNO-1019. I managed to connect the UNO to VS for deployment and debug using the ethernet connection. I installed the SDK for EVC++ available on the products page and I was wondering if I can use that sdk on visual studio 2008.I'm rather new wi...