Hi
I have an iPad application with a TabBar , each item of my TabBar is a ViewController that contains a WebView.
When the iPad is in landscape mode and I launch my application, the first ViewController (or item) shows me the webview in landscape mode. But the others ViewControllers/items are still in portrait mode. I have to rotate to...
Hi I've just installed the new iPhone SDK and noticed that the samples are missing but instead found at http://developer.apple.com/library/ios/navigation/index.htmlsection=Resource+Types&topic=Sample+Code
I still remember the old SDK has samples bundled with it, so does the new SDK contain about the same number of samples compared t...
I'm creating a website with fileuploading functionality. I need to antivirus scan the files being uploaded. I'm currently running MS Forefront, but I don't know if it has builtin functionality for this purpose? Alternatively I need an AV SDK, but I don't really know any.
Any help on this issue?
...
Hi,
I've been banging my head against a wall with this one for way too long now.
I have a page outside facebook, with a like-button. Because it should be on a public computer, we also need a visible logout-button. When "like" is clicked, the user is prompted for login credentials. If those are ok, the like-event goes through ok. The us...
Hello
I have succesfully implemented the bonjour sdk in a visual c++ console app. but when I am trying to implement the same code in a windows forms app (visual c++) I am receiving weird errors probably related to some local heap problem with the bonjour dll.
The following assertion in the file dbgheap.c fails:
/*
* If this ASSERT f...
Hi, iam going to change my UIWebView files via UISwipeGuesture but have problem :
i have 100 HTML files that loaded on UIWebView , so i want implement something like this :
if user swipes the view my webView will load next html file but the problem is my code just load first HTML file :
NSString *path = [[NSBundle mainBundle] pathForR...
Hi i have UITableView with x rows and my cell data loaded with plist file , i wanna implement a UITextField that user inserts the cell number and then after done button the cell going to highlight and show the cell row , for example enter 104 and then show me the row 104 .
is there anyway ? thank you .
...
Hi , i am trying to implement something that user can insert an number then program show me the row number but i little bit confusing , i would be grateful if you help me , here is my code :
for(int i = 0; i < myTextField.text; i++) {
[myScrollTable selectRowAtIndexPath:[NSIndexPath indexPathForRow:i inSection:0 ] animated:YES scrollPos...
Hi All,
I have tableview with custom cells.The cell is having 2 textfields.From viewcontroller i need to find the changed text in that textfield.
if i use
* (BOOL)textField:(UITextField *)textField shouldChangeCharactersInRange:(NSRange)range replacementString:(NSString *)string
this method is not at calling calling from the mainvie...
Hi dear friends
i have 495 cells and a textField for inserting number and selecting the row according to the cell number .
i have problem with this code :
int MAX_LENGTH = 495;
(MAX_LENGTH >[myTextField.text length]{
myTextField.text = @"ERORR";
and this :
for(int i = 0; i <[myTextField.text intValue]; i++) {
[myScroll...
Hi all,
What i Need to do for our project is to Display several UIScrollViews in a View and weithin the scrollView a Headline and a Short Text.
I Know how to add a Label to the UIscrollview, but how Gould i handle the Case that the Headline-Label is too Long and wraps to a Second Line.
...
Hi guys,
I'm developing a small facebook app but having problems with be able to grant extended permissions, i want to grant the following permissions:
read_stream & publish_stream & offline_access
However i want to do this without using FBML, any ideas how you can do this using the new PHP SDK on git hub: link (http://github.com/face...
Hi All,
I am looking for the solution to get contact details (Phone, Email, Zip) from the device. I have implemented code for OS 1.6 as well as for 2.2. I am building an application with API level 4 (1.6), but when I run the build in 2.2 device I am getting email and phone string null.
CODE - for OS 1.6
public void ImportCustomers(C...
Hey guys,
I'm trying to get the source added to the 1.6 Android SDK in order to be able to step through and see what Android is doing, and I'm getting weird misalignments when Eclipse actually runs and I step through the debugger.
This is not a problem if I use the 2.2 SDK - then, say, Activity.onCreate() lands perfectly when the debug...
Hello,
How do I detect whether a variable is float, double, int, etc.?
Thanks.
...
Possible Duplicate:
How do you create a wiggle animation similar to iphone deletion animation
Actually this is an answer ! i made tutorial for people who want create wiggle effect with UIImageView
The Wiggle Effect Code :
[UIView beginAnimations:nil context:nil];
[UIView setAnimationDuration:0.14];
[UIView setAnimationRepea...
I'm working on transcoding image data from a file to a base64 encoded string and then back to bytes as the file is read using NSStream. I think I'm almost there, but I keep running into EXC_BAD_ACCESS at various points during the conversion.
I'm fairly new to the world of NSStream and buffers so feel free to let me know if I'm taking th...
Can any1 tell me how to use LZMA SDK (7zip) in C#?
...
I'd like to:
start a new instance of visual studio
set up a project with a bunch of custom references
create a single source code file (*.vb and *.cs both need to work)
detect changes made to this file (i.e. when Save is used from VS)
This will hopefully allow me to provide my users with a good source code editor for when they write ...
Hi,
I am implementing gigya to authorise users from facebook, twitter, linkedin and gmail. Everthing works great as I need very little information. I am using socialize logout to logout users, but It does not work as desired, It logs out of the hosted site but not the service provider.
Is there any option that I might have overlooked ...