Re: NSImageView not responding to clicks.

2008-07-03 Thread Papa-Raboon
Anybody got any tips for this one please? 2008/7/3 Papa-Raboon <[EMAIL PROTECTED]>: > Hi all, > > I have a method that when run opens a web browser and takes the user > to a URL and I have figured out how to use a button to call this > method but if I wanted to click on an im

NSImageView not responding to clicks.

2008-07-03 Thread Papa-Raboon
Hi all, I have a method that when run opens a web browser and takes the user to a URL and I have figured out how to use a button to call this method but if I wanted to click on an image in an NSImageView instead then is there something extra i have to do to make the image or image view respond to

performSelector: withObject: afterDelay help for noob please

2008-07-02 Thread Papa-Raboon
Hi There, I have been scratching my head and trying everything to get this to work and as a noob I find the docs a bit sparse of real world examples. I am trying to get performSelector: withObject: afterDelay to work but not sure what to stick where. I have a bit of static text I set with a valu

Trying to display a static image on my window. Any tips would be great

2008-07-01 Thread Papa-Raboon
Hi All, I have been trying to get a static image to display in a corner of my window and it has to literally just sit there and do nothing however I have searched and searched Apple's dodumentation but no success yet. I have dropped an Image View onto the window in IB and set the following in my

Core animation

2008-06-30 Thread Papa-Raboon
Hi All, I was wondering if many of you have had a go at core animation yet? I am personally looking at making a piece of text fade in and fade out as a confirmation that something worked in my latest project. Currently I am just popping a bit of text on screen using: [succcessFlag setStringValue:@"

Re: NSTextView to replace NSTextList confused

2008-06-29 Thread Papa-Raboon
. Brilliant Thanks again Paul 2008/6/29 Nathan Kinsinger <[EMAIL PROTECTED]>: > > On Jun 29, 2008, at 1:58 PM, Papa-Raboon wrote: > >> Hi Kyle and thanks for responding. I am not sure what part of the >> documentation you refer to when you say cocoa text system but I >>

Re: NSTextView to replace NSTextList confused

2008-06-29 Thread Papa-Raboon
have time to then I understand totally. I am sure newbies like me can be a little demanding at times :-) Thanks Paul 2008/6/29 Kyle Sluder <[EMAIL PROTECTED]>: > On Sat, Jun 28, 2008 at 8:28 PM, Papa-Raboon <[EMAIL PROTECTED]> wrote: >> So I did this and changed the header

NSTextView to replace NSTextList confused

2008-06-28 Thread Papa-Raboon
Hi there guys. I am a newbie to OOP and cocoa and as a personal project I have been building a simple little app to allow me to quickly add people to the Apple address book and at the moment it works well using NSTextFields for every field, however I want to use an NSTextView to enter the text for

Newbie Confused by ABMutableMultiValue and how to store emails and phone numbers using them.

2008-06-28 Thread Papa-Raboon
Hi again Cocoa geniuses,I am trying to get my head around the basics of the AddressBook framework. It seems there are not many examples of how to set/store email addresses and phone numbers in the addressbook. I understand I need to use ABMutableMultiValue to set my phone numbers and email addresse

Re: Issues with addressbook framework

2008-06-26 Thread Papa-Raboon
into life. Schwet Cheese Paul This Cocoa is great to learn once you stat to get the hang of it... 2008/6/26 Papa-Raboon <[EMAIL PROTECTED]>: > Hi All, > I am currently trying to work through a tutorial regarding creating a > simple app that allows you to enter an addre

Issues with addressbook framework

2008-06-25 Thread Papa-Raboon
Hi All, I am currently trying to work through a tutorial regarding creating a simple app that allows you to enter an address into Apple's Addressbook database. I added the addresbook framework just as the tutorial explained and saved my files and I can see AddressBook.framework there in the source

Auto pop-up list from State field in Address book database

2008-06-25 Thread Papa-Raboon
Hi Guru dudes,I am working on a simple application where I want to get a list from a file out of a file. Maybe XML or a flat text file and I want the list to pop up and drill down based on what I type so that I can select them. Like many web sites do using AJAX technologies. Can anyone tell me whe

Giving focus to a specific text field after pressing a button

2008-06-25 Thread Papa-Raboon
Hi Guys. I was wondering it it is possible to pass cursor focus back to a specific NSText UI element after pressing a button. I have been looking at NSControl and NSText field but can't seem to find a solution to this one. Cheers Paul Randall ___ Cocoa-d

Where can I get some examples of if() conditionals being used with string variables in Objective-C

2008-06-25 Thread Papa-Raboon
Hi All, Anybody know where can I get some examples of if() conditionals being used with string variables in Objective-C? To be specific, I am trying to use an if conditional to check the value of a string being a certain value and then replacing it with a different value if the condition returns

Newbie pulling my hair out regarding a simple xcode issue. Please help :-)

2008-06-23 Thread Papa-Raboon
Hi All, I have been trying to get my hair around Cocoa programming and have worked through many a tutorial and it seems to be coming to me slowly. I wondered if anyone could help me figure out a simple exercise that I came up with myself to make it clearer how to properly address objects with each