Spry Select Firefoxs/Safari

Hi All,
Need help, the below spry select widget is not passing the
select elements value after selection in Firefox and Safari... It
works fine on IE and just realized its not working in
Firefox/Safari...
So this isn't a obvious spry functioning problem, the spry
works fine... But rather the select element and it's value is not
being passed when the form is submitted.
When the user selects a state it then loads a dataset to
select a town... Below is the State select form element.
<span id="spry_Search_State" spry:region="StatesXML">
<label>
<select name="Search_State" id="Search_State"
onchange="document.frm_Search.Seach_Town.disabled = false;
document.getElementById('Seach_Town').style.background = '#FFFFFF';
document.getElementById('Search_Title').style.color = '#000000';
StatesXML.setCurrentRowNumber(this.selectedIndex); "
spry:repeatchildren="StatesXML" class="forminput">
<option spry:if="{ds_RowNumber} == {ds_CurrentRowNumber}"
value="{url}" selected="selected">{name}</option>
<option spry:if="{ds_RowNumber} != {ds_CurrentRowNumber}"
value="{url}">{name}</option>
</select>
</label>
</span>

It's hard to diagnose your problem if we can't see your
setup. As an alternative, I whipped up this simple form, and it
seems to work just fine. Does it work for you?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN" "
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="
http://www.w3.org/1999/xhtml"
xmlns:spry="
http://ns.adobe.com/spry">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=utf-8" />
<title>Spry Submit Test</title>
<script type="text/javascript"
src="SpryAssets/xpath.js"></script>
<script type="text/javascript"
src="SpryAssets/SpryData.js"></script>
<script type="text/javascript">
var StatesXML = new Spry.Data.XMLDataSet("states.xml",
"/states/state");
</script>
</head>
<body>
<form action="foo.html">
<span id="spry_Search_State" spry:region="StatesXML">
<label>
<select name="Search_State" id="Search_State"
onchange="StatesXML.setCurrentRowNumber(this.selectedIndex);"
spry:repeatchildren="StatesXML" class="forminput">
<option spry:if="{ds_RowNumber} == {ds_CurrentRowNumber}"
value="{url}" selected="selected">{name}</option>
<option spry:if="{ds_RowNumber} != {ds_CurrentRowNumber}"
value="{url}">{name}</option>
</select>
</label>
</span><input name="myTF" type="text"
value="myTFValue" />
<input name="" type="submit" value="submit" />
</form>
</body>
</html>
--== Kin ==--

