Font array help, please

Hello
I am a beginner to Flash and I am wondering if I can create
an array so that the fields in my online form are input with the
same size text and font style (10pt Arial normal is fine).
At the moment, font/size do appear slightly different when
data is entered in the form, although the Properties panel tells me
they are the same.
Would I do it something like this:
inputs=[name_txt,email_txt,business_txt,country_txt,message_txt];
for( var elem in inputs) {
inputs[elem].fontColor = #ffffff;
inputs[elem].fontStyle = Arial;
A the moment, the code I have (which is not wonderful) looks
like this:
var mainTL:MovieClip = this;
//start off with submit button dimmed <--I don't actually
use this
submit_mc._alpha = 80;
var dataSender:LoadVars = new LoadVars();
var dataReceiver:LoadVars = new LoadVars();
create listener to 'wake up' submit button <--I don't
actually use this
var formCheck:Object = new Object();
formCheck.onKeyUp = function() {
if (name_txt.text != '' &&
email_txt.text != '' &&
business_txt.text != '' &&
country_txt.text != '' &&
message_txt.text != '') {
//clear any alert messages
alert_txt.text = '';
//enable the submit button
submit_mc._alpha = 100;
} else {
//remain disabled until all fields have content
submit_mc._alpha = 80;
Key.addListener(formCheck);
/*#######SET STYLES FOR TEXT FIELDS <--I don't actually
use this#######*/
//define styles for both normal and focussed
//set hex values here that work with your site's colors
var normal_border:Number = 0x000000;
var focus_border:Number = 0x000000;
var normal_background:Number = 0xffffff;
var focus_background:Number = 0xffffff;
var normal_color:Number = 0x000000;
var focus_color:Number = 0x000000;
inputs=[name_txt,email_txt,business_txt,country_txt,message_txt];
for( var elem in inputs) {
inputs[elem].border = true;
inputs[elem].borderColor = normal_border;
inputs[elem].background = true;
inputs[elem].backgroundColor = normal_background;
inputs[elem].textColor = normal_color;
inputs[elem].onSetFocus = function() {
this.borderColor = focus_border;
this.backgroundColor = focus_background;
this.textColor = focus_color;
inputs[elem].onKillFocus = function() {
this.borderColor = normal_border;
this.backgroundColor = normal_background;
this.textColor = normal_color;
Selection.setFocus(name_txt);
submit_mc.onRelease = function() {
if (name_txt.text != '' &&
email_txt.text != '' &&
business_txt.text != '' &&
country_txt.text != '' &&
message_txt.text != '') {
alert_txt.text='';
mainTL.play();
dataSender.name = name_txt.text;
dataSender.email = email_txt.text;
dataSender.business = business_txt.text;
dataSender.country = country_txt.text;
dataSender.message = message_txt.text;
dataReceiver.onLoad = function() {
if (this.response == "invalid") {
mainTL.gotoAndStop(1);
alert_txt.text = "Sorry, but your email address appears
invalid"
} else if (this.response == "passed") {
mainTL.gotoAndStop(4);
//send data to ASP
dataSender.sendAndLoad("Email.asp", dataReceiver, "POST");
} else {
alert_txt.text = "Please complete all fields";
Many thanks for any help.
Steve

I have done that it the Properites panel but when I click
CTRL and Enter and complete the email form myself, I can see there
is a difference in fonts in one of the fields - although the
Properties panel tell me otherwise.
I just though AS would force the issue.
Steve

Similar Messages

  • Illustrator CS6 (mac) crashes at startup while reading fonts! HELP PLEASE!!

    So I've had this problem for a while now. My illustrator crashes at startup while "reading fonts". BUT the strange thing is, illustrator opens fine in the other user accounts on my computer. I just want it to work on my main one but no luck getting it to work!! PLEASE HELP! ive tried so many solutions such as clearing my cache, disabling fonts, cleaning my fonts, deleting preferences and plugins, etc. everything listed already!
    Here is the problem report...it's pretty long:
    Date/Time:       2013-09-17 23:59:58 -0700
    OS Version:      10.7.5 (Build 11G63b)
    Architecture:    x86_64
    Report Version:  9
    Command:         Illustrator
    Path:            /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Version:         682 (16.0.0)
    Parent:          launchd [124]
    PID:             3609
    Event:           hang
    Duration:        1.25s
    Steps:           13 (100ms sampling interval)
    Pageins:         0
    Pageouts:        0
    Process:         Adobe Illustrator [3609]
    Path:            /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Architecture:    x86_64
    UID:             501
      Thread 0x1088f      DispatchQueue 1
      User stack:
        13 ??? (in Adobe Illustrator) [0x1001635f8]
          13 ??? (in Adobe Illustrator) [0x1006ef5d4]
            13 ??? (in Adobe Illustrator) [0x1006ff280]
              13 ??? (in Adobe Illustrator) [0x10083cfde]
                13 ??? (in Adobe Illustrator) [0x10070044b]
                  13 ??? (in Adobe Illustrator) [0x100987bfe]
                    13 ??? (in Adobe Illustrator) [0x100985d49]
                      13 ??? (in Adobe Illustrator) [0x10083cfde]
                        13 ??? (in Adobe Illustrator) [0x10098812b]
                          13 ??? (in Adobe Illustrator) [0x1008f8ecd]
                            13 ??? (in Adobe Illustrator) [0x10083cfde]
                              13 ??? (in Adobe Illustrator) [0x1008ff32b]
                                13 ??? (in Adobe Illustrator) [0x100657858]
                                  13 ??? (in Adobe Illustrator) [0x100656985]
                                    13 ??? (in Adobe Illustrator) [0x10064a305]
                                      3 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 366001 (in Adobe Illustrator) [0x100cec191]
                                        3 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 379770 (in Adobe Illustrator) [0x100cef75a]
                                          1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 279679 (in Adobe Illustrator) [0x100cd705f]
                                          1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 279455 (in Adobe Illustrator) [0x100cd6f7f]
                                            1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 276740 (in Adobe Illustrator) [0x100cd64e4]
                                          1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 279671 (in Adobe Illustrator) [0x100cd7057]
                                      2 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 366677 (in Adobe Illustrator) [0x100cec435]
                                        1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 246844 (in Adobe Illustrator) [0x100ccf01c]
                                          1 memmove$VARIANT$sse42 + 33 (in libsystem_c.dylib) [0x7fff8efc9cde]
                                        1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 246628 (in Adobe Illustrator) [0x100ccef44]
                                      1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 366032 (in Adobe Illustrator) [0x100cec1b0]
                                      1 strcmp + 15 (in libsystem_c.dylib) [0x7fff8f04382f]
                                      1 ??? (in Adobe Illustrator) [0x100144d0c]
                                      1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 364616 (in Adobe Illustrator) [0x100cebc28]
                                      1 strcmp + 150 (in libsystem_c.dylib) [0x7fff8f0438b6]
                                      1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 364577 (in Adobe Illustrator) [0x100cebc01]
                                        1 ??? (in Adobe Illustrator) [0x100144cc7]
                                      1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 366336 (in Adobe Illustrator) [0x100cec2e0]
                                      1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 366116 (in Adobe Illustrator) [0x100cec204]
                                        1 ??? (in Adobe Illustrator) [0x100144ad4]
      Kernel stack:
        13 hndl_allintrs + 290 (in mach_kernel) [0xffffff80002da712]
          13 interrupt + 192 (in mach_kernel) [0xffffff80002c48d0]
            13 lapic_interrupt + 121 (in mach_kernel) [0xffffff80002c9ab9]
              13 cpu_signal_handler + 172 (in mach_kernel) [0xffffff80002cb9ac]
                13 sync_iss_to_iks + 118 (in mach_kernel) [0xffffff80002c3c76]
      Thread 0x10894      DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x1089d    
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8a89fce6]
              13 ??? (in AdobeACE) [0x102a255da]
                13 ??? (in AdobeACE) [0x102a262c9]
                  13 MPWaitOnQueue + 181 (in CarbonCore) [0x7fff8a89ee81]
                    13 TSWaitOnConditionTimedRelative + 127 (in CarbonCore) [0x7fff8a859ea6]
                      13 TSWaitOnCondition + 106 (in CarbonCore) [0x7fff8a8c7a5e]
                        13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x1089e    
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8a89fce6]
              13 ??? (in AdobeACE) [0x102a255da]
                13 ??? (in AdobeACE) [0x102a262c9]
                  13 MPWaitOnQueue + 181 (in CarbonCore) [0x7fff8a89ee81]
                    13 TSWaitOnConditionTimedRelative + 127 (in CarbonCore) [0x7fff8a859ea6]
                      13 TSWaitOnCondition + 106 (in CarbonCore) [0x7fff8a8c7a5e]
                        13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x1089f    
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8a89fce6]
              13 ??? (in AdobeACE) [0x102a255da]
                13 ??? (in AdobeACE) [0x102a262c9]
                  13 MPWaitOnQueue + 181 (in CarbonCore) [0x7fff8a89ee81]
                    13 TSWaitOnConditionTimedRelative + 127 (in CarbonCore) [0x7fff8a859ea6]
                      13 TSWaitOnCondition + 106 (in CarbonCore) [0x7fff8a8c7a5e]
                        13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x108a0    
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8a89fce6]
              13 ??? (in AdobeACE) [0x102a255da]
                13 ??? (in AdobeACE) [0x102a262c9]
                  13 MPWaitOnQueue + 181 (in CarbonCore) [0x7fff8a89ee81]
                    13 TSWaitOnConditionTimedRelative + 127 (in CarbonCore) [0x7fff8a859ea6]
                      13 TSWaitOnCondition + 106 (in CarbonCore) [0x7fff8a8c7a5e]
                        13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x108a1    
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8a89fce6]
              13 ??? (in AdobeACE) [0x102a255da]
                13 ??? (in AdobeACE) [0x102a262c9]
                  13 MPWaitOnQueue + 181 (in CarbonCore) [0x7fff8a89ee81]
                    13 TSWaitOnConditionTimedRelative + 127 (in CarbonCore) [0x7fff8a859ea6]
                      13 TSWaitOnCondition + 106 (in CarbonCore) [0x7fff8a8c7a5e]
                        13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x108a2    
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8a89fce6]
              13 ??? (in AdobeACE) [0x102a255da]
                13 ??? (in AdobeACE) [0x102a262c9]
                  13 MPWaitOnQueue + 181 (in CarbonCore) [0x7fff8a89ee81]
                    13 TSWaitOnConditionTimedRelative + 127 (in CarbonCore) [0x7fff8a859ea6]
                      13 TSWaitOnCondition + 106 (in CarbonCore) [0x7fff8a8c7a5e]
                        13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x108a3    
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8a89fce6]
              13 ??? (in AdobeACE) [0x102a255da]
                13 ??? (in AdobeACE) [0x102a262c9]
                  13 MPWaitOnQueue + 181 (in CarbonCore) [0x7fff8a89ee81]
                    13 TSWaitOnConditionTimedRelative + 127 (in CarbonCore) [0x7fff8a859ea6]
                      13 TSWaitOnCondition + 106 (in CarbonCore) [0x7fff8a8c7a5e]
                        13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x108ab    
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 AGMInitialize + 3288383 (in AdobeAGM) [0x102edcdeb]
              13 AGMInitialize + 3259056 (in AdobeAGM) [0x102ed5b5c]
                13 AGMInitialize + 3255471 (in AdobeAGM) [0x102ed4d5b]
                  13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Binary Images:
             0x100000000 -        0x10186cfe7  com.adobe.illustrator 682 (16.0.0) <8F6F07B7-9649-7267-D555-D35E1326F0C0> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
             0x1029ed000 -        0x102b66fff  com.adobe.ACE AdobeACE 2.19.18.19822 (2.19.18.19822) <01A168B2-A4AA-71B3-D8F1-2F4A367485BB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
             0x102b79000 -        0x103181fff  com.adobe.AGM AdobeAGM 4.26.20.19822 (4.26.20.19822) <4AB2E56F-811A-C769-4F3C-CBE1530C8A56> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8a816000 -     0x7fff8ab32fff  com.apple.CoreServices.CarbonCore 960.25 (960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8efa2000 -     0x7fff8f07ffef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         AdobeCrashDaemon [3612]
    Path:            /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Required/AdobeCrashDaemo n.app/Contents/MacOS/AdobeCrashDaemon
    Architecture:    x86_64
    UID:             501
    Process:         AirPort Base Station Agent [160]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    UID:             501
      Thread 0x527        DispatchQueue 1
      User stack:
        13 ??? (in AirPort Base Station Agent) [0x10c923654]
          13 ??? (in AirPort Base Station Agent) [0x10c934353]
            13 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8581419f]
              13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                  13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                    13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x537        DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x55e      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 __select + 10 (in libsystem_kernel.dylib) [0x7fff8a135df2]
      Kernel stack:
        13 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x561      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 ??? (in AirPort Base Station Agent) [0x10c9346a0]
              13 ??? (in AirPort Base Station Agent) [0x10c92557f]
                13 ??? (in AirPort Base Station Agent) [0x10c93474d]
                  13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Binary Images:
             0x10c922000 -        0x10c939fff  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <4B2DADB0-223B-32AA-9438-30FBEA0A8FE6> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8efa2000 -     0x7fff8f07ffef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         aosnotifyd [1655]
    Path:            /usr/sbin/aosnotifyd
    Architecture:    x86_64
    UID:             0
      Thread 0x6a65       DispatchQueue 1
      User stack:
        13 start + 52 (in aosnotifyd) [0x10c4860b4]
          13 main + 74 (in aosnotifyd) [0x10c48d9ec]
            13 -[AOSNotificationDaemon startup] + 1294 (in aosnotifyd) [0x10c48d7b3]
              13 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff85356f7b]
                13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                  13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                    13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                      13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x6a72       DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x10c484000 -        0x10c4c5fff  aosnotifyd ??? (???) <5287944C-EDF3-3175-81A3-CC1BEF4E43F7> /usr/sbin/aosnotifyd
          0x7fff8534b000 -     0x7fff85664fff  com.apple.Foundation 6.7.2 (833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         applepushserviced [50]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
    Architecture:    x86_64
    UID:             0
      Thread 0x156        DispatchQueue 1
      User stack:
        13 ??? (in applepushserviced) [0x10c2168d4]
          13 ??? (in applepushserviced) [0x10c2169b8]
            13 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff85356e67]
              13 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff85356f7b]
                13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                  13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                    13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                      13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x177        DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x5b8      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 __select + 10 (in libsystem_kernel.dylib) [0x7fff8a135df2]
      Kernel stack:
        13 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Binary Images:
             0x10c215000 -        0x10c283ff7  applepushserviced ??? (???) <95759366-ACD2-358F-B4C3-A276E2B287C1> /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
          0x7fff8534b000 -     0x7fff85664fff  com.apple.Foundation 6.7.2 (833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8efa2000 -     0x7fff8f07ffef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         AppleSpell [195]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    UID:             501
      Thread 0x612        DispatchQueue 1
      User stack:
        13 ??? (in AppleSpell) [0x108163a7c]
          13 ??? (in AppleSpell) [0x108163d2e]
            13 -[NSSpellServer run] + 74 (in Foundation) [0x7fff854a7c76]
              13 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8581419f]
                13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                  13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                    13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                      13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x614        DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x108162000 -        0x10821eff7  com.apple.AppleSpell 1.7.1 (131.1) <A994D9F1-C4D8-3361-B0F4-112A7BAED8BD> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff8534b000 -     0x7fff85664fff  com.apple.Foundation 6.7.2 (833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         autofsd [49]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    UID:             0
      Thread 0x16a        DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x23e        DispatchQueue 6
      User stack:
        13 _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff8db78b1c]
          13 __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff8a136022]
      Kernel stack:
        13 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Binary Images:
             0x10d20b000 -        0x10d20cfff  autofsd ??? (???) <A02D5E70-1BB1-30ED-A699-375CB0CCE901> /usr/libexec/autofsd
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         com.apple.dock.extra [147]
    Path:            /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra.xpc/Conte nts/MacOS/com.apple.dock.extra
    Architecture:    x86_64
    UID:             501
      Thread 0x506        DispatchQueue 1
      User stack:
        13 ??? (in com.apple.dock.extra) [0x10979e474]
          13 xpc_service_main + 448 (in XPCService) [0x7fff8ade65ed]
            13 NSApplicationMain + 867 (in AppKit) [0x7fff90593eac]
              13 -[NSApplication run] + 470 (in AppKit) [0x7fff903179b9]
                13 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff9031b07d]
                  13 _DPSNextEvent + 659 (in AppKit) [0x7fff9031b779]
                    13 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff866763fa]
                      13 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8667656d]
                        13 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8666f2bf]
                          13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                            13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                              13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                                13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x50b        DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x10979d000 -        0x1097a1ff7  com.apple.dock.extra 1.0 (1) <13C8211B-0B1D-302A-8EF9-740BA3BD69C0> /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra.xpc/Conte nts/MacOS/com.apple.dock.extra
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8666d000 -     0x7fff86999fff  com.apple.HIToolbox 1.9 (???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8ade4000 -     0x7fff8adebff7  com.apple.XPCService 1.3 (1) <68C4DBC9-18C3-3053-96D5-1858B905EAE0> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff90313000 -     0x7fff90f19fff  com.apple.AppKit 6.7.5 (1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    Process:         configd [14]
    Path:            /usr/libexec/configd
    Architecture:    x86_64
    UID:             0
      Thread 0x121        DispatchQueue 1
      User stack:
        13 ??? (in configd) [0x101538d64]
          13 ??? (in configd) [0x10153951b]
            13 ??? (in configd) [0x101539e20]
              13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                  13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                    13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x128        DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 __select_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff8a135e06]
      Kernel stack:
        13 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x12a      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 ??? (in configd) [0x10153a7fe]
              13 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8581419f]
                13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                  13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                    13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                      13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x183      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 ??? (in configd) [0x101545165]
              13 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8581419f]
                13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                  13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                    13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                      13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x1eb      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 __select + 10 (in libsystem_kernel.dylib) [0x7fff8a135df2]
      Kernel stack:
        13 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x1ec      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 pppcntl_run_thread + 2194 (in PPPController) [0x101978142]
              13 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8581419f]
                13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                  13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                    13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                      13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x10bc8    
      User stack:
        13 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8eff3b85]
          13 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff8a136192]
      Kernel stack:
        13 workqueue_mark_exiting + 1408 (in mach_kernel) [0xffffff80005a50b0]
      Binary Images:
             0x101538000 -        0x101561fff  configd ??? (???) <68DC2451-9DFB-389B-B728-C6A200559980> /usr/libexec/configd
             0x10196a000 -        0x1019a9fff  com.apple.SystemConfiguration.PPPController 1.7 (1.7) <B7E747DA-0A96-3020-9C48-BAF6870700F3> /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPController
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8efa2000 -     0x7fff8f07ffef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         cookied [3450]
    Path:            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/Support/cookied
    Architecture:    x86_64
    UID:             501
      Thread 0xe2aa       DispatchQueue 1
      User stack:
        13 ??? (in cookied) [0x10fb93eec]
          13 _cookied_main + 852 (in CFNetwork) [0x7fff87fe6d5d]
            13 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8581419f]
              13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                  13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                    13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0xe2ab       DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x10fb93000 -        0x10fb93fff  cookied ??? (???) <F73832E8-1FCC-3BA8-804C-EED7102F0348> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/Support/cookied
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff87ef7000 -     0x7fff8805efff  com.apple.CFNetwork 520.5.1 (520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         coreaudiod [139]
    Path:            /usr/sbin/coreaudiod
    Architecture:    x86_64
    UID:             202
      Thread 0x43f        DispatchQueue 1
      User stack:
        13 ??? (in coreaudiod) [0x10a8ff314]
          13 ??? (in coreaudiod) [0x10a967bcc]
            13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
              13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                  13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x449        DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x474      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 ??? (in coreaudiod) [0x10a971d52]
              13 ??? (in coreaudiod) [0x10a96b85e]
                13 ??? (in coreaudiod) [0x10a96b8ee]
                  13 ??? (in coreaudiod) [0x10a96b732]
                    13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                      13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                        13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                          13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0xc2dc     
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 ??? (in coreaudiod) [0x10a905468]
              13 ??? (in coreaudiod) [0x10a92fcf8]
                13 ??? (in coreaudiod) [0x10a92fcc2]
                  12 ??? (in coreaudiod) [0x10a92f922]
                    12 ??? (in coreaudiod) [0x10a90a219]
                      12 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
                  1 ??? (in coreaudiod) [0x10a92fbd1]
                    1 ??? (in coreaudiod) [0x10a92e8df]
                      1 ??? (in coreaudiod) [0x10a91a7dd]
                        1 iokit_user_client_trap + 10 (in IOKit) [0x7fff8a0ba106]
      Kernel stack:
        12 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
        1 hndl_mach_scall64 + 19 (in mach_kernel) [0xffffff80002daec3]
          1 thread_set_child + 336 (in mach_kernel) [0xffffff80002aef10]
            1 iokit_user_client_trap + 159 (in mach_kernel) [0xffffff800065469f]
              1 IOAudioEngineUserClient::performClientIO(unsigned int, unsigned int, bool, unsigned int, unsigned int, unsigned int) + 211 (in IOAudioFamily) [0xffffff7f81273ac5]
                1 IOAudioEngineUserClient::performClientOutput(unsigned int, unsigned int, IOAudioClientBufferSet*, unsigned int, unsigned int) + 538 (in IOAudioFamily) [0xffffff7f8127581a]
                  1 IOAudioStream::processOutputSamples(IOAudioClientBuffer*, unsigned int, unsigned int, bool) + 1491 (in IOAudioFamily) [0xffffff7f81278a45]
                    1 IOAudioStream::clipIfNecessary() + 414 (in IOAudioFamily) [0xffffff7f81278362]
                      1 IOAudioStream::clipOutputSamples(unsigned int, unsigned int) + 230 (in IOAudioFamily) [0xffffff7f81278188]
                        1 AppleHDAEngine::clipOutputSamples(void const*, void*, unsigned int, unsigned int, _IOAudioStreamFormat const*, IOAudioStream*) + 788 (in AppleHDA) [0xffffff7f81ecbe10]
                          1 AppleHDAEngine::dspOrCopyAudio(void*, unsigned int, void*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) + 193 (in AppleHDA) [0xffffff7f81ee740f]
                            1 DspFuncManager::process(void const*, unsigned int, void const*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) + 518 (in DspFuncLib) [0xffffff7f81e1d88c]
                              1 DspFuncLoudness::process(unsigned int, unsigned int) + 1250 (in DspFuncLib) [0xffffff7f81e4117a]
                                1 DspFuncVolume::process(unsigned int, unsigned int) + 545 (in DspFuncLib) [0xffffff7f81e3386d]
      Thread 0x10bca    
      User stack:
        13 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8eff3b85]
          13 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff8a136192]
      Kernel stack:
        13 workqueue_mark_exiting + 1408 (in mach_kernel) [0xffffff80005a50b0]
      Binary Images:
             0x10a8fe000 -        0x10a9befff  coreaudiod ??? (???) <B845F1F7-2856-3C7B-B471-04FCAB1F9158> /usr/sbin/coreaudiod
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a0b3000 -     0x7fff8a11eff7  com.apple.framework.IOKit 2.0 (???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8efa2000 -     0x7fff8f07ffef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         coreservicesd [52]
    Path:            /System/Library/CoreServices/coreservicesd
    Architecture:    x86_64
    UID:             0
      Thread 0x164        DispatchQueue 1
      User stack:
        13 ??? (in coreservicesd) [0x10e166e98]
          13 _CoreServicesServerMain + 747 (in CarbonCore) [0x7fff8a8b2999]
            13 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8581419f]
              13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                  13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                    13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x181        DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x208      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 fmodWatchConsumer + 332 (in CarbonCore) [0x7fff8a823870]
              13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x209      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 read + 10 (in libsystem_kernel.dylib) [0x7fff8a136af2]
      Kernel stack:
        13 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002daea3]
          13 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005ce4cb]
            13 read_nocancel + 120 (in mach_kernel) [0xffffff80005655c8]
              13 write + 209 (in mach_kernel) [0xffffff8000564ec1]
                13 get_pathbuff + 3895 (in mach_kernel) [0xffffff8000326827]
                  13 tsleep + 91 (in mach_kernel) [0xffffff800055610b]
                    13 wakeup + 632 (in mach_kernel) [0xffffff8000555d28]
                      13 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f42b]
                        13 thread_continue + 1661 (in mach_kernel) [0xffffff800022f1ad]
                          13 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c2939]
      Binary Images:
             0x10e166000 -        0x10e166fff  coreservicesd ??? (???) <91E520FB-2E13-33C6-ABBC-473AD59A2286> /System/Library/CoreServices/coreservicesd
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8a816000 -     0x7fff8ab32fff  com.apple.CoreServices.CarbonCore 960.25 (960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8efa2000 -     0x7fff8f07ffef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         CVMServer [95]
    Path:            /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer
    Architecture:    x86_64
    UID:             0
      Thread 0x345        DispatchQueue 1
      User stack:
        13 ??? (in CVMServer) [0x10320228c]
          13 ??? (in CVMServer) [0x1032078e8]
            13 mach_msg_server + 473 (in libsystem_kernel.dylib) [0x7fff8a134274]
              13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Binary Images:
             0x103201000 -        0x10320afff  CVMServer ??? (???) <B88C9F5B-FA09-32CF-AA24-F628146BD93A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
    Process:         dbfseventsd [1912]
    Path:            /Library/DropboxHelperTools/*/dbfseventsd
    Architecture:    i386
    UID:             0
    Process:         dbfseventsd [1911]
    Path:            /Library/DropboxHelperTools/*/dbfseventsd
    Architecture:    i386
    UID:             0
    Process:         dbfseventsd [1913]
    Path:            /Library/DropboxHelperTools/*/dbfseventsd
    Architecture:    i386
    UID:             501
    Process:         diskarbitrationd [13]
    Path:            /usr/sbin/diskarbitrationd
    Architecture:    x86_64
    UID:             0
     

    - Boot the Mac with the shift key held down, then try launching. (Safe Mode). Does it launch?
    If yes, you've got some third party software causing a conflict. Safe Mode ensures only Apple System files are launched at startup. You'll have to track down what third party startup item may be the issue.
    Addendum.. if you use Font Book and also downloaded FontExplorer, that may be your issue entirely - two apps BOTH trying to control the same font files.
    - Switch to a different user account. Does it launch?
    If yes, your user account is broken. Often the best thing to do here is to create a new user account, migrate everything from the old user account to it, then remove the old user. Or you could simply do a clean install of the OS. With Mac OS10.6 or later, a clean install is actually pretty painless and doesn't require a great deal of reinstalling other applications or reconfiguring.
    If neither of the above work....
    - Boot from the Recovery Partition by holding the Option key down when the Mac Boots up. Run disk utilities and repair permissions and Verify the Hard drive. Then retry. If it still won't launch, you may have issues witht he OS installation itself, in which case a clean install is also reccomended.

  • Reading from a text file in to an array, help please

    I have the following
    public class date extends Loans{
    public int dd;
    public int mm;
    public int yyyy;
    public String toString() {
    return String.format( "%d,%d,%d", mm, dd, yyyy );
    public class Loans extends Borrowing {
    public String name;
    public String book;
    public date issue;
    public char type;
    public String toString(){
    return String.format( "%s, %s, %s, %s", name, book, issue, type );
    import java.util.Scanner;
    import java.io.*;
    public class Borrowing extends BorrowingList {
    private Loans[] Loaned = new Loans[20];
    if i want to read in from a text file in to that array how do i do it?

    sorry to keep bothering you and thanks loads for your help but now I am getting the following error mesage
    C:\Documents and Settings\MrW\Menu.java:43: cannot find symbol
    symbol : class IOException
    location: class Menu
    }catch(IOException e){
    Note: C:\Documents and Settings\MrW\Borrowing.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    BUILD FAILED (total time: 0 seconds)
    for this line
    }catch(IOException e){                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Printing array help please!

    Hi, I have a problem with printing arrays in a certain order. Let me descbribe it, by the way I'm using Java version 1.3 if that helps.
    ok, what I need to do is print out on a single line all the strings found on the command line that end in .java and then I need to print out all the strings found on the command line that end in .class. So say I type on the command line a.java b.class c.java d.class. Then it would print out a.java c.java b.class d.class.
    any help would be appreciated!

    here it goes the complete code:
    * running example: java a.class b.java c.class d.class h.java
    public class Nickal01
         static public void main(String[] args)
              String classes = "";
              for(int i=0; i<args.length; i++)
                   if(args.endsWith(".class"))
                        classes += args[i] + " ";
                   else
                        System.out.print(args[i]+" ");
              System.out.println(classes);

  • I am pulling my hair out! I am using adobe indesign and just want to make a text box 'autofit text' as I change fonts a lot and want the font to automatically re-size as I change it. help help help please - I have latest version of indesign - thanks

    I am pulling my hair out! I am using adobe indesign and just want to make a text box 'autofit text' as I change fonts a lot and want the font to automatically re-size as I change it.
    Is it not possible to create a text box, fill it with dynamic (data driven) text, but make the font size either scale up or down automatically, so that the entire text box is filled? This is a feature in PrintShop Mail Pro called COPY FIT. but no such feature in Indesign??
    help help help please - I have latest version of indesign - thanks, DJ

    lol... it seems to work, but I have another huge problem!
    Apparently .CSV files cannot contain page breaks in the data! The data I am trying to merge is a 'letter', with paragraphs, line breaks, etc.,
    But, after data merging, it ignores page breaks and only merges the first paragraph of each letter. (sigh)
    Solution? Hopefully, an EASY solution. lol as we have thousands of records.
    Is there a third party indesign plugin that will allow .xml, or .xls data merge import??
    Thx,
    DJ

  • b font color ='red' Java JDBC and Oracle DB URGENT HELP PLEASE /font /b

    Hello, I am a newbie. I'm very interested in Java in relation to JDBC, Oracle and SAP.I am trying to connect to an Oracle DB and I have problems to display the output on the consule in my application. What am I doing wrong here . Please help me. This is my code: Please Explain
    import java.sql.*;
    import java.sql.DriverManager;
    import java.sql.Connection;
    public class SqlConnection {
         public static void main(String[] args) {
              Class.forName("oracle.jdbc.driver.OracleDriver"); //Loading the Oracle Driver.
              Connection con = DriverManager.getConnection
              ("jdbc:orcle:thin:@34.218.5.3:1521:ruka","data","data"); //making the connection.
              Statement stmt = con.createStatement ();// Sending a query to the database
              ResultSet rs = stmt.executeQuery("SELECT man,jean,test,kok FROM sa_kostl");
              while (rs.next()) {
                   String man = rs.getString("1");
                   String jean = rs.getString("2");
                   String test = rs.getString("3");
                   String kok = rs.getString("4");
                   System.out.println( man, jean, test,kok );//here where my the
                                                 //compiler gives me errors
              stmt.close();
              con.close();
    }

    <b><font color ='red'>Java JDBC and Oracle DB URGENT HELP PLEASE</font></b>Too bad your attempt at getting your subject to have greater attention failed :p

  • Swing Arrays! Please help!!

    how do you assign the values of an array to another array?
    example:
    String A[] = {"a","b","c"};
    String B = {};//initial as an empty array
    String text;
    if text == null
    how do you assign the values of array A to array B;
    Please help
    Thanks in advance

    This should work
    String[] A = {"a","b","c"};
    String[] B = null;
    boolean condition = true;
    if (condition)
    int size = A.length;
    B = new String[size];
    for (int i = 0; i < size; i++)
    B[i] = A;
    note that the B array size is not dynamic, you have to allocate memory when you come to know what size it should be. If you don t want to worry about these array problems, you can use a Vector or an ArrayList.

  • HT201442 My ipod has been disabled for 22,777,704 mintues and when i try to restore it is says it cant be restored because the ipod is locked. there is no where to enter the password. i font have the computer it was originally synced with. help please!!

    My ipod has been disabled for 22,777,704 mintues and when i try to restore it is says it cant be restored because the ipod is locked. there is no where to enter the password. i font have the computer it was originally synced with. help please!!

    Hi saraali,
    Follow the instructions in the support article link below that best apply to your situation:
    http://support.apple.com/kb/HT1212
    Cheers,
    GB

  • 'Error loading plugin: Plugin file not found' message on ONLY 5 sites, but all others OK.  Help, please!

    Hi Again!
    I posted this problem here before, but since I really need to access the sites that receive this error message in less than a month, I had to re-post; hopefully someone who didn't see it before will see it & have a solution for me.
    Here are the details:  I'm running windows 8.1 & I use Firefox 33.1.1, Pale Moon 25.1.0 or Opera 26.0 as my browsers, (I have IE installed & up-to-date, but I never use it).  I followed the 10-point checklist on Adobe & everything was done, except for "uncheck Hardware Acceleration" in Flash 'Settings'; I tried to uncheck it on this site, where it's indicated, as well as in my 4 browsers when I'm doing something that uses Flash, but no matter how hard I try, I can't 'uncheck' the check mark in that tiny box!  Since this error problem only affects 5 web sites, & I can watch streaming media on all other sites, I don't think it's an issue. 
    Here's how this problem began:  I was watching a live, streaming nest-cam on 5/09/14 around 11:00AM, (yes, I DO know the exact time & date, because it happened so suddenly while I was watching this website that I'd been watching since the end of February, 2014), when my screen went black.  I thought it was probably an Adobe Crash, but when the usual Crash Report window didn't show up, I just closed Firefox & reopened it, expecting to resume watching the nest-cam.  When I went back to the site, I got the black screen with the "Error loading plugin: Plugin file not found" message.  The chat portion on the site still works, though. I know there are other sites with this nest-cam feed, so I started trying them, but it took several tries for me to find one that didn't get the error message! I posted this problem on "Windows BBS" forum, & someone else posted that the same thing happened to them AND on the same sites!  They didn't have a solution, either.  I cleared my cache, rebooted my PC & even did a System Restore, but whatever happened in that brief second made using ONLY 5 sites impossible.  Here are the sites that receive the error message:
    http://pixcontroller.com/eagles, (but I CAN go to http://pixcontroller.com, but there isn't any streaming media)
    http://cbslocal.com/eagles
    http://westmorelandconservancy.org/BlueBirdwebcam-1.htm
    http://wildearth.tv/cam/pittsburgh-bald-eagles, (I get the error message on ALL cams on this site)
    http://aviary.org/BE-NestCam1 (I get the error message on ALL cams on this site)
    Now if any videos from the 5 websites above are uploaded to YouTube, I can watch them perfectly...no error message if I watch the videos elsewhere.  Luckily, I found Ustream, & they have most of the nest cams I watch, but I need to fix this issue, because it's nearing nesting time!  I'm an amateur nest-watcher & it's vital that I have access to these 5 sites, so if anyone knows how to fix this, PLEASE tell me!
    Thanks for taking the time to read my post.
    All suggestions/solutions are gratefully accepted.
    Thanks in advance for your help!
    DogPal 

    File Not Found Error in Welcome Screen
    07-Nov-2013 10:25
    Tags: #dreamweaver_cs6_update
    Help please!
    Live preview also not working.
    I have exactly the exact problem described below but do not have a folder with the same name as the volume created under the volume. Please can someone help - I've tried everything. This problem only happened when I upgraded to Dreaweaver CC!
    "On launching Dreamweaver on your Macintosh if your Welcome Screen is not loading and if you see a "File not found" error, please check if you have a folder with the same name as your volume created under the volume. For more info on this please go through the attached pdf document. Other dialogs/panels in dreamweaver that will be blank due to this issue are Jquery Swatches panel, Adobe Edge Webfonts tab in Manage Fonts dialog,W3c Error Info dialog, Externalise Javascript dialog and svn revert dialog. After following the changes mentioned in the attached document please check all the affected dialogs/panels to confirm everything is working as expected."
    Thanks,
    Martin Bond
    [personal information removed by moderator]

  • I need help with the photo stream. Everytime I try to open it on my PC it says photo stream is unable and I have tried everuthing to enable it but it doesn't work. Any help, please?

    I need help with the photo stream. Everytime I try to open it on my PC it says photo stream is unable and I have tried everuthing to enable it but it doesn't work. Any help, please?

    Freezing, or crashing?
    ID on the Mac can produce reports that may (or may not) prove helpful in diagnosing the problem. I suspect this is something not directly related to InDesign, and maybe not to any of the Adobe apps directly since you seem to be having a problem in more than one. That often inidcates a problem at the system level.
    Nevertheless, it won't hurt to try to gather the reports. You'll find driections for how to generate them, and to post them on Pastebin.com (then put a link to them here) so we can see what's going on at Adobe Forums: InDesign CS5.5 Not Responding
    Do you happen to run a font manager? If so, which one, and waht version?

  • UIX DataObjects - some help please

    I'm doing some interesting things with DataObjects and don't understand why something's happening and would like some help please. An explanation is needed first. Rather than physically delete anything from our system and have all the problems of referential integrity we have a status associated with 'entities' either active or inactive. Some of the things which have this status are foreign keys in other entities my example is a Brand which has a BrandType. My problem is that by default when populating e.g. a choice list our services will only provide 'active items'. However, using my example, if I want to update a Brand that has a foreign key to an inactive BrandType, I want the inactive BrandType to appear in the list. I have an EJB service which provides the list of BrandTypes and whose interface allows for the specification of an 'id' to be included. I have a DataObject stored on the pageState (currentBrand below) which contains this id and I want to pass this 'id' as a parameter to another DataObject which actually returns the DataObjectList of BrandTypes to populate the choice list. With me so far? Hope so! This DataObject is also part of the 'currentBrand' DataObject stored on pageState (brandTypes@currentBrand).
    So to do this I have this data binding on my <messageChoice> element
    <messageChoice    name="brandType"
                      data:prompt="label@type@fields@pageResources"
                      data:shortDesc="shortDesc@type@fields@pageResources"
                      data:selectedValue="brandTypeId@brand@currentBrand">
      <contents data:childData="(brandTypeId@brand@currentBrand)@brandTypes@currentBrand">
        <option       data:text="name"
                      data:value="id"/>
      </contents>
    </messageChoice>And this is my selectValue in the 'brandTypes' DataObject which will get the 'id' from
    (brandType@brand@currentBrand) as its key
      public Object selectValue(RenderingContext pContext, Object pKey) {
        Long id = (Long)pKey;
        Long[] ids = new Long[1];
        ids[0] = id;
        HttpSession session = getSession(pContext);
        UserToken userToken = getUserToken(session);
        GetBrandTypeRequest request = new GetBrandTypeRequest();
        request.setUser(userToken);
        request.setOutputModeType(OutputMode.ENTRIES_ONLY);
        request.setActiveStatus(Status.ACTIVE);
        request.setSelectionType(SelectionType.ALL);
        request.setIds(ids);
        return BrandTypeCache.getBrandTypes(request).getBrandTypes();
      }The return value is actually an array of DataObjects (which will get converted to a DataObjectList). Now this actually works as far as rendering is concerned but in debugging I've found that the selectValue method is actually being called several times 10 in fact when I would have only expected it to be called once. I wondered if it was being called for every item in the list but there are only 9 of those. There's obviously a performance issue as I'm calling my EJB service each time selectValue is called.
    Hope this all makes sense - can anyone tell me what's going on here and what I can do to fix it?
    Thanks
    Ian

    Already answered in another thread.
    Is This a bibeans bug

  • Help with loading dynamic classes ..need help please

    i'm trying to design a program where by i can load dynamic classes
    the problem i'm getting is that only one class is loading.
    classes are loaded by their names,and index numbers of public methods from a linklist
    .When the program runs only the first class is ever loaded and only the methods of that class ..
    help please
    //class loader
    import java.lang.reflect.*;
    import javax.swing.*;
    import javax.swing.event.*;
    import javax.swing.table.*;
    public class Test2 extends Thread
         public Class c;
         public Class Ray;
         public Class[] x;
         public static Object object = null;
         public Method[] theMethods;
         public static Method[] method,usemethod;
         public int methodcount;
         public static int MethodCt;     
         public static JList list;
    public Method[] startClass(String SetMethodName)
         try
              c = Class.forName(SetMethodName);
              object = c.newInstance();
              theMethods = c.getDeclaredMethods();
              // number of methods
              //methodcount = theMethods.length;
         catch (Exception e)
              e.printStackTrace();
    // return the array then invoke the particular method later
    return theMethods ;
    public void RunMethod(Method[] SomeMethod, int methodcount)
         try
              SomeMethod[methodcount].invoke( object,null );
         catch (Exception e)
              e.printStackTrace();
    // end class loader
    //main calling program
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing .*;
    import java.lang.reflect.*;
    public class JFMenu extends JFrame
         public static JMenu pluginMenu;
         public static JMenuBar bar;
         public static final Test2 w = new Test2();
    public static Method[] setmethod;
    private static ClassLinkList startRef = null;
    private static ClassLinkList linkRef3 = null;
    private static ClassLinkList startRef2 = null;
    private String ClassName,ShortCut;
    private int MethodNumber;
    private JMenuItem PluginItem;
         JFMenu()
              super (" JFluro ");     
              JMenu fileMenu = new JMenu("File");
              fileMenu.setMnemonic('F');
              JMenuItem exitItem = new JMenuItem("Exit");
              exitItem.setMnemonic('X');
              fileMenu.add(exitItem);
              exitItem.addActionListener
                   new ActionListener()
                        public void actionPerformed(ActionEvent event )
                             System.exit(0);
              JMenu pluginMenu = new JMenu("Plugins");
              pluginMenu.setMnemonic('P');
              startRef = new ClassLinkList ("Hello","Hello ",2,1926,"Painter");
              addToList("Foo","Foo ",0,1930,"Author");
              while (startRef.linkRef5 != null)
                   //pluginMenu.addSeparator();
                   ClassName = startRef.linkRef5.className;
                   ShortCut = startRef.linkRef5.shortcutName;
    MethodNumber = startRef.linkRef5.methodNumber;
    AddMenuItem(pluginMenu,ShortCut,ClassName,MethodNumber);
                   startRef.linkRef5 = startRef.linkRef5.next;
              // create menu bar and add JFMenu window to it
              JMenuBar bar = new JMenuBar();
              setJMenuBar(bar);
              bar.add(fileMenu);
              bar.add(pluginMenu);
              //attributes for JFMenu frame
              setSize(500,200);
              setVisible(true);
         }// end JFMenu constructor
         public void AddMenuItem(JMenu MainMenu, String shortcut,String className, final int methodCount )
              if (MainMenu==null)
                   return;
              //JMenuItem item;
              JMenuItem item = new JMenuItem(shortcut);
              MainMenu.add(item);
              setmethod = w.startClass(className);
              item.addActionListener
                   new ActionListener()
                        public void actionPerformed(ActionEvent event )
                             w.RunMethod(setmethod,methodCount);
              //item.addActionListener(ij);
         public JMenuItem AddMenuItem2(JMenu MainMenu, String shortcut)
              //if (MainMenu==null)
              //     return Main;
              //JMenuItem item;
              JMenuItem item = new JMenuItem(shortcut);
              MainMenu.add(item);
              //setmethod = w.startClass(className);
              //item.addActionListener(this);
                   new ActionListener()
                        public void actionPerformed(ActionEvent event )
                             w.RunMethod(setmethod,methodCount);
              //item.addActionListener(ij);
         return item;
         public void ReloadMenu(JMenuBar Bar, JMenu PluginMenu)
              if (Bar==null)
                   return;
              //     setJMenuBar(Bar);
              Bar.add(PluginMenu);
              //item.addActionListener(ij);
    public static void main (String args[])
              JFMenu menapp = new JFMenu();
    public static void addToList(String clname, String shcutname, int metnumber, int year2,
                                  String description) {
         // Create instance of class ClassLinkList
    ClassLinkList newRef = new ClassLinkList(clname,shcutname,metnumber,year2,
                                       description);
    // Add to linked list;
         startRef = startRef.addRecordToLinkedList(newRef);
    // end main calling program
    class Hello extends Thread
    public int getNum()
    System.out.println("I can be ");
    return 5;
    public void rayshowName()
    System.out.println("anything i want ");
    public void rayshowName3()
    System.out.println("to be ");
    class Foo extends Thread
    public int getNum()
    System.out.println("IMHOFF");
    return 5;
    public void rayshowName()
    System.out.println("raYMOND");
    // FAMOUS PERSONS LINKED LIST EXAMPLE
    // Frans Coenen
    // Saturday 15 January 2000
    // Depaertment of Computer Science, University of Liverpool
    class ClassLinkList {
    /* FIELDS */
    public String className;
    public String shortcutName;
    public int methodNumber;
    public int yearOfDeath;
    public String occupation;
    public ClassLinkList next = null;
    public ClassLinkList linkRef5 = this;
    public ClassLinkList startRef = null;
    /* CONSTRUCTORS */
    /* FamousPerson constructor */
    public ClassLinkList(String classname, String shortcutname, int methodnumber, int year2,
                                  String description) {
         className = classname;
         shortcutName = shortcutname;
         methodNumber = methodnumber;
         yearOfDeath = year2;
         occupation = description;
         next = null;
    /* METHODS */
    /* Output famous person linked list */
    public void outputClassLinkedList()
         //public ClassLinkList outputClassLinkedList() {
         ClassLinkList linkRef = this;
         // Loop through linked list till end outputting each record in turn
    while (linkRef != null)
         //System.out.println(linkRef5);
         System.out.println(linkRef.className + ", " + linkRef.shortcutName +
                   " (" + linkRef.methodNumber + "-" + linkRef.methodNumber +
                   "): " + linkRef.occupation);
         linkRef = linkRef.next;     
    //return linkRef;
    //public String ShowCasname()
    //return String ;     
    /* Add a new record to the linked list */
    public ClassLinkList addRecordToLinkedList(ClassLinkList newRef) {
         ClassLinkList tempRef, linkRef;
         // Test if new person is to be added to start of list if so return
    if (newRef.testRecord(this) ) {
         newRef.next = this;
         return(newRef);
         // Loop through remainder of linked list
         tempRef = this;
         linkRef = this.next;
         while (linkRef != null) {
         if (newRef.testRecord(linkRef)) {
         tempRef.next = newRef;
              newRef.next = linkRef;
              return(this);
         tempRef = linkRef;
         linkRef = linkRef.next;
    // Add to end
    tempRef.next = newRef;
         return(this);
    /* Delete a record from the linked list given the first and last name. Four
    posibilities:
    1) Record to be deleted is at front of list
    2) Record to be deleted is at end of list
    3) Record to be deleted is in middle of list
    4) Record not found. */
    public ClassLinkList deleteRecord(String lName, String fName) {
    ClassLinkList tempRef, linkRef;
    // Record at start of list
    if ((this.className == lName) & (this.shortcutName == fName))
         return(this.next);
         // Loop through linked list to discover if record is in middle of list.
         tempRef = this;
    linkRef = this.next;
    while (linkRef != null) {
         if ((linkRef.className == lName) & (linkRef.shortcutName == fName)) {
    tempRef.next = linkRef.next;
    return(this);
    tempRef = linkRef;
    linkRef = linkRef.next;
    // Record at end of list, or not found
    if ((linkRef.className == lName) & (linkRef.shortcutName == fName))
                        linkRef = null;
         else System.out.println("Record: " + lName + " " + fName + " not found!");
         return(this);
    /* TEST METHODS */
    /* Test whether new record comes before existing record or not. If so return
    true, false otherwise. */
    private boolean testRecord(ClassLinkList existingRef) {
         int testResult = className.compareTo(existingRef.className);
         if (testResult < 0) return(true);
         else {
         if ((testResult == 0) & (shortcutName.compareTo(existingRef.shortcutName) < 0 ))
                             return(true);
         // Return false
         return(false);
         public void addToList(String clname, String shcutname, int metnumber, int year2,
                                  String description)
         // Create instance of class Famous Person
    ClassLinkList newRef = new ClassLinkList(clname,shcutname,metnumber,year2,
                                       description);
    // Add to linked list;
         startRef = startRef.addRecordToLinkedList(newRef);

    I have a similar problem. I am writing a program to read the class names from database and instantiate several classes which extends from ServiceThread (an abstract class extending from Thread).
    rs = pStmt.executeQuery();
    while(rs.next()) {
    String threadclassname = rs.getString("classname").trim();
    try{
    ServiceThread threadinstance = (ServiceThread)Class.forName(threadclassname).newInstance();
    }catch ...
    So far, only the first class is ever instantiated and runs fine. But subsequent classes do not even get pass the "... ... Class.forName(...).newInstance();" line.
    Funny thing is that there are also no exceptions. The JVM just seem to hang there.

  • ALMOST NO STORAGE HELP PLEASE!

    I was uploading my video to youtube from imove and i have almost no storage left it was fine before i did it i had 85.73 gb and now i have 22.21 gb I REALLY NEED HELP PLEASE i deleted the video and the files i have no idea what it did please someone help and fast and dont say get omni disk sweeper because i cant find the files that are taking up space i dont know what files are important so please help !

    You need to change the premise of your SSD use.
    see here:
    Your Solid State Drive and having enough space inside your Macbook Air & Pro
    Solid State Drive usage premise, or the “more space / upgrade SSD” question
    There have been questions posed and positions taken by many people who are trying to use their Macbook Air or Pro’s solid state drive (SSD) as a mass media storage device, for either pictures, videos, massive music collections or all three combined; but this should not be the working premise of a ‘limited’ SSD and its use.
    In which, it’s the case of those users with either 128GB, 256GB, or even 512GB of internal SSD space, that have or are running “out of space”, that questions are raised. The immediate premise of some users can sometimes be “(how to / if) upgrading my SSD” when in fact in nearly all instances another approach is the logical and sensible one that needs to be looked into and exercised.
    Any Macbook containing a SSD should be idealized as a ‘working platform’ notebook containing all your applications, documents, and weekly or bi-weekly necessary files. All collections of media files such as pictures, music, and videos, unless directly needed should be kept off the notebook and on an external hard drive or likewise. While the ‘working platform’ premise is also the case with larger internal conventional hard drives of 1TB+, its implementation isn't as critical except in terms of data protection.
    Realistically, you should at most coordinate roughly 20 to 25% of your total SSD space to all audio-video personal use media (picture / music / video collections), leaving the remaining amount on an external HD.
    Nobody should consider any notebook a data storage device at any time under any circumstance, rather a data creation, sending, and manipulation device; and in the case of a SSD, this is more important for purposes of having sufficient working space on the SSD and reducing SSD ‘bloat’ in which cases someone is wrongly attempting to use the SSD space as a large media storage nexus.
    The rare exception to the collective usage and premise of SSD use in which a much larger SSD is truly needed are for those in video and photography professions that require both the extremely fast speeds of the SSD and the onboard storage for large and or many video and photography files. However this also falls under the premise of a ‘working platform’ for such peoples rather than the intent of many who are using the SSD as passive and static data storage for media files very infrequently needed or accessed.
    All on-notebook data collections should be logically approached as to necessity, and evaluated as to whether it is active or passive data that likely doesn’t need to be on the notebook, allocations of space-percentages to as-needed work and use, apportioning space for your entertainment media, and questioning whether it should it be on the notebook for more than short-term consumption.
    Considerations should be made in the mind of any user in differentiating the necessary system data (System hub) comprising the Mac OSX, applications, necessary documents that both must and should be on your internal SSD, and that of the users personal data (Data hub) comprising created files, pictures, music, videos, PDF files, data created or being created and otherwise, that likely unless being used soon or often should be parked on an external hard drive for consumption, or temporarily loading onto the internal SSD.
    You both can and should purchase whichever SSD size you need or see fit, but even in the case of the largest of SSD, unless use-considerations are made, and SSD spaces are allocated as should be the case indicated above, one can easily and immediately run into this quandary of “needing more internal SSD space”, in which instance a different approach in usage must then be implemented.
    However it is almost always the case, that such large media files are wanted to be stored internally rather than actually needed, in which case the external HD is both prudent as well as necessary. Additionally costs per MB are infinitely less on an external HD than an internal SSD in any consideration of data expansion needs.
    A Professional Example
    In the case of a Macbook Air or Macbook Pro Retina with ‘limited’ storage on the SSD, this distinction becomes more important in that in an ever rapidly increasing file-size world, you keep vital large media files, pics, video, PDF collections, music off your SSD and archived on external storage, for sake of the necessary room for your system to have free space to operate, store future applications and general workspace. 
    You should also never be put in the position of considering “deleting things” on your Macbook SSD in order to ‘make space’. This is especially what your external HD is for.
    Professionals who create and import very large amounts of data have almost no change in the available space on their notebooks internal SSD because they are constantly archiving data to arrays of external or networked HD.
    Or in the case of the consumer this means you keep folders for large imported or created data and you ritually offload and archive this data for safekeeping, not only to safeguard the data in case your Macbook has a SSD crash, or gets stolen, but importantly in keeping the ‘breathing room’ open for your notebook to operate, expand, create files, add applications, for your APPS to create temp files, and for general operation.
    Slim USB3 1TB external hard drive
    External Hard Drives
    External hard drives are both extremely cheap and regardless of the size of your internal SSD (or even internal hard drive if the case), you need an external hard drive with your SSD equipped Macbook for several reasons:
    1. Data backup and protection.
    2. Redundancy for important data.
    3. Necessitated ideal space for large media files for collections of pictures, videos, and music etc.
    While ever changing in price, typical portable 2.5” external hard drives in USB3 run roughly $65 for 1TB or $120 for 2TB small portable USB3 hard drives. Such drives range in thickness between 5mm and 15mm, with recent improvements in storage of 500GB drives in 5mm profiles.
    There is almost no premise in which a small 12mm thick 1 Terabyte USB hard drive cannot be taken along with any Macbook as an external large storage extension inside any Macbook carry case or pouch. Typically such external HD profiles are not much bigger than a deck of cards.
    External hard drives are a foregone necessity for purchase with any Macbook for at the very least Time Machine backups, data redundancies, and ideally for large media storage.

  • Aperture 3.2.4 macbookpro lion: image disappears after loading from any project; repairing everything on starting app doesn't fix it. Only restarting the computer works. Any help, please? ... in non-technical language please. Thanks

    aperture 3.2.4, macbookpro lion: image disappears after loading from any project; repairing everything on starting app doesn't fix it. Only restarting the computer works. Any help, please? ... in non-technical language please. Thanks

    “Hi Kirby, thanks a lot for your answer.
    I got one answer, from DMoore, saying:
    “Try Safe boot and then restart with only Aperture open.  Still doent work write back with more details like Ram, HD capacity/free space.  Are these thumbnails or Previews? Have you turned off building previews in AP preferances?
    Safe boot   http://support.apple.com/kb/HT1564
    Starting up into Safe Mode does several things:
    1  It forces a directory check of the startup volume.
    2  It loads only required kernel extensions (some of the items in /System/Library/Extensions).
    3  In Mac OS X v10.3.9 or earlier, Safe Mode runs only Apple-installed startup items (such items may be installed either in /Library/StartupItems or in /System/Library/StartupItems; these are different than user-selected account login items).
    4  It disables all fonts other than those in /System/Library/Fonts (Mac OS X v10.4 or later).
    5  It moves to the Trash all font caches normally stored in /Library/Caches/com.apple.ATS/(uid)/ , where (uid) is a user ID number such as 501 (Mac OS X v10.4 or later).
    6  It disables all startup items and login items (Mac OS X v10.4 or later).
    7  Mac OS X v10.5.6 or later: A Safe Boot deletes the dynamic loader shared cache at (/var/db/dyld/). A cache with issues may cause a blue screen on startup, particularly after a Software Update. Restarting normally recreates this cache.”
    As I don’t know much about the technical aspects of computers, I don’t really understand the first answer, and it sounds like following it might produce unwanted changes.
    But I understand your questions, so I’ll try to answer them;
    "loading from any Project" means that I encounter the problem when I’m using a project, possibly after/because I’ve left the Mac on overnight, and/or  I’ve made a lot of adjustments, and, once the problem is there, it happens in any other project which I open – the images load then disappear.
    I can see images in the Browser, so it only happens in the Viewer(s).
    I’m afraid I don’t understand what you mean by: “If you select "Photos" from near the top of the Library tab of the Inspector, does it show you all of your Images?”. I am a newcomer to Aperture, so I don’t know what some of the buttons are for yet, but when I want to look at and adjust my pictures, I import them, as referenced images, then Aperture creates a folder/project in the Library. When I click on that Project (when it’s working properly), all the images appear in the Browser or the Viewers  – without me needing to “select Photos from near the top of the Library tab of the Inspector”. I selected it and looked at all the items in the dropdown menu, but none of them seems to offer the option to ‘show all the images’. So I’m not sure how to answer your question except to say that – yes, I can see all the pictures in the Browser or the Viewers (when it’s working properly), but I don’t seem to need to use the Photos button to achieve this.
    Did Aperture work before?
    Yes it worked ok for a while, but I only purchased it on 24th May.
    If I understand correctly, the difference between thumbnail and preview is that the thumbnail is what I see when the “Loading” wheel is turning, and the disappearance of this wheel after a few seconds means that I am now looking at the preview (also, the thumbnail cannot be adjusted).
    So I think the problem occurs when the thumbnail has finished loading; the viewer going blank/grey might mean that it is not showing the preview.
    But I have not changed the default Preview settings in Aperture Preferences.
    My macbookpro details:
    2.7 Ghz Intel Core i7
    Memory: 8 Gb 1333 MHz DDR3
    Hard Drive capacity 499.25 GB
    Available 387.36 GB
    I have noticed another problem: I cannot apply the same rating to multiple images: following the instructions, I select a group of contiguous (or non- contiguous) images, choose a selection eg “5stars” using the keyboard, but the stars only appear in the last selected image – even though all the images are still showing as selected.”
    I hope this helps you to understand more.
    Thank you for trying to help me.
    Tony

  • Adding and removing listeners help please...

    hi guys i have a pop up box that adds a listener depedent on a variable.
    like such
         if(upload_typ != 'O' && upload_typ != 'E')
        {RPanel.DSUB.addEventListener(MouseEvent.CLICK, DatabaseSend)};
       if(upload_typ == 'O')
        {RPanel.DSUB.addEventListener(MouseEvent.CLICK, DataSendOntme)};
        if (upload_typ == 'E')
        {RPanel.DSUB.addEventListener(MouseEvent.CLICK, EncumSendVal)}
    how do i remove the listeners? i continue to see examples of removing listeners but yet i dont see what the remove listener functions should do.
      any help would be greatly appreciated.
    Miguel

    In your case, because you can't be sure what listener was added, you can remove them all, and if they have not been added, no harm:
    RPanel.DSUB.removeEventListener(MouseEvent.CLICK, DatabaseSend);
    RPanel.DSUB.removeEventListener(MouseEvent.CLICK, DataSendOntme);
    RPanel.DSUB.removeEventListener(MouseEvent.CLICK, EncumSendVal);
    Alternatively, you could register the ones that actually get added to an object (associative array) and remove only those when necessary.
    If this post answers your question or helps, please mark it as such. Thanks!
    http://www.chikaradev.com
    Adobe Flex Development and Support Services

Maybe you are looking for

  • Installation problem with CS5.5 on my new Windows 8.1 laptop

    I downloaded CS 5.5 Design Premium to my new Windows 8.1 laptop. When launching the Set-up.exe file I get the error message "Installer Failed to Initialize. One or more files could be missing."  I downloaded the Adobe Support diagnostic tool but it d

  • Open quantity in Blanked PO

    HI All , I created a blanked PO with quantity 6000 in me31k.I created a release order with qty 3000. I did GR 4000 with reference to PO . As per this  the open qty is 2000.But system showing that 3000 by taking only order qty not  GR qty.Is their any

  • Customization of filters, plugins...

    Hi all, I was wondering how to export all customization of presets I wrote during the years for filters, plugins and so on. I mean a particular setting of a reverb, equalisation... I suppose there is some kind of files here or there inside the Auditi

  • Problem using WIN_API function (Urgent...)

    dear all, I am using Forms 6i, I try to use the WIN_API_ENVIROMENT functions in the d2kwutil.pll. I have attached the pll to my form and the form was compiled OK. But when I run the form, Internal Error was shown, it seems that the form cannot start

  • "how to read parallel port using labview"

    "i am doing a bio medical project and need to read data from parallel port using labview. can anyone help me"