Word 2008 document display window problem

I have a macbook air, and having trouble with my 2008 word program. when I open a document (or new document) it will only open in a small window and will not allow me to make it larger. it just started doing this randomly.

2008 is now a long time ago in terms of technology.  There have been two major releases of Microsoft Word for Mac since then: Microsoft Office for Mac 2011 and Microsoft Office 365.
I don't know for sure whether Office for Mac 2008 runs on Mavericks, but I suspect this may be your issue.

Similar Messages

  • Acrobat 9 Pro & Word 2008 doc with sections problem

    I have recently switched from Windows to a MacBook Pro and am just now using Word 2008 & Acrobat 9 Pro for the Mac. I have an 11-page Word doc (created with Word XP before the change) that has several sections in it (to change page orientation). When I send that doc to the Acrobat PDF virtual printer, it creates several files corresponding to the sections in Word, but omits the first section completely. This never happened with Word XP and Acrobat 7.Is there something I missed in setting up Acrobat? Is this common with the Mac version of Acrobat?
    Thanks. John.

    This is a long standing issue between Acrobat (Adobe/Apple/Microsoft). Both Microsoft and Adobe Blame on Apple. But the problem has been around since Mac OS 6 days and acrobat 2-3. Back then Mac didn't even you the Abobe PDF engine for visual and printing as in OSX. Adobe refuses to fix the problem because they are not as big a fish as Microsoft. Microsft if you don't fix a problem for them it means the death of your Company. Microsoft has included a work around in 2008 . That is go to Save as... and choose PDF.
    It will save as one document, Unless there is a switch in Page orientation. Microsoft both on Bulletin Boards (Forums) and on website say that the code is identical for Mac and PC version except for VBA missing, key layouts and inteface changes. But MS refuses to allow Adobe a Look at their Page and section Break codes so they can cure it.
    Try saving as PDF in Word 2008 make sure version ia 12.2.1. Next see if all pieces are there.
    In Acrobat and choose insert pages then choose the next section. and add to end. go to end and repeat with next section, and repeat, with next section until all the pieces are together. I wish the problem was fixed it been going on since the day Acrobat came on the scene. And the aprties are so afraid and scecretive they won't work together to fix the problem.  But that business these days everyone is out for themselves, and don't care who get affected in the process.

  • Inserting date & time in Word 2008 document

    I'm trying to create simple AppleScript and I'm hoping someone on here can help me.
    I work in Word 2008 for Mac and want to create a script that simply inserts the phrase "Left message(space)" plus the date and time whenever I run the script. I'd also prefer that the phrase be in italics if possible. I use this because I often call people and leave them a message and I like to keep a record of when I call them.
    I found this script online and modified it hoping it would meet my needs:
    tell application "Microsoft Word"
    tell selection
    type text text "Left message "
    create new field text range text object of selection field text {"DATE \\@ \"MM/d/yyyy\""}
    end tell
    end tell
    The result is that when I run the script, I get something like this in my document:
    Left message 6/10/2010
    It's a good start, but there are two problems with this.
    First, I would like to insert both the date AND the time.
    Second, when it inserts the date, it makes it an "update automatically" date that updates to the current time every time I open the document. This obviously doesn't help me keep a record of when I made a call. What I would like is for it to just insert the current date and time without updating automatically.
    Third, if possible, I would also like it to be in italics.
    It would look something like this:
    +Left message 6/10/10 5:29 PM+
    I appreciate any advice people can give.
    Message was edited by: LJH_CMH

    Second, when it inserts the date, it makes it an "update automatically" date that updates to the current time every time I open the document
    Sure, that's because you specifically tell it to. Your script inserts a 'new field' which is analogous to Word's dynamic text objects (date, time, page number, etc.)
    Instead, what you want to do is insert an actual string of characters - sure, to you and I that string of characters might look like a date and time, but to Word it's nothing more than a series of characters.
    For that we can fall back on AppleScript's date features, specifically current date, like:
    tell application "Microsoft Word"
      tell selection
        type text text "Left message " & (current date as text)
      end tell
    end tell
    Note that current date as text returns a rather verbose form of the date. If that's too much for you there are alternate options, such as:
    short date string of (current date) & space & time string of (current date)
    which will look more like: "6/10/10 3:26:50 PM"
    But there is also a myriad of other ways (with seconds, without seconds, 12/24 hr, etc.) depending on what you want.
    Third, if possible, I would also like it to be in italics.
    I'll have to look at that one, unless someone else beats me to it.

  • Saving MS Word 2010 documents in Windows 8.1

    I am trying to save a document and every time I try, the application just stalls.
    The steps I follow are:
    Click File
    Click Save As
    A little circle appears, like the hourglass in previous versions (the good ones...) of Windows
    I wait ...and wait...and wait...
    In the end I use Task Manager to close the MS Word 2010 application.
    When it restarts my documents appear in the Document Recovery pane.
    I have tried shutting the computer down and restarting, even turning the machine completely off. It makes no difference.
    I am running Windows 8.1, application MS Word 2010 on a HP Pavilion 23-a200a (3.70 GHz processor and 4.00GB RAM)

    there is some OP report after Windows update Dec 2014 Word stop responding ( I cant confirm if this is also related to your issue) its because security update for Office maybe conflict with the active-x that you are installed
    for manual procedure try to:
    Close Word
    Start Windows Explorer
    Select your system drive (usually C:)
    Use the Search box to search for *.exd
    Delete all the files it finds.
    Start Word again
    Open that file and save it, and try open at Windows 7
    This also will be solved by KB3025036
    https://support.microsoft.com/kb/3025036/EN-US?wa=wsignin1.0
    to get more detail about this issue, I suggest also contact Office forum

  • DLL display window problem

    Hi!
    I am trying to write a DLL with Labview that is called from a C++ application. However, when I run it, the window below opens up briefly and then disappears.
    Can I hide the window? It is really annoying
    Thank you.
    Solved!
    Go to Solution.

    Hi Nokia!
    The loading window is most likely popping up because it cannot find this DLL dependency (NI_AALBase.lvlib) in its expected place. So the program searches for a while, and finds it at another location. My suggestions would be:
    1. Install/reinstall the appropriate version af the LabVIEW Run-time Engine (same version as your LV).
    2. If that doesn't work try manually adding NI_AALBase.lvlib to your DLL build, and make sure it is in the Always Included tab in the source file selection.
    3. There is an .ini setting to suppress loading windows. You must open you labview.ini setting file (it is in the same directory as LabVIEW.exe) and add the line 
        ShowLoadProgressDialog=True
    Though this might be ignored if a file or directory is not found by the loader.
    What is your LabVIEW version? Do you run this DLL on the same PC where it was created? Please try these solutions and in that time I can check if there is anything version related in this problem.
    Best regards:
    Andrew Valko
    National Instruments
    Andrew Valko
    National Instruments Hungary

  • Pdfmark code in MS Word 2008 doc doesn't seem to work properly to create Named Destination

    Hi all,
    I've been having trouble with creating Preview-compatible Named Destinations in Acrobat 9.x (see http://forums.adobe.com/thread/770470?tstart=0).  Distiller, on the other hand, appears to create compatible Destinations, so as a last-ditch effort, I tried to go back to my original source file (Microsoft Word 2008 document) to use Distiller's pdfmark functionality, to see if maybe I could finally get a PDF with Preview-compatible Destinations.
    Following instructions found elsewhere on this forum, I went into Word and inserted the following field into a test location in my document:
    PRINT "[ /Dest /testdest /View [ /XYZ null null null ] /DEST pdfmark"
    This field code is supposed to then cause a pdfmark to be inserted into the resulting PostScript and/or PDF files.  Distiller is supposed to understand this and turn it into a Named Destination called "testdest."  However, it doesn't seem to work - I don't see the pdfmark code in the PS file, and the PDF file doesn't have any Named Destinations in it.
    I'm using Acrobat 9.x on Mac OS X 10.6.5, so I tried this two different ways:
    1) Using the "Print to Adobe PDF" workflow (which replaced the "Adobe PDF Printer" from previous OS/Acrobat versions) - this automatically generates a PDF via (presumably) an API call to Distiller... and
    2) Using the "Print to Postscript" workflow to generate a PS file, which I then ran through Adobe Distiller.
    In neither case did I end up with a named destination in the PDF file, as I was supposed to.  In case #2, even the Postscript file didn't have a pdfmark embedded in it.  Thus, I'm assuming that perhaps this is particular issue may be a problem with MS Word 2008 rather than with Acrobat... but I'm hoping someone might have a clue as to how to fix it.
    I welcome ideas on how to get Word 2008 to properly output pdfmark code, so that Distiller will pick it up and properly embed a Named Destination into the PDF...
    Thanks in advance.
    (If anyone has ideas about the Preview-compatible problem, linked above, that would also be great!)

    You're suggesting that it was never fixed from Word 2004 to 2008?  Possibly.  I wonder if it's fixed in Word 2011?  Anyone know?  But is it really a Word problem, rather than a Distiller issue?
    I appreciate your offer, though I do have access to Word on Windows (2003, I think), so I could try Distilling there... I only worry about formatting, since there are minor differences (e.g. font kerning, etc.) between Mac and Windows that are subtle, but sufficient to create formatting issues for very long documents (e.g. pushing figures onto the wrong pages, etc.).  That would be a rather big problem.
    The question remains whether this is an issue with Word or Distiller, though... and whether it's fixed in Distiller X and/or Word 2011.
    Adobe, care to comment?
    I'd really love to find a proper Mac solution, if one exists... it would be rather a slap to Mac users if a solution doesn't exist.

  • Word 2008 crashes when trying to save as PDF

    Ever since upgrading to 10.6, I've been unable to save Word 2008 documents as pdf files from the print dialog. As soon as select "Save as PDF" from the PDF pull down, Word crashes. This doesn't happen in Excel or Powerpoint.
    What's interesting is that if I select the Preview button (next to the PDF pull down in the print dialog), it opens the file using either Acrobat or Preview (depending on how I set things up), both of which let me save the file as a PDF.

    I also have had a few instances where Save as PDF crashed Safari and Firefox. It doesn't happen on the first attempt, after trying to save a few documents in Safari it consistently crashed while using the Save as PDF, I thought it was a Safari problem so I switched to Firefox it allowed me to save a few a more documents and then it crashed.
    marc

  • Lion and Word 2008

    I downloaded Lion and now when I open my Word 2008 documents, some of the formatting is all jumbled. Is there any way to fix this??

    This is a part of the Resume feature in Lion. It can be completely turned off, like JoeyR posted. This will affect all your applications though, not just Word. Check out this guide if you feel like it:
    http://osxdaily.com/2011/07/17/delete-specific-application-saved-states-from-mac -os-x-10-7-lion-resume/

  • Special Characters (holding key) has erratic behavior in Word 2008

    I am trying to hunt down a mystery for a friend using her macbook air (Lion).
    She is trying to add special characters (accents, etc.) to words in a MIcrosoft Word 2008 document.
    Sometimes she can hold the key, and the special characters menu will pop up. Sometimes she will get the "old" repeating letter (eeeeeeeeeeeee). I tried to look at everything I could think of, but there seems to be no earthly reason why it does it sometimes but not all the time.
    The only explanation I could guess at was that it was Word 2008 and Lion (and not Word 2011).
    Does anyone know any fixes or explanations?

    I suggest you post your question on Microsofts forums for Mac Office as it's their software you're having issues with:
    http://answers.microsoft.com/en-us/mac

  • Windows 8.1 problem saving word 365 document by using Netdrive in NAS Synology

    Hi Everyone,
    I have Problem with Windows 8.1 to open or save word 365 document by using Netdrive in NAS Synology.
    Please I Need your help asap.

    Hi,
    In regarding of the issue, we need more information.
    Do you meaning that you can't open the Word 2013 file in NAS Synology through network?
    Does only one Word file occur the issue?
    Does the Other file encounter the issue (Such as Excel file ,TXT file, Images)?
    Do you download the Word file to local and check if it can be opened or saved?
    Do you get some error message or error code?
    Please try the following steps to check they are helpful:
    Create a new Word file and open it in local disk to make sure Word 2013 work fine in local.
    Check the network connection.
    Check the account permission and security settings.
    If the issue still exists, please give me more information, and upload the event log to do further research.
    Regards,
    George Zhao
    TechNet Community Support

  • T500 display adapter problem on Windows Server 2008

    Hello,
    I recently got T500 and if I understand this correctly, it comes with two display adapters,
    - ATI Mobility HD Radeon 3650
    - Intel Mobility 4 Series Express Chipset Family.
    I installed Windows Server 2008.
    Now my problem is that I can't install ATI Mobility HD Radeon 3650 driver but only able to installed Intel Mobility 4 series Express Chipset Family driver.  Funny thing is that I tried to install the ATI Catalyst Manager, but it's not installing.  I know it is not installing because when I right click on the desktop, I don't see an entry for "ATI Catalyst Manager" and if I go to C:\Program Files\ATI Technology folder, it is empty.
    My another problem (main) is the screen turns itself on/off several times and I get "display driver igfx stopped responding and has successfully recovered" error message, and then I see a "fuzzy screen" which requires me to forcefully shut the computer off (by pressing power button).
    I tried to install the driver manually on Device manager, but still no luck.
    Anyone had same problem and maybe have a solution?
    Thanks. 

    how did you install the drivers? lenovo-download drivers doesn't necessarily install themselves, but annoyingly merely extracts them to a folder.
    or, more simply, use system update to install all the drivers
    T400s - 2815RW1 + Win7 Ultimate
    Don't pm me for help! That's what the forum is for. Also, Google's nicer than me. Ask him.

  • How do I repaginate a PDF document in Word 2008 for Mac?

    I am trying to repaginate a PDF document made in Word 2008 for Mac, which I have uploaded to Scribd for public perusal.  Unfortunately, whatever I do to the settings for the document it always comes out in reverse order. (60 - 1 instead of 1 - 60)
    The problem is not with Scribd, as they just reproduce the document in the order in which it is sent.  Somewhere along the line, the pages are reordered. They are not numbered in the document. 

    Hi,
    Try this AppleScript :
    It will create a new PDF file (the name will be "the original Name + _reverse.pdf"), it reverse the pages order.
    Open the "AppleScript Editor" application.
    Copy/paste this text in the window :
    set a_PDF to POSIX path of (choose file with prompt "Select a PDF file to reverse the pages order." without invisibles)
    do shell script "export VERSIONER_PYTHON_PREFER_32_BIT=yes
    /usr/bin/python -c  'import os, sys, Foundation
    from Quartz import *
    this_pdf = CGPDFDocumentCreateWithProvider( CGDataProviderCreateWithFilename( sys.argv[1] ))
    if this_pdf is None:
       print \"Error reading PDF document\"
       sys.exit(1)
    tName, ext = os.path.splitext(sys.argv[1])
    new_file = \"%s_reverse.pdf\" % (tName)
    cfstr = Foundation.CFStringCreateWithCString(None, new_file, Foundation.kCFStringEncodingUTF8)
    url = Foundation.CFURLCreateWithFileSystemPath(None, cfstr, 0, False)
    c = CGPDFContextCreateWithURL(url, CGRectMake (0, 0, 0, 0), None)
    cnt = CGPDFDocumentGetNumberOfPages(this_pdf)
    for page_number in range( cnt + 1, 0, -1):
       page = CGPDFDocumentGetPage(this_pdf, page_number)
       r = CGPDFPageGetBoxRect(page, kCGPDFMediaBox)
       CGContextBeginPage(c, r)
       CGContextDrawPDFPage(c, page)
       CGContextEndPage(c)
    CGPDFContextClose(this_pdf)
    CGPDFContextClose(c)' " & quoted form of a_PDF
    Click on the "Run" button.
    Select your PDF file when the dialog is displayed.

  • Page numbers display as 5 of 1 and 2 of 2121 in a PDF that was created from a Word 2003 document

    We merge several Word 2003 documents into 1 larger document that we then convert to PDF.  The page numbers in the Word document display properly - 1 of 21, 2 of 21, 3 of 21, etc.  We then convert that merged document to PDF by right-clicking the filename and choosing "Convert to Adobe PDF".  For those of us with Adobe Acrobat Standard 8.1.3, the page numbers in the converted PDF file display as 1 of 1, 2 of 1, ... 21 of 1.  Those with Acrobat Professional 8.1.3, they display as 1 of 21, 2 of 2121, 3 of 212121, etc., each page adding another total number of pages to the total.  There is no change in the result if using v8.0.0 or 8.1.4  Does anyone have any ideas???

    Unless you have a specific reason to upgrade to OFFICE 2007, I would not recommend it. I hate it -- have it on two computers. I have had problems creating PDFs reliably from WORD 2007 and PPT 2007, at least with graphics. The conversion seems to want to split graphics up into several parts rather than leave it as one. It does not happen with WORD 2003 and so assume this is some sort of issue with OFFICE 2007. You can get the graphics fine if you use the MS plugin for PDF creation, but then you have to deal with the MS version of a PDF. If you want to try it on one computer in your office, I would do that before you make the change. However, if what you have meets the need, then why change unless there are specific items that you are looking for and don't have.
    OK, that is my opinion. I am sure there are counter arguments. If I had the preference on my newer machines, I would have OFFICE 2003. Bill

  • Word 2008 crashes when I have several documents open

    I'm running word 2008, and whenever I have multiple documents open (some large) word seems to crash randomly after a while. I can open a bunch of documents, work with them, then leave the computer. When I come back and click on a document window, it'll crash usually. I checked system logs and it shows this:
    12/11/08 4:42:44 AM com.apple.launchd[69] ([0x0-0x10010].com.microsoft.Word[122]) Stray process with PGID equal to this dead job: PID 172 PPID 1 Microsoft Error
    12/11/08 4:42:44 AM com.apple.launchd[69] ([0x0-0x10010].com.microsoft.Word[122]) Exited: Killed
    12/11/08 4:42:44 AM com.apple.launchd[69] ([0x0-0x10010].com.microsoft.Word[122]) Stray process with PGID equal to this dead job: PID 172 PPID 1 Microsoft Error
    12/11/08 4:42:44 AM com.apple.launchd[69] ([0x0-0x10010].com.microsoft.Word[122]) Exited: Killed
    I tried deleting the plist files associated with word and office to no avail. Anyone know what it could be?
    Oh, I also checked the Microsoft error log and it shows as this:
    Microsoft Error Reporting log version: 2.0
    Error Signature:
    Exception: EXCBADACCESS
    Date/Time: 2008-12-11 01:02:10 -0500
    Application Name: Microsoft Word
    Application Bundle ID: com.microsoft.Word
    Application Signature: MSWD
    Application Version: 12.1.3.080930
    Crashed Module Name: Microsoft Word
    Crashed Module Version: 12.1.3.080930
    Crashed Module Offset: 0x00360294
    Blame Module Name: Microsoft Word
    Blame Module Version: 12.1.3.080930
    Blame Module Offset: 0x00360294
    Application LCID: 1033
    Extra app info: Reg=en Loc=0x0409
    Thread 0 crashed:
    # 1 0x00361294 in _wdCommandDispatch + 0x000442E4 (Microsoft Word + 0x00360294)
    # 2 0x00364514 in _wdCommandDispatch + 0x00047564 (Microsoft Word + 0x00363514)
    # 3 0x0057ede9 in _wdCommandDispatch + 0x00261E39 (Microsoft Word + 0x0057dde9)
    # 4 0x0057f989 in _wdCommandDispatch + 0x002629D9 (Microsoft Word + 0x0057e989)
    # 5 0x0057fc98 in _wdCommandDispatch + 0x00262CE8 (Microsoft Word + 0x0057ec98)
    # 6 0x0057ff46 in _wdCommandDispatch + 0x00262F96 (Microsoft Word + 0x0057ef46)
    # 7 0x008ba3e0 in _wdGetApplicationObject + 0x0018505E (Microsoft Word + 0x008b93e0)
    # 8 0x008ba4b0 in _wdGetApplicationObject + 0x0018512E (Microsoft Word + 0x008b94b0)
    # 9 0x00003fbc in _mh_executeheader + 0x00002FBC (Microsoft Word + 0x00002fbc)
    # 10 0x000040bd in _mh_executeheader + 0x000030BD (Microsoft Word + 0x000030bd)
    # 11 0x00c5c76b in _wdGetApplicationObject + 0x005273E9 (Microsoft Word + 0x00c5b76b)
    # 12 0x01629686 in _McpEnableTimers + 0x000000B8 (MicrosoftComponentPlugin + 0x000ac686)
    # 13 0x92f497a4 in .objcclass_nameIPMDFontRange + 0x92C1FB64 (HIToolbox + 0x0009d7a4)
    # 14 0x92cd3b45 in .objcclass_name__NSCFSet + 0x92B89C05 (CoreFoundation + 0x00072b45)
    # 15 0x92cd3cf8 in .objcclass_name__NSCFSet + 0x92B89DB8 (CoreFoundation + 0x00072cf8)
    # 16 0x92edb480 in .objcclass_nameIPMDFontRange + 0x92BB1840 (HIToolbox + 0x0002f480)
    # 17 0x92edb299 in .objcclass_nameIPMDFontRange + 0x92BB1659 (HIToolbox + 0x0002f299)
    # 18 0x9301e54b in .objcclass_nameIPMDFontRange + 0x92CF490B (HIToolbox + 0x0017254b)
    # 19 0x01669b5c in _McpRunApplicationEventLoop + 0x0000006A (MicrosoftComponentPlugin + 0x000ecb5c)
    # 20 0x00ae710b in _wdGetApplicationObject + 0x003B1D89 (Microsoft Word + 0x00ae610b)
    # 21 0x00af01bf in _wdGetApplicationObject + 0x003BAE3D (Microsoft Word + 0x00aef1bf)
    # 22 0x0224845c in __WlmMain + 0x00000047 (MicrosoftOffice + 0x004a345c)
    # 23 0x00ad555c in _wdGetApplicationObject + 0x003A01DA (Microsoft Word + 0x00ad455c)
    # 24 0x00002fa2 in _mh_executeheader + 0x00001FA2 (Microsoft Word + 0x00001fa2)
    # 25 0x00002ec9 in _mh_executeheader + 0x00001EC9 (Microsoft Word + 0x00001ec9)
    X86 Thread State:
    eax: 0x0004feca ebx: 0x1a009000 ecx: 0xffff800e edx:0x2142691d
    edi: 0x00007fd0 esi: 0x0000ffc2 ebp: 0xbfffe798 esp:0xbfffe720
    ss: 0x0000001f eip: 0x00361294 cs: 0x00000017 ds:0x0000001f
    es: 0x0000001f fs: 0x00000000 gs: 0x00000037 eflags:0x00010202
    Thread 1:
    # 1 0x9053de26 in _signgam + 0x903975C2 (libSystem.B.dylib + 0x00000e26)
    # 2 0x905c5f2b in _signgam + 0x9041F6C7 (libSystem.B.dylib + 0x00088f2b)
    # 3 0x01ab4d7d in _MerpCreateSession + 0x00000B07 (merp + 0x00002d7d)
    # 4 0x01ab43e5 in _MerpCreateSession + 0x0000016F (merp + 0x000023e5)
    # 5 0x01ab446c in _MerpCreateSession + 0x000001F6 (merp + 0x0000246c)
    # 6 0x01ab4f25 in _MerpCreateSession + 0x00000CAF (merp + 0x00002f25)
    # 7 0x9056ef79 in _signgam + 0x903C8715 (libSystem.B.dylib + 0x00031f79)
    # 8 0x9056ee36 in _signgam + 0x903C85D2 (libSystem.B.dylib + 0x00031e36)
    X86 Thread State:
    eax: 0xffffffa6 ebx: 0x905b5277 ecx: 0xb00a0a5c edx:0x9053de26
    edi: 0x00001103 esi: 0x45cd7516 ebp: 0xb00a0ac8 esp:0xb00a0a5c
    ss: 0x0000001f eip: 0x9053de26 cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000206
    Thread 2:
    # 1 0x90544eee in _signgam + 0x9039E68A (libSystem.B.dylib + 0x00007eee)
    # 2 0x9056fbf1 in _signgam + 0x903C938D (libSystem.B.dylib + 0x00032bf1)
    # 3 0x95e9745c in __CMProfileID + 0x95DC4338 (ColorSync + 0x0003345c)
    # 4 0x95ea9d8e in __CMProfileID + 0x95DD6C6A (ColorSync + 0x00045d8e)
    # 5 0x9056ef79 in _signgam + 0x903C8715 (libSystem.B.dylib + 0x00031f79)
    # 6 0x9056ee36 in _signgam + 0x903C85D2 (libSystem.B.dylib + 0x00031e36)
    X86 Thread State:
    eax: 0x0000014e ebx: 0x9056fc11 ecx: 0xb0122e7c edx:0x90544eee
    edi: 0x048435a4 esi: 0xb0123000 ebp: 0xb0122ef8 esp:0xb0122e7c
    ss: 0x0000001f eip: 0x90544eee cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000246
    Thread 3:
    # 1 0x9059ccea in _signgam + 0x903F6486 (libSystem.B.dylib + 0x0005fcea)
    # 2 0x016efa26 in _FWaitForConnection + 0x0000002A (MicrosoftComponentPlugin + 0x00172a26)
    # 3 0x015fd0cc in _McpFInitNetworkPIDChecking + 0x0000111C (MicrosoftComponentPlugin + 0x000800cc)
    # 4 0x94ad1463 in __gTECMasterGlobals + 0x947EBC43 (CarbonCore + 0x00049463)
    # 5 0x9056ef79 in _signgam + 0x903C8715 (libSystem.B.dylib + 0x00031f79)
    # 6 0x9056ee36 in _signgam + 0x903C85D2 (libSystem.B.dylib + 0x00031e36)
    X86 Thread State:
    eax: 0x000c0194 ebx: 0x015fd07b ecx: 0xb01f9d3c edx:0x9059ccea
    edi: 0x04000000 esi: 0xb01f9f24 ebp: 0xb01f9d58 esp:0xb01f9d3c
    ss: 0x0000001f eip: 0x9059ccea cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000282
    Thread 4:
    # 1 0x90586a56 in _signgam + 0x903E01F2 (libSystem.B.dylib + 0x00049a56)
    # 2 0x016efab1 in _FReceiveMessage + 0x00000077 (MicrosoftComponentPlugin + 0x00172ab1)
    # 3 0x015fcd7a in _McpFInitNetworkPIDChecking + 0x00000DCA (MicrosoftComponentPlugin + 0x0007fd7a)
    # 4 0x94ad1463 in __gTECMasterGlobals + 0x947EBC43 (CarbonCore + 0x00049463)
    # 5 0x9056ef79 in _signgam + 0x903C8715 (libSystem.B.dylib + 0x00031f79)
    # 6 0x9056ee36 in _signgam + 0x903C85D2 (libSystem.B.dylib + 0x00031e36)
    X86 Thread State:
    eax: 0x00000193 ebx: 0x015fcceb ecx: 0xb027bcac edx:0x90586a56
    edi: 0xb027bec4 esi: 0xb027bf34 ebp: 0xb027bcd8 esp:0xb027bcac
    ss: 0x0000001f eip: 0x90586a56 cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000282
    Thread 5:
    # 1 0x9053dd5a in _signgam + 0x903974F6 (libSystem.B.dylib + 0x00000d5a)
    # 2 0x015fd48f in _McpFInitNetworkPIDChecking + 0x000014DF (MicrosoftComponentPlugin + 0x0008048f)
    # 3 0x94ad1463 in __gTECMasterGlobals + 0x947EBC43 (CarbonCore + 0x00049463)
    # 4 0x9056ef79 in _signgam + 0x903C8715 (libSystem.B.dylib + 0x00031f79)
    # 5 0x9056ee36 in _signgam + 0x903C85D2 (libSystem.B.dylib + 0x00031e36)
    X86 Thread State:
    eax: 0xffffffda ebx: 0x94ae47af ecx: 0xb02fde5c edx:0x9053dd5a
    edi: 0xb02fdf36 esi: 0x00000000 ebp: 0xb02fde88 esp:0xb02fde5c
    ss: 0x0000001f eip: 0x9053dd5a cs: 0x00000007 ds:0x0000001f
    es: 0x0000001f fs: 0x0000001f gs: 0x00000037 eflags:0x00000246
    Loaded modules:
    0: Microsoft Word (12.1.3.080930 Reg=en Loc=0x0409): /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/Microsoft Word
    1: MicrosoftComponentPlugin: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/MicrosoftComponentPlugin.framework/Versio ns/12/MicrosoftComponentPlugin
    2: Netlib: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/Netlib.framework/Versions/12/Netlib
    3: StdUrlMoniker: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/StdUrlMoniker.framework/Versions/12/StdUr lMoniker
    4: MicrosoftOLE: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/MicrosoftOLE.framework/Versions/12/Micros oftOLE
    5: MicrosoftOLEAutomation: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/MicrosoftOLEAutomation.framework/Versions /12/MicrosoftOLEAutomation
    6: MSLS3: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/MSLS3.framework/Versions/12/MSLS3
    7: merp: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/merp.framework/Versions/12/merp
    8: MSXML: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/MSXML.framework/Versions/12/MSXML
    9: PowerPlantCore: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/PowerPlantCore.framework/Versions/12/Powe rPlantCore
    10: MicrosoftOffice: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/MicrosoftOffice.framework/Versions/12/Mic rosoftOffice
    11: PowerPlant: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/PowerPlant.framework/Versions/12/PowerPla nt
    12: OfficeArt: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/OfficeArt.framework/Versions/12/OfficeArt
    13: MicrosoftOleo: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/MicrosoftOleo.framework/Versions/12/Micro softOleo
    14: SmartArt: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/SmartArt.framework/Versions/12/SmartArt
    15: MicrosoftChartPlugin: /Applications/Microsoft Office 2008/Microsoft Word.app/Contents/MacOS/../Frameworks/MicrosoftChartPlugin.framework/Versions/1 2/MicrosoftChartPlugin
    16: OpenTransport: /System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
    17: RawCamera (410 Reg=English Loc=0x0000): /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    18: EnglishSpeller (12.1.3.080930 Reg=English Loc=0x0000): /Applications/Microsoft Office 2008/Office/Shared Applications/Proofing Tools/EnglishSpeller.proofingtool/Contents/MacOS/EnglishSpeller
    19: ATSHI.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    20: libTraditionalChineseConverter.dylib: /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    21: libSimplifiedChineseConverter.dylib: /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    22: EnglishGrammar (12.1.3.080930 Reg=English Loc=0x0000): /Applications/Microsoft Office 2008/Office/Shared Applications/Proofing Tools/EnglishGrammar.proofingtool/Contents/MacOS/EnglishGrammar
    23: JapaneseProofing (12.1.3.080930 Reg= English Loc=0x0000): /Applications/Microsoft Office 2008/Office/Shared Applications/Proofing Tools/JapaneseProofing.proofingtool/Contents/MacOS/JapaneseProofing
    24: DivX Decoder (6.6.0 Reg=English Loc=0x0000): /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    25: EntourageCore: /Applications/Microsoft Office 2008/Office/EntourageCore.framework/EntourageCore
    26: EntourageLegacy: /Applications/Microsoft Office 2008/Office/EntourageLegacy.framework/EntourageLegacy
    27: SecurityInterface: /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    28: libstdc++.6.dylib: /usr/lib/libstdc++.6.dylib
    29: AudioToolbox: /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    30: libvDSP.dylib: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    31: SecurityHI: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    32: SearchKit: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    33: libSystem.B.dylib: /usr/lib/libSystem.B.dylib
    34: libsqlite3.0.dylib: /usr/lib/libsqlite3.0.dylib
    35: AppKit: /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    36: QuickTimeImporters (995.26.2 Reg=en_US Loc=0x0000): /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    37: CoreData: /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    38: ATS: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    39: InstallServer: /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    40: CommonPanels: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    41: Foundation: /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    42: libresolv.9.dylib: /usr/lib/libresolv.9.dylib
    43: Metadata: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    44: libauto.dylib: /usr/lib/libauto.dylib
    45: libRadiance.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    46: vecLib: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    47: OpenGL: /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    48: libBLAS.dylib: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    49: libobjc.A.dylib: /usr/lib/libobjc.A.dylib
    50: libvMisc.dylib: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    51: QuickTimeComponents (995.26.2 Reg=en_US Loc=0x0000): /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    52: HTMLRendering: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    53: Print: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    54: DesktopServicesPriv: /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    55: ImageCapture: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    56: libbsm.dylib: /usr/lib/libbsm.dylib
    57: CoreFoundation: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    58: vImage: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    59: HIToolbox: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    60: libicucore.A.dylib: /usr/lib/libicucore.A.dylib
    61: Kerberos: /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    62: Security: /System/Library/Frameworks/Security.framework/Versions/A/Security
    63: CoreGraphics: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    64: libGL.dylib: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    65: Accelerate: /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    66: ApplicationServices: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    67: libTIFF.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    68: CoreAudio: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    69: Shortcut: /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    70: libGLU.dylib: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    71: SystemConfiguration: /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    72: libLAPACK.dylib: /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    73: libGIF.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    74: CFNetwork: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    75: libgcc_s.1.dylib: /usr/lib/libgcc_s.1.dylib
    76: Help: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    77: libcrypto.0.9.7.dylib: /usr/lib/libcrypto.0.9.7.dylib
    78: CoreVideo: /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    79: LangAnalysis: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    80: libGLProgrammability.dylib: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    81: CarbonCore: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    82: Ink: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    83: CoreServices: /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    84: libz.1.dylib: /usr/lib/libz.1.dylib
    85: libRIP.A.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    86: PrintCore: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    87: Carbon: /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    88: ImageIO: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    89: AE: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    90: libxslt.1.dylib: /usr/lib/libxslt.1.dylib
    91: SpeechRecognition: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    92: SpeechSynthesis: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    93: libJPEG.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    94: AGL: /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    95: DiskArbitration: /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    96: libcups.2.dylib: /usr/lib/libcups.2.dylib
    97: Cocoa: /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    98: CoreUI: /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    99: ColorSync: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    100: IOKit: /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    101: libPng.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    102: vecLib: /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    103: libxml2.2.dylib: /usr/lib/libxml2.2.dylib
    104: HelpData: /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    105: QuickTime: /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    106: HIServices: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    107: QD: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    108: OpenScripting: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    109: CarbonSound: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    110: DictionaryServices: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    111: libCGATS.A.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    112: QuartzCore: /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    113: libCSync.A.dylib: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    114: libmathCommon.A.dylib: /usr/lib/system/libmathCommon.A.dylib
    115: CoreText: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    116: SecurityFoundation: /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    117: libffi.dylib: /usr/lib/libffi.dylib
    118: LaunchServices: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    119: libGLImage.dylib: /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    120: AudioUnit: /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    121: NavigationServices: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    122: OSServices: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    123: libJapaneseConverter.dylib: /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    124: libKoreanConverter.dylib: /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    Operating System Information
    Operating System: Mac OS X 10.5.5 (Build 9F2114)
    CPU: Intel Core Duo, Number: 2, Speed: 2000 MHz
    gestaltPhysicalRAMSize err = 0, result = 2047 MB
    gestaltSystemVersion err = 0, result = 0x1055
    Screen: 1680 x 1050, depth = 32, ltbr = 0, 0, 1050, 1680
    Screen: 1280 x 800, depth = 32, ltbr = 1680, 520, 1320, 2960
    Microsoft Application Information:
    Error Reporting UUID: AE11876F-4316-47FE-9C05-55C34AF3438A
    Time from launch: 4 hours, 47 minutes, 44 seconds
    Total errors on this client: 3

    One solution to your present issue is to consider NeoOffice or OpenOffice, either of which are nearly 100% MS compatible and do not suffer from these Word/Office-related issues that many MS Office/Mac users seem to have.
    Neo and Open Office are fully Leopard compatible and I have never had any issues with them. I use them on PCs and Macs. They are free downloads.
    http://www.neooffice.org/neojava/en/index.php
    http://www.openoffice.org/

  • Problems converting Word 2007 document to PDF

    Greetings,
    Have a brand new shiny computer with Office 2007 basic (Word 2007, Excel 2007 and Outlook 2007). Comes with Adobe Acrobat Standard. Installed Adobe Acrobat Standard with no errors. Opened a Word 2007 document that has an embedded Excel 2007 spreadsheet (its a document for generating quotes). Word document looks fine in Word. Prints to paper fine as well. Tried Save-As Pdf and the resulting PDF has big black boxes where the spreadsheet should be. Tried printing to the Adobe PDF printer with the same result. Downloaded update for Adobe Acrobat Standard and installed it. Adobe Acrobat Standard is now version 8.1.2. Tried saving as PDF, same problem.
    Word 2007 is (12.0.6015.5000) MSO (12.0.6017.5000)
    Adobe Acrobat Standard is ver 8.1.2
    Microsoft Windows XP Pro.
    Any ideas on how to fix this ?
    thanks,
    Darryl

    Darryl,
    Bill is correct - "Save as PDF" is the Microsoft PDF tool. However, on your Word Save As menu, you should also see Save As > Adobe PDF, which is the one you want. (At least this is how it appears in Word 2007 with Acrobat 8.1.1 installed.) You should also be able to select the Acrobat tab in Word 2007 and select Create PDF.
    I tried a test with Acrobat Professional 8.1.1, and the spreadsheet inserted in a Word file shows up just fine in the PDF. I selected "Fully functional PDF" in the Save As dialog box (not "Quick and Simple PDF"). Also, did not create a tagged PDF. Does Acrobat Standard have these options? (Note: The PDF was converted correctly from both a .doc and a .docx file, with an .xls file inserted.)
    Hope this helps. --GMc

Maybe you are looking for

  • TS1702 how do i add music through iTunes to my iPad on my computer that is not authorizerd?

    I am having difficulty adding music from my iTunes to my iPad because iTunes says I've authorized 5 computers but my computers had been rebooted & i had to reinstall iTunes causing the limit of authorizing to exceed. I need help on deauthorizing a co

  • Cell border manipulation

    hi, i want to change the width of a jTable's columnborder. do i have to write a own border class or can i manipulate the default border in some way? thanx for help, mischa

  • Is my Mac Pro eating monitors? Am I going crazy? A great mystery....

    Something very bizarre is happening, and it doesn't make a lot of sense to me. Maybe someone here can offer a theory. Here's my setup, and here's what's been happening.... Mac Pro (early 2009), 2.66 GHz Quad-Core, 8 gigs of RAM, running Mac OS X 10.5

  • Media pages are not publishing

    After adding a few media pages to my website, iweb says that it is successfully published, but the pages do not appear. Started when I tried to add a media page with quicktime move.

  • Content for CS3 integration

    Hello, Can anyone point me to a place to find the most up-to-date content for CS3-Flex3 integration? I found bits and pieces here and there, but most of the information was based on the previously released integration kit. Thanks, -george