Tagged Questions

1
vote
4answers
148 views

From C# to C++, good references?

Hi, I've just completed my second OOP class, and both my first and second classes were taught in c#, but for the rest of my programming classes, we will be working in c++. Specifically, we will be …
0
votes
1answer
54 views

iPhone view switching - curl transition

I'm loading a view in my app with the following code: - (void)showPicker { ImagePickerViewController *imagePickerView = [[ImagePickerViewController alloc] initWithNibName:@"ImagePickerViewController" …
4
votes
16answers
292 views

how to transition from c# to python?

i feel like i'm going back to the stone age. how do i relearn to develop without intellisense (pydev intellisense doesn't count).. in general, how does one successfully leave the comfort of visual …
0
votes
4answers
376 views

iPhone camera can’t open from landscape application

hi all I am creating a landscape only application using sdk 3.0 that uses mapkit. I need to use iphone camera in my application. But I am getting following warning when I try to open camera. "Can't …
0
votes
2answers
59 views

Flicking through pages / photos with UIImageViews (similar to Facebook photos app or home screen)

Hello, First of all, I'd like to point out that I'm not asking for code. I'm just asking for the sort of things I'd need to do to get this to work, as right now I've absolutely no idea. Here's what I …
0
votes
2answers
209 views

iPhone Curl Left and Curl Right transitions

I am looking for a way to do a UIViewAnimationTransitionCurlUp or UIViewAnimationTransitionCurlDown transition on the iPhone but instead of top to bottom, do it from the left to right (or top/bottom …
0
votes
1answer
169 views

how to implement an iPhone view transition animation with both flipping and scaling?

how can I implement the animation we see in the iPhone Music app's coverflow screen? when you click on a small view, it flips and scales up to another view? how can I do this? I can use core animation …
0
votes
0answers
28 views

how to keep the tabbar while going to a viewcontroller with flipping view transtion

the app has the structure of tabbarController -> navigationController -> viewController , when I go to another viewcontroller with the view transition like this vc.modalTransitionStyle = …
0
votes
0answers
38 views

Transition workflows of a work item’s states

I am developing a windows app that performs some common TFS tasks using the 2010 Beta 2 API (like creating new team projects, new work items, selective build, etc. ). In the process of editing …
1
vote
3answers
687 views

Why does mx:states have trouble being resolved to a component implementation?

Every now and then I get an error when I set up states in an MXML file. The error I get says that mx:states could not be resolved to a component implementation. I read, at the following url, that …
4
votes
2answers
118 views

Partial page curl animation

I have a working transition using UIViewAnimationTransitionCurlUp however, I would like the animation to stop halfway through, much like the Maps application...Any thoughts on how to achieve this?
0
votes
1answer
136 views

How can I implement swipe up view animation when user tap a button in iPhone application’s tool bar?

First of all, I want to Thank you everyone in this community. All of you are very kind to collaborate this site. This time, I am going to implement a transition like the instruction below: 1. user …
0
votes
8answers
683 views

Optimizing transition/movement smoothness for a 2D flash game.

Update 6: Fenomenas suggested me to re-create everything as simple as possible. I had my doubts that this would make any difference as the algorithm remains the same, and performance did not seem to …
11
votes
13answers
557 views

C: Good Habits re: Transitioning to C++

I've been learning C at Varsity for just shy of 2months now, and next year we'll be moving on to C++. Are there any habits I should get into with my C programming which will aid a transition to C++ …
0
votes
1answer
103 views

calling an animation?

I have placed the following code in my program CATransition *animation = [CATransition animation]; [animation setDuration:0.5]; [animation setType:kCATransitionFade]; [animation …

1 2 3 next
15 30 50 per page