Slashdot Mirror


Panther's TextEdit to Open MS Word Files

2muchcoffeeman writes "Further signs that Jobs and Gates probably won't be vacationing together anytime soon: New Damage has what looks to be screenshot proof of Panther's TextEdit.app opening a Microsoft Word .DOC file. Panther beta users who have tried this report at MacSlash that it works, to a point. So what's next? Is Apple now going to bring back the late, great MacWrite Pro?"

62 of 158 comments (clear)

  1. PDF by TomGroves · · Score: 2, Interesting

    Why did they use a PDF to display a screenshot, I wonder. Any ideas?

    1. Re:PDF by danrees · · Score: 3, Informative

      Because when you use shift-cmd-3 (full-screen) or shift-cmd-4 (area) to take a screengrab, Mac OS X uses PDF for its output.

    2. Re:PDF by djward · · Score: 5, Informative

      PDF is the default screen capture format in Mac OS X (10.2), and I assume in Panther as well.

    3. Re:PDF by Kvorg · · Score: 5, Informative
      They used pdf because it is the easiest format on the MacOSX, of course. The Quartz layer is running DisplayPDF, a subset of PDF (analogous to the relationship of DisplayPS of the late NeXTStep, and regular PS): that is what gives the smooth and fast look of vector graphics and permits for blazing fast GL-accelerated PDF rendering. It also means PDF is a very basic part of the system (see Quartz reference and Quartz 2D library ("Quartz 2D gives you access to powerful features such as path-based drawing, advanced color management, anti-aliasing, Bézier curves, PDF generation and playback, and transparency"). So PDF is the default MacOS format, these days.

      A good slashdotter would peek in the file and notice this:

      Producer: Mac OS X 10.3 Quartz PDFContext

      It would have been kind of cool if the window would be rendered in vector graphics, in the reality, and directly displayed to PDF. A vector desktop still seems to be a dream, or did I get something wrong?

      --
      -Kvorg
    4. Re:PDF by TomGroves · · Score: 2, Informative

      Interesting. I guess opening a PDF seems more 'heavy weight' than opening a PNG. Learn something new everyday....

      If anyone is interested, a PNG file of the image in the PDF is 2KB larger than the PDF itself.

    5. Re:PDF by Tumbleweed · · Score: 2, Interesting

      > If anyone is interested, a PNG file of the image in the PDF is 2KB larger than the PDF itself.

      Okay, so compress that PNG via pngcrush and then compare the filesizes. The PNG implementation of just about anything that creates PNG is usually pretty badly done. Considering the age of the PNG format, this is rather puzzling to me.

    6. Re:PDF by tyrione · · Score: 3, Informative

      The Quartz Extreme Rendering Engine original Display Postscript for Openstep now takes advantage of Postscript Primitives in PDF, plus direct hardware rendering to the GPU via other custom APIs to produce an advanced UI that renders line by line in real-time, smoothly with anti-aliasing built-in, plus never a loss of window viewing when one is moving them around the desktop.

      I had no idead EPS could manage and update Postscript coordinate points from Global to Local, on the fly?

    7. Re:PDF by kilgore_47 · · Score: 3, Interesting

      PDF is a native graphics format for MacOS X.
      open /System/Library/CoreServices/SystemStarter/QuartzD isplay.bundle/Resources/BootPanel.pdf
      Look familiar? (on preview: drop the space in "QuartzD isplay" that slashcode put there)

      --
      ___
      The way to see by faith is to shut the eye of reason. --Ben Franklin
  2. Openoffice.org? by xyrw · · Score: 3, Insightful

    Apple could surely use code from Openoffice.org to create an LGPL component that could do the conversion for them... couldn't they? It would be so much better than firing up Oo.O for a simple Word document.

    1. Re:Openoffice.org? by djupedal · · Score: 2, Interesting

      As an aside, I no longer find myself 'just firing up' something or other.

      Apps like Oo.O are run at start, and left running. Along with Safari, Mail, iTunes, Reason, SlashDock, etc. etc.

      2gb of RAM seems to help. Why 'open & close'...'open & leave running', I say.

    2. Re:Openoffice.org? by dbrutus · · Score: 3, Insightful

      It would be inconvenient as they're actually trying to create a programmer's tool in cocoa so that you can write and read from .doc as if it were a simple text file. The TextEdit capability is just a sample app to show that their project code is working. They could start with Oo.O but they probably would need to completely rewrite it so why bother?

    3. Re:Openoffice.org? by JohnFluxx · · Score: 2, Interesting

      hmm, well you can start openoffice and have it running as a server.

      Then your java apps (or python or whatever) can just talk to it via java objects (or whatever).

      Makes it trivial to create word doc's.

      In a day I made a web page where you could type in a web url or upload a word document, and it would create and return a pdf.

  3. Apple is stepping up by chia_monkey · · Score: 4, Interesting

    Apple has been getting bold. And I love it. I still wonder about it all though. Safari rocks. Of course MS gets scared and stops making IE for Mac. FinalCut Pro kicks ass. Now Adobe wants to stop making Premier for the Mac. Apple has Keynote to compete with PowerPoint. And PDF creation with OS X is damn simple.

    Apple is taking on all the big boys...something you just don't see these days. It's very exciting. And let's all be honest. Why do Mac users buy MS Office? Because it's good? Nope. So they can open up .doc files made on a PC. Go Apple!

    --

    "He uses statistics as a drunken man uses lampposts...for support rather than illumination." - Andrew Lang
    1. Re:Apple is stepping up by keith_veleba · · Score: 2, Informative

      IE will continue to evolve on Mac, but it will be only for inclusion in MSN. Standalone versions for both Mac and Windows are going away.

      Like surfing the internet is something everyone needs to do with their computer, enough to make it part of the OS! What are these guys thinking? :)

      --
      --- If you hadn't stayed to read this .sig, you'd be home by now.
    2. Re:Apple is stepping up by Atzanteol · · Score: 4, Insightful

      Aren't those the same list of things that if done by Microsoft would have you screaming bloody murder though?

      Seriously, this is what I've always hated about both companies. They *need* control over their platform. Apple has a draconian rule over their hardware, and is pushing for more of the same in software. Microsoft will simply crush opposition in software, but is pretty reasonable about hardware (drivers are another issue).

      --
      "Ignorance more frequently begets confidence than does knowledge"

      - Charles Darwin
    3. Re:Apple is stepping up by mikedaisey · · Score: 2, Insightful


      Again we see the difference between a healthy company where there are alternative platforms and an unhealthy monopoly. The disagreement with tactics is contextual--if Apple had 90%+ of the market they would get DOJ heat as well.

    4. Re:Apple is stepping up by Anonymous Coward · · Score: 2, Insightful

      There's nothing wrong with microsoft developing software that competes with existing software. The problems have occurred when microsoft used OS hooks that only they knew about. There is no evidence that apple has done anything like that. In fact, the frameworks used in safari were released, and they are used in Omniweb (still my browser of choice, btw).

    5. Re:Apple is stepping up by PeeweeJD · · Score: 5, Insightful

      Why do Mac users buy MS Office? Because it's good? Nope. So they can open up .doc files made on a PC.

      Actually it is good. It does not conform 100% to the apple OSX guidelines, but it is close enough for me. Its also fast and stable.

      It is also nice to be able to create documents and share them with those less fortunate (Windows people). There is no spreadsheet program that is near what Excel does.

      Openoffice.org is great and all that, but until they can get it to run outside of an X window system, it can't compete with MS Office on the mac.

      If Apple wants to kick MS square in the nuts, they need to put out some kind of competitive office suite that opens up, and saves MS office files. It would not surprise me if they did the same thing with OOo as they did with safari. Apple has been burning alot of bridges lately with MS and there is only one left that I can see hat matters any (MS Office)

    6. Re:Apple is stepping up by cpeterso · · Score: 3, Insightful


      When did Microsoft ever MAKE money from IE for Mac?

    7. Re:Apple is stepping up by Jucius+Maximus · · Score: 4, Informative
      "Safari rocks. Of course MS gets scared and stops making IE for Mac."

      Safari was just an excuse. MSFT was planning on discontinuing IE for the mac for a long time now and Apple knew it. MSFT will use a backwards version of the tactic they used to oust netscape from the browser market. They will use their browser monopoly and IE features integrated into Longhorn OS to marginalise the OS market. You'll need Longhorn to access web services (banking, bill payment, etc.) that Microsoft plans to make "essential" and exclusive to windows users. That way they attack Apple and any other OS rivals simultaneously. Damn those MSFT busienss strategists are smart...

      Why? Because it makes sense.

    8. Re:Apple is stepping up by American+AC+in+Paris · · Score: 4, Insightful
      Aren't those the same list of things that if done by Microsoft would have you screaming bloody murder though?

      Seriously, this is what I've always hated about both companies. They *need* control over their platform. Apple has a draconian rule over their hardware, and is pushing for more of the same in software. Microsoft will simply crush opposition in software, but is pretty reasonable about hardware (drivers are another issue).

      To each his own. I've never held it against Cuisinart that I can't use cheaper Hamilton-Beach parts in my food processor. I don't begrudge the fact that I can't buy a Hyundai Town Car. I don't hold it against Apple that I can't call up Bob's Discount Apple Parts and build my own OS X box.

      Apple makes a damn solid product, box to bits. Part of the reason they can do this is that they don't need to waste time and money trying to support several thousand incrementally different sound cards, network adapters, modems, video cards, mainboards, etc.

      --

      Obliteracy: Words with explosions

    9. Re:Apple is stepping up by rtm1 · · Score: 4, Insightful
      Aren't those the same list of things that if done by Microsoft would have you screaming bloody murder though?

      I don't think so really. If MS announced that Office was going to support OpenOffice native formats and KOffice formats then would we be upset? Probably not.

      The difference is that Apple is supporting more standards and formats, while MS typically tries to force their own standards on you to the exclusion of all others. And when MS does implement other people's standards they typically throw in some proprietary 'feature' that fosters incompatibility.. That's what we scream bloody murder about.

      --
      "Belief means not wanting to know what is true." [Nietzche, The Anti-Christ, 1889]
    10. Re:Apple is stepping up by gsfprez · · Score: 2

      omg.. i didn't just read someone say "stable" and Office for X in the same sentence, did i?

      If i could keep powerpoint from crashing.... anytime!.. it would suck a lot less.. honestly, it could only suck more if it was PowerPoint for Mac version 4.2.

      Apple is 3/7ths of the way to Micro Soft independence.... mail, browser, presentation...

      word processing, spreadsheet, small database, and drawing (a la Visio) need to be done (though you could argue that FileMaker Pro is the database app.. they need a FileMaker Lite version that reads/writes Access)

      Apple is doing very good things, I must say.. and they are doing them the best way for each particular application.

      - Safari was a nice front end on an OSS project
      - Keynote is a good 1.1 of a totally new Cocoa app
      - Mail.app is a really good NeXT app port

      It will be interesting to see how they proceed with iExcel, iWord, and iAccess... I suspect that iWord and iExcel will be native Cocoa apps - how freaking hard could these be to make? I don't think very compared to Keynote.... I assume that iExcel will be some nice front end for MySQL in Safari fashion...

      My only question is how they are going to do Micro Soft file conversion _good enough_ which means, it always fscking works... and Keynote ain't it. Could they simply borrow the flie import code from OOo? i don't understand how all that works as well as i'd like to.

      it should be fun to watch how Apple migrates away from Microsoft... i, for one, intend to have a front row seat on a Dual G5. :-)

      --
      guns kill people like spoons make Rosie O'Donnell fat.
    11. Re:Apple is stepping up by dbrutus · · Score: 4, Interesting

      Web services nightmare

      July 4, 2006

      Dear Mr. Bank CEO,

      Apple customers + Linux customers are about 7% of the desktop market. The xxx Bank web banking solution doesn't support anything but Internet Explorer which is not available on any platform but Windows. As a shareholder, I'm concerned that we're losing customers and money because of this. I intend to bring this up at the shareholder's meeting. You're in the business of making the bank's shareholders money, not shilling for Microsoft. There is *no* reason not to support everybody's computer platform. Their money spends just as well.

      Sincerely,

      Large shareholder mac user

    12. Re:Apple is stepping up by BitGeek · · Score: 4, Insightful


      Thats kinda silly-- Apple does control their hardware-- nothing draconian about it.

      AS to their software, they are not trying to be the only software provider for their platform-- they spend millions every year building free development tools, and working to get the message out.

      They built safari and then released a killer webkit to allow any app builder to easily put a html renderer (or web browser) into thier app. This isn't draconian-- they recognize that there are a lot of apps that could use web or http access conveneintly for unexpected things, and so they provide support for it.

      Apple is really kicking ass in developmetn tools-- they aren't top of the line yet, but they have a lot more momentum than even open source ones like eclipse. They want everyone to develop for the mac platform.

      The only places where they are competing head to head with third party developers are ones where those developers are working to kill the mac platform.

      Premiere on the mac SUCKED and has sucked for years, driving many Mac users to windows. Office is designed to do the same thing.

      Thank god apple is finally going after those people who are working to undermine their platform and showing that the best of breed video editing (for instance) is once agian on the mac platform.... and with good reason given the great multimedia platofrm they've built with quicktime and their hardware.

      This isn't control-- its support for the platform!

      --
      Yeah, and you guys panned the ipod too: http://apple.slashdot.org/article.pl?sid=01/10/23/ 1816257
    13. Re:Apple is stepping up by Maserati · · Score: 3, Interesting

      I'm not keeping numbers at work, but PowerpointX is right behind Quark 4.11 as my #1 source of trouble calls. Lately, I've just been opening them in Keynote (we only have one license for the moment) resaving them as .ppt's and sending them back. This usually cuts the file size down by a third and solves a lot of simple corruption issues. I switch an executive assistant to Keynote tomorrow.

      EntourageX is #3 on my list, and I'm looking forward to the improved mail.app in Panther, as it is right now, mail.app is completely unusable for someone bumping into EntourageX's 4GB database limitation. I want it faster, a lot faster before I start deploying it. We used AppleScript for the QuickMail Pro-> Entourage migration (a bigger upgrade than going to Mail.app will be), so that won't be a big hassle.

      G5s this Fall !

      --
      Veteran, Bermuda Triangle Expeditionary Force, 1992-1951
    14. Re:Apple is stepping up by thaddjuice · · Score: 3, Insightful

      I think that what we're trying to say the difference here is that Apple has been putting out products that are better and the other companies are realizing that they can't compete. Adobe and MS aren't withdrawing Premiere and IE because Apple is doing anything to suppress their ability to develop for the platform. Apple is just making better software, plain and simple. MS drives the competition away by bullying OEMs and closing standards. That's why we scream bloody murder.

      --
      Find me in ~/.sig
    15. Re:Apple is stepping up by carou · · Score: 3, Insightful

      Aren't those the same list of things that if done by Microsoft would have you screaming bloody murder though?

      Not at all - Apple wins customers by making products which are better (or better value) than the competitor's offering.

      Yes, iMovie is (effectively) free, and perhaps that discourages the light users from buying high-end packages from third parties. But that's obviously not Adobe's core market, and when you want to move to a more advanced program you can freely choose between Final Cut or Premiere, and it's a level playing field. That's perfectly fair competition.

      The fact that Adobe have decided they can't compete with Final Cut is no indication of foul play.

      Microsoft win customers by making the competitor's product unviable. (e.g. bringing up bogus error messages to incite FUD, or making their own products difficult (or impossible) to uninstall, or strongarming OEMs into contracts which bias the market in Microsoft's favour.)

      I think a lot of Microsoft's Mac products are better than their PC equivalents: on windows, they can rely on their monopoly to get sales; on the Mac they actually need to make a superior program, because there's no other reason to use it by default.

      So Apple are making a simple editor which can read .doc files? Big deal - a low end program will only attract low end customers. The sort of people who only needed to buy Word because of the number of .doc files they have to read, and that's only because so many other Word users don't know better than to send text files as .doc attachemts to emails. This market should never have existed anyway.

      Now, I'm sure that TextEdit won't compete with the features of Word, and the people who actually need that program can quite easily buy and install it. Apple are not blocking those potential customers from spending their money on Microsoft.

    16. Re:Apple is stepping up by rjung2k · · Score: 2, Insightful

      Yes, iMovie is (effectively) free, and perhaps that discourages the light users from buying high-end packages from third parties.

      I can't imagine Joe Consumer dropping several thousand on a pro-level video app just to edit his vacation movies, can you?

  4. This might work, but then again maybe not... by danrees · · Score: 5, Insightful

    The problem with any application providing support for MS Office formats is that the format changes from version to version, therefore it is difficult to preserve the content and formatting of documents perfectly. Anybody using OpenOffice.org will notice that formatting done on MS Word is modified slightly when opened in OpenOffice.org - for documents where layouts are more complicated and space matters (e.g. CVs), this causes problems.

    If Apple can create a filter that preserves complex formatting, it should be on to a winner for home users. However, I somewhat doubt that Apple can do so, when Microsoft's own versions of Office can't even cope with changes in the file format...

    1. Re:This might work, but then again maybe not... by Alex+Thorpe · · Score: 2, Informative

      And that's the whole reason the format changes, to encourage upgrades and break third party support. They want everyone to buy it and buy a new version every 2 years.

      Myself, I'll stick with AppleWorks and its imperfect importing and exporting capabilities. I just need it to export my resume to Word format from time to time for the HR departments that only want Word formatted documents, and the one or two outside Word documents I have to open per year.

      --
      "Common Sense Ain't" -Unknown
    2. Re:This might work, but then again maybe not... by figleaf · · Score: 4, Informative

      Word/Excel formats didn't change in Office XP.
      Powerpoint formats haven't changed since Office 97

  5. Freeware app that gives similar functionality by xyrw · · Score: 5, Informative

    Here's a link to a freeware app that already enables Cocoa applications to do a similar thing, but with text only: AntiWord Service. It works on Mac OS X 10.1.5 and higher.

  6. It works by Anonymous Coward · · Score: 5, Interesting

    It works, but it's not perfect, in some of my documents there are some minor problems, mostly with escape characters. Though, more importantly the fonts are rendered beautifully, instead of the jagged fonts that one has to deal with when using Office v.X.

  7. Office Package Speculation by Johnny+Mozzarella · · Score: 5, Interesting

    I have heard rumors of Apple working on an Office suite which includes a word processor called "Document" and a spreadsheet app cleverly called "Spreadsheet". It seems as though they are going to test and hopefully perfect the most important feature in TextEdit first, reading .doc files.

    Once they have the bugs worked out, they will release Document which will be able to open .doc files perfectly and resave them into Document's native XML format. Document will hopefully be available for Mac OS X and Windows.

    Microsoft's .doc format has a death grip on the business world. Unless there is an affordable alternative that can read .doc files it isn't going very far.

    The word processor is the only piece of the office package that most users need. Apple should make just Document for the PC and make it affordable. It will introduce many PC users to how software should be written. Like the iPod it will be a trojan horse that will hopefully cause them to consider a Mac for their next purchase.

  8. This won't replace office until by commodoresloat · · Score: 4, Funny

    ...Apple puts a talking paperclip into TextEdit

    1. Re:This won't replace office until by Mikey-San · · Score: 2, Funny

      It looks like you're trying to compete with our products! Would you like to:

      [] Make a better product and make us look like fools
      [] Make a better product but watch it fail as we FUD you to death
      [] Sell yourself to us

      --
      Mikey-San
      Karma: +Eleventy billion (mostly affected by watching Celebrity Jeopardy)
  9. HOLY FUCK. by Mikey-San · · Score: 4, Funny

    I just got Slashdotted.

    So far, I'm holding up, thanks to Smallbits, my host. AWESOME host, also host of Bungie.org.

    I am going to make a t-shirt that says: "I've been Slashdotted. Have you?"

    --
    Mikey-San
    Karma: +Eleventy billion (mostly affected by watching Celebrity Jeopardy)
    1. Re:HOLY FUCK. by elemental23 · · Score: 3, Funny

      Slashdot should give a t-shirt out to their vict^H^H^H^Hlinked web site admins reading "I got Slashdotted and all I got was this lousy t-shirt".

      --
      I like my women like my coffee... pale and bitter.
  10. Excel for Mac has more features than for Windows by danrees · · Score: 2, Informative

    It is also nice to be able to create documents and share them with those less fortunate (Windows people). There is no spreadsheet program that is near what Excel does.

    Indeed. Excel vX for Mac is superior in some ways to the Windows version. Where I work at present I do not have access to any serious database and statistical analysis software, so I'm stuck using Excel to manage a list. The Mac version makes it is easy to use Excel like Access, since it includes a feature called "list manager" which allows you to filter data sets with ease. The Windows version lacks this feature completely...

  11. Re:The question is... by andrewski · · Score: 4, Insightful

    Never. The other stuff aside from Darwin is closed and will likely remain so. They are reimplemented in GNUstep fairly completely today. It isn't just possible, but rather trivial to port from one to the other if that is a design factor.

    Darwin, however, is both open source and Free Software.

    After all, when they went to BSD, they inherited most all the apps and filters from Linux too.

    OS X is based on Rhapsody, which was Openstep 5.0, which was based on OpenStep 4, which was based on Nextstep 3.3, and all but OS X trace their lineage to BSD 4.3 (IIRC). OS X is based off FreeBSD, which too traces its lineage to BSD 4.4. The new Panther is supposedly based off FreeBSD 5.x series, which almost gives me wood. Linux never really gave much to Apple. Apple did, however, port Linux to a great many Macs though, and gave that project to the community.

    Apple is indebted to the FSF for its use of GCC, like Next was before it, and generally has played really well with the community in recent years.

  12. Mac IE by Slur · · Score: 2, Interesting

    Of course MS gets scared and stops making IE for Mac.

    Now come on. Everyone knows Microsoft dropped its support for IE because it wasn't making any money. ;-)

    On a more serious note, considering that the browser was a freebie, why didn't Microsoft continue to improve it after its initial release? Does anyone remember the fancy flash animation MS produced starring "Zippy" that showed IE with a built-in media player and other nifty features? WTF?

    Your point about MS Office is right on, though. Initially it seemed like a cool offering. But damn is it an annoying set of programs! I actually find it more pleasant to use Dreamweaver to make documents, and then print them into PDF files.

    --
    -- thinkyhead software and media
  13. Apple's versus MS's tactics by Slur · · Score: 5, Insightful

    Aren't those the same list of things that if done by Microsoft would have you screaming bloody murder though?

    No, absolutely not. The things that have bugged me have been:

    • Leveraging their OS monopoly and closed data formats to create barriers to competition rather than making a better product. (Internet Explorer, DirectX, etc.)
    • Pretending to embrace standards then creating extensions that make their version incompatible and platform-locked. (Java being the prime example.)
    • Using FUD - misrepresenting competing methods and technologies - in order to make themselves appear better. (Most recently pretending that Safari uses hidden APIs.)
    • Creating silly political initiatives like the Freedom To Innovate Network (FIN), astroturfing, and occasional phone surveys to create the appearance of grass-roots support.

    All that Apple has done is to push standards, make excellent use of open standards and Open Source APIs, and apply a consistent and elegant design aesthetic to their OS and their applications. In short, they have excelled through integrity and hard work. If Apple has an unfair advantage, it is only that they have applied a greater effort than others seem to have the courage to do.

    --
    -- thinkyhead software and media
  14. OpenOffice on the Mac by Slur · · Score: 2, Informative
    Openoffice.org is great and all that, but until they can get it to run outside of an X window system, it can't compete with MS Office on the mac.

    Of course Panther has built-in X11, but we don't know yet whether it will be any prettier than the X11 beta. My fingers are crossed.

    --
    -- thinkyhead software and media
  15. Fucking PDFs by pmsyyz · · Score: 2, Funny

    pudge, fucking warm us with a [PDF] like google does when linking to shitty PDF files. Thank you.

    Jakob Nielsen's Alertbox: PDF: Unfit for Human Consumption

    --
    Phillip
    1. Re:Fucking PDFs by BitGeek · · Score: 3, Insightful


      I think Jacob Nielsen is the Rush Limbaugh of design: A blowhard with no grasp of the facts.

      IF he didn't pretend like his opinions were fact, or in some objective sense true, he wouldn't be as annoying.

      Hell, I know people who still think images on webpages are overkill... They're free to design their sites with that in mind if they want... but they don't go telling everyone that theirs is the One True Way.

      Nielson is not an authority- he's just opinionated.

      --
      Yeah, and you guys panned the ipod too: http://apple.slashdot.org/article.pl?sid=01/10/23/ 1816257
  16. A vector desktop by Redundant+offtopic+t · · Score: 3, Interesting
    It would have been kind of cool if the window would be rendered in vector graphics, in the reality, and directly displayed to PDF. A vector desktop still seems to be a dream, or did I get something wrong?

    When I first heard of Apple using display pdf for the gui and high resolution icons in something named "the dock", I was hoping that they had implemented what SGI did with their OpenGL--vector graphics on the desktop. Now, that was (is still? been 10 years, kinda hazy) an amazing desktop. each window had a thumbwheel that would continuously scale the icons in the window. the icon for the media drive would change to show empty/full/in use by overlayed animation. Eye candy, sure, but informative eye candy. Main things about a vectorized gui--clarity and speed.

    Seems to me that apple has everything in place to do this--opengl and display pdf. They can go a step further to my ultimate dream--resolution independent wysiwyg. That is, system-wide, having 12 point type be 12 points high whether the display is 72ppi or 123ppi. Also, having the menu bar stay the same apparent height through resolution changes. (yes, my eyes are getting old.) Win hints at doing this with small/med/large font selections, but Apple has the technology to do it right.

  17. I think this is going to be a problem by Frodo2002 · · Score: 2, Insightful

    Shoot me if I am being simple minded, but I think this is going to turn into a serious problem.

    I think Apple is marginalising itself. The beauty of having Office v.X for the Mac is that I can handle all the files which my PC using friends and collegues send. I can edit them and send them back. (For example using "track changes" in Word.) The question them becomes: Will Apple ever be able to produce its own software which will read MS Word, Excel and Powerpoint files properly (And I mean properly, with no errors - you would be surprised how pissed off people get when there is a slight inconsistency between the platforms), provide the same functionallity as Office and so on and so forth? I somehow doubt it. This is a hard problem. The imperfections of the open source efforts is testimony to this.

    I myself use LaTeX when I can since I intend to be able to read my work in 20 years time, but if it turns out that the problems mentioned above start to become real problems, I will probably be forced to switch to a PC and make it dual-boot with Linux. And that really makes me very sad because I like my Mac.

    1. Re:I think this is going to be a problem by plambert · · Score: 2, Informative

      Having worked with a large number of cross-platform environments, I can assure you that the "problems" that occur with formatting also occur between Windows computers running various versions of Office. Or even the same version of Office. I once spent 20 minutes trying to explain to someone that there was nothing _I_ could do to make her resume look the same on my computer as it did on hers, since we both had Windows 2000, and we both had Office 2000, and the resume was an Office 2000 document, and used the standard Windows-installed fonts.

      People who use Word day-to-day typically are quickly stripped of any expectation of consistency of presentation across computers...

      So such a problem won't be a big deal between platforms, where there's at least a buyable explanation.

      --plambert

    2. Re:I think this is going to be a problem by MrMickS · · Score: 2, Interesting
      Will Apple ever be able to produce its own software which will read MS Word, Excel and Powerpoint files properly (And I mean properly, with no errors - you would be surprised how pissed off people get when there is a slight inconsistency between the platforms)
      This depends on whether the infinite number of monkeys MS employs as programmers can keep making enough changes to the file format between versions.

      The current climate and the latest license proposals from MS have focused the minds of business people on alternatives to just buying the latest from MS. There is an opportunity here for an alternative to Office, it would have to be cross-platform though and marketed a damn sight better than WordPerfect.

      Keynote is already more compatible cross platform than Powerpoint. A colleague created a Powerpoint document on Windows for his boss to present on his G4 laptop. Powerpoint from Office v.X wouldn't play the presentation correctly. Keynote read the presentation in and worked. Interestingly the when the presentation was exported from Keynote as a Powerpoint document the Office v.X would play it without problems.

      --
      You may think me a tired, old, cynic. I'd have to disagree about the tired bit.
  18. NSText by rohanl · · Score: 5, Informative

    When I read the parent, it occurred to me that this is much more than TextEdit being able to read Word files.

    TextEdit is a very simple program. Apple even supply the full source for it in the developer tools under /Developer/Examples/AppKit/TextEdit

    All the real work is done by standard Cocoa classes NSTextView and NSTextStorage. If TextEdit understands Word files, it means that they have added the support to these standard classes. That means that *ALL* cocoa applications will inherit this functionality.

  19. Re:That's not only awesome, but.. by slughead · · Score: 3, Funny

    no of course not

    syntax coloring is for people who make mistakes :)

  20. Re:Grab.app by bursch-X · · Score: 2, Informative

    You can actually define your own screen capture key-combos in Panther yourself (ain't that nice ;-)

    But here are the defaults:
    COMMAND + SHIFT + 3
    capture whole screen and save on desktop

    COMMAND + CONTROL + SHIFT + 3
    capture whole screen and save in clipboard

    COMMAND + SHIFT + 4
    capture selection and save on desktop

    COMMAND + SHIFT + 4 (+ CONTROL when releasing mouse)
    capture selection and save in clipboard

    COMMAND + SHIFT + 4 + SPACE
    capture the window you click on and save on desktop
    If you hold CONTROL while clicking it'll save the image in the clipboard.

    --
    There are two rules for success:
    1. Never tell everything you know.
  21. How is this different from WordPad? by putaro · · Score: 3, Insightful

    WordPad, bundled with Windows (at least it's in Win2K, I don't have an XP box to check) will open basic Word documents just fine. I'm still waiting for my Panther CD's so I can't check the limits of TextEdit.

    So, OS X will now have some basic functionality built into it that Windows does. That's good, but I don't think it's the end of MS Office.

    1. Re:How is this different from WordPad? by RedSteve · · Score: 2, Insightful

      One word: strategery.

      It's not the end of Office, certainly. But you have to look beyond just WordPad functionality. Being able to read a Word doc is the first step to making sure whatever alternative Apple develops for Office can actually be compatible WITH Office.

      There's no sense in taking on the industry leader in bloatware, er, "productivity software" if you can't make it easy for users to read and edit their legacy documents. Without this basic functionality -- and the corresponding ability to market "works with Office" -- users have no reason to switch to an Office alternative.

  22. Re:To quote Cryptonomicon: by macwhiz · · Score: 2, Interesting
    Sure, POP/IMAP work, but what about all the public folders I need and Calendar stuff?

    Yeah, too bad that Apple doesn't have some technology for managing calendars and synchronizing them with other networked sources that they could build upon...

    Oh, wait! ;)

    If Apple is pursuing a strategy of replacing Microsoft technology wholesale, then I wouldn't be the least bit surprised to find an update to iSync that knows how to push bits between an Exchange server and iCal.

    Seems to me that's a better rationalization for iCal's existence than trying to push Palm out of the Palm Desktop business... even if Palm Desktop for Mac could use the competition.

  23. Keep me guessing by switcha · · Score: 2, Funny

    Sure, but does it support the neato macro virii that help make office life so much of an edge-of-your-seat experience?

    --
    You know what? ... A little club soda *did* get that out!
  24. AppleWorks IS available for Windows by RaycerX · · Score: 2, Informative

    One of Apple's best kept secrets is that there is a version of AppleWorks for Windows. It is only available to education customers however. You get both the Mac and Windows versions on one CD for $39!

    From Apple's site:
    System Requirements

    AppleWorks 6.2 for Mac OS X
    An iMac, iBook, Power Mac G3, Power Mac G4, Power Mac G4 Cube, PowerBook G3, or PowerBook G4
    128MB of physical RAM
    Mac OS X, v10.0 or later
    A CD-ROM drive (for installation)
    An Internet connection*
    QuickTime 5 or higher (included on CD)
    To use Mac OS X, you will need a computer with at least 128MB of physical RAM.

    AppleWorks 6.2 for Mac OS 8/9
    An Apple computer with a PowerPC processor
    24MB of physical RAM with virtual memory set to at least 25MB
    Mac OS 8.1 or later
    A CD-ROM drive (for installation)
    An Internet connection*
    QuickTime 4.1.2 or higher (QuickTime 5 included on CD)

    AppleWorks 6.2 for Windows
    A PC with a Pentium processor
    32MB of physical RAM
    Windows 95, 98, Me, 2000 and XP
    A CD-ROM (for installation)
    An Internet connection*
    QuickTime 4.1.2 or higher (QuickTime 5 included on CD)
    Internet Explorer 5 (included on CD)

  25. First OSX public beta did that too... by stephdau · · Score: 2, Interesting

    What's truly funny is that I remember that TextEdit in the very first public beta of OSX (a few years back) was already able to open Word docs. This feature never made it to any of the current upgrades though. I guess they had planned for this for a while, but MS b*tched at them a little too loud at the time. Now the question is: is this gonna make it in the released version this time around?!?

  26. Jesus Christ, How Hard Is This To Get Straight by Anonymous Coward · · Score: 2, Informative

    Quartz is not "Display PDF". Don't know where you saw or why you decided to make up that retarded name. Quartz uses the Generic PDF format as an engine to Quartz. This was chosen over Display Postscript for more reasons than simply licensing costs. Apple had considered using the full PDF format, but the costs were higher--generic PDF is free to implement. They (Apple) did not invent generic PDF, Adobe did.

  27. Re:NSMicrosoftDoc by rohanl · · Score: 2, Insightful

    NSText already supports RTF

    - (BOOL)writeRTFDToFile:(NSString *)path atomically:(BOOL)flag;
    - (BOOL)readRTFDFromFile:(NSString *)path;


    It's not a lot more esoteric to add support for .doc files

    There's one way of finding out.

    Anyone with access to Panther want to run class-dump on TextEdit and see what's in it?

  28. Re:NSMicrosoftDoc by robbieduncan · · Score: 3, Informative

    I went one better for you. I compiled and ran the version of TextEdit supplied as example code with XCode on Panther. It was able to open a .doc file. I can confirm that it is using NSTextView and NSTextStorage (not custom subclasses) to do this. So it looks like all Cocoa apps using text views will be able to provide basic .doc file handling for free. Very nice :)