How can i change the view.

2009-03-17 Thread haresh vavdiya
Hi, Actually i want to develop small application which is for register and login. I have set one box on MainMenu.xib and it should contain login view and if i will press register then it should change the view to register view in same box itself. I have one login view and

How to use MySql, which api is for that

2009-03-12 Thread haresh vavdiya
Hi, Actually i searched for this and i got lots of posting about MySql but these are very old. i followed some posting also. Like i found "http://mysql-cocoa.sourceforge.net/downloads.html"; and we can use this mySql Api for our application. I downloaded this api and

How to get all directories and folders in Tree format

2009-03-11 Thread haresh vavdiya
Hi All, In my application, i have to display all the directories and folders of these directory on left side and user can reach their particular folder and he can get all content of that folder. Like, we want to open Examples folder and then we will select Developer and then example from l

Fwd: Problem in save and open on Core Data Document Based application

2009-03-10 Thread haresh vavdiya
-- Forwarded message -- From: haresh vavdiya Date: Tue, Mar 10, 2009 at 4:50 PM Subject: Re: Problem in save and open on Core Data Document Based application To: Volker in Lists Hi Volker, Thanks Volker, Ya u r right, i opened from File -> Open and it wo

Problem in save and open on Core Data Document Based application

2009-03-10 Thread haresh vavdiya
Hello, I am learning mac development from Aaron Hillegas 3rd Edition. i have created two Example "CarLot" and "Departments" based on Core -Data document based application. When i created CarLot example that time it can save and open data without writing single line. T

Re: How to search for mop3 files, retrieve those file and play these file into apps

2009-03-06 Thread haresh vavdiya
check that this is same or not? is there any solution for that? On Fri, Mar 6, 2009 at 11:11 AM, haresh vavdiya wrote: > I tried SpotLight examples. Its working but the problem is that it search > mp3 file in /user/emp/Music directorynot for all directoriesactually > i stored

Re: How to search for mop3 files, retrieve those file and play these file into apps

2009-03-05 Thread haresh vavdiya
48 AM, Kyle Sluder wrote: > On Thu, Mar 5, 2009 at 4:41 AM, haresh vavdiya > wrote: > >So i have to search for ".mp3" files in all folders and then > > display into table. Can anyone tell me that how can i search, retrieve > .mp3 > > file and play

How to search for mop3 files, retrieve those file and play these file into apps

2009-03-05 Thread haresh vavdiya
Hello, Hope that everyone is fine. I am developing one application in which user can retrieve music file from machine and use can play this music file also. So i have to search for ".mp3" files in all folders and then display into table. Can anyone tell me th

Problem when i connect "Add" button to NSArrayController

2009-03-03 Thread haresh vavdiya
Hi, I am learning Cocoa Development from Aaron Hillegass's book. In he has given Cor Data document based application example, i am trying to do this example. I have added two button, one for adding new row and second for delete the rows. And then in Interface Builder, we have to c

Displaying current time using NSCalenderDAte

2008-05-31 Thread haresh vavdiya
Hi Friends, I have successfully get current time but now i want to to digital clock but for that i need to have current minute and hours, so how can i get this? I found some method of NSCalenderDate which give us hours and minutes i can't get current time and date it display 20

Problem in continuing display time

2008-05-31 Thread haresh vavdiya
Hi Friends, I have got current system time but it is not refreshed automatically means whenever i run the application it will give me cuurent time but then after i have to again refresh my application then it display current time. But i want to do it display time like digital clock. So what

How can i get current system time?

2008-05-30 Thread haresh vavdiya
Hi team, Thank for giving me answer. I want to do one small clock for my iPhone but i can't understand how can i get current system time? I have read about NSDate, NSTimer but i can't understand how to use that class for getting current system time? Please guide me

Re: Hii I have problem in

2008-05-30 Thread haresh vavdiya
Ya but i have retained my stringRes instance variable but i can't understand what is problem On Fri, May 30, 2008 at 10:00 AM, Andrew Farmer <[EMAIL PROTECTED]> wrote: > On 29 May 08, at 21:13, haresh vavdiya wrote: > >> I m doing tic tac toc game and i have completed mo

Hii I have problem in

2008-05-29 Thread haresh vavdiya
Hello Friends, I m doing tic tac toc game and i have completed most of the parts. But only remaining portion is disable button when player won the game. I have set like [button1 setEnabled:FALSE]; and its working but erase all press button. Means whenever player wins t