Search results

  1. B

    fatal error: method definition not in @implementation context

    The @Class lets an class use the objects from another class but doesn't allow it to use any of that classes methods - is that right? If so I don't think that will work. But I will give it a go! Cheers, Kainjow.
  2. B

    fatal error: method definition not in @implementation context

    Hi everybody, Yeah, I have just figured it out. I have two classes dependent on each other. That is to sat that each has methods that accepts objects of each others type. And as Mikuro said, the compiler can't load either till the other is loads. So, Mikuro, I guess I'll leave them as id ...
  3. B

    Gimp?

    I was having a similar problem to untz was discribing. It turned out that everything installed fine from fink and darwinports ( I prefer using fink, but the dawinport site is excellent. If you haven't been check in out.). All I was doing was not turning on X11 before lunching gimp from the...
  4. B

    fatal error: method definition not in @implementation context

    Hi Kainjow, I finally got round to it today actually. Now if I post the stuff and it's a silly mistake I'm going to feel like a complete twonk. I'll post is shortly, there is something I just want to try first....
  5. B

    Gimp?

    Might be a long shot but try opening X11. The go to the terminal and type gimp.
  6. B

    fatal error: method definition not in @implementation context

    Yeah, that's exactly what I thought the error was, but I checked through everything. I'll do it again with fresh eye tomorrow it will probably be obvious! Cheers, Daniel.
  7. B

    fatal error: method definition not in @implementation context

    Hi everybody, Compiler spits out two lines (i) saying " ChemicalPotential.m:1: error: parse error before 'ChemicalPotential' " (where ChemicalPotential is the name of my class). And (ii) ChemicalPotential.m:1: fatal error: method definition not in @implementation context . I managed to...
  8. B

    Confusion: Unix, Linux and X11

    So, there is no distiction. I guess because og GCC if you have 'Linux' code you can bring it over to your mac and get a working application - it can't tell the difference, it's just code! Is it possible then to run a Linux app on MacOS. For example, at work we have a copy of MATLAB of...
  9. B

    Gimp?

    I'm having the same problems. I installed using darwinports. I got some error trying to install gimp2 (yes it took abouy 1.5 hours) I cannot remember what it was but some lib wasn't correct. I then tried to install gimp: sudo install port gimp. This was much faster and installed fine...
  10. B

    Confusion: Unix, Linux and X11

    Hello everyone, I know that there are various ways to get open-source unix apps running on macOS by using fink or darwinports. But can Linux apps be installed just a easily? Also, how does X11 fit into this whole thing. Does X11 have a connection with Linux? Daniel.
  11. B

    Applescript For Folder Actions

    Great! Thanks for the *pointers.
  12. B

    Applescript For Folder Actions

    Hi everyone, Is it possible to add a folder action to a folder and all other folders inside, that changes the label to the red colour is the file is a pdf? How easy is that?
  13. B

    Really basic website building questions

    Thanks for the tip. I've got a handle on where to start. Cheers, Boy.
  14. B

    Logic Express, Pro Cubase & Cubase SX (plus guitar ditty)

    Hi all, I'm deciding between logic express and logic pro, but now I'm thinking I'll go back to Cubase SX ... After using logic express for a few days, I can certainly say that I prefer Cubase SX 2.0. However, I should really be comparing logic pro to SX and express to SL ... i guess ...
  15. B

    Really basic website building questions

    Hi! I've got some similar questions to you. But actually you are slighly ahead for me! I have got a domain and sorted out hosting, all through godaddy.com. I have text and pictures. What is the easiest way to turn them into a nice looking website? I'm good on computers but have never...
  16. B

    Making A Nice Website

    Hello all. I'm going to be putting text and pictures together for my website over the next few weeks. Does anybody know where I can go to getting help on making a really simple and slick looking design? For example I like the look of this site Mike Matas but might be a bit complicated to...
Back
Top