Hi guys,
I want to format my mac book is there any documentation about the formatting of the mac book?
Anyone's help will be much appreciated.
Thank you
Monish.
Hi guys,
I want to format my mac book is there any documentation about the formatting of the mac book?
Anyone's help will be much appreciated.
Thank you
Monish.
Hi Guys,
Can Any one suggest me which is the better approach to work with NSInputStream.
And I need a sample code to implement it in an sample application.
Anyone's help will be much appreciated.
Thank you,
Monish Kumar.
Hi guys,
Here Im getting a problem when Im uninstalling the Iphone sdk through terminal with the command as:
sudo /Developer/Library/uninstall-devtools mode=all;;
When I used this its displaying the command is not found.
Is there any other method to unistall Iphone sdk?
Anyone's help will be much appreciated.
Thank you,
Monish.
Hi Guys,
I need a help from ur side.Here I want to implement the sms functionality in my application.Is there anyway to or any documentation to implement this functionality.
can anyone having sample code regarding to this?
Anyone's help will be much appreciated.
Thank you,
Monish.
Hi guys,
Is there any API call for facebook connect like twitpic in twitter to post the images.
Actually I need to post the Images and related status with in a single post.
Please guys help me to get out of this problem.
Anyone's help will be much appreciated.
Thank you,
Monish.
HI Guys,
Here I a wanna know that whether sqlite supports SELECT INTO statement.
Actually I am trying to save the data in my table1 into table2 as a backup of my database before modifying the data.
for that when I am using the SELECT INTO Statement a syntax error was generating as:
My query as:
SELECT * INTO equipments_backup FROM equipments;
…
Hi guys,
I need a textfield which has an dropdown list to select an option from that.Is there any possible chances to do that in Iphone sdk?
Guys I need a quick help from ur side.
Anyone's help will be much appreciated.
Thank you,
Monish.
Hi Guys,
I want to disable the left bar button when my webview is loading can any one tell how to disable the leftbarbutton?
Anyone'shelp will be much appreciated.
Thank you,
Monish.
Hi guys,
I want to change the title of the search bar cancel button to Offers .Is there any method to change the title of the cancel button .
Can any one giv me suggestions with sample code?
Anyone's help will be much appreciated.
Thank you,
Monish.
Hi guys,
I the allocated arrays in the didFinishLaunching of my appdelegate.And I released those arrays in the dealloc of the appdelegate.
My doubt here is does the dealloc of appdelegate calls?and does the arrays in the appdelegate releases or not?
Anyone's help will be much appreciated.
Thank you,
Monish Kumar.
Hi guys,
Can Anyone help me in encoding and decoding a string using base128 with a sample code.
Anyone's help will be much appreciated.
Thank you,
Monish.
Hi guys, I’m trying to register a custom application in twitter can any one give some suggestions how to register a custom application in twitter? As I am new to twitter I didn’t found any controls to create to register for creating a custom application. Anyone's help will be much appreciated.
Thank you,
Monish.
Hi guys,
Here I need a help from ur side that Im using the tableview delegate method commitEditing sytle to get the delete button for every cell when we swipe.But my problem here is I dont want the delete button for the first row in the tableview and swipe should not work and I dnt have any idea how to implemet this.
Anyone's help will be much…
HI Guys,
Here Iam having a problem.Actually I implemented the facebook integration in my application and I need to post the images with text but I dont have any idea how to work on this.can anyone suggest this with a sample code so that it is very helpful for me.
Anyone's help will be much appreciated.
Thank You
Monish.
Hi Guys,
I need a help from ur side.
Actually I need to call a method automatically when I click on to the textview.
Is there any delegate methods or any other process for this.
Anyone's help will be much appreciated.
Thank you,
Monish.
Hi guys,
I am having a string which contains more the 25 characters;
NSString *str = @"This is the string to be truncated to 15 characters only";
In the above string I need only the 15 characters to be stored in another variable after truncation.
can anyone suggest me how to do this?
Anyone's help will be much appreciated.
Thank you,…
Hi friends i am having problem in joining tables in oracle my tables are shown bellow
table1 looks like
id Name Jan
7001 Deven 22
7002 Clause 55
7004 Monish 11
7010 Dipesh 55
7070 Dipika 100
table2 looks like
id Name Feb
7001 Deven 12
7002 Clause 15
7003 Nimesh …
Hi guys,
Here I am getting memory allocation problem at UIBarButtonItem and the related code for that is:
toolbar = [UIToolbar new];
toolbar.barStyle = UIBarStyleBlackOpaque;
[toolbar setFrame:CGRectMake(0, 350,320,20)];
[self.view addSubview:toolbar];
UIBarButtonItem* barItem1 = [[UIBarButtonItem alloc]…
Hi guys,
Here I am getting a problem when I am loading local Image in the webview using html code my image was not diplaying in my webview here is my code for Loading the local image in webview:
htmlString = [htmlString stringByAppendingString:@"<table width=85% cellpadding=3 cellspacing=0 border=0> "];
…
Hi Guys,
Here Im gettimg memory allocation problem at activity indicator and My code is:
- (id)init {
if (self = [super init]) {
self.title=@"Release Details";
contentView = [[UIView alloc] initWithFrame:[[UIScreen mainScreen] applicationFrame]];
contentView.backgroundColor = [UIColor clearColor];…
Hi guys,
I am getting leak at [pool release];
My code here is:
#pragma mark UISearchBarDelegate delegate methods
- (void)performSearch:(UISearchBar *)aSearchBar
{
NSAutoreleasePool * pool = [[NSAutoreleasePool alloc] init];
artistName= [aSearchBar.text stringByTrimmingCharactersInSet:[NSCharacterSet…
Hi Guys,
Actually my question here is does Null and nil are equal or not?
I had an Example but I am confused when they are equal when they are not.
NSNull *nullValue = [NSNull null];
NSArray *arrayWithNull = [NSArray arrayWithObject:nullValue];
NSLog(@"arrayWithNull: %@", arrayWithNull);
id…
HI Guys,
Here I am having a problem In encoding/decoding the strings.
Actually I had a string which I am encoding it using the base64.which was working fine.
And now I need to decode the string that was encoded before and want to print it.
I code I written as:
I imported the base64.h and base64.m…