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
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
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
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
{
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
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-
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
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
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
)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
> 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
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
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
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
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
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
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
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
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
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.
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
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
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:
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
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
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
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
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
28 matches
Mail list logo