Problems with embedded font on spark RichText control

« Hide
I have an embedded font that appears correctly when used with Halo components, but when associated with the spark RichText component, it is not recognized.
The embedded font is defined in css file, my css file
@namespace s "library://ns.adobe.com/flex/spark";
@namespace mx "library://ns.adobe.com/flex/halo";
@font-face {
src:url("assets/fonts.swf");
fontFamily: "Helvetica Neue";
@font-face {
src:url("assets/fonts.swf");
fontFamily:"Helvetica Neue";
fontWeight: bold;
global{
color:#333333;
fontFamily: "Helvetica Neue";
fontSize:12px;
The embedded font it used in the following manner:
<mx:Label styleName="panelTitle" text="Hello There"  width="263" x="21" y="11"/>
<s:Group width="410" x="38" y="52" height="50">
<s:RichText styleName="panelTitle" text="Hello There" fontFamily="Helvetica Neue"  width="263" x="21" y="11"/>
</s:Group>
The Label shows the embedded font correctly while the RichText control does not. It does not matter if the fontFamily is specified explicitly on the control or not.
I created a bug SDK-22137, but since I'd need to get this working soon any help would be appreciated.

Just a friendly reminder. Many of the examples on that site are fairly old and havent been updated to use the latest APIs. For example, "cff" has recently been renamed to "embedAsCFF". In fact, here's a better example:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
               xmlns:s="library://ns.adobe.com/flex/spark"
               xmlns:mx="library://ns.adobe.com/flex/halo">
    <s:layout>
        <s:VerticalLayout paddingLeft="20" paddingTop="20" />
    </s:layout>
    <fx:Style>
        @namespace mx "library://ns.adobe.com/flex/halo";
        @namespace s "library://ns.adobe.com/flex/spark";
        /* DefineFont3 (embedAsCFF == false) */
        @font-face {
            src: url("assets/georgia.TTF");
            fontFamily: embGeorgia;
            fontWeight: normal;
            embedAsCFF: false;
        @font-face {
            src: url("assets/georgiab.TTF");
            fontFamily: embGeorgia;
            fontWeight: bold;
            embedAsCFF: false;
        /* DefineFont4 (embedAsCFF == true) */
        @font-face {
            src: url("assets/georgia.TTF");
            fontFamily: embGeorgiaCFF;
            fontWeight: normal;
            embedAsCFF: true;
        @font-face {
            src: url("assets/georgiab.TTF");
            fontFamily: embGeorgiaCFF;
            fontWeight: bold;
            embedAsCFF: true;
        mx|Label {
            fontFamily: embGeorgia;
        s|RichText {
            fontFamily: embGeorgiaCFF;
            fontLookup: embeddedCFF;
    </fx:Style>
    <mx:Label text="Halo Label" />
    <mx:Label text="Halo Label (bold)" fontWeight="bold" />
    <s:RichText text="Spark RichText" />
    <s:RichText text="Spark RichText (bold)" fontWeight="bold" />
</s:Application>
Also, depending on what you're trying to do, this may help you: http://blog.flexexamples.com/2009/06/14/using-a-cff-embedded-font-with-a-halo-label-contro l-in-flex-4/. Basically, you can set the textFieldClass style on certain Halo controls and have them use the mx.core.UITLFTextFieldClass (instead of the default mx.core.UITextFieldClass) so they can take advantage of the new CFF fonts.
In fact, here's the same example as above, but with the single embedded font:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
               xmlns:s="library://ns.adobe.com/flex/spark"
               xmlns:mx="library://ns.adobe.com/flex/halo">
    <s:layout>
        <s:VerticalLayout paddingLeft="20" paddingTop="20" />
    </s:layout>
    <fx:Style>
        @namespace mx "library://ns.adobe.com/flex/halo";
        @namespace s "library://ns.adobe.com/flex/spark";
        /* DefineFont4 (embedAsCFF == true) */
        @font-face {
            src: url("assets/georgia.TTF");
            fontFamily: embGeorgiaCFF;
            fontWeight: normal;
            embedAsCFF: true;
        @font-face {
            src: url("assets/georgiab.TTF");
            fontFamily: embGeorgiaCFF;
            fontWeight: bold;
            embedAsCFF: true;
        mx|Label {
            fontFamily: embGeorgiaCFF;
            textFieldClass: ClassReference("mx.core.UITLFTextField");
        s|RichText {
            fontFamily: embGeorgiaCFF;
            fontLookup: embeddedCFF;
    </fx:Style>
    <mx:Label text="Halo Label" />
    <mx:Label text="Halo Label (bold)" fontWeight="bold" />
    <s:RichText text="Spark RichText" />
    <s:RichText text="Spark RichText (bold)" fontWeight="bold" />
</s:Application>
Peter

Similar Messages

  • Problems with embedded font with medium or heavy weight

    Hey guys,
    I'm switching a current Project from Flashbuilder Beta2 to the Flashbuilder final release.
    I have a big problem concerning embedded fonts. The fonts I have to use are Futura Com Medium & Futura Com Heavy.
    Here's some of my code:
    @font-face
         src:                        url("assets/fonts/FuturaCom-Medium.ttf");
         font-weight:               normal;
         fontFamily:                 myFuturaMedium;
         advancedAntiAliasing:       true;
         embedAsCff:                 false;
    .myDatagrid{
         fontFamily: myFuturaMedium;
         color: #ff0000;   
    this worked well in beta2, but I'm not able to get the embedded Font working in the datagrid with the Flashbuilder final release.
    Any help on using embedded fonts in a mx|Datagrid is highly aprechiated.
    Cheers

    Hey guys,
    I'm switching a current Project from Flashbuilder Beta2 to the Flashbuilder final release.
    I have a big problem concerning embedded fonts. The fonts I have to use are Futura Com Medium & Futura Com Heavy.
    Here's some of my code:
    @font-face
         src:                        url("assets/fonts/FuturaCom-Medium.ttf");
         font-weight:               normal;
         fontFamily:                 myFuturaMedium;
         advancedAntiAliasing:       true;
         embedAsCff:                 false;
    .myDatagrid{
         fontFamily: myFuturaMedium;
         color: #ff0000;   
    this worked well in beta2, but I'm not able to get the embedded Font working in the datagrid with the Flashbuilder final release.
    Any help on using embedded fonts in a mx|Datagrid is highly aprechiated.
    Cheers

  • Problems with Embedded Font MS PGothic

    Hello,
    After editing a document in Japanese, some characters will not show up. Normally i would attribute this to a missing font pack, but after reinstalling the Japanese font pack on the computer, we strill get the error message:
    "Cannot extract the embedded font 'RNUQGV+MSPGothic-WinCharSetFFFF-H'"
      Some characters may not display or print correctly.
    We create the file with MS Word, and in word we have no problems. It is only after using PDF-Server to create the files does this become a problem. Other Japanese fonts do no seem to have this issue.
    Any help would be greatly appreciated.
    thanks in advance
    SB

    Hello,
    After editing a document in Japanese, some characters will not show up. Normally i would attribute this to a missing font pack, but after reinstalling the Japanese font pack on the computer, we strill get the error message:
    "Cannot extract the embedded font 'RNUQGV+MSPGothic-WinCharSetFFFF-H'"
      Some characters may not display or print correctly.
    We create the file with MS Word, and in word we have no problems. It is only after using PDF-Server to create the files does this become a problem. Other Japanese fonts do no seem to have this issue.
    Any help would be greatly appreciated.
    thanks in advance
    SB

  • Reader V8 problem with embedded font

    Hello,
    I'm having problems opening in Reader V8 the PDF file located at http://www.itech.ca/otf-cff.pdf . The file opens correctly in previous versions of acrobat. AR 4 5 6 7. It complains about the embedded font. Can anyone help me identify the reason why the font cannot be extracted ? Is there anything wrong in the PDF file when describing the font, or it's the way I'm generating the embedded font ? Is there any tool I can use to help me debug this ? Any help or hint would be greatly appreciated.
    Thanks in advance.
    rabih

    Rabih,
    Please repost in the Reader forum. This forum is for pdf specification
    issues. Usually, the problems you are having are due to each successive
    version of Acrobat adhering to standards more strictly. A pdf with a
    problemsome font Acrobat or Reader might have tried to render the pdf
    and hope for the best. Now it may reject the pdf.
    Mike

  • Problem with embedding fonts in Illustrator CS5

    I have just installed Illustrator CS5, and have tested creating a PDF document based on one of my existing files, as well as a new file.
    When I open these PDF documents in Adobe Acrobat Pro 9, I am told that Acrobat cannot access one of the embedded fonts (Korinna BT).
    I have had no issues with embedding this font in Illustrator CS4, and (strangely), when I open these files in other PDF viewers (Preview and PDFPenPro), they report no issues.
    Has anyone else experienced this issue?
    I have removed and reinstalled the font in question, and tested/verified that the font is OK - but still not joy.
    Regards
    Jeremy

    The error message I get is:
    "Cannot extract the embedded font 'MVZTIW+KorinnaITCbyBT-Regular'. Some characters may not display or print correctly."
    When I check the fonts in the PDF in "Document Properties" in Adobe Acrobat the following is shown:
    "KorinnaITCbyBT-Regular
         Type: TrueType
         Encoding: Ansi
         Actual Font: Adobe Serif MM
         Actual Font Type: Type 1"
    It seems that Illustrator is adding some strange "code" ('MVZTIW') to the beginning of the font, which means the actual font can't be found and extracted.

  • Problem with embedded fonts

    Downloading pdf files from the web.
    Cannot extract the embedded font - does not display properly, does not print. Also sometimes get out of memory

    The wording extract is a question. Are you trying to copy the information? That may not be possible and may also be done on purpose by your bank or other company so that you can not copy the information. With Reader there is not much you can do. Either is displays correctly or not. The only option you have is to find the font, download it, and install it. Unfortunately, it may be difficult to find the correct font as many fonts have the same names, but are not compatible.
    So apparently these PDFs are being sent to you by these companies. Do they appear correct when viewing them in Reader? If so, you can probably print them by printing as a graphic.

  • PDF export - problem with embedded font

    Dear all,
    I refer to a problem which was already discussed [here|Export to PDF wrong font;. I was asked to start a new thread and provide further information. Here we are...
    The issue is nearly the same:
    - We have a solution which both has a WinForms and an .aspx UI.
    - We have a report, used in both solutions.
    - The WinForms solution uses the Crystal Viewer to preview and print and export and so on.
    - The web solution creates a PDF file and prompts to open or save. In this PDF, the font is substituted with Arial. This is actually the concrete problem.
    1) Version of CR
    on MY machine (MAYBE different on production environment, I have to check this):
    Crystal Reports 10 (10.0.0.53327)
    Crystal Reports Basic Runtime forVisual Studio 2008 (10.5.0.0)
    Crystal Reports runtime engine for .NET Framework 4 (64-bit) (13.0.0.99)
    Crystal Reports , version for Visual Studio 2010 (13.0.0.99)
    2) CR Service Packs installed
    Nope.
    3) web / win app?
    Both, see description above.
    4) Is this happening on dev or deployed system?
    On deployed system. It ONLY affects the web solution on the server, which is a Win7 64bit. My developement machine also is a Win7 64bit, it works on this device. On a colleagues machine (WinXP) it works, too.
    5) What is the actual font?
    The Font was exclusively developed for the customer by a designer, but it is fully embeddable (I already checked this).
    6) Link to a screen shot that shows the issue
    I do not know whether this really helps to NOT see a font replaced by Arial...
    I hope you can help me. If the description is a little confusing, please ask, I will try to explain better, promised. Thank you, have a nice weekend!
    Greetings,
    Jens

    Hi Don,
    thank you very much for your reply!
    The font is True Type, embedding allows preview/print.
    What exactly does "Then make sure the WEB Servers have access to the font." mean? It is installed on the machine. I'm not really familiar with that server config stuff, as it is usually not my job...
    Do we have to install the update (it is called support pack 2, right?) on the developement AND the deployment machine? Or only on the developement environment?
    Best regards,
    Jens

  • Problem with embedded font on offset printing

    Hello,
    I generated a leaflet with InDesign CS5. I exported it as PDF/x-3:2002. In the document, I used quote signs (American Typewriter Light font). When I export the PDF, everything goes well, and when I check in Acrobat, the font seems correctly embedded. However, when I picked up the leaflets at the printing house today (it's an offset printing), all the quotation marks were not printed (squares instead). Where does the problem come from?? Did the printing people did a mistake and what mistake? Or is it me?
    Thanks for your help!!

    Unfortunately, I haven't been able to respond to this thread up until now, but having reviewed this full thread, I have a few comments to offer:
    It is irrelevant whether the original text was copied and pasted or whether the font was Type 1, TrueType, a TrueType collection, OpenType CFF, etc. The real issue is whether the PDF/X-3:2002 file exported from InDesign is indeed valid. This can very easily be verified by running the appropriate preflight profile for PDF/X-3:2002 in Acrobat Pro 10 or 11. There is no need for any third party plug-ins or any other software for this.
    Assuming that preflight pronounces the file to be 100% kosher with no exceptions and that the file displays properly in Acrobat Pro, you should then try printing the file (or even just the pages that exhibited the problem) from Acrobat Pro to a printer that supports Adobe PostScript 3.
    If the printed output from the PostScript printer is correct as well, the problem lies totally with your print service provider and their workflow.
    In our extensive experience, problems can occur in any number of ways. One of most frequent sources of problems are printers who routinely open PDF files in Adobe Illustrator to view and “fix” them, somehow thinking that Adobe Illustrator is a general purpose PDF editor. For the record, Adobe Illustrator is not, repeat not, repeat yet again not a general purpose PDF file editor. Adobe Illustrator can only successfully edit PDF files saved from Adobe Illustrator itself when the “save editability” option is specified. Even then, Illustrator requires you to have all fonts referenced by the PDF file actually installed on your system; it does not use any fonts embedded in the PDF file. For other PDF files (such as those produced by Distiller, export from InDesign, etc.), character substitutions (especially for non-ASCII characters such as typographical quotes), font substitutions, color space changes, etc. are common issues.
    If the printer is not abusing Illustrator on your InDesign-exported files, it could be any number of third party products that many printers use, some of which are of dubious value and some of which may be either defective in terms of compliance with the PDF specification or simply grossly out-of-date. (It is amazing how many print service providers put their customers' submitted PDF files through all sorts of “fixup” processes, regardless of whether the files need such fixups or not. Many of these “fixups” are more likely to cause problems than they are to fix anything!)
    Under no conditions should you need to fully embed fonts in your PDF files. Certainly no Adobe software, including applications, Acrobat, and our PostScript and PDF RIP technologies licensed to OEMs is any way sensitive to whether fonts are subsetted or not! If a third party workflow component is so-sensitive, it is by definitiion defective.
    In terms of imposition, there should likewise be no sensitivity to whether fonts are subsetted or not. By the way, the most reliable imposition is actually done at the RIP itself, not by programs that either place PDF files into other documents and regenerate PDF or by utilities that rearrange PDF files or create new PDF files representing the printed flats.
    This thread also discussed the issue of whether the OP received a “proof.” Unless you receive a hard copy proof in which the content was put through the exact same workflow as the final product, including RIP and all prepress steps, it is very possible that the defect noted would not show up on the proof. Nonetheless, obtaining a hard copy proof is an excellent idea, especially if the issue comes up about liability for the cost of reprinting the job or even whether the original job should be paid for if the print service provider can't “fix” their workflow problems!
              - Dov

  • Help with embedding fonts in swf file

    Hi, I am haviing a problem with my fonts displaying in my swf file. I created the flash site using CS4 on a mac. I thought the fonts were embedded but when I tested the swf in safari and firefox the fonts disappeared are all scrunched up in 1/2" on top of each other in several lines. Its a mess. It is displaying in times or some other font when viewed in on a pc browser.
    What I did so far that did not work:
    Made fonts static with animation
    made fonts dynamic with animation
    How can I fix this?
    I am still a beginner using flash so the simpler the option the better.
    Thanks!!!

    there are quite a few ways you could mess this up but no one way that's typical.
    create a new fla.  click on the text tool, select static in the combobox and add a textfield to the stage.  animate it.  test it.  any problems?
    any other way (or ordering of steps) you use to create static text is prone to problems.

  • Flash Player 10, strange problem with emdedded fonts and movieclips

    Hello, developers! I have a big problem with font embedding
    and I can not debug it myself. So I need you help.
    I' ve done a simple list of attached movieclips with
    textfields inside them, with embedded fonts. I have no problem with
    flash player 9 in order to see the list, but in flash player 10 I
    can't see it. The font is very common, Arial actually so you can
    test it very easily. I am using a font symbol in the library, a
    class and an xml file for my data.
    Also you can see it online in (if you have flash player 10
    you can't see a thing)
    http://www.forestonfire.com//research/flash/fontproblem/index.html
    I have compiled the file as an exe projector in order to see
    it as I do in flash player 9
    http://www.forestonfire.com//research/flash/fontproblem/fontinflash9.zip
    I have zipped also the source code in order to compile it
    yourself.
    http://www.forestonfire.com/research/flash/fontproblem/fontembedded.zip
    and the same example without embedded fonts (I have the same
    problem there so perchaps are not the fonts)
    http://www.forestonfire.com/research/flash/fontproblem/fontnotembed.zip
    Please, check it and tell me if there is a solution
    available. Thank you in advance.

    I've included also a much more simple example without the xml
    and the font symbol, only the class and a movieclip from the
    library, but I can't still see it on flash player 10
    http://www.forestonfire.com/research/flash/fontproblem/simplyfied.zip
    I have no clue about this problem.

  • Problem with favourite fonts

    i recently bought the new aluminium mac book pro with leopard installed and i migrated all my datas/docs/settings/preferences from my previous mac book tiger.
    Today i was working on textedit and invoked the font panel (command + T) and clicked on my favourite fonts, that were coming from the migration of the previous machine, but that caused textedit to crash. I also tried few times with mail.app but with same result.
    I tried solving the problem with Font Finagler but with no success.
    I here attach the crash log.
    I actually also looked in forums for a way to delete my old favourite fonts (from the system/user library as from the font panel it crashes...), but couldn't retrieve any useful infos...
    Thanks bynow, Regards
    Process: Mail [523]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 3.6 (936)
    Build Info: Mail-9360000~1
    Code Type: X86 (Native)
    Parent Process: launchd [116]
    Interval Since Last Report: 7401 sec
    Crashes Since Last Report: 7
    Per-App Interval Since Last Report: 894 sec
    Per-App Crashes Since Last Report: 1
    Date/Time: 2009-09-04 12:18:01.742 +0200
    OS Version: Mac OS X 10.5.8 (9L31a)
    Report Version: 6
    Anonymous UUID: 983746B6-3375-4A1B-BFB2-7AF5A70CEC5C
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 0
    Thread 0 Crashed:
    0 com.apple.CoreFoundation 0x96541947 CFStringGetLength + 39
    1 com.apple.AppKit 0x92c76347 __NSFontManagerFavoriteStyleCompare + 93
    2 com.apple.CoreFoundation 0x96538523 bsd_qsort + 691
    3 com.apple.CoreFoundation 0x964b901b CFArraySortValues + 331
    4 com.apple.AppKit 0x92b3a9d5 __NSFontManagerCopyDescriptorsForFamily + 555
    5 com.apple.AppKit 0x92b3a000 -[NSFontManager _fontDescriptorsForFamily:inCollection:] + 95
    6 com.apple.AppKit 0x92b2c7ef -[NSFontPanel numberOfRowsInTableView:] + 141
    7 com.apple.AppKit 0x929036c1 -[NSTableView numberOfRows] + 175
    8 com.apple.AppKit 0x928ebfc6 -[NSTableView _verifySelectionIsOK] + 95
    9 com.apple.AppKit 0x928ebe83 -[NSTableView _tileAndRedisplayAll] + 263
    10 com.apple.AppKit 0x92b35070 -[NSFontPanel _chooseCollection:] + 1064
    11 com.apple.AppKit 0x928dfe8f -[NSApplication sendAction:to:from:] + 112
    12 com.apple.AppKit 0x928dfdcc -[NSControl sendAction:to:] + 108
    13 com.apple.AppKit 0x92927ddf -[NSTableView _sendAction:to:row:column:] + 271
    14 com.apple.AppKit 0x92926149 -[NSTableView mouseDown:] + 8228
    15 com.apple.AppKit 0x92b39a01 -[NSFontPanelTableView mouseDown:] + 229
    16 com.apple.AppKit 0x928dcaf7 -[NSWindow sendEvent:] + 5381
    17 com.apple.AppKit 0x928a96a5 -[NSApplication sendEvent:] + 2939
    18 com.apple.mail 0x0002f508 0x1000 + 189704
    19 com.apple.AppKit 0x92806fe7 -[NSApplication run] + 867
    20 com.apple.AppKit 0x927d41d8 NSApplicationMain + 574
    21 com.apple.mail 0x000fc0b2 0x1000 + 1028274
    Thread 1:
    0 libSystem.B.dylib 0x9029e292 _workqops + 10
    1 libSystem.B.dylib 0x9029e2c2 start_wqthread + 30
    Thread 2:
    0 ??? 0000000000 0 + 0
    Thread 3:
    0 libSystem.B.dylib 0x9023c46e _semwaitsignal + 10
    1 libSystem.B.dylib 0x90266dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x9337ba09 fefragmentthread + 54
    3 libSystem.B.dylib 0x90266155 pthreadstart + 321
    4 libSystem.B.dylib 0x90266012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x902352e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x902672af pthread_condwait + 1244
    2 libSystem.B.dylib 0x90268b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x94848dbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x94848bd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003dac87 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x94802dfd -[NSThread main] + 45
    7 com.apple.Foundation 0x948029a4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x90266155 pthreadstart + 321
    9 libSystem.B.dylib 0x90266012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x90235286 machmsgtrap + 10
    1 libSystem.B.dylib 0x9023ca7c mach_msg + 72
    2 com.apple.CoreFoundation 0x96529e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9652aaa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x94222264 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x90266155 pthreadstart + 321
    6 libSystem.B.dylib 0x90266012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x90235286 machmsgtrap + 10
    1 libSystem.B.dylib 0x9023ca7c mach_msg + 72
    2 com.apple.CoreFoundation 0x96529e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9652aaa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x948373d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x948434f4 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x003d8dc5 -[RSSInterchange _runManager] + 2140
    7 com.apple.Foundation 0x94802dfd -[NSThread main] + 45
    8 com.apple.Foundation 0x948029a4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x90266155 pthreadstart + 321
    10 libSystem.B.dylib 0x90266012 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x90235286 machmsgtrap + 10
    1 libSystem.B.dylib 0x9023ca7c mach_msg + 72
    2 com.apple.CoreFoundation 0x96529e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9652aaa8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x948373d5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x948434f4 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x002fc9fd +[_NSSocket _runIOThread] + 98
    7 com.apple.Foundation 0x94802dfd -[NSThread main] + 45
    8 com.apple.Foundation 0x948029a4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x90266155 pthreadstart + 321
    10 libSystem.B.dylib 0x90266012 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x902846fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x90266155 pthreadstart + 321
    2 libSystem.B.dylib 0x90266012 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x902352e6 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x902672af pthread_condwait + 1244
    2 libSystem.B.dylib 0x90268b33 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x94848dbc -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x94848bd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x94848b35 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.AppKit 0x928746e8 -[NSUIHeartBeat _heartBeatThread:] + 753
    7 com.apple.Foundation 0x94802dfd -[NSThread main] + 45
    8 com.apple.Foundation 0x948029a4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x90266155 pthreadstart + 321
    10 libSystem.B.dylib 0x90266012 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x90235286 machmsgtrap + 10
    1 libSystem.B.dylib 0x9023ca7c mach_msg + 72
    2 com.apple.CoreFoundation 0x96529e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x9652aaa8 CFRunLoopRunInMode + 88
    4 com.apple.audio.CoreAudio 0x9476b5f8 HALRunLoop::OwnThread(void*) + 160
    5 com.apple.audio.CoreAudio 0x9476b480 CAPThread::Entry(CAPThread*) + 96
    6 libSystem.B.dylib 0x90266155 pthreadstart + 321
    7 libSystem.B.dylib 0x90266012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0xa079b4ec ebx: 0x9654192a ecx: 0x00000053 edx: 0x00000007
    edi: 0x00000000 esi: 0x00000000 ebp: 0xbfffeac8 esp: 0xbfffeab0
    ss: 0x0000001f efl: 0x00210283 eip: 0x96541947 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0x272ff3 com.apple.mail 3.6 (936) <02de10795176b4e702af977cb8428f1c> /Applications/Mail.app/Contents/MacOS/Mail
    0x2e1000 - 0x53affb com.apple.MessageFramework 3.6 (936) <d7a6e5f6721cbab99ed3e83137dba11a> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x691000 - 0x693fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x69a000 - 0x6befe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <623d0f3f1b3fb665dc9cb196c482510a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x11b08000 - 0x11b09ffd +com.1passwd.InputManager 2.9.31 (7574) <af67eb5e8d04ac27f73e91845d314a68> /Library/InputManagers/1PasswdIM/1PasswdIM.bundle/Contents/MacOS/1PasswdIM
    0x154c2000 - 0x154d5fff com.apple.syncservices.syncservicesui 4.3 (389.20) <6356d458bbafd6d6901f38a4c43e00ff> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x1565e000 - 0x15677fff +cz.kppm.loki.mailattachmentsiconizer 2.1.4 (2.1.4) <a4fdf075f96de99a68bf023debe97a44> /Users/massimilianofrancesconi/Library/Mail/Bundles/Mail Attachments Iconizer.mailbundle/Contents/MacOS/Mail Attachments Iconizer
    0x15682000 - 0x15889fef com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x15952000 - 0x15953ff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x1654c000 - 0x16551ff3 libCGXCoreImage.A.dylib ??? (???) <d2a4b77093d9dee23cc61cbf09c8dc48> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x17768000 - 0x1776bfff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <51c811377017028f8904ad779e6a1344> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x177a1000 - 0x177b3fff libTraditionalChineseConverter.dylib ??? (???) <6108541a452ff07d2f67db4a488b9d22> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x177b7000 - 0x177c5feb libSimplifiedChineseConverter.dylib ??? (???) <68f130a585c3f580d166ef7cbbf47e69> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x17e73000 - 0x17e73ffd liblangid.dylib ??? (???) <4a7cd4e810ac2cf4cadd29d0bda17306> /usr/lib/liblangid.dylib
    0x17e8c000 - 0x17e8dfe1 com.apple.textencoding.unicode 2.2 (2.2) <09ac11c81bf4e673a30cc364868fdc11> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x18b10000 - 0x18b16fff com.apple.audio.AppleHDAHALPlugIn 1.7.1 (1.7.1a2) <a0a4389b5ac52ab84397d2b25c9d3b9c> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x19174000 - 0x191e6fff +com.DivXInc.DivXDecoder 6.4.0 (6.4.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x19272000 - 0x19292fff com.apple.Mail.Syncer 3.6 (936) <3e6943e7ab57e8b89e4ae4f540223433> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x192a6000 - 0x19345fcf +ch.rafz.naegeli.christoph.xvid_codec 0.x.x (0.x.x) /Library/QuickTime/XviD_Codec-r58 (Intel).component/Contents/MacOS/XviD_Codec
    0x193d1000 - 0x19523fc3 +ch.rafz.naegeli.christoph.ffaviimporter 1.0 (0.0) /Library/QuickTime/AviImporter-r7 (Intel).component/Contents/MacOS/AviImporter
    0x1987d000 - 0x19a71ff7 +com.elgato.mpegsupport EyeTV MPEG Support 1.2 (build 50) (1.2) <0a9dc100ca59982649db14ffd9245c97> /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    0x70000000 - 0x700e6ff2 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90030feb libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x90031000 - 0x9005afff libcups.2.dylib ??? (???) <ecd1997c649f030812f94c029e89d9a9> /usr/lib/libcups.2.dylib
    0x9005b000 - 0x901adff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x901ae000 - 0x901f2feb com.apple.DirectoryService.PasswordServerFramework 3.0.4 (3.0.4) <45d0af6eed184b278990175527a0d3fa> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x901f3000 - 0x90233fff com.apple.CoreMediaIOServicesPrivate 20.0 (20.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x90234000 - 0x9039bff3 libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
    0x9039c000 - 0x903e5fef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x903e6000 - 0x904c7ff7 libxml2.2.dylib ??? (???) <4d54971007e14f8d80e6889ee1111f21> /usr/lib/libxml2.2.dylib
    0x904c8000 - 0x904e6ff3 com.apple.DirectoryService.Framework 3.5.6 (3.5.6) <d230d51f5ade2ffa435d685a92a25b66> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x904e7000 - 0x905c2fe7 com.apple.WebKit 5531 (5531.9) <36112647223b999a033bc2f740277948> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x905c3000 - 0x906fcff7 libicucore.A.dylib ??? (???) <dd8aa51c356e79ef8cdfa341a0d69f5b> /usr/lib/libicucore.A.dylib
    0x906fd000 - 0x906fdffe com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x906fe000 - 0x90702ffd com.apple.AOSNotification 1.0.0 (68.13) <a55b30242409e5b974b4ec208c1b8543> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x90703000 - 0x90741fff libGLImage.dylib ??? (???) <b154e14c351ddc950d5228819201435e> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90742000 - 0x9077cfe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x9077d000 - 0x90865ff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90866000 - 0x9086afff libGIF.dylib ??? (???) <abf65b853acce7bc8419c74716be5be0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9086b000 - 0x90872ff7 libCGATS.A.dylib ??? (???) <f2dfe8b8e5d896655046c6b968cf5d85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x90873000 - 0x908f2ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x908f3000 - 0x9090bff7 com.apple.CoreVideo 1.6.0 (20.0) <dd60118bac9aefaf88d9ab44558f05c4> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9090c000 - 0x90999ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9099a000 - 0x909e9fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x909ea000 - 0x90b6afff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90b6b000 - 0x90b79ffd libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x90b7a000 - 0x90f38fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x90f39000 - 0x90f3efff com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90f3f000 - 0x90fa5ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x90fa6000 - 0x90fcafff libxslt.1.dylib ??? (???) <f0872c9ba3c17861fba8c45a3647cee1> /usr/lib/libxslt.1.dylib
    0x90fcb000 - 0x91857fff com.apple.WebCore 5531 (5531.9) <fdb731afe66ea9ae2f4580dead0b5b53> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91858000 - 0x91880ff7 com.apple.shortcut 1.0.1 (1.0) <a452d3f7feae073a12718c2bc553c575> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x91881000 - 0x918aafff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x918ab000 - 0x918adff5 libRadiance.dylib ??? (???) <7f14661d29de8cbf01334909542c0fc5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x918ae000 - 0x91941fff com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x91942000 - 0x91a0dfff com.apple.ColorSync 4.5.2 (4.5.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x91a0e000 - 0x91a0effb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x91a19000 - 0x91a20fff com.apple.agl 3.0.9 (AGL-3.0.9) <d64d715dab8565014f5e2f239fd2410c> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x91a21000 - 0x91a24fff com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x91a25000 - 0x91a2afff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x91a2b000 - 0x91a47ff3 libPng.dylib ??? (???) <9f50967afbd4384e61e68439f81db76c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91a48000 - 0x91a64fff com.apple.IMFramework 4.0.8 (584) <2a3f015fadc79bb614c058293c7d5194> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x91a65000 - 0x91ab6feb com.apple.framework.familycontrols 1.0.4 (1.0.4) <e76b4fa1c25673c8e0fb183b6c0e8eaf> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x91ab7000 - 0x91dbffe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x91dc0000 - 0x92291f76 libGLProgrammability.dylib ??? (???) <bf7fb226cbb412edfa377537c3e35877> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x92292000 - 0x923f5ff2 com.apple.CalendarStore 3.0.8 (860) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x923f6000 - 0x92463ffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x92464000 - 0x92507ff7 com.apple.QuickTimeImporters.component 7.6.2 (1327) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x92508000 - 0x92552fe1 com.apple.securityinterface 3.0.3 (36953) <0d481914378ffb037dd26144af5a1aa2> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x92553000 - 0x926e2fe7 com.apple.CoreAUC 3.08.0 (3.08.0) <a412e535a9fb9c36ba972e5158059785> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x926e3000 - 0x926eaffe libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x926eb000 - 0x927cdfff com.apple.syncservices 3.3 (389.20) <bfedc8cbb3754652e13d67a45791fac9> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x927ce000 - 0x92fccfef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92fcd000 - 0x9301eff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x9301f000 - 0x93099ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <3839795086b6857d3c60064dce8702b5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x9309a000 - 0x9322afff com.apple.JavaScriptCore 5531 (5531.5) <3679fe16241dae6f730a39c16c04e30f> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9322b000 - 0x93235feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93236000 - 0x9323efff com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9323f000 - 0x9327efef libTIFF.dylib ??? (???) <5bf6b42bc5e007fcea32f6620b14cba3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x93282000 - 0x93286fff com.apple.OpenDirectory 10.5 (10.5) <46ccc9f47cedee69d1c65838c8e4f642> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x93287000 - 0x93624fef com.apple.QuartzCore 1.5.8 (1.5.8) <8dc9ad0616bf56ebba60d6353737ac4e> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93625000 - 0x93a35fef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x93a36000 - 0x93ab3fef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x93b7e000 - 0x93b8dffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <9a3a2108a5612a5e683e7e026c582a98> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x93df7000 - 0x93e45ff3 com.apple.datadetectorscore 1.0.2 (52.14) <d78315343c7763109c3435bbc44ad74c> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x93e46000 - 0x93eedfeb com.apple.QD 3.11.56 (???) <835bc35de17539bd87b765fccbbfc2dc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x93eee000 - 0x93ef7fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x93ef8000 - 0x9421efe2 com.apple.QuickTime 7.6.2 (1327) <3754e41d846b7948f96c9ec4c690b520> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9421f000 - 0x942c6fec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x942c7000 - 0x94353ff7 com.apple.LaunchServices 291 (291) <099eba2fe584376b476f9a262f41ecf2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94354000 - 0x9449cff7 com.apple.ImageIO.framework 2.0.6 (2.0.6) <4febd1ccf49ae410e82d12c02ba33b68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9449d000 - 0x945a3ff7 com.apple.PubSub 1.0.4 (65.11) <bcc4ae4e2dacbd25c5415bf9f7c65a67> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x945a4000 - 0x9462bff7 libsqlite3.0.dylib ??? (???) <7d1fcfae937da95c7d2b9bdea57e6dc0> /usr/lib/libsqlite3.0.dylib
    0x9462c000 - 0x94689ffb libstdc++.6.dylib ??? (???) <7d389389a99ce696726cf4c8980cc505> /usr/lib/libstdc++.6.dylib
    0x9468a000 - 0x94699fff libsasl2.2.dylib ??? (???) <714f4f162ae31633c275ce02f267faf9> /usr/lib/libsasl2.2.dylib
    0x946ca000 - 0x946fcff7 com.apple.DotMacSyncManager 1.2.4 (308) <26b5318b8eb89b45e3400b288ba46fb0> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x946fd000 - 0x94739fff com.apple.DAVKit 3.0.6 (661) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x9473a000 - 0x9474dfff com.apple.IMUtils 4.0.8 (584) <38dfc722fedd1132a822e828a216c35e> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x9474e000 - 0x947cbfeb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x947cc000 - 0x947eafff libresolv.9.dylib ??? (???) <39f6d8651f3dca7a1534fa04322e6763> /usr/lib/libresolv.9.dylib
    0x947eb000 - 0x947f7fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x947f8000 - 0x94a74fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x94a75000 - 0x94a8dfff com.apple.openscripting 1.2.8 (???) <a6b446eb8ec7844096df5fb9002f5c7b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x94b83000 - 0x94b93ffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x94b94000 - 0x94b94ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x94b95000 - 0x94bc0fe7 libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x94bc1000 - 0x94bcefe7 com.apple.opengl 1.5.10 (1.5.10) <95c3d857570a137d0e8285c9eafa1112> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x94bcf000 - 0x94c89fe3 com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x94c8a000 - 0x94d14fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x94d15000 - 0x94d1bfff com.apple.print.framework.Print 218.0.3 (220.2) <0b70ba17cbbe4d62a00bec91c8cc675e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x94d1c000 - 0x94d21fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x94d22000 - 0x94d58fef libtidy.A.dylib ??? (???) <0609e44f2b382cd9611522551097d831> /usr/lib/libtidy.A.dylib
    0x94d59000 - 0x94d9bfef com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x94d9c000 - 0x94d9cffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x94d9d000 - 0x94db4fff com.apple.datadetectors 1.0.1 (66.2) <bb08bbd97503b1d2a74f4f76848f1c40> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x94db5000 - 0x94dc1ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94dc2000 - 0x94dfcffe com.apple.securityfoundation 3.0.2 (36131) <f36bdfb346d21856a7aa3e67024cc1d7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x94e00000 - 0x94eb2ffb libcrypto.0.9.7.dylib ??? (???) <adb50814ede29b88f370b1c8712bc93e> /usr/lib/libcrypto.0.9.7.dylib
    0x94eb3000 - 0x94ee4ffb com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x94ee5000 - 0x95ec0ff6 com.apple.QuickTimeComponents.component 7.6.2 (1327) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x95ec1000 - 0x9619bff3 com.apple.CoreServices.CarbonCore 786.11 (786.13) <6d7a4c1069870c62289be8394961bd0b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9619c000 - 0x96263ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x96264000 - 0x96266fff com.apple.securityhi 3.0 (30817) <db23f4bad9f63a606468a4047a69b945> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x96267000 - 0x96347fff libobjc.A.dylib ??? (???) <d1469bf9fe852864d4fff185c72768e8> /usr/lib/libobjc.A.dylib
    0x96348000 - 0x963f8fff edu.mit.Kerberos 6.0.13 (6.0.13) <6f91042bf8a860731add9dcb09b5cb73> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x963f9000 - 0x96453ff7 com.apple.CoreText 2.0.4 (???) <fd10cb9829cb057b3ca098a01c93aeb2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96454000 - 0x96473ffa libJPEG.dylib ??? (???) <dad0ee08a8b850d679f024e090984480> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x96474000 - 0x96474ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x96475000 - 0x964b6fe7 libRIP.A.dylib ??? (???) <285e1a45338d3a363141bfd8949eca10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x964b7000 - 0x965eafe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x965eb000 - 0x9661afe3 com.apple.AE 402.3 (402.3) <aee412511c8725cd1a2cfb6501316bd5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9661b000 - 0x9661bffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x9661c000 - 0x96621ffc com.apple.KerberosHelper 1.1 (1.0) <3fb7687350d20111d07f5e1bc9ab28e3> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x96622000 - 0x966d9ff3 com.apple.QTKit 7.6.2 (1327) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x966da000 - 0x966f0fff com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x966f1000 - 0x966fcfe7 libCSync.A.dylib ??? (???) <339ea462724f166ec899ef1ea8a5d55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x966fd000 - 0x96790ff3 com.apple.ApplicationServices.ATS 3.7 (???) <50d36de671e780505f9ed080d4064887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96791000 - 0x967eaff7 libGLU.dylib ??? (???) <a08a753efc35f8a27f9c8f938fa01101> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x967eb000 - 0x96808ff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x96809000 - 0x9687bfff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9687c000 - 0x96888ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x96889000 - 0x968bdfef com.apple.bom 9.0.1 (136.1.1) <af4dd9c90c298e618bfdef5011859e32> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x968be000 - 0x96a8fffb com.apple.security 5.0.5 (36371) <1f7f48b36bc90d114220cc81e4e4694f> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x96a90000 - 0x96ac7fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x96ac8000 - 0x96ac8ffa com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x96ac9000 - 0x96ac9ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96aca000 - 0x96acaff8 com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96acb000 - 0x96ad6fff com.apple.dotMacLegacy 3.1 (246) <c03d68976fdab8702a9033f24cfa7666> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x96ad7000 - 0x97177ffb com.apple.CoreGraphics 1.409.3 (???) <a2d766bf708e1ad7fc861d35ad23e26d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x97178000 - 0x971d4ff7 com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x971d5000 - 0x971e5fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x971e6000 - 0x971edfe9 libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x971ee000 - 0x971f2fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x971f3000 - 0x97217feb libssl.0.9.7.dylib ??? (???) <3aead3bb2aee39ceff1531c655cdc801> /usr/lib/libssl.0.9.7.dylib
    0x97218000 - 0x97219ffc libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x9721a000 - 0x9722fffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x97230000 - 0x973ecff3 com.apple.QuartzComposer 2.1 (106.13) <f487aaca8ebdc7e334e2c79cebd8da66> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x973ed000 - 0x973feffe com.apple.CFOpenDirectory 10.5 (10.5) <4f1fe76bbb063b97eb78057f6be30d66> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x973ff000 - 0x97431fff com.apple.LDAPFramework 1.4.5 (110) <eb9a8d1ba68260e525ba46e937e975d8> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x97432000 - 0x9756afe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x97570000 - 0x975e2ff7 com.apple.iLifeMediaBrowser 2.0.4 (346.0.2) <058e71511bc69371e11ea40cf7a3fc19> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x975e3000 - 0x975e3fff com.apple.Carbon 136 (136) <2ea8decb44f41c4f2fc6fe93e0a53174> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x975e4000 - 0x975e4ff8 com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <b9aea83b1cd97f3230999ebfcbf63e7c> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe2 libKoreanConverter.dylib ??? (???) <bc0bb2eed0f4558f07bbaa812d79371b> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    "BOSKOS" <[email protected]> wrote in
    message
    news:f51j8q$ge$[email protected]..
    > IF we make my project .exe i have a problem with greek
    fonts in
    > Macromedia Director MX 2004 .Please help me ..
    > thanks.
    hi,
    did you import them into the cast?
    What exactly is the problem?
    Richard

  • Problem with Consolas font in a form

    I have problem with Consolas font in a form in latest Adobe Reader (v11.0.9)
    It shows dots (password sign) instead of letters. Edit box is not configured for passwords.
    Form was created by Foxit PhantomPDF and it shows correctly in Foxit.
    Can somebody check PDF for errors or warnings?
    http://www60.zippyshare.com/v/71759184/file.html

    You should embed these fonts in the document.
    If you need more help with this, please ask in the Acrobat forum.

  • Problem with Arabic font: In certain contexts, when writing Arabic with vowel signs (fatha, damma, kasra, sukun) a sequence of sukun   fatha/damma etc. would reverse automatically. Is this a known bug?

    Problem with Arabic font: In certain contexts, when writing Arabic with vowel signs (fatha, damma, kasra, sukun) a sequence of sukun + fatha/damma etc. would reverse automatically. Is this a known bug?
    Example: عَيْنٌ
    would automatically convert to عَيُنْ
    Funnily, it doesn't seem to happen here, but it does when entering text in a web interface (using Firefox, font Bayan) and when using Text Edit.
    Seems to be a problem of a specific font, as e.g. Arial MS Unicode works fine. Any hints?
    Thank you!

    Musaafir wrote:
    I've no idea how i can even start using arabic vowels on Microsoft Word for Apple
    You can't do Arabic on MS Word for Mac.  This app has never supported RTL scripts, so you need to use something else.  Mellel is best, but Pages 5, TextEdit, Nisus Writer, Open/LibreOffice should work OK.
    You switch between languages by using the "flag" menu at the top right of the screen or by using the keyboard shortcuts apple/command plus space.  Go to system prefs/keyboard/shortcuts to make sure that is activated.
    To see which key does what, you use Keyboard  Viewer.
    http://support.apple.com/kb/PH13746
    You place vowels on letters by typing the key for the vowel after the key for the letter.  The vowels are on the option/alt keys, option/alt + a gives you َ

  • How do I save a PDF ready for print. I have a problem with the fonts. The fonts are blurry after pri

    How do I save a PDF ready for print. I have a problem with the fonts. The fonts are blurry after printing. There is a trick in saving PDF.

    Hi el_giclee,
    Important to note from the beginning is that when you create your Photoshop document make sure you chose 300 Pixels/inch as your resolution.
    I'm interested in seeing your Save Adobe PDF dialog box after you choose to save the PDF.
    Could you post a screenshot of this dialog box with the Compression menu selected on the left side?
    It's a good idea to select High Quality Print or Press Quality in the Adobe PDF Preset menu at the top of this box. It will automatically select the best default settings for a printed piece.
    Michael

  • Problem with embed font such us some character

    Hi  i have some problems with a font.
    I have this simple code.
    [CODE]
    package {
    import flash.text.AntiAliasType;
    import flash.text.TextFormat;
    import flash.text.TextFieldAutoSize;
    import flash.text.TextField;
    import flash.text.Font;
    import flash.display.Sprite;
    [SWF(backgroundColor="#FFFFFF", frameRate="31", width="700", height="500")]
    public class ExampleEmbedFontKoz extends Sprite {
    private var mytextfield : TextField;
    private var format : TextFormat;
    public function ExampleEmbedFontKoz() {
    Font.registerFont(AssetManager.kozgopro);
    createText();
    private function createText() : void {
    mytextfield= new TextField();
    addChild(mytextfield);
    mytextfield.embedFonts= true;
    mytextfield.width= 400;
    mytextfield.border= true;
    mytextfield.autoSize= TextFieldAutoSize.LEFT;
    mytextfield.antiAliasType= AntiAliasType.ADVANCED;
    format= new TextFormat();
    format.font="KozGoPro-Regular";
    mytextfield.defaultTextFormat= format;
    mytextfield.text= "try embed KozgoPro and write puntualitation.\n i can't view this letters: è é ò à ù ì";
    [/CODE]
    AssetManager
    [CODE]
    package {
    public class AssetManager {
    [Embed(source="KozGoPro-Regular.otf", fontName="KozGoPro-Regular",mimeType="application/x-font", fontWeight="normal", fontStyle="normal" , unicodeRange="U+0021-U+007B,U+0400-U+04CE,U+2000-U+206F,U+20A0-U+20CF,U+2100-U+2183,U+002 0-U+002F,U+0030-U+0039,U+003A-U+0040,U+0041-U+005A,U+005B-U+0060,U+0061-U+007A,U+007B-U+00 7E")]
    public static  var kozgopro : Class;
    [/CODE]
    when i write character such us è ò à ì don't view nothing.
    I put file online... [url]http://depositfiles.com/en/rmv/6620791594111859[/url]

    Thank i added this range and now works...
    U+00E9,U+00E0,U+00EC,U+00ED,U+00F2,U+00F3,U+00DA,U+00FA,U+00F9
    this range are lettere è ò à +ù ì

Maybe you are looking for

  • I recive a message to close firefox when I try to open it, but I don't see any open window???

    Sometimes I try to open a web page and receive a message that Firefox is already running and that I should close it before going to the new web page, I can not see any sign of an open window and am unable to do so. I have to restart my laptop. Sugges

  • Do not understand how to manage multiple libraries in iTunes

    Hope to learn from you! What I am trying to achieved? Using the proper procedures as described in "iTunes for Mac: Moving your iTunes Media folder" - I have succesfully moved my iTunes library to an external hard disk. So, I can play from this HDD wh

  • Problem in mail api to print the received date of an email

    Do anyone know how to get received date of an email?I am using POP3 server.So while printing the date using getReceivedDate(), getting null pointer exception....So how to get the date?...Anyone know this using headers or something?I want a sample pro

  • Uploading the fixed length file into intenral table

    hi folks, I have a file in the fixed length format, need to upload that into the intenral table. How to do that? I have done with comma delimited file using 'SPLIT' command how to go about this? I cannot change the fiel format have to use this.. Than

  • Mighty Mouse Forced Recognition?

    hi folks. i have a problem with my set up. i am using a DVI KVM switch to control two macs and a pc. because of the KVM switch, neither mac recognizes the Mighty Mouse that i have connected. Also, the scrolling axes of the roller ball are switched. I