Similar Messages

  • Spry menu look fine in Firefox, Safari but not Intenet Explorer

    Help how cann I Spry working fine in Internet Explorer!!!
    Look with firefox this page and with Intenet Explorer and see the differents. In Firefox the menu show nice, but into Intenet Explorer not!!
    When i open the same page lokale the page ist good till I alow the script inside Internet Explorer....
    http://geerthakze.nl/vriendaanzee/index.html
    I hope we can find a solution!!!

    Gramps
    Alvast hartelijk dank voor de tips, de voorgestelde wijzegingen staan nu online. Maandag kijk ik hier nog verder naar, nu heb ik nog wat weibg marge links en rechts en staat het submenu nog iets te ver weg.
    Als het mogelijk is zou ik de pijljes het liefst voor de tekst willen hebben (maar dat vindt ik minder belangrijk).
    Alvast een fijn weekeinde gewenst
    Geert
    Verstuurd vanaf mijn iPhone
    Op 1 okt. 2011 om 15:48 heeft altruistic gramps <[email protected]> het volgende geschreven:
    Re: Spry menu look fine in Firefox, Safari but not Intenet Explorer
    created by altruistic gramps in Spry Framework for Ajax - View the full discussion
    Now everything works nice, I can now chancing the Layout, but watt is wrong!!
    Geert,
    Please update the website with the changes to the menubar and then tell me what changes you wish to make to the layout.
    If you are having a problem expressing your views in English, you can PM me in het Nederlands.
    Gramps
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3948627#3948627
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3948627#3948627. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Spry Framework for Ajax by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Spry displaying in Firefox & Safari, but not in IE

    Ok, so I was trying to replicate one of the demos: http://labs.adobe.com/technologies/spry/demos/rssreader/index.html
    Except that we're running on a LAMP platform which meant I had to rerwite the ColdFusion into PHP. I'm hoping the PHP isn't the issue, seeing as this wouldn't be the forum for correcting that problem.
    Here's the page I'm working on: http://www.darton.edu/ol-or/new.php
    It works just fine in Firefox & Safari, but when I get to IE, I get the "Failed to load feed items!" error.
    I can read the feeds in IE, but for some reason it won't display them.
    The core of the feeds.php I wrote:
    $xmlstr = trim(file_get_contents('LiveFeeds.xml'));
    $mydoc = new SimpleXMLElement($xmlstr);
    foreach($mydoc->feed as $feed)
      if($feed['id'] == $id)
       $url = $feed['url'];
       $curl_handle=curl_init();
       curl_setopt($curl_handle, CURLOPT_URL, $url);
       curl_setopt($curl_handle, CURLOPT_HTTPGET, TRUE);
       curl_setopt($curl_handle, CURLOPT_HTTPHEADER, array ("Content-type: text/xml; charset=utf-8"));
       /*$buffer = */ return curl_exec($curl_handle);
       curl_close($curl_handle);
       //return $buffer;
    Firefox and Safari aren't having a problem at all, everything is processing correctly. I thought, after reading some in the forum that the Headers were the issue, but as far as I can tell, the cURL HTTP Header feature is working as it's supposed to.
    I feel like I'm beating my head against a brick wall at this point.
    I just need guidence at this point, at least a shove in the right direction would be helpful.
    Many thanks in advance.

    The XML file seems to be in order.
    I do notice that IE has a problem with SpryData.js which points to interference from other JS. For a start, place xpath.js after SpryData.js.
    If this does not solve the problem, try placing both of the above files before any other JS files.
    Gramps

  • Data doesn't display in IE but does in Firefox, Safari, etc.

    I have an XML data set that displays as expected in Firefox,
    Safari, etc. However, the data will NOT display in IE on a PC or a
    Mac. It would be a great thing if it worked in IE!
    Thanks for any ideas.
    Link:
    http://email.colorfulimages.com/email%5Farchive/archive/email/

    Hi Steve,
    It is mentioned in both the API doc and the Data Set/Region
    Overview:
    http://labs.adobe.com/technologies/spry/articles/data_api/apis/region.html#spryregion
    http://labs.adobe.com/technologies/spry/articles/data_set_overview/index.html
    --== Kin ==--

  • I have to use explorer for one business app and need to not have a default browser. How do I de-select firefox as my default browser?

    I have had firefox as my default browser for some time, but I have a business associate that has features not accessible by firefox - only explorer. How do I de-select firefox as my default browser so I can use explorer without being redirected to firefox (and vice versa of course)?

    # Open Safari
    # Select Preferences from the Safari menu
    # In the General tab, use the default web browser drop-down menu to select the browser you want as default

  • How do I stop Finder, Firefox, Safari windows "auto-maximizing"

    I have searched the internet, the Apple websites, MacRumors, a bunch of other "Answers" type sites, trolled my settings and still can't find an answer to this or even explain it properly.
    On my MacBook Pro and Mac Mini I am having issues with the finder windows/firefox/safari windows maximizing when I drag them close to the Finder Bar at the top of my screen. I want to know if there is a way to turn this off?
    I have recently wiped and reformatted my MacBook Pro 13" and installed Lion OS X 10.7 on it (Mac Mini is also running this OS) and it doesn't have this feature "enabled". I want to know if there is a setting that I have overlooked or if it is possible to turn this feature off. I have looked in the Finder Preferences as well as every category in the System Preferences and can't seem to locate anywhere that I can select this feature.
    Any help would be greatly appreciated.

    Hey Lanny..  I looked through all my third party applications (app store stuff) as well and there doesn't seem to be any third party software or UI that's overlaying on top of Lion.. I have combed my mini and can't find anything that is causing this.. any other ideas?

  • How do I de-select Firefox as my default browser?

    I mistakenly selected Firefox as my default browser by bypassing the dialog box to get to my content. I do not want Firefox as my default browser but nowhere in Preferences am I offered an option to deselect.

    # Open Safari
    # Select Preferences from the Safari menu
    # In the General tab, use the default web browser drop-down menu to select the browser you want as default

  • Running a presentation via VGA out with Firefox/Safari open. When I hit 'esc' to come out of slideshow, monitor stated resolution too low. Now Safari and Firefox browsers are still open, but I can't see the browser window on either. Ideas?

    Running a presentation via VGA out with Firefox/Safari open. When I hit 'esc' to come out of slideshow, monitor stated resolution too low. Now Safari and Firefox browsers are still open, but I can't see the browser window on either. Ideas?

    If you use Lion, go to Applications/ Mission Control and, if you have more Desktops, as attached, it means you have more, and you must select the one you need for a certain app. If default settings has not changed, this is Control with left / right arrow
    If in Snow Leopard and earlier, you have these settings in System Preferences only. In Lion, you also have some settings in Sys Prefs.

  • Flash firefox & Safari saga

    Not sure how much this will help others but in what appeared to be an increasingly vain attempt to get Firefox & Safari to stay open more that 20 seconds when viewing video content I found these:
    cf#c9g5E
    cfx#7gtIndl
    cfx#Eb8f87B
    cfx#IopdiqO
    in my internet plug-ins folder. Removing them seems to have done the trick.
    Any reason I should not delete them?
    S.
    Message was edited by: Skywalker

    On the other hand!!
    Process: Safari [2050]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0.3 (5533.19.4)
    Build Info: WebBrowser-75331904~3
    Code Type: PPC (Native)
    Parent Process: launchd [98]
    Interval Since Last Report: 3848 sec
    Crashes Since Last Report: 2
    Per-App Interval Since Last Report: 3381 sec
    Per-App Crashes Since Last Report: 2
    Date/Time: 2010-12-31 11:26:54.674 +0000
    OS Version: Mac OS X 10.5.8 (9L30)
    Report Version: 6
    Anonymous UUID: B4EF811E-67C1-41B0-84F9-12281D6659AC
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x00000000ff000073
    Crashed Thread: 0
    Thread 0 Crashed:
    0 com.apple.JavaScriptCore 0x9670b598 JSC::CodeBlock::markAggregate(JSC::MarkStack&) + 24
    1 com.apple.JavaScriptCore 0x96709194 JSC::JSGlobalObject::markChildren(JSC::MarkStack&) + 148
    2 com.apple.WebCore 0x93035b18 WebCore::JSDOMGlobalObject::markChildren(JSC::MarkStack&) + 24
    3 com.apple.WebCore 0x93035858 WebCore::JSDOMWindow::markChildren(JSC::MarkStack&) + 24
    4 com.apple.JavaScriptCore 0x9670bc5c JSC::Heap::markProtectedObjects(JSC::MarkStack&) + 556
    5 com.apple.JavaScriptCore 0x96708248 JSC::Heap::markRoots() + 200
    6 com.apple.JavaScriptCore 0x96708148 JSC::Heap::collectAllGarbage() + 40
    7 com.apple.JavaScriptCore 0x9670800c JSGlobalContextRelease + 412
    8 com.apple.Safari 0x000945a4 0x1000 + 603556
    9 com.apple.Safari 0x00094a84 0x1000 + 604804
    10 com.apple.Safari 0x00094a40 0x1000 + 604736
    11 com.apple.Safari 0x00048ad0 0x1000 + 293584
    12 com.apple.Safari 0x00048734 0x1000 + 292660
    13 com.apple.Safari 0x0004869c 0x1000 + 292508
    14 com.apple.Foundation 0x95256af8 __NSFireTimer + 144
    15 com.apple.CoreFoundation 0x915a0818 CFRunLoopRunSpecific + 2968
    16 com.apple.HIToolbox 0x9684fb14 RunCurrentEventLoopInMode + 264
    17 com.apple.HIToolbox 0x9684f938 ReceiveNextEventCommon + 412
    18 com.apple.HIToolbox 0x9684f778 BlockUntilNextEventMatchingListInMode + 84
    19 com.apple.AppKit 0x91a06244 _DPSNextEvent + 596
    20 com.apple.AppKit 0x91a05bfc -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 112
    21 com.apple.Safari 0x00018d74 0x1000 + 97652
    22 com.apple.AppKit 0x919ff89c -[NSApplication run] + 744
    23 com.apple.AppKit 0x919d0298 NSApplicationMain + 440
    24 com.apple.Safari 0x0000b378 0x1000 + 41848
    25 ??? 0x00000ffc 0 + 4092
    Thread 1:
    0 libSystem.B.dylib 0x92bacbe8 _semwaitsignal + 8
    1 libSystem.B.dylib 0x92bac9d0 nanosleep$UNIX2003 + 144
    2 libSystem.B.dylib 0x92c15b4c sleep$UNIX2003 + 72
    3 com.apple.JavaScriptCore 0x967b2088 ***::TCMalloc_PageHeap::scavengerThread() + 184
    4 com.apple.JavaScriptCore 0x967b238c ***::TCMalloc_PageHeap::runScavengerThread(void*) + 12
    5 libSystem.B.dylib 0x92be80d0 pthreadstart + 316
    Thread 2:
    0 libSystem.B.dylib 0x92bacbec _semwaitsignal + 12
    1 libSystem.B.dylib 0x92be9478 pthread_condwait + 1580
    2 com.apple.WebCore 0x92e6aa60 WebCore::IconDatabase::syncThreadMainLoop() + 304
    3 com.apple.WebCore 0x92e66b64 WebCore::IconDatabase::iconDatabaseSyncThread() + 436
    4 libSystem.B.dylib 0x92be80d0 pthreadstart + 316
    Thread 3:
    0 libSystem.B.dylib 0x92ba61d8 machmsgtrap + 8
    1 libSystem.B.dylib 0x92bad0fc mach_msg + 56
    2 com.apple.CoreFoundation 0x915a0394 CFRunLoopRunSpecific + 1812
    3 com.apple.CFNetwork 0x97046390 CFURLCacheWorkerThread(void*) + 288
    4 libSystem.B.dylib 0x92be80d0 pthreadstart + 316
    Thread 4:
    0 libSystem.B.dylib 0x92ba61d8 machmsgtrap + 8
    1 libSystem.B.dylib 0x92bad0fc mach_msg + 56
    2 com.apple.CoreFoundation 0x915a0394 CFRunLoopRunSpecific + 1812
    3 com.apple.Foundation 0x9527fd50 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 280
    4 com.apple.Foundation 0x95228d84 _NSThread__main_ + 1004
    5 libSystem.B.dylib 0x92be80d0 pthreadstart + 316
    Thread 5:
    0 libSystem.B.dylib 0x92bfe1b4 fsync$UNIX2003 + 12
    1 com.apple.Safari 0x0021c498 0x1000 + 2208920
    2 com.apple.Safari 0x0005c4a8 0x1000 + 373928
    3 com.apple.Safari 0x0005d6e0 0x1000 + 378592
    4 com.apple.Safari 0x00051124 0x1000 + 327972
    5 com.apple.CoreFoundation 0x915a0818 CFRunLoopRunSpecific + 2968
    6 com.apple.Safari 0x000326b0 0x1000 + 202416
    7 com.apple.Safari 0x0003263c 0x1000 + 202300
    8 libSystem.B.dylib 0x92be80d0 pthreadstart + 316
    Thread 6:
    0 libSystem.B.dylib 0x92bacbec _semwaitsignal + 12
    1 libSystem.B.dylib 0x92be9478 pthread_condwait + 1580
    2 com.apple.QuartzCore 0x93d76110 fefragmentthread + 48
    3 libSystem.B.dylib 0x92be80d0 pthreadstart + 316
    Thread 7:
    0 libSystem.B.dylib 0x92c09d74 select$DARWIN_EXTSN + 12
    1 com.apple.CoreFoundation 0x915ab808 __CFSocketManager + 764
    Thread 8:
    0 libSystem.B.dylib 0x92bacbec _semwaitsignal + 12
    1 libSystem.B.dylib 0x92be9478 pthread_condwait + 1580
    2 com.apple.JavaScriptCore 0x96695d10 ***::ThreadCondition::timedWait(***::Mutex&, double) + 80
    3 com.apple.Safari 0x001d4f34 0x1000 + 1916724
    4 com.apple.Safari 0x0004a368 0x1000 + 299880
    5 com.apple.Safari 0x0004a278 0x1000 + 299640
    6 libSystem.B.dylib 0x92be80d0 pthreadstart + 316
    Thread 9:
    0 libSystem.B.dylib 0x92bacbec _semwaitsignal + 12
    1 libSystem.B.dylib 0x92be9478 pthread_condwait + 1580
    2 libGLProgrammability.dylib 0x92721b68 glvmDoWork + 120
    3 libSystem.B.dylib 0x92be80d0 pthreadstart + 316
    Thread 10:
    0 libSystem.B.dylib 0x92bacbec _semwaitsignal + 12
    1 libSystem.B.dylib 0x92be9478 pthread_condwait + 1580
    2 com.apple.ColorSync 0x90f5b050 pthreadSemaphoreWait(t_pthreadSemaphore*) + 36
    3 com.apple.ColorSync 0x90f6ebbc CMMConvTask(void*) + 48
    4 libSystem.B.dylib 0x92be80d0 pthreadstart + 316
    Thread 11:
    0 libSystem.B.dylib 0x92ba61d8 machmsgtrap + 8
    1 libSystem.B.dylib 0x92bad0fc mach_msg + 56
    2 com.apple.CoreFoundation 0x915a0394 CFRunLoopRunSpecific + 1812
    3 com.apple.audio.CoreAudio 0x9082dfa8 HALRunLoop::OwnThread(void*) + 212
    4 com.apple.audio.CoreAudio 0x9082dde4 CAPThread::Entry(CAPThread*) + 104
    5 libSystem.B.dylib 0x92be80d0 pthreadstart + 316
    Thread 12:
    0 libSystem.B.dylib 0x92bacbec _semwaitsignal + 12
    1 libSystem.B.dylib 0x92be9478 pthread_condwait + 1580
    2 com.apple.JavaScriptCore 0x96695d10 ***::ThreadCondition::timedWait(***::Mutex&, double) + 80
    3 com.apple.WebCore 0x93206a44 WebCore::LocalStorageThread::threadEntryPoint() + 196
    4 libSystem.B.dylib 0x92be80d0 pthreadstart + 316
    Thread 13:
    0 libSystem.B.dylib 0x92bacbe8 _semwaitsignal + 8
    1 libSystem.B.dylib 0x92bac9fc nanosleep$UNIX2003 + 188
    2 com.apple.Foundation 0x952b1640 +[NSThread sleepUntilDate:] + 160
    3 com.conduit.cttoolbar 0x00a217b8 -[CTIconHandler updateImages] + 148
    4 com.conduit.cttoolbar 0x00a74cac -[CTThread run] + 156
    5 com.apple.Foundation 0x95228d84 _NSThread__main_ + 1004
    6 libSystem.B.dylib 0x92be80d0 pthreadstart + 316
    Thread 14:
    0 libSystem.B.dylib 0x92ba6238 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x92be9384 pthread_condwait + 1336
    2 ...lashPlayer-10.4-10.5.plugin 0x0d956284 unregister_ShockwaveFlash + 40864
    3 ...lashPlayer-10.4-10.5.plugin 0x0d5b7014 0xd59e000 + 102420
    4 ...lashPlayer-10.4-10.5.plugin 0x0d956384 unregister_ShockwaveFlash + 41120
    5 ...lashPlayer-10.4-10.5.plugin 0x0d9563d0 unregister_ShockwaveFlash + 41196
    6 ...lashPlayer-10.4-10.5.plugin 0x0d956518 unregister_ShockwaveFlash + 41524
    7 libSystem.B.dylib 0x92be80d0 pthreadstart + 316
    Thread 15:
    0 libSystem.B.dylib 0x92ba6238 semaphorewait_signaltrap + 8
    1 libSystem.B.dylib 0x92be9384 pthread_condwait + 1336
    2 ...lashPlayer-10.4-10.5.plugin 0x0d956284 unregister_ShockwaveFlash + 40864
    3 ...lashPlayer-10.4-10.5.plugin 0x0d5b7014 0xd59e000 + 102420
    4 ...lashPlayer-10.4-10.5.plugin 0x0d956384 unregister_ShockwaveFlash + 41120
    5 ...lashPlayer-10.4-10.5.plugin 0x0d9563d0 unregister_ShockwaveFlash + 41196
    6 ...lashPlayer-10.4-10.5.plugin 0x0d956518 unregister_ShockwaveFlash + 41524
    7 libSystem.B.dylib 0x92be80d0 pthreadstart + 316
    Thread 16:
    0 libSystem.B.dylib 0x92ba6258 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x92be9374 pthread_condwait + 1320
    2 ...lashPlayer-10.4-10.5.plugin 0x0d9562c4 unregister_ShockwaveFlash + 40928
    3 ...lashPlayer-10.4-10.5.plugin 0x0d756320 0xd59e000 + 1803040
    4 ...lashPlayer-10.4-10.5.plugin 0x0d956384 unregister_ShockwaveFlash + 41120
    5 ...lashPlayer-10.4-10.5.plugin 0x0d9563d0 unregister_ShockwaveFlash + 41196
    6 ...lashPlayer-10.4-10.5.plugin 0x0d956518 unregister_ShockwaveFlash + 41524
    7 libSystem.B.dylib 0x92be80d0 pthreadstart + 316
    Thread 0 crashed with PPC Thread State 32:
    srr0: 0x9670b598 srr1: 0x0200d030 dar: 0xff000073 dsisr: 0x40000000
    r0: 0x96709198 r1: 0xbfffdb00 r2: 0x14219800 r3: 0xfeffffff
    r4: 0x00945f58 r5: 0x00000000 r6: 0x00000000 r7: 0x00d8b000
    r8: 0x0b63c890 r9: 0x14219800 r10: 0x00000001 r11: 0x00000000
    r12: 0x96709100 r13: 0x00000000 r14: 0xa01fd478 r15: 0x7fffffff
    r16: 0xffffffff r17: 0x00000001 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0xbfffe9b0 r23: 0x00000f03
    r24: 0x0b9da7c0 r25: 0x00945f58 r26: 0x0b9da7c0 r27: 0xfeffffff
    r28: 0x14219900 r29: 0x14219804 r30: 0x00945f58 r31: 0x96707e7c
    cr: 0x44042248 xer: 0x20000004 lr: 0x96709198 ctr: 0x96709100
    vrsave: 0x00000fff
    Binary Images:
    0x1000 - 0x66cffb com.apple.Safari 5.0.3 (5533.19.4) <9051d957a0ee1dd25fe6162ec3c92b6f> /Applications/Safari.app/Contents/MacOS/Safari
    0x6d9000 - 0x6e4ffb libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
    0x6eb000 - 0x716ffe com.apple.framework.Apple80211 5.2.8 (528.1) <2fb1873c00513914682118195c6717c6> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x727000 - 0x737ffc SyndicationUI ??? (???) <b643c4db46bfdfbaf951d54f7fca1d62> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x797000 - 0x798ffc +com.yourcompany.ct_loader 1.7.0.2 (1702) <cf3c4fee16852c5e2a6417a61a26d887> /Library/InputManagers/CTLoader/ctloader.bundle/Contents/MacOS/ctloader
    0xa00000 - 0xad7ffc +com.conduit.cttoolbar 1.7.0.2 (1702) <40115b347c35ccccd5928471d26f004d> /Library/Application Support/Conduit/Plugins/cttoolbar.bundle/Contents/MacOS/ct_plugins
    0xb70000 - 0xb85fff +com.conduit.ct_alerts 1000 (1.0.0.0) <25eb445955d4d73da824fa2658fe9416> /Library/Application Support/Conduit/Plugins/cttoolbar.bundle/Contents/Resources/Services/ctalerts.bundle/Contents/MacOS/ctalerts
    0xfe3000 - 0xfe4ffd com.apple.aoa.halplugin 2.5.8 (2.5.8f1) <0d6be2c83d2f582060ba48293d283cdd> /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x21c6000 - 0x2480ff3 com.apple.RawCamera.bundle 2.3.0 (505) <197b6e31b76845c836691a54350bd0fc> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x3b91000 - 0x3b97fff libCGXCoreImage.A.dylib ??? (???) <189aa3c154d440e30978828464f14563> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x77c9000 - 0x77caffb ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x7efa000 - 0x7f16fff GLRendererFloat ??? (???) <8aec4559b92bb6b267766fe875a849a6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0x8feb000 - 0x9163ffb GLEngine ??? (???) <80f81a34d0bc3d66c860d8d97ff2b0aa> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x9195000 - 0x9378fff com.apple.ATIRadeon8500GLDriver 1.5.48 (5.4.8) <2baf33f43879f6120d8e432cb2026170> /System/Library/Extensions/ATIRadeon8500GLDriver.bundle/Contents/MacOS/ATIRadeo n8500GLDriver
    0x9575000 - 0x9579fff +com.macromedia.Flash Player.plugin 10.1.102.64 (10.1.102.64) <df999a1cc6e427c023595ee83021a877> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0xac3e000 - 0xac42fff com.apple.audio.AudioIPCPlugIn 1.0.6 (1.0.6) <ac58ebbd8e1179ff891b7a60b2ba33cc> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0xb20a000 - 0xb214fff com.apple.IOFWDVComponents 1.9.5 (1.9.5) <ace13808ef0aecc1907498beaa17cde4> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0xbc2c000 - 0xbc3bffe libSimplifiedChineseConverter.dylib ??? (???) <5d2c02469922e44114f56621e8e8545e> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0xc744000 - 0xc756ffd libTraditionalChineseConverter.dylib ??? (???) <07753e0608a196a757730e6d8e41c6d5> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0xcb76000 - 0xcbb4ff7 com.apple.QuickTimeFireWireDV.component 7.6.9 (1680.9) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0xd255000 - 0xd2a7ff3 com.apple.QuickTimeUSBVDCDigitizer 2.3.2 (2.3.2) <fc870623650f423a70628876f9a10f44> /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0xd59e000 - 0xdd8efd3 +com.macromedia.FlashPlayer-10.4-10.5.plugin 10.1.102.64 (10.1.102.64) <1fd2b7c66b82b10fac3bf56b7a459869> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0xe074000 - 0xe0a3ffb com.apple.QuickTimeIIDCDigitizer 7.6.9 (1680.9) <8a5bd683f70ac5b2b42436168eae826f> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x70000000 - 0x700cdff3 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe30c23 dyld 97.1 (???) <89a0055b0e7ea2db881b73c6e63bc774> /usr/lib/dyld
    0x90003000 - 0x90004fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x90005000 - 0x90118ffd com.apple.WebKit 1.1 (5533.19.4) <10430a1942c2dcf69783d766f5807fd0> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x90119000 - 0x90121ffb libCGATS.A.dylib ??? (???) <a7bde3c5a0ad843952e09a6a15468778> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x90122000 - 0x90122fff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90123000 - 0x9015cfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <1a39075165bf7447fe8be1e93db49346> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9015d000 - 0x902c8ffb com.apple.MediaToolbox 0.484.2 (484.2) <cce16f03b2f426a9f25009040a46aa4c> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x902c9000 - 0x902f2ffb com.apple.shortcut 1.0.1 (1.0) <2d585ff6d2228a19705d304548a1e0df> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x90343000 - 0x9048affb com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x9048b000 - 0x904b6ff7 libauto.dylib ??? (???) <b3a3a4b0f09653bd6d58f1847922b533> /usr/lib/libauto.dylib
    0x904b7000 - 0x904b8ff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x904b9000 - 0x904d0ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x904d1000 - 0x904defff libCSync.A.dylib ??? (???) <3e3e4d1cd2dfd6babfbcde5c555c5eac> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x904df000 - 0x904ebff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9058f000 - 0x90592fff com.apple.CrashReporterSupport 10.5.7 (161) <12938c62930c0c2a22cb68bfc618351e> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x905c6000 - 0x905d4ff3 com.apple.opengl 1.5.10 (1.5.10) <f90db7f5e4a5144afd040236f8343280> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x905d5000 - 0x906e9ffa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x906ea000 - 0x9071fff3 com.apple.LDAPFramework 1.4.5 (110) <0cf1d114abaf598355afb6537b76874e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x90720000 - 0x90748fff libxslt.1.dylib ??? (???) <a628a1484428ce3c87c56cf663faeb54> /usr/lib/libxslt.1.dylib
    0x90749000 - 0x90756fff libbz2.1.0.dylib ??? (???) <03227e92407191ff8e754461e842201b> /usr/lib/libbz2.1.0.dylib
    0x90757000 - 0x90775fff com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x90776000 - 0x9080bff7 com.apple.framework.IOKit 1.5.2 (???) <ced0a498252f76a2d2ba9f2a0ae02160> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9080c000 - 0x90894ffb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <6fc8a8cb43506b57b951da899a55d3b9> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90895000 - 0x908a8ffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <dc8dac074f4d19175c5613b35aa529b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x908a9000 - 0x90e63fff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x90e64000 - 0x90ee6fff com.apple.print.framework.PrintCore 5.5.4 (245.6) <9e01c05323b526bfc4d8f28940c373c2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x90ee7000 - 0x90f24ffe com.apple.securityfoundation 1.0 (36131) <0b16a0af10bdf48dfae4f20aecbcca6e> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90f25000 - 0x90ff5fff com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90ff6000 - 0x9105dffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x912db000 - 0x912dbffc com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <91aadd6dccda219dd50a6ce06aad5b54> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x912dc000 - 0x914dffff com.apple.VideoToolbox 0.484.2 (484.2) <86d36c70e227c947e64c8920f5805f63> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x914e0000 - 0x91536fff libGLU.dylib ??? (???) <4307c8f9f09bca8afc78fa089c3f074e> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x91537000 - 0x9165cff3 com.apple.CoreFoundation 6.5.7 (476.19) <dee0f0024f3bf976cfa0a0816e8aa338> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9165d000 - 0x916a7fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x916a8000 - 0x916bbfff com.apple.LangAnalysis 1.6.5 (1.6.5) <2a661ad6e432dd62dd831e234904061f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x916bc000 - 0x916c7ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x9179f000 - 0x917a7fff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x917a8000 - 0x917a8ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x917bd000 - 0x91838fff com.apple.SearchKit 1.2.2 (1.2.2) <a9d0033a5e1e55b5e382e52fe578d734> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x9186b000 - 0x91883ffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x91884000 - 0x919c9fff com.apple.QTKit 7.6.9 (1680.9) <a9de30da3c88055dee0f60ec385dc2ba> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x919ca000 - 0x92140fff com.apple.AppKit 6.5.9 (949.54) <687f1742c249d7c9268e2eb57713cef6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x92141000 - 0x92150fff com.apple.DSObjCWrappers.Framework 1.3 (1.3) <897487778bd1c0429fcd88c99c293583> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x92151000 - 0x9218fff7 libtidy.A.dylib ??? (???) <d9202168a6bd1e9d6800533f98fb093c> /usr/lib/libtidy.A.dylib
    0x92190000 - 0x92195ff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x92196000 - 0x921ddfff com.apple.NavigationServices 3.5.2 (163) <cb063c95a55ba12994a64c7e47f5706a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x921de000 - 0x9228efff edu.mit.Kerberos 6.0.14 (6.0.14) <18b324e83f631e86aa1d3163f8a25826> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9228f000 - 0x92317fff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92318000 - 0x92337ffb com.apple.CoreVideo 1.6.1 (48.6) <f94a54635b19c78b52b1852d1cf071d0> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x92338000 - 0x92661fe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92662000 - 0x926fbfc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x926fc000 - 0x92b2affe libGLProgrammability.dylib ??? (???) <79e91a3ef8d13e2d1eaca2a38d5575bb> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x92b55000 - 0x92ba4fff com.apple.Metadata 10.5.8 (398.26) <1a261534027b9d1518327d1fabe1182b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x92ba5000 - 0x92d45fe3 libSystem.B.dylib ??? (???) <45c5920425c80bf594b3f1bde2382e95> /usr/lib/libSystem.B.dylib
    0x92d46000 - 0x92d61ffb libPng.dylib ??? (???) <834aaa5bd88b06b634a97eee53413884> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x92d62000 - 0x92d83ffb com.apple.AppleVAFramework 4.1.17 (4.1.17) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x92d84000 - 0x92e0efff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x92e0f000 - 0x92e13ffe libGIF.dylib ??? (???) <25239087d0da5f8a1cc0d8b62ec1be52> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x92e14000 - 0x92e14ffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92e64000 - 0x93ac5ff7 com.apple.WebCore 1.1 (5533.19.4) <3e5263e264c776365fbf22917846b06f> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x93ac6000 - 0x93acdffb com.apple.print.framework.Print 218.0.3 (220.2) <48f5dd2ce80e9f7c8e3be2acbca8584f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93ace000 - 0x93bf3ffb com.apple.imageKit 1.0.2 (1.0) <50dfcbe41b384bd71761c761c3fbfd5e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93bf4000 - 0x93c83fff com.apple.DesktopServices 1.4.9 (1.4.9) <07d08e199716420b6df8e23ff91b5d2d> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x93c84000 - 0x93fe9ffe com.apple.QuartzCore 1.5.8 (1.5.8) <173de39401d774ee555d15681ba13be1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x94139000 - 0x946b5ff3 com.apple.CoreGraphics 1.409.7 (???) <a11ead7d05443d676be6658755b797f1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x946cc000 - 0x946ddfff libsasl2.2.dylib ??? (???) <e4bcc0c9e50ee651e271ff2a8c3f03cd> /usr/lib/libsasl2.2.dylib
    0x946de000 - 0x94748fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x9474f000 - 0x94938fff com.apple.security 5.0.6 (37592) <e5b2262c1c37d19f1f84418affa38b71> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94939000 - 0x9499effb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9499f000 - 0x949a6fff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x949a7000 - 0x949b5fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x949b6000 - 0x949bcfff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <7f4de3ca234fdf3f06f25d47d7119e9b> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x949bd000 - 0x949e7ff7 libssl.0.9.7.dylib ??? (???) <2aafe2efc0fb9868cb630ac50b5892b4> /usr/lib/libssl.0.9.7.dylib
    0x949e8000 - 0x94aa2fff libcrypto.0.9.7.dylib ??? (???) <1d82e65c85d65367f3b6b06355c89c9b> /usr/lib/libcrypto.0.9.7.dylib
    0x94aa9000 - 0x94bf5fff com.apple.ImageIO.framework 2.0.7 (2.0.7) <d07193fcf0df2dc21a98a91aaf3744cf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x94c0c000 - 0x94ceffff libobjc.A.dylib ??? (???) <39035ba996e55c617e20595dcd89c063> /usr/lib/libobjc.A.dylib
    0x94cf0000 - 0x94e38ff3 libicucore.A.dylib ??? (???) <bdab570d90979c4f601131d442f84720> /usr/lib/libicucore.A.dylib
    0x94e39000 - 0x94fa5ff9 com.apple.AddressBook.framework 4.1.2 (702) <00009729166ef5c0294f864e1c4e54c9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x94fa6000 - 0x94fb6ffb com.apple.agl 3.0.9 (AGL-3.0.9) <056d952943aac260426645ce6a24eb9e> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x94fb7000 - 0x94fe4fff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94fe5000 - 0x95034fff libGLImage.dylib ??? (???) <69eba6e64ea12c7392286db4f29d7a1d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x95035000 - 0x95035ffe com.apple.quartzframework 1.5 (1.5) <1477ba992c53f43087c7527c4782fd54> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x95036000 - 0x95055fff 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
    0x95056000 - 0x95071ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <af876670c51c87b1cb4da0926f02540d> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x95072000 - 0x9507dffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x9507e000 - 0x9521eff7 com.apple.QuartzComposer 2.1 (106.13) <729b5ad0c523a74307cd23a7c3282e0d> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9521f000 - 0x95465ffb com.apple.Foundation 6.5.9 (677.26) <c30e4aea51bbae480d4550cd53abb441> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95466000 - 0x95468ffd libRadiance.dylib ??? (???) <b3b5d7813b7538ce9faa7edd571ae137> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x954cf000 - 0x954cffff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x954d0000 - 0x9603efef com.apple.QuickTimeComponents.component 7.6.9 (1680.9) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x9603f000 - 0x96048fff com.apple.DiskArbitration 2.2.1 (2.2.1) <a389b4c2badce39540f24402f7df35e7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x96140000 - 0x9617dfff libRIP.A.dylib ??? (???) <8b8da762df1c930f6d49ca43f1f97bb3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x961af000 - 0x961cefff libresolv.9.dylib ??? (???) <d4538f370cadea5d74d3ac86c610e570> /usr/lib/libresolv.9.dylib
    0x9629f000 - 0x965d6fff com.apple.QuickTime 7.6.9 (1680.9) <76de439988d7745b6e0f2a3a10ad0bf6> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x965d7000 - 0x96639ffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x96685000 - 0x9681dff2 com.apple.JavaScriptCore 5533.19 (5533.19.1) <a65e02ce7dded6c40d4529e2db539807> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x9681e000 - 0x9681eff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9681f000 - 0x96b58ff7 com.apple.HIToolbox 1.5.6 (???) <a3b713a77c16da495c886463985f1e39> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x96b59000 - 0x96c2cfff com.apple.CoreServices.OSServices 228.1 (228.1) <df513f0a4c9887f5009c1249f25bbb4e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x96c2d000 - 0x96c38fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x96c39000 - 0x96dfbff4 com.apple.CoreAUC 3.08.0 (3.08.0) <f809ff97204e770753b3fb292f91d426> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x96e07000 - 0x96e23ffb com.apple.openscripting 1.2.8 (???) <eb961ce3c1b1e564c2eefe3682ee0555> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x96e24000 - 0x96e85fff com.apple.CoreText 2.0.5 (???) <0a3d84caa94b9d338921e464780dd350> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x96e86000 - 0x96e86fff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x96e87000 - 0x96ec9fff com.apple.quartzfilters 1.5.0 (1.5.0) <3f2dc01a646cd5b5ea55d510583ba4d5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x96eca000 - 0x96efffff com.apple.AE 402.3 (402.3) <6a6f752bba2d537eb8590e1cec01ac9a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x96f00000 - 0x96f4ffff com.apple.CoreMediaIOServices 130.0 (935) <b270188bb19f2a5851ee1dcdd50c9792> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x96f50000 - 0x96f91ffb libTIFF.dylib ??? (???) <1161ef33bf0c328b8501af5d89b99afd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x96f92000 - 0x97042fff com.apple.QD 3.11.57 (???) <e74b370c6f81fc00e8936f5cf7c8ebe0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x97043000 - 0x970f6ffc com.apple.CFNetwork 438.16 (438.16) <288c36275711c80c7a626d46d3002b31> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x970f7000 - 0x9711efff libcups.2.dylib ??? (???) <8b27a8d2477e9b253a664ad72ebc6ae5> /usr/lib/libcups.2.dylib
    0x9715f000 - 0x971f6fff com.apple.LaunchServices 292 (292) <06cb373fd960fbc2b4a0201f55c7dd6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x97203000 - 0x97234fff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x97235000 - 0x972bafff libsqlite3.0.dylib ??? (???) <c7ac09d5d803e12b655e41a992ed10c0> /usr/lib/libsqlite3.0.dylib
    0x972bf000 - 0x972c2ffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x972c3000 - 0x97309ff9 com.apple.securityinterface 1.0 (37213) <d36d3af3d7c501ec78476dee04df3051> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9730a000 - 0x9730dfff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9730e000 - 0x9732eff7 libJPEG.dylib ??? (???) <ea00c99bce6c4cdcd53894848cfce872> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9732f000 - 0x9734efff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9734f000 - 0x97439fff libxml2.2.dylib ??? (???) <c16d0fbbf8fd6b30695cd3c930355066> /usr/lib/libxml2.2.dylib
    0x9743a000 - 0x9773cffb com.apple.CoreServices.CarbonCore 786.16 (786.16) <6ed588e3d32b936656175409d5c15c33> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9773d000 - 0x9777bfff com.apple.CoreMedia 0.484.2 (484.2) <80deca02da32bc28cd70411bdd450627> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x9777c000 - 0x97844ffb com.apple.CoreData 100.2 (186.2) <be912ff41bd4506438a71d5665e89069> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x978b2000 - 0x979acfff com.apple.PubSub 1.0.5 (65.20) <b9afc93cfd2f17b8078215f19298ef02> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x979ad000 - 0x979b3ffb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x979b4000 - 0x97a11ffb com.apple.HIServices 1.7.1 (???) <a6c5c0bf2d68aeb453dbc493b7d0c8d9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x97a2f000 - 0x97ac9ff7 com.apple.ApplicationServices.ATS 3.8 (???) <68fbf8a95392317d611f00c709955c8a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0xba900000 - 0xba917ffe libJapaneseConverter.dylib ??? (???) <ddbf52237a078e0b4f6b1a408b4f272a> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21ffc libKoreanConverter.dylib ??? (???) <0a2ba63ad56ef171914b3f6421a63730> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    Seems to be more than one factor involved here.
    For a few happy moments it all worked - I wasn't even using flash I was just looking at the price of guitar strings.
    Any clues?
    S.

  • Why cant I highlight part of a document and print only what is selected in safari?

    Why is it not possible to highlight and print the selection in Safari, thought the imac was supposed to do everything,  WRONG.
    I also have I.pad 2 and because it does not support adobe flash, I cannot open a magazine that I have each week, I have to do this on the imac, so when away from home it again doesnt do what I want it to.  Does everything people say.  WRONG AGAIN.
    Should have stuck with the laptop, it actually does do these things mentioned above.

    I purchased the iPad first and waited a year HOPING Apple would fix this problem OR at the least provide something comparable to WINDOWS!
    WRONG....and yes it is hard to believe for how ADVANCED Apple is.....that they don't have a simple easy program that allows you to HIGHLIGHT and PRINT ONLY what you highlight!
    But....they are making leaps and bounds.....at least you can now cut & paste....thats a good thing!?
    HOPEFULLY.......in the VERY,VERY NEAR FUTURE Apple will supply us with the simple software to do these simple time saving chores!
    (highlight and print ONLY what you highlight)
    Until then we have to cut and paste to several different apps or programs....hoping it will allow you to print ONLY WHAT THE USER WANTS TO PRINT!

  • Problem with spry:select not selecting

    I am having trouble getting the spry:select to work on the
    following code. Everything works except for the spry:select. If I
    remove the spry:hover and the spry:sort, then the spry:select will
    work. The only way I can get the spry:select to work is if it is
    the only spry statement in the <td>. Please help.
    NON-WORKING SPRY:SELECT CODE:
    <div spry:region="pv1">
    Records {ds_PageFirstItemNumber}-{ds_PageLastItemNumber} of
    {ds_PageTotalItemCount}
    <table cellpadding="0" cellspacing="0" border="0"
    width="100%">
    <tr>
    <td class="tableheader" style="cursor:pointer;"
    spry:select="tableheaderSel" spry:hover="tableheaderSel"
    spry:sort="airport_code">Airport</td>
    <td class="tableheader" style="cursor:pointer;"
    spry:hover="tableheaderSel" spry:sort="hotel">Hotel</td>
    <td class="tableheader" style="cursor:pointer;"
    spry:hover="tableheaderSel"
    spry:sort="bookings">Bookings</td>
    <td class="tableheader" style="cursor:pointer;"
    spry:hover="tableheaderSel"
    spry:sort="previous_year_bookings">Previous Year</td>
    <td class="tableheader" style="cursor:pointer;"
    spry:hover="tableheaderSel" spry:sort="change">Change</td>
    <td class="tableheader" style="cursor:pointer;"
    spry:hover="tableheaderSel"
    spry:sort="percent_change">%</td>
    </tr>
    <tr spry:repeat="pv1" spry:odd="tablerow1">
    <td class="tablecell"
    spry:content="{airport_code}"></td>
    <td class="tablecell"
    spry:content="{hotel}"></td>
    <td class="tablecell"
    spry:content="{bookings}"></td>
    <td class="tablecell"
    spry:content="{previous_year_bookings}"></td>
    <td class="tablecell"
    spry:content="{change}"></td>
    <td class="tablecell"
    spry:content="{percent_change}"></td>
    </tr>
    </table>
    <p>
    <div style="float:right;">
    <input type="button" value="Next"
    onClick="pv1.nextPage();" />
    <input type="button" value="Last"
    onClick="pv1.lastPage();" />
    </div>
    <div style="float:left;">
    <input type="button" value="First"
    onClick="pv1.firstPage();" />
    <input type="button" value="Prev"
    onClick="pv1.previousPage();" />
    </div>
    </div>

    When you use a spry:sort, you are sorting the data set and
    the entire region is redrawn. This wipes out the spry:select. This
    happens to the select, no matter where it is.
    The way to highlight the currently selected column is a bit
    tedious. You will have to have a spry:if that checked the value of
    {ds_SortColumn}. This means repeating the <TD> for each
    condition.
    It's a sub-optimal solution but we don't have attribute level
    control.
    However, we do have some tools and enhancements coming up
    that should make this easier. But they are not ready yet, so...
    http://labs.adobe.com/technologies/spry/samples/data_region/DataSetMasterDetailSample.html
    has an example of how we use spry:if to conditionally put on
    an attribute.
    Don

  • Sessions not working in Firefox, Safari and Chrome, but working in iexplore

    Hi,
    I have been running Tomcat 5.0.18 jdk 1.4. and have just upgraded to Tomcat 6.0.24 jdk 1.6..
    I have an app that you need to log on to in a jsp page. When succesfully logged in it redirects to a framed page with 3 pages in it.
    All elements of that framed page check for a valid session, if there is one, it displays itself, if not, it redirects back to the log on screen.
    This has worked fine for years in all browsers. But since upgrading, in Firefox, Safari and Chrome, when the parent framed page jsp checks for a session, its fine, it passes, but when the other sub-frame pages check for a session, it comes back as a new session, i.e. its not picking up the session that has just been validated and redirects to the login page. Iexplore still works fine. i.e. all 3 pages validate ok.
    Any ideas why these browsers are not pickng up the session?

    As a test, try putting an empty JSP in front of it that triggers the session to be created, and then redirects (with a HTTP meta refresh for example) to the frameset jsp to see if that fixes anything.
    If that fixes it, then I guess the pages load too quickly.

  • Using spry select on multiple forms in same page

    Greetings-
    My apologies if this has already been answered but after a few searches I've not found my solution....
    I have a web page with 2 different forms (completely different open form and close form tags) that I'm trying to get the Spry Select Widget to work in.
    Both forms' Spry Select widgets interact as expected with the user with one exception; the second form continues to submit to the action page even if the user is trying to submit an invalid value (the docs suggested using the value of -1 so that's what I'm using). The appropriate error gets displayed to the user but the form continues to submit, which I don't want. Is there a limitation that I missed regarding the use of multiple forms in the same web page with the Spry Select Widget?
    FWIW, I'm running the app on ColdFusion and even the cfform/cfselect won't work with the Spry Widget.... I've named and id'd all forms and form elements and still no luck.
    Any ideas?
    Thanks in advance,
    Rich

    Hi Brad,
    The preamble looks reasonable.  I would like to make sure you are clear on the process.
    The data needs to be rendered twice (i.e. a 2 step job).  In the first step you create a trace file with the page count for each document in it...\trace"^define User:PageCountForTrans_@:TransCount. @$page.@LF."."
    In the second step, that trace file is brought back in as a preamble file.
    Please confirm that you are in fact passing the data twice.
    cheers
    Chris

  • The file size of selected file in input file control is shown as 0 for multiple file selection in Safari 5.1

    The file size of selected file in input file control is shown as 0 for multiple file selection in Safari 5.1. If you select single file, then it is able to return file size correctly. However, if you select multiple files, then the file size of each of the selected file is always returned as 0 from javascript. This works correctly in Safari 4.0 but it does not work in Safari 5.1.
    How do I get the correct file size in Safari 5.1 ?

    If you want to post (or send me) a link to the lrcat file, I'd take a look at it for you, and give you a break-down what's consuming all the bytes. But it might be fun to learn how to do that yourself (e.g. using SQL). I use SQLiteSpy, but other people have their favorites.. (or you can use a command-line client if you prefer..). One way: just run "drop table "{table-name}" on each table then look at filesize (do this to a copy, not the real thing).
    Anyway, it's hard to imagine keywords and captions etc. taking much of the space, since even if you had 1000 10-character words of text metadata per photo average that still only adds up to 117MB, which isn't a substantial portion of that 8G you're seeing occupied.
    Anyway, if you've painted the heck out of most of them and not cleared dev history, that'll do it - that's where I'd put my money too...
    One thing to consider to keep file-size down:
    ===================================
    * After reaching a milestone in your editing, take a snapshot then clear edit history, or the top part of it anyway (e.g. leave the import step), using a preset like:
    Clear Edit History.lrtemplate
    s = {
        id = "E36E8CB3-B52B-41AC-8FA9-1989FAFD5223",
        internalName = "No Edit",
        title = "Clear Edit History",
        type = "Develop",
        value = {
            settings = {
                NoEdit = true,
            uuid = "34402820-B470-4D5B-9369-0502F2176B7F",
        version = 0,
    (that's my most frequently used preset, by far ;-})
    PS - I've written a plugin called DevHistoryEditor, which can auto-consolidate steps and reduce catalog size - it's a bit cumbersome to use a.t.m. but in case you're interested...
    Rob

  • Spry select list code to wire it to html data table SET column?

    I am making a page based on Figure 15-14, Pg 878, in David Power's book, "Dw CS4 with CSS, Ajax and PHP. I have two separate html data tables hidden in the page, one for the specialties drop down select list and the other for the teachers master/detail regions. These are populated with php and working well. The spry select list and master/detail regions are working great except for one issue. The column in my html data table that is being filtered ("Specialty" in my code = 'Category' in the book's example code) is a SET column (with possible value of 1, 2, 3, 4, and/or 5). Clicking on the drop down menu brings up the records with a single value beautifully. The result for records with multiple values is a spry error "Invalid row number: 0". After four different versionings and methods of messing with this, I still haven't a clue. Please help me with how to rewire the Spry select list code so that it will read the records that have multiple items in that column. I have included the code below.
    var data_set_teachers = new Spry.Data.HTMLDataSet(null, "teacher_data");
    data_set_teachers.gallery = '1';
    function chooseSet(dataSet, row, rowNumber)
    if (row["Specialty"] == data_set_teachers.gallery) {
       return row;
    return null;
    data_set_teachers.filter(chooseSet);
    function changeSet(set)
    data_set_teachers.gallery = set;
    data_set_teachers.filter(chooseSet);
    data_set_teachers.setCurrentRowNumber(0);
    var rows = data_set_teachers.getData();
    for (var i = 0; i < rows.length; i++) {
       if (rows[i]["Specialty"] == set) {
         data_set_teachers.setCurrentRowNumber(i);
         break;
    var data_set_specialties = new Spry.Data.HTMLDataSet(null, "specialty_data");

    Well I'll be damned!
    What's done in the sample app is, of course, the intuitively obvious choice and is exactly what I started out trying to do the first time round.
    But as I mentioned before, when I first tried it (yes: I'm pretty sure I set the "for" attribute on the inlineMessage components), I got the non-unique component id exception for the inlineMessage component(s) after adding the second (but not the first) row to the page.
    Anyway, after dragging my inlineMessages to the exact same position as those in the AppModel example, now things work fine (except I think I'd like a line break before the message and to change the row/column styles so the values and messages line up properly...the look is rather ugly in the AppModel example when there are validation messages displayed).
    Not sure, but I'm thinking maybe there was an issue with where the inline message markup was placed, my first time through, relative to the data table value bound component and the column header facet?
    I was using the application view drag 'n drop feature the first time round and dragged the inlineMessage component to the spot just below the data table value bound component and hence just above the column header facet. In the AppModel example, OTOH, the inline messages are placed just after the column header facet.
    Of course, I will now try to duplicate the original exception.
    If I can (and it is an issue with placement), I will post back some sort of bug report or RFE. Otherwise, I'll post back declaring what a bone head I've been...;-)
    Anyway, thanks for the quick response, v.
    Campbell

Maybe you are looking for

  • 3G phone doesn't fit Apple Bluetooth Headset Dock

    I bought an Apple iphone bluetooth headset and dock from the Apple Store in Regent Street yesterday to go with my new 3G iphone. I got home and find I can't fit the 3G iphone into the dock!!! The dock should fit both the phone and the headset for cha

  • OPs Center Release supporting Solaris 11 provisioning

    hi all Does anybody know when comes the Ops Center release supporting the provisioning of Solaris 11 ? kind regards Sven

  • Retrieve Business Area.....

    Hi, There is a login id TEST123 in the development environment with admin access and the business area TEST is used to create discoverer reports and the version is 10.1.2.1 By mistake the other developer went to the menu, Tools --> Security --> Selec

  • Messages not displaying contacts in contact list

    Hi all, I've just upgraded to OS X 10.8 and Messages doesn't display my contact list from the Jabber server I'm using. The contact list shows all groups, but no members. I've installed Adium to double check and it works fine. iChat never had problems

  • HAP_DOCUMENT BSP redirect using the BADI HRHAP00_BSP_TMPL

    Hi all, Below is my issue: Last year, We have modified the BSP HAP_DOCUMENT by copying it to Y_HAP_DOCUMENT. Now we had to make further changes to the BSP which had to be template specific. So we used the BADI HRHAP00_BSP_TMPL to redirect the documen