Search results

  1. C

    How to stop Apache loading by default

    Hi there. I m running Apache through xampp so I don't need the default Apache also running. When I go into xampp and turn Apace off, I go look in System Settings and notice that all sharing options are turned off and yet when I type localhost/ into my browser I get the words: "It works!"...
  2. C

    Flash based software to replace chips

    Hi there I have no idea about electronics but I know about programming. [struggeling a bit with obj-c but that too will pass] Anyways, I want to put my programming skills to practical use and write software that does things in the real world, not just on my hard drive. I want my Mac to be...
  3. C

    Accessing NSTextView String value

    well, I figured out one of the two problems... It seems that the problem was with instantiating (what I thought to be a) global member. I called an alloc on a pointer that resides outside the function, but within the class. It seems that when the function ended, the member was deallocated but...
  4. C

    Accessing NSTextView String value

    The main concern now, is how to actually get an NSString from NSTextView... How does one turn an NSArray of characters into an NSString? Is there such a function? As for the structs, I guess I'll just stick to the obj-c classes. I just noticed something interesting though. After defining...
  5. C

    Accessing NSTextView String value

    Me again I have found what my problem was initially. Coming from a Delphi environment I was used to creating objects by simply defining them or creating pointer objects using the NEW key word. Once the item was created, I did everything I wanted to do with the object USING the object...
  6. C

    Accessing NSTextView String value

    Yeah, tried it... didn't do anything... Had a look and it seems all my colums are already marked as editable. As for the NSBrowser, I found that if I cut it from the NSTab and put it on the window directly, I can then link to it from myObject, but when I put it back into the NSTab, it is no...
  7. C

    Accessing NSTextView String value

    I will give (some of) what you said a go although reading this post has made me realize that I actually know very little of XCODE and it seems I really HAVE to know a lot in order to use it... For example, I hit the build and go button and then double clicked the tables. No editing option...
  8. C

    Accessing NSTextView String value

    Actually, you had a spelling mistake in your original example. There was an opening [missing so I first had to figure out what you were doing exactly so I could find the error. Once I noticed how you were doing things I then had to chance your code to use my variable names and I ended up...
  9. C

    Accessing NSTextView String value

    I tried it your way It works perfectly... Thanks so much for that :)
  10. C

    Deleted email found

    I can't seem to find that option. My settings are currently: Sent: Erase copies of sent messages when-> Quitting Mail Junk: Erase messages in the junk mailbox when -> Quitting Mail Trash: Move messages to to a separate folder. Erase messages when -> Quitting Mail I have to select to move the...
  11. C

    Accessing NSTextView String value

    Hia. Thanks for the help. I will attempt to do it this way and see if it works. I can't see you doing anything different from me so if yours works it would be quite puzzling indeed. I did notice that you got the value from the textfield using stringValue and then extracted the value...
  12. C

    Accessing NSTextView String value

    Hi all My problem is using the textview's string as an NSString... What I want to do, is to trim leading and trailing whitespace from the text entered into 3 or 4 TextView elements then combine them using a separator character and place it into yet another TextView. I have created my...
  13. C

    Deleted email found

    I have the preference set to delete mail when Mail is shut down. A coupe of days ago I found a menu command to "show deleted messages" and found that every email I have deleted since I got my system 3 months prior was still in my inbox folder... How do I erase messages that I have deleted?
  14. C

    error: forward declare in xcode

    it now wprks, btw. turned off some linker flags and voila. thanks for your help. much appreciated :)
  15. C

    error: forward declare in xcode

    do you have any idea what i went through to get this to work??? Heck I even used my panther restore discs to downgrade back to 10.3.3 and then system update to 10.3.9. Only to have most of my apps completely fail to run...among them of course was xcode. So I had to upgrade to Tiger again and...
  16. C

    error: forward declare in xcode

    I downloaded an SDK a while back, extracted the files, opened the xcode project file and hit the build button and it compiled with no problems of any kind...on Panther. Now, a couple of months later, I have installed Tiger and am trying to compile the exact same code, extracted from the same...
Back
Top