Search the web
Sign In
New User? Sign Up
xcoder · The Seattle Xcoders
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1071 - 1100 of 1109   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1071
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...
xcoderbo
Offline Send Email
Jul 5, 2006
10:39 pm
1072
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...
xcoderbo
Offline Send Email
Jul 5, 2006
10:49 pm
1073
... Heya Bo, What do you mean by "translated web page"? -gus -- August 'Gus' Mueller Flying Meat Inc. http://flyingmeat.com/...
Gus Mueller
ccgus
Offline Send Email
Jul 5, 2006
11:06 pm
1074
Do you have a copy of the html you can send?...
Joseph Jones
DarkDescendant
Offline Send Email
Jul 5, 2006
11:08 pm
1075
... 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...
xcoderbo
Offline Send Email
Jul 5, 2006
11:50 pm
1076
Well, first off you need a body tag after html... <html><body>...</body></html>. Without that the document is not valid. joe...
Joseph Jones
DarkDescendant
Offline Send Email
Jul 6, 2006
12:03 am
1077
Thanks for the body-info. Unfortunately, it still shows all the html tags when I open it with Safari. Bo ... Jones...
xcoderbo
Offline Send Email
Jul 6, 2006
12:17 am
1078
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 ...
Joseph Jones
DarkDescendant
Offline Send Email
Jul 6, 2006
1:36 am
1079
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...
Todd Blanchard
tblanchard2
Offline Send Email
Jul 6, 2006
3:56 am
1080
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...
Rick Gordon
rgordon280
Offline Send Email
Jul 6, 2006
7:51 am
1081
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...
George Lawrence Storm
keencoyote
Offline Send Email
Jul 6, 2006
3:00 pm
1082
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...
keencoyote
Offline Send Email
Jul 6, 2006
8:27 pm
1083
Excerpts from a panel discussion, featuring former team leaders at both companies: http://www.lukew.com/ff/entry.asp?306 Some interesting comments. My...
julianv1
Offline Send Email
Jul 7, 2006
4:10 am
1084
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...
Rick Gordon
rgordon280
Offline Send Email
Jul 8, 2006
5:30 am
1085
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...
keencoyote
Offline Send Email
Jul 11, 2006
12:50 pm
1086
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...
Wayne Hasley
wdhasley
Offline Send Email
Jul 11, 2006
2:20 pm
1087
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...
Wayne Hasley
wdhasley
Offline Send Email
Jul 11, 2006
2:28 pm
1088
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...
George Lawrence Storm
keencoyote
Offline Send Email
Jul 11, 2006
4:14 pm
1089
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....
Cocoa Guy
astimpyy
Offline Send Email
Jul 11, 2006
4:15 pm
1090
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...
odestrebecq
Offline Send Email
Jul 11, 2006
4:23 pm
1091
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....
Michael Brian Bentley
crenellecren...
Offline Send Email
Jul 12, 2006
3:02 am
1092
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...
Rick Gordon
rgordon280
Offline Send Email
Jul 12, 2006
6:14 am
1093
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...
keencoyote
Offline Send Email
Jul 12, 2006
6:34 pm
1094
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...
Mai Bui
mnbui2
Offline Send Email
Jul 14, 2006
7:11 pm
1095
Since almost everyone still seems to be using this (Yahoo) mailing list, thought I'd re-send my message. Anyone from Vancouver here? Chris...
Chris Ryan
leicesteryopu
Online Now Send Email
Jul 15, 2006
7:09 pm
1096
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...
Caryn Roberts
carynkr
Offline Send Email
Jul 19, 2006
11:54 pm
1097
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...
sheen mac
sheen4mac
Offline Send Email
Jul 21, 2006
7:50 am
1098
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...
sheen mac
sheen4mac
Offline Send Email
Jul 21, 2006
7:50 am
1099
... The Property List Editor opens both xml and binary plists transparently. To convert at the command line: 'plutil -convert xml1 com.apple.mail.plist' ...
pcgoracke
Offline Send Email
Jul 21, 2006
1:47 pm
1100
sheen ... Don't. Use CFPreferencs/NSPreferences to manipulate it, or read it into a CFDictionary/NSDictionary. -- David Dunham A Sharp, LLC Voice/Fax: 206...
David Dunham
alakoring
Offline Send Email
Jul 21, 2006
9:45 pm
Messages 1071 - 1100 of 1109   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help