Dreamweaver CS3 problem with small fonts

Hello,
I am having a problem with text appearing
REALLY SMALL and unreadable in CS3, when it looked fine in
Dw8. It also looks fine in in all browsers.
I talked to Adobe tech support, and they said something about
my CSS file not being correct. I looked at it, and nothing seems
out of the ordinary.
If it was a problem with my CSS file, wouldn't it look bad in
the browser as well?
Any suggestions?
Ron

Ron,
Thanks for the sample file. This is a bit complicated, so
please bear
with me.
Up until DW8, DW rendering always targeted the most popular
browser at
that time. For DW8, that was IE6. Traditionally, the most
popular
browser was the most popular because it was the best browser,
but that
no longer holds true. So, DW CS3 now targets CSS 2.1. Note
that DW does
not support all of the CSS 2.1 spec, but what it does support
follows
the spec.
Your page does not have a DOCTYPE, so it renders in "quirks"
mode in the
browsers that I tested it in on WinXP (FF2, IE7, Opera9). DW
renders
this page in IE6 quirks mode, but DW CS3 no longer supports
quirks mode.
Put a DOCTYPE such as the following in your page to see what
I mean:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
Transitional//EN"
http://www.w3.org/TR/html4/loose.dtd">
The reason that the font is so small is because of the
font-size
property in this rule:
TD {
FONT-SIZE: 80%;
Your page has tables nested 4 levels deep, so the 80% is
compounded at
each level. I fixed this in DW CS3 by creating a style sheet
with this rule:
TD { FONT-SIZE: 100% !important; }
and the applied it as a Design-time Style Sheet, although you
may be
able to remove the 80% altogether.
Hope this helps,
Randy
> Here's a link to the page:
>
http://www.ualberta.ca/AICT/IMS/
>
> You should be able to download the source for the page,
if you so desire...!
>
> Thanks in advance for any suggestions...

Similar Messages

  • Dreamweaver CS3. problem with installation

    Greetings...
    I have some strange problems with installation of Dreamweaver
    CS3: when I'm running setup -- it shows "initialization" window and
    then shows message that at one time I can install only one adobe
    produc. But there is no unfinished installations...
    Also this setup adds it's button to "Add or remove
    programs"...
    What should I do?
    Best regards...

    >I run the ADBEDRWVCSE_WWE.EXE 292.289 KB
    Where did you get this file?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "ABK54" <[email protected]> wrote in message
    news:fojl9t$e10$[email protected]..
    >I run the ADBEDRWVCSE_WWE.EXE 292.289 KB (for trial
    version of Dreamweaver
    >CS3)
    > and after I have try to run the Setup.exe file.
    > After 2 sec open a window - preparetion of Adobe
    Dreamweaver CS3 -
    > ,transer
    > some files and open a window Loading setup... in 2 sec
    close this window
    > and
    > after nothing!!!
    >
    > I need your help please
    > tks
    >
    >
    > sorry for the shuting
    >

  • Dreamweaver cs3 problem with leopard

    Dreamweaver CS3 is much slower with Leopard. And I have trouble uploading pics to remote site. Anyone got a solution?

    If there is a solution, you'd probably find it on the Adobe forums:
    http://www.adobe.com/support/forums

  • Dreamweaver CS3 - Problems with Firefox

    Hi,
    I'm pretty new to css and divs and need help fixing an error
    on two pages of the following site:
    www.caroleoconnell.com and
    www.caroleoconnell.com/OnlineStore.html
    The site appears fine in IE7. If one tries to open the same
    site in Firefox, the content in the middle section looks scrambled
    and overlapping, which obviously indicates that the css rules
    create somehow a conflict for Firefox.
    The error message in Dreamweaver shows the following:
    “Found 1 errors in external css files
    Affects: Firefox 2.0; Internet Explorer 6.0, 7.0; Internet
    Explorer for Macintosh 5.2; Netscape 8.0; Opera 8.0, 9.0; Safari
    2.0”
    The attached shows the css rules.
    Please let me know if you can walk me through the correct
    setup or if you have any info/knowledge about resolving this issue.
    Thanks in advance.
    Fred
    Phone - 404.513.4902
    E-Mail - [email protected]

    This could use some attention too -
    scrollbar-face-color:#;
    scrollbar-track-color:#;
    scrollbar-arrow-color:#;
    scrollbar-3Dlight-color:#;
    scrollbar-base-color:#;
    scrollbar-shadow-color:#;
    scrollbar-darkshadow-color:#;
    scrollbar-highlight-color:#;}
    just delete the lot.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "fthomas27" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi,
    >
    > I'm pretty new to css and divs and need help fixing an
    error on two pages
    > of
    > the following site:
    >
    > www.caroleoconnell.com and
    www.caroleoconnell.com/OnlineStore.html
    >
    > The site appears fine in IE7. If one tries to open the
    same site in
    > Firefox,
    > the content in the middle section looks scrambled and
    overlapping, which
    > obviously indicates that the css rules create somehow a
    conflict for
    > Firefox.
    >
    > The error message in Dreamweaver shows the following:
    >
    > ?Found 1 errors in external css files
    > Affects: Firefox 2.0; Internet Explorer 6.0, 7.0;
    Internet Explorer for
    > Macintosh 5.2; Netscape 8.0; Opera 8.0, 9.0; Safari 2.0?
    >
    > The attached shows the css rules.
    >
    > Please let me know if you can walk me through the
    correct setup or if you
    > have
    > any info/knowledge about resolving this issue.
    >
    > Thanks in advance.
    >
    >
    > Fred
    >
    > Phone - 404.513.4902
    > E-Mail - [email protected]
    >
    >
    >
    > td {
    > text-align: left;
    > vertical-align: top;
    > font-family:Tahoma;
    > font-size:11px;
    > color:#6C7D88;
    > line-height:12px;
    > }
    > a {
    > text-decoration: underline;
    > color:#5182B3;
    > }
    > a.1 {
    > text-decoration: none;
    > color: 000000;
    > }
    > .t11 {
    > font-family: Tahoma;
    > font-size: 11px;
    > font-style: normal;
    > }
    > body { margin:0px;padding:0px;
    > scrollbar-face-color:#;
    > scrollbar-track-color:#;
    > scrollbar-arrow-color:#;
    > scrollbar-3Dlight-color:#;
    > scrollbar-base-color:#;
    > scrollbar-shadow-color:#;
    > scrollbar-darkshadow-color:#;
    > scrollbar-highlight-color:#;}
    > .blue {color:#6C7D88}
    > .light_blue {color:#5182B3}
    > .orange {color:#F38900}
    > .bott {color:#FFFFFF; font-size:9px;
    text-decoration:none}
    >

  • I'm using firefox 6.0.2 It's making problem with Bangla font ONLY on FACEBOOK others bangli website FORNT SIZE are OK. On the FACEBOOK it shows Bangla font in a very / Too small! I change font SIZE in firefox setting but i can't solve. Pls HELP me

    I'm using firefox 6.0.2 It's making problem with Bangla font ONLY on FACEBOOK others bangli website FORNT SIZE are OK. On the FACEBOOK it shows Bangla font in a very / Too small! I change font SIZE in firefox setting but i can't solve. Pls HELP me ..

    Reset the page zoom on pages that cause problems: <b>View > Zoom > Reset</b> (Ctrl+0 (zero); Cmd+0 on Mac)
    *http://kb.mozillazine.org/Zoom_text_of_web_pages
    You can use an extension to set a default font size and page zoom on web pages.
    *Default FullZoom Level: https://addons.mozilla.org/firefox/addon/default-fullzoom-level/
    *NoSquint: https://addons.mozilla.org/firefox/addon/nosquint/

  • Problem with Small Caps

    I have a problem with small caps when using Times New Roman and Helvetica, but not when using Adobe Garamond Pro, and would like to find out why.
    I generate the small caps within InDesign by the "TT" box in the Control Window. Adobe Garamond comes up with beautiful small caps that blend in with the surrounding text. When I do the same with Helvetica, the small caps, especially if they have normal caps amongst them, are quite inelegant looking because of different letter widths.
    So I did some experiments with half a dozen other serif and sans-serif fonts and none of them were as elegant as Adobe Garamond Pro. For a sample of what I mean, download:
    http://www.mediafire.com/?z5fm0zndmzm
    which compares three fonts: Adobe Garmond, Heletica, and Times New Roman.
    Unfortunately, I did not pick up this problem until I received my first proof from the printers, and now I will have to change all the Helvetica small caps to normal caps, as I can see no other way of overcoming this inelegancy.
    I checked in New Scientist magazine (it uses a serif and sans-serif font throughout, and what I thought I remembered as small caps to begin their stories) to see what they do, but they actually use caps instead of small-caps at the beginning of stories.
    Three questions:
    Q1: Is the way I generate small caps the correct way?
    Q2: Is there something wrong with my Helvetica and Times New Roman fonts?
    Q3: Could it be that only Adobe Garamond has an internal, properly designed small caps?
    I have checked the attributes of the fonts: Garamond is Open Type Postscript, Helvetica is PostScript Type 1 , and Times New Roman is TrueType.
    Any comments most appreciated.

    Thanks for the hints. I tried Scott's method and it works with a bit of extra adjustment. The settings I obtained for 12 point Helvetica were:
    Horizontal and vertical scaling: 70.5%;
    Stroke: 0.1 pt
    Tracking: +25 em
    Baseline shift: +0.1 pt
    The steps to obtain small-caps 12 pt Helvetica are:
    Step 1: Type text as normal.
    Step 2: Select only the lower-case text you want to convert to small caps. i.e if what is to become small caps already has a capital (such as a place name) do not apply the settings to the capitals, unless that's the effect you want.
    Step 3: Apply the above settings manually or via or Character Style.
    Problem 1: How do I rid my Character Style of the font size so that only the scaling factors remain? As it is, if I want to apply small-caps to a different font size than the one I have set up, I have to manually change the font size after applying the style.
    Problem 2: The scaling factors do not appear to work for changes in font size. When I used 24 pt and applied the above settings, the small-caps were too thin. The method only really works for a particular size, which in reality is all you would normally require.

  • Does Dreamweaver CS3 work with 64 bit version of Windows 7?

    Windows 7, 64 bit, Home Premium was clean installed.  I had no difficulty reinstalling Dreamweaver CS3, but when I try to open a file I get a message that  says." A problem has caused the program to stop working correctly.  Windows will close the program and notify you if a solution is available."  Apparently none is.  So my question is, does Dreamweaver CS3 work with the 64 bit version of Windows 7?  If not, does CS4 work or would I be wasting money by upgrading?

    I just installed it and ran it fine.  I have Windows 7 Ultimate 64 bit
    Make sure it is a clean install from a fresh "boot".  I ran into problems the first time when I tried to install it right after I installed another program.  I simply uninstalled it.....which took a long long time, but after it was removed and I rebooted, everything went fine.
    Rick

  • Adobe Form's First Page printing perfectly on 132 column sheet but further pages prints with small font size

    Dear All,
    We are facing a strange behavior of adobe form.
    we made form for SAP CRM which is printing in 132 column(28cm * 33cm) sheet. what we are observing is, first page is printing perfectly on the pre printed Invoice sheet but if invoice has more items to be displayed then second  page prints with small font size or you can say second page seems to be zoomed out to smaller page size. In Preview Second page onwards also looks perfect. Now we are in a fix what to do to come out of this issue.
    efforts made:-
    Adobe Page Size Adjusted.
    Select paper Source by Page Size ticked in Adobe form properties
    But still result is non satisfactory. Please Help.
    Regards,
    Ashkar Rizvi

    See my answers below:
    a) The size of the pages of PDF which you are printing. LETTER
    b) Does all pages of the PDF are of same size? YES
    c) What is the page size set in the Printer and what is the actual size of the paper which you have put in the tray? LETTER
    d) Does this problem also happens on the virtual printer which you might have on your system (Try either Microsoft MPS Document writer or Adobe PDF Printer) No VIRTUAL PRINTERS
    Thank you for attempting to help me with this... we have tried everything and haven't been able to resolve the problem.
    Sherri

  • There is a problem with the font size of the itouch 4.

    I was given a new ipod touch gen4th (ios 4.3.5) by the Apple authorized repair centre in Hong Kong three days ago. However. i found that there is a problem with the font size of it. It is different from my original one. Either the playlist or the words in the webpages , the font size is not uniform. Most of the words are boldfaced. Sometimes, there are some words are smaller in size. I don't know whether I can or cannot figure out the problem and tackle it, so, should I take it back to the repair centre? Or does anybody help me to fix it or give me some suggestions? Millions of thank.

    What language is set in Setting>General>International?
    Have you tried the standard fixes:
    - Reset:
    Reset iPod touch:  Press and hold the On/Off Sleep/Wake button and the Home
    button at the same time for at least ten seconds, until the Apple logo appears.
    - Restore from backup
    - Restore to factoery defaults/new iPod

  • 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 è ò à +ù ì

  • Problem with Greek Fonts

    We are a team of Mathematicians from Greece and we are
    beginners of Authorware 7. Our goal is to develop math Quizzes for
    high school students.
    When I select the <Quiz> for the startup menu and the
    Wizard starts, I cannot type Greek fonts (the question or the
    answers for example) only English unfortunately.
    Have anyone any idea what kind of settings I have to do in
    order to accept Greek fonts in the Wizard.
    This problem it’s a big obstacle in our project because
    the questions and the answers must be in Greek.
    I appreciate any helpful advice for this problem.

    "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

Maybe you are looking for

  • Select options for the pnp logical database.

    Hi , We get a default selection screen when we use logical database in HR ABAP. But we always get the selection elements as "PARAMETERS" and not as "SELECT-OPTIONS". How can we change it to select options .... I tried all the options in HR- Report ca

  • My ipod touch is frozen in recovery mode

    I disabled my ipod and tried to put it into recovery mode, it worked but in the middle of resetting my ipod the screen froze. I am not sure what to do to get it off of that screen.

  • I want to upgrade the logic boars and CPU in my Mac Pro 1,1

    Is this possible? I'm doing it in order to be able to get the 64-bit EFI and upgrade to ML. Does anyone have any experience with this?

  • Exception in Payment Proposal - Pmnt methods for this run are not specified

    Dear all, I want to ask if it is possible to run a payment proposal for AP transactions together with AR. The AR line items are used for clearing. Actually, this is the first time we execute proposal run which contains AP and AR respectively. And dur

  • Error in system logs of the abap engine

    Hello All, I got a incident for "error in system logs of the abap engine".When i checked in SM21, 13:50:18 BTC 024 001 SETUPADMIN SM59 Q0 W SETUPADMIN deletes RFC destination 0000000000011DECBA9958E212E09B2C 05782 Background  Processor No. 024 SETUPA