Search results

  1. B

    Problems printing PDF, produces blank paper with only drawings

    Hi, Unfortunately, I don't have access to the original; it is a conference paper. Preview says the file was created using Distiller 7.0 from a word document. It also mentions something called PScript.dll which I'm guessing an adobe postscript library? However, I have many file that work...
  2. B

    Problems printing PDF, produces blank paper with only drawings

    Hello, When I print certain PDF to paper I result in a page with no text! The only think the that is printed is symbols and figures (even the text on the figures doesn't print!). I have tried re-saving the PDF, and also saving as postscript then re-printing, all doesn't work. The only success...
  3. B

    OpenGL (GLUT) C++ and Xcode

    You can also look at the example projects in your Developer folder, /Developer/OpenGL/GULT/ to find a working project.
  4. B

    Reservation system software?

    It wouldn't take too long to knock up an application like this using CoreData from all the examples I have seen. Of course if you go that route it will only run on a Mac (10.4 and higher). Concierge seems to be intergrated into the apple website too, I don't know how this functionality it to be...
  5. B

    Gnuplot And Xcode

    Hi, You will need to edit the .plist file originally posted by Viro so that it links to where fink stores the binary files. If I remember correctly fink would put it in /sw/bin so try this: Make sure this text is saved as a .txt and not an .rtf, name/save it here: ~/.MacOS/environment.plist
  6. B

    Help programming Cocoa app needed

    Hi, It is fairly easy to read and write data from/to files with cocoa (we are talking a few lines of code). If you think this will be useful let me know and I'll show you. Dan
  7. B

    Folders turning into Unix Executable files?

    Hi, You could try repairing permission using Disk Utility? What are the permission of the folder set to (like the revel triangle under the permissions header in the the information window)? Dan
  8. B

    Preview.app: Displaying Junk Text

    Hi folks, I have happily been using Preview for the last few years on my system; it's having a non-bloatware pdf reader. However, recently (the last few days) Preview has been displaying junk text where is use to display actual document! The problem is very strange and seems to come and...
  9. B

    LaTeX: How to install addional fonts?

    Hi, I use LaTeX to produced paper and reports. Would just like a little more control over the look. How can I tell what fonts I have installed on my teTeX distribution? I installed the with the 'Full' option in i-installer. So I should have them all available, I guess. What do you use on you...
  10. B

    LaTeX: How to install addional fonts?

    Hi everybody, Does anybody have experience on how to install additional fonts in LaTeX? I found a few pages on the internet but found them too complicated to follow. Has anybody done this successfully? Is this possible with the teTex manager installer 'i-installer'. I used LaTeX with my...
  11. B

    I got some great ideas (for games)

    Hi, You should get in touch with David Rosen at http://www.wolfire.com/. He has been developing games since your age and might have some advice for you. Good luck!
  12. B

    Inkwell: Annotate .pdf documents with Preview?

    Hi, I didn't know it could do that! Ever since I got a Mac I haven't used Acrobat Reader; on PC is was a bloated, slow waste of time! Don't think I can use it again :0) I'll have a download and see... Cheers, Dan.
  13. B

    Inkwell: Annotate .pdf documents with Preview?

    Hello folks, I have been printing out a lot of pdfs and annotating them recently. This made me wonder if it was possible to annotate directly onto the electronic copy using a tablet like input device such as the Wacom Graphire? Can I get my handwriting, underling and drawing of arrows to...
  14. B

    abot emacs and vim

    Install darwin ports and then install xemacs or emacs (or just build from source). I have also noticed that the default version of emacs with OSX doesn't launch the GUI - does anybody know why this is? It is as if it is automatically loading with --no-window option. Dan PS - you can also use...
  15. B

    Gnuplot And Xcode

    Great! Happy plotting :0) Dan.
  16. B

    Gnuplot And Xcode

    Hi, As an experiment I deleted the gnuplot directory from my .MacOS/environment.plist file. I then logged out and back in again and managed to replicate your error: Seems like your enviroment.plist is setup incorrectly, can you post it? If this isn't the answer, I'm not to sure what is? Are...
  17. B

    Gnuplot And Xcode

    Hi folks, How have you installed gnuplot_i? Have you compiled it and installed the binary in /usr/local/lib/ and the header in /usr/local/include/ ? You will then need to link against using something like: -lgnuplot_i.o or -lgnuplot_i or -gnuplot_i.o in the other linker flag section I think...
  18. B

    Remote Desktop

    Hi, Good to know that I've been useful! Dan. PS - there is also the fink. With the fink commander GUI Fink is quite similar to DarwinPorts the difference is that ports will always compile from source while with fink you have to choice to download a binary of source code. You can...
  19. B

    Remote Desktop

    Hello. I use rdesktop, http://sourceforge.net/projects/rdesktop/ Once it is installed you simply type: rdesktop -u <username> <IP or name> e.g. rdesktop -u daniel boyfarrell.com If you don't like the command line there is a GUI called tsclient that you can also install. The best...
  20. B

    NeXTstep SafetyNet to OSX? Also NetInfo Trouble!

    If you've got the source code of this app I don't think that it would be much of a problem to do the port. You just have to spend a little time bolting the GUI on top. Have you contacted the author of the app, commerical ability of the software is long gone they might just give it to you...
Back
Top