sdk

Adobe Flex Charting SDK

I have Flexbuilder installed, with SDK 3.2. I wanted to try upgrade my SDK to 3.3, so I downloaded it from http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3, extracted to my directory, changed the project properties in FlexBuilder, and it mostly worked fine. The problem seems to be that the Charting Components are not in...

iPhone stretchableImageWithLeftCapWidth only makes "D"s.

UIImage *aImage = [[UIImage imageNamed:@"Gray_Button.png"] stretchableImageWithLeftCapWidth:25 topCapHeight:0]; Trying to make a "glass pill button". What does "stretch" do if the image is bigger... and the button I'm trying to use it on... is smaller? Does the image 'stretch' and 'shrink'? The reason I ask... is because all my imag...

iPhone UIImage number recognition

Hi All, I have a small UIImage (jpg) with a single typed number. I want to be able to read the number with some kind of pattern recognition. I'm really not sure where to start, so any help would be appreciated. my initial idea was to compare this image with other images. For instance compare the image with that of a 1,2,3, etc until a ...

facebook javascript sdk question

Hi, I'm trying to use the facebook js sdk to develop an app, but I found the there is 2 version of the sdk, my question, is what is support with the new and what w=not? and if the xdreceive.htm is still needed for the new version, I have read the docs and still can't understand this, can someone with experience in FB can me kind and asnw...

Select sound files + iPhone SDK

Can we select sound files from iPhone with a particular length? ...

how do I get the program to Know which annotation is selected and be able to access properties of it?

So far my program can display a database of custom annotation views. Eventually I want my program to be able to display extra information after a button on the annotation bubble is clicked. Each element in the database has a unique entry Number, so I thought it would be a good idea to add this entry number as a property of the custom ann...

Nokia QT SDK on archlinux

Nokia realised qt sdk beta. http://www.forum.nokia.com/info/sw.nokia.com/id/e920da1a-5b18-42df-82c3-907413e525fb/Nokia_Qt_SDK.html Is it possible to run it on archlinux? Hm, it is able to run, but unfortunately there is too new libpng version in archlinux. ...

IPhone SDK, Display an NSMutable array in Table view?

Hi, i have tryed to display my NSMutableArray in a Table View by following a tutorial. It has completley failed for some reason, i think i have a good idea why but cannot get around it, this is my code: - (void) scoreSystem { scoreArray = [[NSMutableArray alloc] init]; NSNumber *onescore = [NSNumber numberWithInteger:score]; [scoreArray...

Animation not playing

Hello again, I didn't say this last time but I am relatively new to iPhone programming and extremely new to iPhone game development so bear with me. In my game, when I tilt the device, the character moves and faces the correct direction, but does not animate. I am using an animated UIImageView. Here is the code: float newX = characte...

UIImageView movement What am I doing wrong?!?!?!

What am i doing wrong here?!?!! I get an error. I have the following code under a button touch down action. I am trying to make a UIImageView move to the right: character.center = CGPointMake(character.center.x += 1, character.center.y); Please help. Thanks in advance, Bryce ...

Android -- SDK/IDE Layout Bug (w/Custom Layouts)??

Hello all, Can someone tell me if this is a bug in the SDK/IDE: Any custom or extended layout I add to my layout XML causes the IDE to ignore the fact that there are any child views of that layout (they just disappear from the outline view/window), thus making them uneditable via the properties view/window. (I need to extend a layout to...

mkmapview cpu usage on iphone 3G

Hello all, I have some troubles with iphone 3G and Mkmapview. After a certain random time, my application freeze. When I launch with performances tool, I can see that the application a lot of time to retrieve map tiles in cache. 19.6 7006 Foundation +[NSURLConnection(NSURLConnectionReallyInternal) 18.5 6613 GMM GMM::TileCachePrivate::...

iphone shake error

Right now I have this- - (void)motionEnded:(UIEventSubtype)motion withEvent:(UIEvent *)event { if (event.type == UIEventSubtypeMotionShake) { int text = rand() % 12; switch (text) { case 0: textview.text = @"blah." ; break; For some reason, the text has to be selected for it to work. If you just shake it, nothing wi...

facebook javascript sdk fb_xd_fragment??

Hi guys, I am using the facebook javascript sdk to embed a like button in my page. What is fb_xd_fragment??? I see it appends to the end of my url like http://www.mysite.com/controller/?fb_xd_fragment, and this is causing some nasty recursive reload of the page. Cheers James ...

Open XML SDK 2.0 breaking changes between 2.0.3920.0 and 2.0.5022.0

I have a project which is using DocumentFormat.OpenXml.dll 2.0.3920.0. However, I want this to be upgraded to the 2.0.5022.0 from here. Note that there is change only in the revision number of the version. I removed the older reference and added the new one and It compiles fine. However, I need to know If there are any runtime breaking ...

Android SDK - Reference the phone's gallery app?

Hello, As of right now, in my app I have created a rudimentary gallery app using the provided widget, I need this to select a picture from the phone. This is working fine and everything, but lacking very much in presentation. I've got a couple apps on my phone that do the same thing, but they somehow use the gallery that's already in t...

iphone sdk: Table view not working in the first 5 tabs but in the more view

Hi, I only started with sdk but this problem is bugging me now for a view days: I created a UITableView and added it to my Tabs. When this TableView is in the first 4 Tabs and u go look at it, it only shows the items on the table but when clicking on them nothing happens (it doesn't go to the next view). BUT when i put this same tab be...

Rackwise API/SDK

I'm looking for information regarding Rackwise's API/SDK? Has anyone worked with it? Can you tell me what classes are involved? ...

Any good C++ library for displaying large bitmaps

I'm currently using MFC/GDI and Stingray to display bitmaps in my application and am looking for a better solution. Specifically; Faster drawing speed - My current solution is slow, based on StretchDIBits Better rendering quality - StretchDIBits rendering quality is awful when scaling a bitmap Support for rotated bitmaps Support for ...

iPhone sdk socket - bandwidth used

Hi, I am testing an app that connects through an asynchronous TCP socket to an C# server and sends 1 byte every 30 sec (implementing a heartbeat). After about an hour later the app had sent 132 packets (of one byte) to the server, the packets have been received ok. The iPhone app connected once to the server and after that sent the packe...