I have a sample database file called albums.plist
It is structured as below (very simple layout).
I am new to Objective-C programming and would learn a lot if someone is able to help me figure this out.
What I would like to do programatically is parse this database and for example, show on screen for example, the second albums details ...
Hello all would anyone know how flickr manage to make this type of effect on their app where on the main screen you see a background image moving to the side and zooming in and fading to another image its really cool. your link sources for code or tutorials are always appreciated
thanks
PS im trying to implement this to one of my apps...
when i make my textfield become first responder, the text field never returns nil, even if i force it to be nil by myTextField.text = nil;
as soon as i comment out the "[myTextField becomeFirstResponder];" the text field is able to return nil. anybody have any idea why?
...
I have two animation sequences, and I want one of them to play randomly when a button is pressed. Here is the code:
{
color.animationImages = [NSArray arrayWithObjects:
[UIImage imageName: @"1.gif"],
[UIImage imageName: @"2.gif"],
[UIImage imageName: @"3.gif"],...
Hi,
I am creating a word document based on a template. The template contains a image in the header section which I would like to re-use elsewhere in the document.
The image is stored in the package -> word/media/myImage.jpeg so I need to somehow add a relationship to my each section that I wish to display the image again. I have attem...
Hi,
I've downloaded platform SDK and tried using it with Visual Studio 2005. Every time I say built solution it says C++ compiler driver has stopped working!, I also installed Visual Studio 2008, and still face the same problem. this is what it says on the log file,
Compiling...
Project : error PRJ0002 : Error result -107374151...
Is there any reason that data pulled in from a plist will show in the simulator but not on my test device? Worked all day on making it work and was thrilled until I tested it on the actual device. Strange.
Thanks.
...
Hello,
I was seeing about Windows Mobile 5 SDK at Microsoft Download Center and I also see some requirements to run it:
System Requirements
Supported Operating Systems: Windows Server 2003 Service Pack 1; Windows XP
Visual Studio 2005 Standard, Professional, and Team Suite Editions
And I only have my Visual Studio 200...
hi frnds,
i recently downloaded Microsoft Speech SDk 5.1 and i want to learn that how to use it. Please suggest me some websites and links where i can find tutorials on using it from basic using C# or C++.
thanx
with regards :)
...
Is anyone out there aware of any native SDK to develop on Fly phones. I understand that this a non standard development platform- but we have reasons to consider this phone for a product in India.
--Kiran Kumar
...
Hi guys, I have a very strange memory leak problem, it seems that sqlite3_step is doing some nasty stuff :|
I spent almost 4 hours trying to fix this but no luck till now :(
Here it is the code:
[dbList removeAllObjects];
sqlite3_stmt *statement = nil;
const char *sql = "SELECT * FROM dbs ORDER by rowOrder;";
if (sqlite3_prepare_v2(d...
Hi, I am using sqlit3 in my iphone application to store details of the user
I have a table carrying of 50 columns. Now i have to insert data within the columns. can anybody suggest optimum way to do that which will not impact the performance.
Thanks
...
Hello,
how can i add 2 buttons into the uinavivationbar without IB?
The 2 buttons should be align on the right side of the uinavigationbar.
I know how i can add one button, but two??
Alex
...
Hi,
I'm following the official Apple sample
http://developer.apple.com/mac/library/DOCUMENTATION/Cocoa/Conceptual/URLLoadingSystem/Tasks/UsingNSURLConnection.html
While examining my code with Instruments I found a leak, caused by the non released NSURLRequest. I've now included a [request release] shortly after
NSURLConnection *con...
I've got an internationalized iPhone project. In the various ${lang}.lproj/InfoPlist.strings files I've got a single key, CFBundleName = "My App Name".
That's working fine for a single target, but I can't make it work for multiple targets.
I'd like to have several translated InfoPlistMyApp.strings files for the main target, plus severa...
Hi Everyone:
I recall reading somewhere (I forget where) that if an iPhone application simply ran the CLLocationManager once, it didn't come up with the most accurate results. Is this accurate, and if so, how can I combat this problem? I want to come up with the most accurate GPS results, and am wondering if only one time will create ...
We have to install Windows SDK along with .NET Framework. Why do we need the SDK if we have the framework?
EDIT:
This isn't just the case for .net development. Also, if you want to develop Silverlight apps, you have to install additional sdk. Why?
...
I am writing a BHO, the code using IHTMLDocument2::get_scripts to get all script body in the
HTML file then use get_text() to get script source. But I found if script is embedded from a external file, the content is
an empty string.
Is there any way to get source code from an IHTMLScriptElement that is
created by ?
...
Is there a way to control the number of times an iPhone app executes. For example, I have a game called widget and I only want the user to play the game (new instance) no more that 20. Also, if tis is possible, how would you be able to stop the person from deleting then downloading the app again to get another 10 plays?
...
Hi I'm new to the IPhoneSDK so please bear with me.
What I'm basically trying to do is I have one view with 10 buttons, named 'one' to 'ten' respectively. What I want to happen is that when I click on a button (eg: 'nine'), it'll go to another view, with animation, then on that next view, there's a label that will display the text corre...