How to create GPS enabled Iphone application?

2009-08-26 Thread rethish
Hi I need to create GPS enabled Iphone application which is to display the nearby hotels and other facilities. How can I do it? I am using iphone sdk 2.2 Thank you in advance ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post a

Re: How to schedule an application

2009-08-04 Thread rethish
I launched my application using an applescript. Now I need to use methods in my application. Is this possible using applescript? On 7/20/09 5:48 PM, "Jerry Krinock" wrote: > > On 2009 Jul 20, at 02:06, rethish wrote: > >> I had tried using a plist file and launchd

How to schedule an application

2009-07-20 Thread rethish
hi, I want to schedule my application on a specified time. When the application is not running , the application should open on the specified time and process the scheduled task . If the application is running , the scheduled task should be processed within the application [without opening in a

Re: Window not displaying

2009-07-01 Thread rethish
ScheduleWindow is an outlet of NSWindow. And it is initialized by nib. How can i manually initialize it? On 7/1/09 12:16 PM, "Andrew Farmer" wrote: > On 30 Jun 2009, at 22:28, rethish wrote: >> @implementation SendWindowClass >> >> -(void)openN

Re: Window not displaying

2009-06-30 Thread rethish
{ SendWindowClass *obj =[[SendWindowClass alloc] init]; [obj openNew]; } On 6/30/09 8:44 PM, "Nick Zitzmann" wrote: > > On Jun 30, 2009, at 6:13 AM, rethish wrote: > >> When I use the makeKeyAndOrderFront: method in a action method of a

Window not displaying

2009-06-30 Thread rethish
Hi, When I use the makeKeyAndOrderFront: method in a action method of a NSButton , new window is displayed. But I used the same method in a void function and when its called ,the window is not displayed. Why is it so? Thank you in advance. ___ Cocoa-

Open a file when Application launch

2009-06-15 Thread rethish
Hi, I need to open the saved project file which is stored in the document folder by using scheduling. I created a plist file to launch my application at the scheduled time and and its working well. But I need to load the saved project file, when the application launches. How can I do it? What

Launching agents .

2009-06-12 Thread rethish
Hi, I need to launch TextEdit Application on a specified time. I created schedule application which create a plist file consisting of three property keys : label , Program argument, startcalendarinterval. and save it in the /Library/LaunchDaemons folder. But it is not working. Then i saved the p

Scheduling an application

2009-06-03 Thread rethish
hi, I want to launch my application using a time based scheduling. I have created a plist by setting the keys: Label, onDemand, ProgramArguments and startCalenderInterval. And I placed the plist in /Library/LaunchDaemons. Then i loaded the plist manually using the terminal. It works fine on the s

Changing background color of a textview using colorwell?

2009-06-02 Thread rethish
)bgColwelaction:(id)sender { [textView setBackgroundColor:[bgColorwell color]]; } Is anything missing? Thank you in advance.. Rethish. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Re: How to change the case of letters

2009-05-04 Thread rethish
> That is, if I understood your intentions correctly. > > On May 4, 2009, at 2:38 PM, rethish wrote: > >> Hi, >> >> I am using the action methods uppercaseWord: and lowercaseWord: to >> change >> the case of selected word. >> >> -(IBAc

How to change the case of letters

2009-05-04 Thread rethish
o? Is there anything thing to be done? Thank you in advance rethish ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)l

Setting font size

2009-04-30 Thread rethish
change fontsize of the text like this: But I get like this: How can I resize the font size without affecting the fonts in it? Thank you in advance Rethish <><>___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do no

Setting the Font Size

2009-04-30 Thread rethish
advance Rethish ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http

Problem when setting the background color using NSColorWell

2009-04-27 Thread rethish
Hi all, In my application I use a NSColorWell instance. I use this to set the background color of the textview. I use an action method to do this task, -(IBAction)setBGcolor:(id)sender; { [txtview setBackgroundColor:[colwel color]]; } This works only when I activate and pick

Creating a Remote database connection.

2009-04-08 Thread rethish
find any helpful documentation related to this subject. What all steps to be followed to create this application? Thank you in advance. Rethish. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator

Accessing files from other folders.

2009-03-17 Thread rethish
Hi, When running an iphone application I can access files from the application¹s folders (Document, Library, Temp). Is that possible to access files from folders (like music folder ..)other than the folder specified above? Thankyou. ___ Cocoa-dev ma

Renaming a file

2009-03-16 Thread rethish
Hi , How can I rename files that is stored in the document folder of an iphone application. Thank you. ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators

Reading packets from an audio file

2009-02-12 Thread rethish
Hi all, I need to append an newly recorded audio file with the end of an existing file. I use the function , AudioFileOpenURL ( CFURLRefinFileRef, SInt8 inPermissions, AudioFileTypeID inFileTypeHint, AudioFileID *outAudioFile); by se

formatting toolbar-please help

2009-01-15 Thread rethish
Hi all, Is there any components for formatting the text (other than show font toolbaritem in nstoolbar) which can be used in xcode? I want a formatting toolbar which can be attached with the textview so that formatting can be done easily. Somewhat like the attachment. Please refer the attachment.

How font size managed without affecting the font? Please help

2009-01-13 Thread rethish
Hi all, problem: I have some text(in textview) with different combination of fonts. If i select some range of text (combination of different fonts) to change its size , the size changes with a change in font (which was last selected from the popupbutton pop1). I want to change the fontsize

Need help on nsfontmanager.

2009-01-12 Thread rethish
Hi all, I want to use multiple font traits . I.e..,making the text both "bold and italic" (LIKE BOLDITALIC ) Is this possible? Thank you regards ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderato

Problem with setting fonts in NSTextView

2009-01-09 Thread rethish
Hi all, In my sample application I use a textview and popupbutton(in which all the available fonts a shown at runtime). For this, i use the code: NSArray *path=[[NSFontManager alloc] availableFonts]; [popup addItemsWithTitles:path]; We can set the font in the textview Using:

NSColorWell----please help

2009-01-07 Thread rethish
Hi all, Please help ... I use nscolorwell to set the backgroundcolor of the textview. It works with the code [textview setBackgroundColor:[colorwel color]]; But there is some problem . The problem is, I have a textview and if I click the colorwell , the text which is to be typed appear in the

NSColorWell with NSTextView-------need help

2008-12-31 Thread rethish
Hi all, In my application I use two instance of nscolorwell, one for foreground color (which is a default one) and second one for setting the background color. For setting the background color I used the code: [textview setBackgroundColor:[colorwel color]]; This works upto some extend,the backg

paragraph styles in NSTextView--help

2008-12-29 Thread rethish
hi, I want to use different combinations of paragraph styles in nstextview . for example : combination of linespacing, paragraphspacing, headindent and tailindent . These all styles must be activated in a single operation ,such as in a single buttonclick etc. Is this possible? please help. tha

Using Image- Hellp

2008-12-23 Thread rethish
hi all, I want to add images on the button and segmentedcontrols. I had seen that there are some default images in the attribute inspector in interface builder which can be easily assigned to these controls.. But i need to use some images other than those default images . Is this possible ? Plea

NSTextList - need help

2008-12-19 Thread rethish
hi all, I would like to use bullets and numberings in the textview . I found some of search results for this topic ,they were about NSTextList . How can it be implemented. please provide me some help on NSTextList. thank you Regards.. rethish