Flash Catalyst - Expired March 2009

Is there any way to get an extention of the Beta trial? Our
company is looking into it seriously, and I need to present to them
reasons for using Catalyst in our workflow.
The liscence for Adobe MAX preview distribution expired March
1, 2009.

In mxml 2009, you can decorate tags with attributes scoped to 
arbitrary namespaces. The ai namespace is one used by illustrator to 
remember additional data used when the artwork is roundtripped back 
into illustrator. It is ignored by the flex compiler.
Sent from a teeny tiny phone

Similar Messages

  • FAQ: How can I make my Flash Catalyst application scale/use a liquid layout?

    Flash Catalyst CS5 currently only supports applications with fixed dimensions. Custom components you create in Catalyst have absolute sizing.
    If you want to experiment with creating resizable applications (liquid layouts) and components in a preview of the next version of Flash Catalyst, codenamed "Panini",  you can find more information here:
    Introducing Adobe Flash Catalyst "Panini"
    Download Adobe Flash Catalyst "Panini"
    Adobe Flash Catalyst "Panini" help
    Keep in mind that Flash Catalyst "Panini" preview is meant for exploration and testing, not real production. If you are doing real production work, here are some options that work with Flash Catalyst CS5 and Flash Builder:
    Liquid Layouts
    If you are building an application that requires relative constraints, you can take the FXP file from Flash Catalyst into Flash Builder, and apply constraints there so that your components resize according to your application dimensions.
    For more info, see this Help topic:
    Using constraint-based layouts in Flash Builder
    SWF Scaling
    If you want your swf to scale, without relative constraints, there's a simple way to make that work in Builder as well. Simply save out your FXP file from Flash Catalyst and import it into Flash Builder. Open up the "Main.mxml" file. Remove the width and height attributes on the Application tag, and add the attribute:
    preinitialize="systemManager.stage.scaleMode='showAll'
    The entire Application tag should look something like:
    <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
                      xmlns:s="library://ns.adobe.com/flex/spark"
                      xmlns:d="http://ns.adobe.com/fxg/2008/dt"
                      xmlns:fc="http://ns.adobe.com/flashcatalyst/2009"
                      xmlns:ATE="http://ns.adobe.com/ate/2009"
                      xmlns:ai="http://ns.adobe.com/ai/2009"
                      xmlns:flm="http://ns.adobe.com/flame/2008"
                      xmlns:lib="assets.graphics.*"
                      xmlns:components="components.*"
                      backgroundColor="#FFFFFF"
                      preloaderChromeColor="#FFFFFF"
                      preinitialize="systemManager.stage.scaleMode='showAll'"
                      >
    There are a couple other scale modes you may want to try, such as "exactFit", which are outlined at the below link:
    Flash Stage Scale Modes
    Finally, you will have to adjust the object embed code in your html page to set the size of your swf.
    Original discussion here

    you can`t. allow your application internet access without the network admin defining an exception for it specifically.
    If you have admin rights use the router`s/proxy`y configuration software to allow an exception.

  • Work in Flash Catalyst beta not saving or inconsistent

    I just downloaded the Flash Catalyst beta (flashcatalyst_b1_win_060109.exe) 06.03.2009.
    I'm using the sample files provided with Adobe tutorial
    http://www.adobe.com/devnet/flashcatalyst/articles/get_started_with_flash_catalyst.html
    When I open the ecotours_ui.psd and try to follow tutorial, initially, the psd elements are not lined up, and so when I reposition them to correct postions, and save, then open fxp file - positions did not hold. And also - when saving 1st time,  program creates 2 fxp files:  ecotours_ui.fxp and  ecotours_site.fxp.
    I can open  ecotours_ui.fxp, but not  ecotours_site.fxp.
    Not an optimal experience so far.
    Is my problem wuth the sample psd file, or Flash Catalyst?
    Does it matter what OS and version I have of Flash and Photoshop?
    I am not opening Flash or Photoshop program so I do not see how version would matter anyhow.
    I have Adobe Web Premium CS3 on a Windows XP box.
    PC has 512mb ram, I need more I know, but could that be a factor?
    Has anyone else encountered these problems?

    I took a look at the tutorial PSD file and couldn't find anything wrong with it.
    When you save your project file, the only file that it should save is the ecotours_ui.fxp file. The ecotours_site.fxp file was one that was bundled in the tutorial files .zip package.
    It shouldn't be a problem that you have the CS3 versions of Photoshop and Flash. As you have said, you are not running them. The lack of RAM could possibly be an issue. Another possibility might be some permissions getting in your way. Have you checked to see if the files or folders that got unzipped will allow you to write to them?
    -Adam Altman
    Catalyst Engineering

  • Rollover menu in Flash Catalyst

    Hi, I want to make a rollover menu in Flash Catalyst. That means, that I have a "select language" PSD and a "German and Enlish" PSD. When I transform the "Select language" PSD into a Button and put the second graphic into the state "over", then the menu opens like it should do. But now i can't transform the "German" and "English" text into a button cause I can't make a button inside an other button. I hope you can understand...(:
    Hope you know a way to make this rollover! (-: Sorry for my English!
    Hallo, ich würde gerne ein Rollovermenü in Flash Catalyst machen.  D.h. ich habe eine "Sprache wählen" Grafik und eine Grafik mit "Deutsch  und Englisch". Wenn ich jetzt die "Sprache wählen" Grafik als  Schaltfläche nehme, und beim Status "darüber" die andere PSD-Grafik  einfüge, dann öffnet sich das Menü genau, wie ich will. Ich kann aber  natürlich die Texte "Deutsch" und "Englisch" nicht als weitere  Schaltfläche machen. Weil ich ja nicht eine Schaltfläche in eine  Schaltfläche machen kann.
    Ich hoffe, das war verständlich. (-: Hat jemand eine generelle Idee, wie man so etwas macht?
    Grüße!

    See if this tutorial might solve your issue:
    http://insideria.com/2009/10/flash-catalyst-beta-2-combobox.html
    Chris

  • Organizing Pages/States in Flash Catalyst

    Hi,
    is there a way to reorder the Pages/States in Flash Catalyst?
    I wonder why Adobe created a whole new Programm for such less features, at least visually seen.
    It would be so great if they simply would integrate the code creating feature in FIREWORKS
    There we have all that much more advanced states/pages handling...
    Just a idea
    Cheers
    Marc

    Hi there,
    Here's a post on that:
    http://forums.adobe.com/message/2500263#2500263
    Let us know if it answers your question.
    Thanks for posting!
    -Kim

  • Flash Catalyst, the "ai" namespace, and flex internals...?

    I'm trying to figure out what Catalyst has done in my project from an Illustrator comp I imported through Flash Catalyst.
    I went through the process of designing my own Button component in Illustrator, and assigned the artwork as a button in Catalyst. When I look at the generated Button1.mxml file for the button, it begins like this:
    <s:Skin xmlns:s="library://ns.adobe.com/flex/spark" xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:ai="http://ns.adobe.com/ai/2008">
    This makes sense to me except for this reference to the namespace "ai".   I can't seem to find any documentation as to what the ai namespace is or what's contained in it. It obviously must relate to Illustrator in some way, but I can't find any file included with the project that defines this namespace to the compiler or what components or properties are available through this namespace.
    I do see a couple of components using the ai namespace though:
        <s:Group x="17" y="7" ai:knockout="0">
            <s:BitmapImage width="23" height="21" source="@Embed('assets/myProject/ai12508967111.png')" ai:knockout="0" resizeMode="scale"/>
        </s:Group>
    So apparently there's a knockout property defined. What other features are available through the ai namespace? I looked through every manifest xml file and all of the included .swc files for clues but found absolutely nothing. How does Flash Builder even know about this uri?
    Help appreciated.
    Thanks!

    In mxml 2009, you can decorate tags with attributes scoped to 
    arbitrary namespaces. The ai namespace is one used by illustrator to 
    remember additional data used when the artwork is roundtripped back 
    into illustrator. It is ignored by the flex compiler.
    Sent from a teeny tiny phone

  • Trying to update Flash Catalyst from pre-release and it will not install

    I had Flash Catalyst pre release. Then I purchased CS5 Web Premium (for Mac) when it first was released. I tried to use Flash Catalyst today for the first time since my Premium install and it told me that the license had expired due to it being pre-release. So I used the license that came with Web Premium and it accepted it (with the green checkmark) but when it actually tried to run, it gave me the error again. So I went to Adobe Downloads and downloaded Web Premium again, assuming it would update the FC. Instead it told me it was already installed as pre-release software. So then I moved the FC application to the Trash, cleaned the Trash, restarted my machine and did the whole process again. It still says FC is there - and it spends one minute doing I don't know what, but it is not installing the software - I can't find it anywhere on my machine. HELP - I wanted to use this for a presentation next week.

    Hello Mettiuss,
    Thank you for using Apple Support Communities
    It sounds like you are unable to uninstall iTunes so you can install a new updated copy, and if so, I recommend taking a look at this article named Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7 found here http://support.apple.com/kb/HT1923
    Take care,
    Sterling

  • Flash Catalyst Beta will not launch

    I've read through these posts and I've not found an answer.
    MacBook Pro running 10.5.8
    JSE 5.0
    No previous version of Catalyst installed on this machine
    The error message:
    An error has occurred.
    See the log file
    /Users/_____/Library/Application Support/Adobe/Flash Catalyst/configuration/125632423.log.
    This file doesn't exist on my computer!
    Help Me!
    I'm taking a catalyst wkshop on sunday!!!!!!!!!!!!!!!!!!!!!!

    Process:         Adobe Flash Catalyst [1490]
    Path:            /Applications/Adobe Flash Catalyst/Adobe Flash Catalyst.app/Contents/MacOS/Adobe Flash Catalyst
    Identifier:      com.adobe.thermo
    Version:         1.0.0.253292 (1.0.0.253292)
    Code Type:       X86 (Native)
    Parent Process:  launchd [66]
    Date/Time:       2009-10-23 15:44:04.455 -0500
    OS Version:      Mac OS X 10.5.8 (9L31a)
    Report Version:  6
    Anonymous UUID:  0FADF112-5506-479D-8AC7-9000AAB48916
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  0
    Application Specific Information:
    Java information:
    Version: Java HotSpot(TM) Client VM (1.5.0_16-133 mixed mode)
    Virtual Machine version: Java HotSpot(TM) Client VM (1.5.0_16-133) for macosx-x86, built on Nov 19 2008 23:11:47 by root with gcc 4.0.1 (Apple Inc. build 5465)
    Exception type: Bus Error (0xa) at pc=0x0045befb
    Current thread (0x110015c0):  JavaThread "main" [_thread_in_vm, id=-1606617312]
    Stack: [0xbf800000,0xc0000000)
    Java Threads: ( => current thread )
      0x11008f40 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=8501760]
      0x11008530 JavaThread "CompilerThread0" daemon [_thread_blocked, id=8498176]
      0x11008150 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=8494592]
      0x11007810 JavaThread "Finalizer" daemon [_thread_blocked, id=8491008]
      0x11007430 JavaThread "Reference Handler" daemon [_thread_blocked, id=8484352]
    =>0x110015c0 JavaThread "main" [_thread_in_vm, id=-1606617312]
    Other Threads:
      0x11006b80 VMThread [id=8425472]
      0x11009b20 WatcherThread [id=8505344]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation   total 36288K, used 28359K [0x15580000, 0x17ce0000, 0x17ce0000)
      eden space 32256K,  77% used [0x15580000, 0x16ddd780, 0x17500000)
      from space 4032K,  84% used [0x17500000, 0x17854618, 0x178f0000)
      to   space 4032K,   0% used [0x178f0000, 0x178f0000, 0x17ce0000)
    tenured generation   total 483968K, used 1368K [0x17ce0000, 0x35580000, 0x35580000)
       the space 483968K,   0% used [0x17ce0000, 0x17e36218, 0x17e36400, 0x35580000)
    compacting perm gen  total 65536K, used 8332K [0x35580000, 0x39580000, 0x45580000)
       the space 65536K,  12% used [0x35580000, 0x35da3300, 0x35da3400, 0x39580000)
    No shared spaces configured.
    Virtual Machine arguments:
    JVM args: -Xdock:icon=../Resources/fc_app.icns -Xdock:name=Flash Catalyst -XstartOnFirstThread -Xms512m -Xmx512m -XX:MaxPermSize=256m -XX:PermSize=64m -Dorg.eclipse.swt.internal.carbon.smallFonts -Dorg.eclipse.swt.internal.carbon.noFocusRing
    Java command: <unknown>
    launcher type: generic
    Thread 0 Crashed:
    0   libjvm.dylib                  0x0045befb 0x3b9000 + 667387
    1   libjvm.dylib                  0x005c8117 JNI_CreateJavaVM_Impl + 101959
    2   libswt-carbon-3448.jnilib     0x4ecd6f3f callback + 792
    3   ???                           0x4ed5f098 0 + 1322643608
    4   com.apple.HIToolbox           0x9207513d DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
    5   com.apple.HIToolbox           0x9207457b SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    6   com.apple.HIToolbox           0x920743e0 SendEventToEventTargetWithOptions + 58
    7   com.apple.HIToolbox           0x92137157 DockCallback(unsigned long, unsigned int, void*, void*) + 1805
    8   com.apple.CoreGraphics        0x936c33ba notifyDatagramHandler + 618
    9   com.apple.CoreGraphics        0x9365dcf9 CGSDispatchDatagramsFromStream + 655
    10  com.apple.CoreGraphics        0x9365d636 snarfEvents + 298
    11  com.apple.CoreGraphics        0x93a6df57 CGSGetNextEventRecordInternal + 159
    12  com.apple.CoreGraphics        0x9365d475 CGEventCreateNextEvent + 44
    13  com.apple.HIToolbox           0x92076650 PullEventsFromWindowServerOnConnection(unsigned int, unsigned char) + 88
    14  com.apple.CoreFoundation      0x94120ff5 __CFMachPortPerform + 117
    15  com.apple.CoreFoundation      0x941456b8 CFRunLoopRunSpecific + 3896
    16  com.apple.CoreFoundation      0x94145aa8 CFRunLoopRunInMode + 88
    17  com.apple.HIToolbox           0x9209d2ac RunCurrentEventLoopInMode + 283
    18  com.apple.HIToolbox           0x92150907 GetNextEventMatchingMask + 447
    19  com.apple.HIToolbox           0x9215060e WNEInternal + 151
    20  com.apple.HIToolbox           0x9215056d WaitNextEvent + 54
    21  com.apple.HIToolbox           0x9214f2a9 ModalDialog + 883
    22  com.apple.HIToolbox           0x921858a2 RunStandardAlert + 776
    23  eclipse_1114.so               0x0001c357 displayMessage + 289
    24  eclipse_1114.so               0x00015e3e run + 2261
    25  com.adobe.thermo              0x00001e9e original_main + 884
    26  com.adobe.thermo              0x00002770 main + 768
    27  com.adobe.thermo              0x00001b0e _start + 216
    28  com.adobe.thermo              0x00001a35 start + 41
    Thread 1:
    0   libSystem.B.dylib             0x932c9286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x932d0a7c mach_msg + 72
    2   libSystem.B.dylib             0x9333e12f mach_msg_server + 491
    3   libjvm.dylib                  0x003c7b85 0x3b9000 + 60293
    4   libjvm.dylib                  0x003c7945 0x3b9000 + 59717
    5   libjvm.dylib                  0x0067d935 JVM_RaiseSignal + 441077
    6   libSystem.B.dylib             0x93345200 _pthread_body + 27
    Thread 2:
    0   libSystem.B.dylib             0x932c9286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x932d0a7c mach_msg + 72
    2   libjvm.dylib                  0x004d11b3 0x3b9000 + 1147315
    3   libjvm.dylib                  0x004d104c 0x3b9000 + 1146956
    4   libjvm.dylib                  0x00415dcd 0x3b9000 + 380365
    5   libjvm.dylib                  0x00415937 0x3b9000 + 379191
    6   libjvm.dylib                  0x0067d935 JVM_RaiseSignal + 441077
    7   libSystem.B.dylib             0x93345200 _pthread_body + 27
    Thread 3:
    0   libSystem.B.dylib             0x932c9286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x932d0a7c mach_msg + 72
    2   libjvm.dylib                  0x004d126a 0x3b9000 + 1147498
    3   libjvm.dylib                  0x00416e6a 0x3b9000 + 384618
    4   libjvm.dylib                  0x00416455 0x3b9000 + 382037
    5   libjvm.dylib                  0x005f7ee1 JVM_MonitorWait + 465
    6   ???                           0x135859b1 0 + 324557233
    7   ???                           0x1357f9d3 0 + 324532691
    8   ???                           0x1357f9d3 0 + 324532691
    9   ???                           0x1357d227 0 + 324522535
    10  libjvm.dylib                  0x004d228a 0x3b9000 + 1151626
    11  libjvm.dylib                  0x00416343 0x3b9000 + 381763
    12  libjvm.dylib                  0x00416235 0x3b9000 + 381493
    13  libjvm.dylib                  0x00416175 0x3b9000 + 381301
    14  libjvm.dylib                  0x00416098 0x3b9000 + 381080
    15  libjvm.dylib                  0x0067d935 JVM_RaiseSignal + 441077
    16  libSystem.B.dylib             0x93345200 _pthread_body + 27
    Thread 4:
    0   libSystem.B.dylib             0x932c9286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x932d0a7c mach_msg + 72
    2   libjvm.dylib                  0x004d126a 0x3b9000 + 1147498
    3   libjvm.dylib                  0x00416e6a 0x3b9000 + 384618
    4   libjvm.dylib                  0x00416455 0x3b9000 + 382037
    5   libjvm.dylib                  0x005f7ee1 JVM_MonitorWait + 465
    6   ???                           0x135859b1 0 + 324557233
    7   ???                           0x136a6e04 0 + 325742084
    8   ???                           0x136a6bcc 0 + 325741516
    9   ???                           0x135f1dc0 0 + 325000640
    10  ???                           0x1357faaa 0 + 324532906
    11  ???                           0x1357d227 0 + 324522535
    12  libjvm.dylib                  0x004d228a 0x3b9000 + 1151626
    13  libjvm.dylib                  0x00416343 0x3b9000 + 381763
    14  libjvm.dylib                  0x00416235 0x3b9000 + 381493
    15  libjvm.dylib                  0x00416175 0x3b9000 + 381301
    16  libjvm.dylib                  0x00416098 0x3b9000 + 381080
    17  libjvm.dylib                  0x0067d935 JVM_RaiseSignal + 441077
    18  libSystem.B.dylib             0x93345200 _pthread_body + 27
    Thread 5:
    0   libSystem.B.dylib             0x932c92c2 semaphore_wait_trap + 10
    1   libjvm.dylib                  0x0041764e 0x3b9000 + 386638
    2   libjvm.dylib                  0x00417245 0x3b9000 + 385605
    3   libjvm.dylib                  0x00416098 0x3b9000 + 381080
    4   libjvm.dylib                  0x0067d935 JVM_RaiseSignal + 441077
    5   libSystem.B.dylib             0x93345200 _pthread_body + 27
    Thread 6:
    0   libSystem.B.dylib             0x932c9286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x932d0a7c mach_msg + 72
    2   libjvm.dylib                  0x004d126a 0x3b9000 + 1147498
    3   libjvm.dylib                  0x004d0f09 0x3b9000 + 1146633
    4   libjvm.dylib                  0x00417c7b 0x3b9000 + 388219
    5   libjvm.dylib                  0x00417958 0x3b9000 + 387416
    6   libjvm.dylib                  0x00416098 0x3b9000 + 381080
    7   libjvm.dylib                  0x0067d935 JVM_RaiseSignal + 441077
    8   libSystem.B.dylib             0x93345200 _pthread_body + 27
    Thread 7:
    0   libSystem.B.dylib             0x932c9286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x932d0a7c mach_msg + 72
    2   libjvm.dylib                  0x004d126a 0x3b9000 + 1147498
    3   libjvm.dylib                  0x004d104c 0x3b9000 + 1146956
    4   libjvm.dylib                  0x00417d90 0x3b9000 + 388496
    5   libjvm.dylib                  0x00416098 0x3b9000 + 381080
    6   libjvm.dylib                  0x0067d935 JVM_RaiseSignal + 441077
    7   libSystem.B.dylib             0x93345200 _pthread_body + 27
    Thread 8:
    0   libSystem.B.dylib             0x932c9286 mach_msg_trap + 10
    1   libSystem.B.dylib             0x932d0a7c mach_msg + 72
    2   libjvm.dylib                  0x004d11b3 0x3b9000 + 1147315
    3   libjvm.dylib                  0x004185af 0x3b9000 + 390575
    4   libjvm.dylib                  0x004181d3 0x3b9000 + 389587
    5   libjvm.dylib                  0x0067d935 JVM_RaiseSignal + 441077
    6   libSystem.B.dylib             0x93345200 _pthread_body + 27
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x005c8061  ecx: 0x11001680  edx: 0x00000000
      edi: 0x110015c0  esi: 0xbfffa3b8  ebp: 0xbfffa388  esp: 0xbfffa388
       ss: 0x0000001f  efl: 0x00010246  eip: 0x0045befb   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
      cr2: 0x00000000
    Binary Images:
        0x1000 -     0x3fff +com.adobe.thermo 1.0.0.253292 (1.0.0.253292) /Applications/Adobe Flash Catalyst/Adobe Flash Catalyst.app/Contents/MacOS/Adobe Flash Catalyst
       0x15000 -    0x1d04b +eclipse_1114.so ??? (???) /Applications/Adobe Flash Catalyst/plugins/org.eclipse.equinox.launcher.carbon.macosx_1.0.100.v20080509-1800/eclips e_1114.so
       0x26000 -    0x2cffd  com.apple.JavaVM 12.2.2 (12.2.2) <811132e224ff2693e859f9c8f4807c6c> /System/Library/Frameworks/JavaVM.framework/JavaVM
       0x44000 -    0x4bfe0  libverify.dylib ??? (???) <1200f3dc4604eee80d7e459baa1def2f> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libverify.dylib
       0x51000 -    0x57fff  JavaNativeFoundation ??? (???) <e5ea424c174527bde2bc53964c3bf143> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.fr amework/Versions/A/JavaNativeFoundation
       0x66000 -    0x80fef  libjava.jnilib ??? (???) <edf8e957c127ec9197d222a4586313a6> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libjava.jnilib
       0x8e000 -    0x99ffb  libzip.jnilib ??? (???) <27e386207b259a6a0a4d7312aa253366> /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Libraries/libzip.jnilib
      0x3b9000 -   0x708ffb  libjvm.dylib ??? (???) <419d2023897f2b3148e2430f86d152ad> /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Libraries/libjvm.dylib
    0x4c673000 - 0x4c87afef  com.apple.RawCamera.bundle 2.1.0 (474) <48a574d3b3269c8dbdc38d6f67879317> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x4ecd4000 - 0x4ecd6ffe +libswt-carbon-3448.jnilib ??? (???) <deb1f08aa373ba2b1a3f699f610bceec> /tmp/libswt-carbon-3448.jnilib
    0x4ecf6000 - 0x4ed2cfff +libswt-pi-carbon-3448.jnilib ??? (???) <0f538ad1141e9b130f77f6de9864b033> /tmp/libswt-pi-carbon-3448.jnilib
    0x8fe00000 - 0x8fe2db43  dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90044fe7  libRIP.A.dylib ??? (???) <285e1a45338d3a363141bfd8949eca10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x90087000 - 0x901d9ff3  com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x901e2000 - 0x90220fff  libGLImage.dylib ??? (???) <b154e14c351ddc950d5228819201435e> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x90221000 - 0x90228ff7  libCGATS.A.dylib ??? (???) <f2dfe8b8e5d896655046c6b968cf5d85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCGATS.A.dylib
    0x90229000 - 0x9024dfff  libxslt.1.dylib ??? (???) <f0872c9ba3c17861fba8c45a3647cee1> /usr/lib/libxslt.1.dylib
    0x9024e000 - 0x9025efff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x905a6000 - 0x906eeff7  com.apple.ImageIO.framework 2.0.6 (2.0.6) <4febd1ccf49ae410e82d12c02ba33b68> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/ImageIO
    0x907fc000 - 0x907fcffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9083a000 - 0x908eafff  edu.mit.Kerberos 6.0.13 (6.0.13) <6f91042bf8a860731add9dcb09b5cb73> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x908eb000 - 0x909b2ff2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x90a67000 - 0x90a6effe  libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x90a6f000 - 0x90a8bff3  libPng.dylib ??? (???) <9f50967afbd4384e61e68439f81db76c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libPng.dylib
    0x90abe000 - 0x90ac2fff  libGIF.dylib ??? (???) <abf65b853acce7bc8419c74716be5be0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libGIF.dylib
    0x90ac3000 - 0x90ad0fe7  com.apple.opengl 1.5.10 (1.5.10) <95c3d857570a137d0e8285c9eafa1112> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90ad6000 - 0x90b7dfeb  com.apple.QD 3.11.56 (???) <835bc35de17539bd87b765fccbbfc2dc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x90b7e000 - 0x90c66ff3  com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x910ee000 - 0x910f9fe7  libCSync.A.dylib ??? (???) <339ea462724f166ec899ef1ea8a5d55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x910fa000 - 0x910faffc  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x910fb000 - 0x91104fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x91105000 - 0x91111ffe  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91112000 - 0x91191ff5  com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x91192000 - 0x911a8fff  com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x911a9000 - 0x911b3feb  com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x911b4000 - 0x9120eff7  com.apple.CoreText 2.0.4 (???) <fd10cb9829cb057b3ca098a01c93aeb2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.f ramework/Versions/A/CoreText
    0x9120f000 - 0x91238fff  libcups.2.dylib ??? (???) <ecd1997c649f030812f94c029e89d9a9> /usr/lib/libcups.2.dylib
    0x9123f000 - 0x9124dffd  libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x9124e000 - 0x912abffb  libstdc++.6.dylib ??? (???) <7d389389a99ce696726cf4c8980cc505> /usr/lib/libstdc++.6.dylib
    0x912f1000 - 0x913a3ffb  libcrypto.0.9.7.dylib ??? (???) <adb50814ede29b88f370b1c8712bc93e> /usr/lib/libcrypto.0.9.7.dylib
    0x913a5000 - 0x91438ff3  com.apple.ApplicationServices.ATS 3.7 (???) <50d36de671e780505f9ed080d4064887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x91439000 - 0x91451ff7  com.apple.CoreVideo 1.6.0 (20.0) <587c9c8966070a7d50276db35e1c76aa> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x914f6000 - 0x91570ff8  com.apple.print.framework.PrintCore 5.5.4 (245.6) <3839795086b6857d3c60064dce8702b5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x91571000 - 0x915eefeb  com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x915ef000 - 0x917c0ffb  com.apple.security 5.0.5 (36371) <1f7f48b36bc90d114220cc81e4e4694f> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x917c1000 - 0x917c3fff  com.apple.securityhi 3.0 (30817) <db23f4bad9f63a606468a4047a69b945> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x917c4000 - 0x917fbfff  com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x917fc000 - 0x917fcffa  com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x918bb000 - 0x91947ff7  com.apple.LaunchServices 291 (291) <099eba2fe584376b476f9a262f41ecf2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x91948000 - 0x9194efff  com.apple.print.framework.Print 218.0.3 (220.2) <0b70ba17cbbe4d62a00bec91c8cc675e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x91bb8000 - 0x91c3fff7  libsqlite3.0.dylib ??? (???) <7d1fcfae937da95c7d2b9bdea57e6dc0> /usr/lib/libsqlite3.0.dylib
    0x91f51000 - 0x91f52ffc  libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x9202d000 - 0x9206cfef  libTIFF.dylib ??? (???) <5bf6b42bc5e007fcea32f6620b14cba3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libTIFF.dylib
    0x9206d000 - 0x92375fe7  com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x92376000 - 0x9237dfe9  libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x9237e000 - 0x9273cfea  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x9301c000 - 0x93034fff  com.apple.openscripting 1.2.8 (???) <a6b446eb8ec7844096df5fb9002f5c7b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x93035000 - 0x932b1fe7  com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x932b2000 - 0x932c7ffb  com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x932c8000 - 0x9342fff3  libSystem.B.dylib ??? (???) <ae47ca9b1686b065f8ac4d2de09cc432> /usr/lib/libSystem.B.dylib
    0x93430000 - 0x9348cff7  com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x9348d000 - 0x93517fe3  com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x93518000 - 0x935bffec  com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
    0x935f3000 - 0x93635fef  com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.fram ework/Versions/A/NavigationServices
    0x93653000 - 0x93cf3ffb  com.apple.CoreGraphics 1.409.3 (???) <a2d766bf708e1ad7fc861d35ad23e26d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x93cf4000 - 0x93d13ffa  libJPEG.dylib ??? (???) <dad0ee08a8b850d679f024e090984480> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libJPEG.dylib
    0x93d14000 - 0x93d4efe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x93d74000 - 0x93d76ff5  libRadiance.dylib ??? (???) <7f14661d29de8cbf01334909542c0fc5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.fr amework/Versions/A/Resources/libRadiance.dylib
    0x93d77000 - 0x93d7bfff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x93ee0000 - 0x93ee8fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94057000 - 0x940b0ff7  libGLU.dylib ??? (???) <a08a753efc35f8a27f9c8f938fa01101> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x940b1000 - 0x940b1ff8  com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x940b2000 - 0x940b2ffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x940b3000 - 0x940d1fff  libresolv.9.dylib ??? (???) <39f6d8651f3dca7a1534fa04322e6763> /usr/lib/libresolv.9.dylib
    0x940d2000 - 0x94205fe7  com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94206000 - 0x94616fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x94617000 - 0x94617ff8  com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x94622000 - 0x9475bff7  libicucore.A.dylib ??? (???) <dd8aa51c356e79ef8cdfa341a0d69f5b> /usr/lib/libicucore.A.dylib
    0x94802000 - 0x948bcfe3  com.apple.CoreServices.OSServices 228 (228) <bc83e97f6888673c33f86652677c09cb> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x9492b000 - 0x94974fef  com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x94975000 - 0x94975ffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
    0x94a7d000 - 0x94d57ff3  com.apple.CoreServices.CarbonCore 786.11 (786.13) <6d7a4c1069870c62289be8394961bd0b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x94d58000 - 0x94e39ff7  libxml2.2.dylib ??? (???) <4d54971007e14f8d80e6889ee1111f21> /usr/lib/libxml2.2.dylib
    0x94e3a000 - 0x94e3affd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x94e3b000 - 0x94ec8ff7  com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x94ec9000 - 0x94ef6feb  libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x94ef7000 - 0x956f5fef  com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x956f6000 - 0x957d6fff  libobjc.A.dylib ??? (???) <d1469bf9fe852864d4fff185c72768e8> /usr/lib/libobjc.A.dylib
    0x957d7000 - 0x957e3ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x957e4000 - 0x957e9fff  com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x95849000 - 0x95914fff  com.apple.ColorSync 4.5.2 (4.5.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x95915000 - 0x9593dff7  com.apple.shortcut 1.0.1 (1.0) <a452d3f7feae073a12718c2bc553c575> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9593e000 - 0x959d1fff  com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x96923000 - 0x96df4f76  libGLProgrammability.dylib ??? (???) <bf7fb226cbb412edfa377537c3e35877> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x96df5000 - 0x96e46ff7  com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x96e4c000 - 0x96e5cffc  com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x96e5d000 - 0x96e5dfff  com.apple.Carbon 136 (136) <2ea8decb44f41c4f2fc6fe93e0a53174> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96ea1000 - 0x96eccfe7  libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x96ecd000 - 0x96efcfe3  com.apple.AE 402.3 (402.3) <aee412511c8725cd1a2cfb6501316bd5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x96f76000 - 0x97313fef  com.apple.QuartzCore 1.5.8 (1.5.8) <8dc9ad0616bf56ebba60d6353737ac4e> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x97314000 - 0x97391fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x97392000 - 0x97395fff  com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0xfffe8000 - 0xfffebfff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • Unable to run project: illegal character in path - Flash Catalyst CS5.5

    Environment is a new install of Windows 7 x64 on a new Dell workstation in an Active Directory environment. Until fall of last year, we used redirected folders for the Application Data folders until issues with Adobe Reader 9.x forced us to abandon that and we reconfigured our network not to use redirected folders. We have not experienced any issues and all programs are using the Application Data folder on the local machines.
    Just installed Adobe Master Collection on a new workstation and all Adobe applications are using the C:\Users\cballew\AppData\Roaming\Adobe folder including Flash Catalyst. However, when I try to Run Project in Catalyst, it created a folder named Application Data using the network path to where we used to store the Application Data folder and is saving its workspace there. No other programs (including Adobe products) are doing this. Any ideads of how to fix it?
    Error message:
    Unable to run project
    Illegal character in path at index 47: file:///////xxxx.corp/home$/cballew/Application Data/Adobe/Flash Catalysts CS5.5/workspace/Project/bin-debug/Maim.html

    This seems to be configured in an ini file located at C:\Program Files (x86)\Adobe\Adobe Flash Catalyst CS5.5\configuration\config.ini
    [email protected]/Application Data/Adobe/Flash Catalyst CS5.5/workspace
    [email protected]/Application Data/Adobe/Flash Catalyst CS5.5
    [email protected]/Application Data/Adobe/Flash Catalyst CS5.5/configuration
    Can anyone tell me where the variable @user.home is defined and whether I can change it or not? I might find that some of the other applications might experience this same issue

  • HT1752 I both one Mac Pro 15" March 2009  and five month ago I have to change the harddrive and put some actional memories, since I have to make the upgrade for Lion IOS. Now the motherboard fails. What should I do or expect from Apple to solve this probl

    Hi everyone. I both a Mac Pro 15" in March 2009. Five month ago I  was forced to buy by one new hard drive and extent the memory, because I had to make the upgrade (and pay) to install the new Lion operation system. Four days ago the Mother-board fails. To change it will cost a fortune. What should I do or expect from Apple to solve this problem? I am very disappointed because my trust on Apple was destroyed.

    I am not sure why you are upset with Apple. Electronics equipment does fail. If the product is out of warranty or you do not have AppleCare there's not much you can do with Apple. Apple will charge you for the repair. Suggest you look for a third party repair store since they are usually less expensive than Apple. Alternatively you can buy one for about $850US and install it yourself. Sorry, but there aren't many choices in this situation.

  • How to make a fullscreen button for Flash Catalyst?

    Hey everyone.  I really hope someone can help me with this.  How can I make a fullscreen button in Flash Professional that would make my Flash Catalyst project go fullscreen?

    I'm sorry I really don't know Flash Catalyst as much as I'd like to. Designing interfaces is left up to me, no designers at my agency use Catalyst. Though this is the Flash forum so that's as much as I can tell you. I didn't know Catalyst didn't support basic scripts (I thought I read that it did).
    Ultimately, for a very cheap price you can do something like go to http://www.lynda.com/ and buy a membership. Dirt cheap compared to what you get. They offer many courses on all this stuff and I'm sure your answer would lie in one of the (nicely broken up by subject) video training videos.
    Just searching for Catalyst brings up a bunch of courses:
    http://www.lynda.com/search?q=catalyst&x=0&y=0
    edit:
    For instance I watched the essential CS5.5 training and I saw in 2 minutes flat that when you click on a button you should have an "Interactions" panel that lets you do things. If they didn't put fullscreen as an interaction that's another thing but I'm just pointing out it's very easy to learn how to do all sorts of things in video training. If you do not want to purchase a membership there just find a video you think would have the info in it and I'll watch it and let you know if it told me how to do it, and how to do it.

  • Three things I would like to see in Flash Catalyst.

    1. I would REALLY like a way to edit the code in Flash Catalyst. If Adobe doesn't figure this one out, they will lose a lot of business. I'm not going to buy an other product like Flex just so I can edit the code. I'm sure I'm not the only one, but once in a while, designers need to edit some code.
    2. It would be nice if I could just double click groups or layers to edit them (like in Flash an illustrator). Currently, it is very painful having to dig through groups and layers just to edit an object. This is a real time waster and it can add several hours on to a small project.
    3. Effects. I know you can add drop shadows and glows to objects in Photoshop and Illustrator, but is the a way to do these in Catalyst? That would be nice to have.
    Thoughts?

    Thank you for the feedback. Let me respond to each of your suggestions:
    1. Code editing
    We certainly recognize the value of editing code in Catalyst and recognize that designers as well as developers want to edit their code. Being about to robustly round trip code in Catalyst is a feature that we plan to address in a later version of Catalyst.
    2. Editing in place/isolation mode on groups
    I agree that this is a real time saver by making selections and editing much faster. For now, a work-around that may work for some artwork is to convert it to a custom component so that it can be edited in isolation. I recognize this is a trade off. If you convert artwork to a component then you can edit in place, but you won't be able to use the white arrow selection tool to "reach" into the component when you are not editing in place
    3. Applying effects to artwork in Catalyst
    Coming in the next beta release :-)
    Ty

  • It seems like I just missed the interval for the hard disk replacement program. I purchased in March 2009 a 24 inch Intel iMac . How much does it cost to have apple support at an Apple Store replace a hard drive?

    It seems like I just missed the interval for the hard disk replacement program. I purchased in March 2009 a 24 inch Intel iMac . How much does it cost to have apple support at an Apple Store replace a hard drive?

    My hard drive continually has the floating beach ball and will take massive time to fulfill a request. And then will not boot up...so then I have to do a restore and rebuild hard drive from a past saved time machine version. Works for a little bit...then the floating beachball comes more and more...until it will not boot up again. So then I restore from a previous time machine saved version....and again it works for a day or so ... until it happens again. Now it's happening faster and faster...so I think my hard drive is dying.

  • Problem Extracting Photoshop elements/gradient in Flash Catalyst to create skin

    Hi,
    Is there is any way to get all the psd elements( i.e background gradient), in Flash catalyst.The photoshop files can be opened with different layers but all the
    gradient/color portion are getting converted into images.
    Excluding catalyst, Do we have any mechanism to create skin file(mxml)from psd files,except the Flex skin extensions.
    Please let me know how can we open photoshop file into Catalyst so that its color/gradients won't get convert into image.
    Regards,
    Renu

    I took a look at the tutorial PSD file and couldn't find anything wrong with it.
    When you save your project file, the only file that it should save is the ecotours_ui.fxp file. The ecotours_site.fxp file was one that was bundled in the tutorial files .zip package.
    It shouldn't be a problem that you have the CS3 versions of Photoshop and Flash. As you have said, you are not running them. The lack of RAM could possibly be an issue. Another possibility might be some permissions getting in your way. Have you checked to see if the files or folders that got unzipped will allow you to write to them?
    -Adam Altman
    Catalyst Engineering

  • How do I reuse a custom component in Flash Catalyst?

    All-
    I'm sure this is easy, I simply can't figure it out.  I've created a custom component in Flash Catalyst with two states, open and closed.  I'd like to reuse this component in my app with different text assest.  How is this done?  Duplicating the component isn't available in this version...do I need to recreate the whole thing with different text?
    Cheers,
    `me

    If you look in the library panel, there should be an entry for your custom component - probably something like CustomComponent1.mxml. Drag this out onto the artboard to create a new instance of the component.
    In the case of a custom component, you can't change much on the second instance. If you have something like a text input skin though, you can change the text it is displaying for each instance.
    We are working on making this sort of thing easier in the future, so stay tuned

Maybe you are looking for