Hi,
On view in IB I have numerous items (including view itself). ONLY one item has tag 0, yet following line works for ANY UITextBox other then the one with tag 0. Note that only ONE UITextBox has tag 0, why:
(UITextField *) [self.view viewWithTag:0]).text = @"foo";
Interesting that when triggered event received for the element with...
Hi,
I'm using Aran Mulhollan' RemoteIOPlayer, using audioqueues in the SDK iphone.
I can without problems:
- adding two signals to mix sounds
- increasing sound volume by multiplying the UInt32 I get from the wav files
BUT every other operation gives me warped and distorted sound, and in particular I can't divide the signal. I can't...
When changing keyboard shortcuts in Visual Studio (2008) you can specify in which window types the shortcut is active, e.g. Global, Text Editor, ...
How can I retrieve that list programmatically?
EnvDTE.Window objects have a Type property but of course that Enum is static and does not include windows from third-party packages and add-i...
Hi,
I have an app which consists multiple tabs managed by the class derived from UITabBarController (the only reason I subclassed UITabBarConteroller is to handle shake event for all views). 3 views are from subclassed UIViewContentroller class, one view is UINavigationController which shows a table.
In every single controller I have, in...
Hi,
I am noticing that my view (one of the views managed by UITabBarConteroller) looses firstresponder status after keybardWasHidden message.
It means unless in the the keybardWasMessage I explicitly call
[self becomeFirstResponder]
I no longer receive motion events. While workaround is simple enough, I was trying to undestand the a...
I remember I stumbled upon a page once that said Microsoft has released an application that allows you to test your client applications for windows azure locally.
The application would act as mock windows azure environment and you could use local end points for connecting to it. Does anyone know which application is it or what is its na...
This seems like it should be simple but I can't work out how to do it.
I've created a UITextView in interface builder. It doesn't sit in a table cell or anything fancy like that.
What I'd like to do is have the UITextView scroll itself to the left when the user has typed their way all the way to the right margin.
At the moment it jus...
Hi! I need to connect ipod/ipohone eq to my app. Even to load ipods eq from my app to change values. I'm trying to use audiounit to call eq but nothing happens. Anyone know what to do?
Thanks.
...
Hi!
I'm trying to play video's on Android, by launching an intent.
The code I'm using is:
tostart = new Intent(Intent.ACTION_VIEW);
tostart.setDataAndType(Uri.parse(movieurl), "video/*");
startActivity(tostart);
This works on most phones, but not on the HTC Hero. It seems to load a bit different video player. This does play the first ...
how to generate image of 1st page from pdf document using acrobat 7.0 sdk.
...
I am having problems with my textfield not flowing with the scene transistion. Basically my scene is transition with this call:
Scene* gs = [[[QuestionsScene alloc] initWithPage:2] autorelease];
[[Director sharedDirector] replaceScene: [SlideInRTransition transitionWithDuration:0.5 scene: gs]];
However in my init i have a textfield...
We are about to embark on migrating our CRM 3.0 installation to CRM 4.0. We have a lot of custom entities, and have written a lot of code using the web service SDK, Stored Procs hitting the views in SQL for the entities, and even some Workflow and Callout DLLs. While I'm certainly not going to miss the .Net 1.1 development environment o...
I would like make mapkit's callout's DetailDisclosure button to navigate to detailed page for each annotations.
At this point I am reading annotations from .plist and I wonder how can I make there button to link to each others.
- (void)mapView:(MKMapView *)mapView annotationView:(MKAnnotationView *)view calloutAccessoryControlTapped:(U...
All,
1.) I have a Dialog showing on my application. Right now it is showing in the center of the device. But i want to see that dialog in Top of layout. How to move it?
2.) How to add an image in a Dialog box?
EDIT: I added an image in background of Button. I want to move this button into right corner of Pop up Dialog. How to do that...
Hi,
I want to write application on iPhone which will:
make some digital processing on video from iPhone camera (in real time)
send some graphics through TV-Out
Could You tell me if this above is possible on iPhone 3G or 3GS?
Can I have access to each pixel in video capturing via iPhone camera?
...
I'm looking for an SDK or API (c#) that would allow me to add songs to my itunes library. If anybody knows of one, that would be a big help.
...
Hi,
My problem seems quite simple but I have failed to find a solution here or elsewhere.
I have a UITableView as a subclass in one of my UIViews. When the application finishes the last selected table cell is saved to NSUserDefaults and when the aplication restarts I want to set the seleced cell as it was before. However, this causes pr...
How do I programmatically disable these notifications when a message is arriving on my symbian S60v3 phone:
Message tone (I think I got that one)
The led flashing
The phone vibration
The screen lights up
The message icon (I think I got that one too)
and what SDK can I use? I prefer to use Python, but I do not think the Python SDK for...
hello i tried adjusting the product name value like this -> string but when i build the program the name does not change is there a trick to it?
...
i am using a third part SDK with my java application.The providers of sdk provided me exe file that i installed and one java project.I installed the exefile.
Now when i run the code i get a dialog box showing error
Excepting a absulut path for library AKSSDK.dll
No AKSSDK in java.library.path
could not load load library AKSSDK
how do ...