I have just written my first html file and wanted to view it with Safari. When I open it, Safari opens the html file and not the translated web page as I had...
I have just writen my first html file and wanted to view it with the Safari browser. Unfortunately, when I open the file I just see the .html file and not the...
... Here comes the file: <html> First line <br /> Second line. <p> Dear Dorethy, </p> <p> First paragraph isn't long, but illustrative. </p> <p> Next paragraph...
I copied your text, added body and saved it as an html file and it works for me. I have attached the file here (as a zip file so it hopefully win¹t get ...
All the docs on graphics and drawing I can find assume you are drawing in a NSView. I want to change the way the NSWindow is drawn, before the views. I want...
Probably because an NSWindow is not an NSView, but it contains them. Seems like subclassing -display or -update would be one place to try it. There's also...
As I am interpreting your question it sounds like you want the NSWindow to draw normally, then you want to draws your "stuff" on top of the window, then you...
Still looking to do WWDC on the cheap, after the train ride from hell to Rochester I don't think I want to do Amtrak again in the near future, so I am back to...
Excerpts from a panel discussion, featuring former team leaders at both companies: http://www.lukew.com/ff/entry.asp?306 Some interesting comments. My...
I'm still missing a few things about the use of bindings it seems. one thing that's really bugging me at the moment: my controller object never seems to be...
I am creating a Cocoa class which calls a C toolbox function to which I need to pass a C callback. I wish that the callback refer to the specific instance...
George, Most of the callbacks I'm used to have a wparam field you can use fro this purpose. In the past, I've used it to inform the callback of the current...
George, Most of the callbacks I'm used to have a wparam field you can use fro this purpose. In the past, I've used it to inform the callback of the current...
Thanks, I guess I was looking for something where I did not have to pass the "self", however that is what I ended up doing (you will see the code at my...
Are you going to WWDC but haven't purchased your ticket yet? I have an extra ticket that was purchased at the early registration price which expired last week....
view that thread in the mailing list archive and choose your solution: http://www.cocoabuilder.com/archive/message/cocoa/2004/10/11/119250 The one i use is to...
http://flickr.com/photo_zoom.gne?id=187484349&context=pool-41224503@N00&size=o I have no idea if this is straight or not, but it is at the very least amusing....
ah, thanks for the tip. I'll try the unbind on the controller(s) before closing - I'm curious now - but I've since changed the implementation so that's a...
Thanks to Andrew we now have our own web site and eMail. We will be migrating away from this list as we move to using Mailman on our own SeattleXcoders site...
Hi all, Is there any one get this problem like me: If in the "header.h" file I miss ';' at the end of one of prototype. when I compile project, instead they...
Fellow dBuggers! dBUG's 2006 Picnic is at Hamlin Park, Saturday, July 22nd! dBug will supply hamburgers and hot dogs, bring potluck for the rest. Here are some...
Hi, The apple mail preference file(com.apple.mail.plist) is not in xml format. I think it has some encoding or compression.How can I convert this to an xml...
Hi, Anyone have any idea about parsing of com.apple.mail.plist file. Please help me Regards sheen ... Talk is cheap. Use Yahoo! Messenger to make PC-to-Phone...
... The Property List Editor opens both xml and binary plists transparently. To convert at the command line: 'plutil -convert xml1 com.apple.mail.plist' ...
sheen ... Don't. Use CFPreferencs/NSPreferences to manipulate it, or read it into a CFDictionary/NSDictionary. -- David Dunham A Sharp, LLC Voice/Fax: 206...