simulator

UI Elements placed in IB appears shifted up in Simulator

I dont know if I am missing something here but when I drop elements (UIImage or UILabel) in IB and run the app in simulator, the UI elements are shifting up a little (Snapping to status bar if I place them at first blue HIG line). Looks like some setting I am overlooking. Does this sound familiar? please help! Added Screenshot to expl...

iphone: protocol works in simulator, but not on device - i dont know any further

i wanted to implement an optional protocol for my subviews. the subview-class is inherited by uiviewcontroller and the most viewcontrollers are inherited by this subview. i think it is a simple structure. the problem is: it only works in the simulator. on a device just the first nslog appears, then the application closes. on the simulat...

iOS 4.0 and 3.0 on one mac

Hi, I have just submit my app to the App store, and received many comments that the application crashes on startup on older iphones. The deployment target was set to 3.1.3 and base sdk to 4.0. I thought I didn't use any api from 4.0 so the only problem could be three20 library. Now I have two xcodes installed on my computer. After some...

On BlackBerry the LocationProvider is null if GPS Services option is set to Location OFF

In this thread MSohm says "The GPS Services option does not toggle GPS on or off". This means that if a device has a built-in GPS receiver, then the code like this LocationProvider provider = LocationProvider.getInstance(null); should never return null regardless of GPS Services option. But if I try the above code on both Curve 8310 ...

Learning how to create a flight simulator

Hello! If I want to learn how to build a flight simulator, what are best books to start with? Thanks Dmitri ...

How to develeop server client applications with multi instance of iphone simuator?

can anybody help me? thanks ...

What is your favorite video/screen capturing tool for the iPhone simulator?

I'm about to publish a new web site design with all of my iPhone apps, and I would like to display a video demonstration of the iPhone apps in an embedded video on the web page. I need recommendations for a video capturing tool that would run on a Mac, and record the interaction of the user with the app on the iPhone simulator. I tried ...

UIImage only loads on iPhone if I change file name to lowercase

I have an image that changes due to a button press. I have the code set up like this: UIImage *example = [UIImage imageNamed: @"Example.png"]; UIImage *stuff = [UIImage imageNamed: @"Stuff.png"]; UIImage *bob = [UIImage imageNamed: @"Bob.png"]; UIImage *thing = [UIImage imageNamed: @"thing.png"]; It used to be so that the last image ...

simulation modelling

hi, i have a big problem in a simulation model.entities arrrive before and wait until 6.00 am.And entities arrive after 6.00 am dont get any problem and walk inside. How to model this in Rockwell arena????Please help?? Regards, nilani. ...

Erase persistent data from Eclipse/Simulator

anyone know how to erase the persistent data from the Eclipse tool or from the Blackberry simulator? Resetting the simulator is not erasing the data. i found these instructions in a book, but i'm thinking that these instructions were for an older version of eclipse. "From the JDE Plug-in for Eclipse, you erase the simulator’s file syst...

orientation auto rotation

hi guys i have 2 different views for a single nib. when i rotate the screen on iphone "simulator", the view rotates perfectly fine and the output is the desired one. but when i deploy my project on iphone and go through the same process the view doesnot change on changing the phone orientation ? in view did appear i have used [[UIDev...

Simulate No Audio Input Route in iPhone Simulator

I'm making a couple audio apps, and one snag I've run into several times is code I write for the iPhone doesn't work on the iPod Touch. When using low-level audio, having no audio input route can crash the app when initializing an audio session. Is anyone aware of how to simulate no available audio input in the iPhone simulator? EDIT...

Install earlier hardware version of the iPhone Simulator?

I have installed the latest iPhone SDK and the Simulator how allows hardware version 4.0 and 3.2. Is there a way to add the older hardware versions of the Simulator? ...

Doubt abt MFMessageComposeViewController and the iPhone simulator

Hi all, I am new to iPhone developement. Here is my question. I would like to do a 'device texting capability' check on my iPhone simulator before I deploy it to my phone. This is the code I wrote in the .m file. This is the function which is called when my SMS button is triggered. Class messageClass = (NSClassFromString(@"MFMessa...

Full settings missing in iPhone Simulator 4.0.2?

I believe I remember running the iPhone Simulator (perhaps version 4.0) on a macbook some months ago and was able to get to the full settings (mail specifically) them. Now, having installed the iOS4 SDK and running the 4.0.2 Simulator, I do not see the "mail, contacts and calendar" settings regardless of whether I choose the iPhone, iPad...

Testing an iPhone application with iPad Simulator

I have developed an application for iPhone devices, the application works perfectly both in simulator and devices. Now I have tried to run the application on iPad (both simulator and real iPad), the application appears but my custom carousel object is not showed... there are no error in the traces but the object is not showed in the scre...

Suitable platform for a 2D simulator using java

Hi, I have to do my final year project and I'm planning to use a visual simulator to simulate it. So I have to create a basic simulator and the program would be run in java. But I have a problem as to what to use to create the simulator. Should I use jmonkey or java2D or java 3D. What I would want is a basic 2d simulator. Please help me...

Sample Camera Functionality in IPhone Application

Hai Can any one suggest me how to work with camera functionality in iphone simulator? Thanks Basanth ...

iphone app blank in simulator: moved from 3.1.3 to 4.1

I have a 3.1 xcode project that has been running my app just fine under the 3.1.3 version of the OS. I've been testing this app on my iphone 3G ( not running IOS 4 ). I just copied over the XCode project and files, downloaded the latest XCode 3.2.4 with the 4.1 SDK. When I run my application via the simulator it just comes up blank in...

Touch Screen Simulator: Are there any windows simulator to test application in touch screen environment.

Hi, I want to test my application in touch screen environment. My application is a web site build in asp.net(.net framework 3.5) and flash. I want to test my application with the simulator with Windows XP/Vista/7. Please let me know is there any simulator released by Microsoft or any third party where I can test my application. Thanks...