Bootcamp assistant not working when clicking install

Trying to use bootcamp assistant, on the partion disc screen, i select the partition size but the install button wont do anything when clicked.
It just stays on the same page and no message comes up, anyone got any thoughts?

I think you need double quotes rather than single.. as in
new URLRequest( 'PDF_FILES/1.  MD&A Introduction.pdf' );
try
new URLRequest( "PDF_FILES/1.  MD&A Introduction.pdf" );
also the file names are a little odd.... there is a space after the period 1. (space here) MD...this will present problems once on server.
And then you have an ampersand in the file name..... while that may work, sometimes servers are much more particular.... things like spaces and special characters in file names can cause problems.
One recommended method of naming files and folders is:
All lower case (no caps)
No_spaces_use_underscore_instead
No special characters
Best wishes,
Adninjastrator

Similar Messages

  • Finder not working, when click the infinity sigh comes, can't open any file

    finder not working, when click the infinity sigh comes, can't open any file?

    That could be an indication your drive is failing. If you do not have a current Backup, that is top priority.

  • The dropdown list in the address bar does not work when clicked

    In the address bar the dropdown list icon does not work when clicked. I have tried resetting everything in safemode and it still doesn't work. When I click on the icon it just highlights the entire address line.

    This can be a problem with the file places.sqlite that stores the bookmarks and the history.
    * http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    Also check the setting in:<br />
    [http://kb.mozillazine.org/Menu_differences Firefox > Preferences] > Privacy > Location Bar: When using the location bar, suggest: History, Bookmarks, History and Bookmarks

  • Is it me or?, Window Buttons Do Not Work When Clicked

    Is it me or?, Window Buttons Do Not Work When Clicked
    What is going on in Snow Leopard.
    It seems Window buttons (X, -, +) Do Not Always Work when clicked.
    Sometimes window does opens, closes, minimizes and often times it does not.
    You have have re click like crazy
    Message was edited by: macguitarman

    What app are you using?
    Here's something strange I've noticed in Mail a couple times.
    For some reason Mail opens several viewer windows all stacked on top of each other.
    So while click the close button does close the window, there's an identical on behind it.
    So it almost seems like clicking the close button has done nothing but it really has.
    Could this be what your seeing?
    Matt

  • Jsp:useBean  not work when I install aplication!!

    Hi
    I developing an application with UIX JSP on Jdeveloper 9.0.2 and i using something like this:
    <jsp:useBean id="cbean" class="oracle.jsp.dbutil.ConnBean" scope="session" />
    <jsp:setProperty name="cbean" property="dataSource" value="jdbc/BiblosConnectionCoreDS" />
    </jsp:useBean>
    <%
    try{
    cbean.connect();
    This code work fine in standalone mode, but when i install this application on 9IAS, with an archive War, the code <jsp:useBean, not work.
    What is missing for? o What is the reason for this situation
    Thanks for some help?

    many thanks for your reply, and I have download new updates driver from your website (http://consumersupport.lenovo.com/en/DriversDownloads/drivers_show_890.html) and Installer it on my Y410 but it still does not work!!!
    the firstly: when I star up with win7, I can see a speaker icon right down near the clock, when I click mouse on it, I can see: Volume Mixer - Speaker with Device(Speaker Hight definition Audio Device, Digital Audio(S/PDIF) ( Hight definition Audio Device) ).
    Look in devicemanger I can see "Sound , video and game controll " has already installer with 'Hight definition Audio Device ' & 'Unimodem Hafl-Duplex Audio Device' below... but I cannot hear the sound when I play music, video, games...etc...
    the second: when laptop wakeup after 'sleep' mode, I can hear sound on speaker! but headphone jack does not work when I plug my headphone jack into it (I cannot hear sound with headphone), however I still hear sound from speaker, in this case!  
    Can you help me or tell me how I can do ?!
    Thanks and Best Regards,
    jupitervn

  • Links not working when clicking (code included)

    Ok im totally new to AS so i will do best to describe issue i am running into.....
    Have a cover photo created in PS,and on photo, there is text, which when click should open pdf file specified.....well when i hover over, and click....it doesnt go anywhere....(example below)  THX for any responses and assistance.
        EX:        this would be the cover photo
                      REPORT
      Analysis  (this should have a sub menu of PDF's which it does, but when click on the pdf's refrenced, it doesnt go anywhere)
      Link 2     (PDF)
      Link 3     (PDF)
      Link 4     (PDF)
      Link 5     (same as Analysis)
      Link 6     (PDF)
       ect ect...
    CODE BELOW....
    import flash.net.URLRequest;
    import flash.events.MouseEvent;
    import flash.events.Event;
    //init menu links
    var link_1:Object = this.getChildByName( 'MenuLinkMC_1' );
    var link_2:Object = this.getChildByName( 'MenuLinkMC_2' );
    var link_3:Object = this.getChildByName( 'MenuLinkMC_3' );
    var link_4:Object = this.getChildByName( 'MenuLinkMC_4' );
    var link_5:Object = this.getChildByName( 'MenuLinkMC_5' );
    var link_6:Object = this.getChildByName( 'MenuLinkMC_6' );
    var link_7:Object = this.getChildByName( 'MenuLinkMC_7' );
    var link_8:Object = this.getChildByName( 'MenuLinkMC_8' );
    var link_9:Object = this.getChildByName( 'MenuLinkMC_9' );
    var _close:Object = this.getChildByName( 'closeMC' );
    this._close.addEventListener( MouseEvent.CLICK, quit );
    var sub_menu_notes_slide:Object = this.getChildByName( 'SubMenu_NotesSlideMC' );
    var sub_menu_discussion_slide:Object = this.getChildByName( 'SubMenu_DiscussionSlideMC' );
    //set url addresses
    var url_link_1:URLRequest = new URLRequest( 'PDF_FILES/1.  MD&A Introduction.pdf' );
    var url_link_2:URLRequest = new URLRequest( 'PDF_FILES/9.  Independent Auditors\' Report.pdf' );
    var url_link_3:URLRequest = new URLRequest( 'PDF_FILES/10.  Balance Sheets.pdf' );
    var url_link_4:URLRequest = new URLRequest( 'PDF_FILES/11.  Statements of Revenues, Expenses and Changes in Fund Net Assets.pdf' );
    var url_link_5:URLRequest = new URLRequest( 'PDF_FILES/12.  Statements of Cash Flows.pdf' );
    var url_link_6:URLRequest = new URLRequest( 'PDF_FILES/13.  Note 1 - Summary of Significant Accounting Policies.pdf' );
    var url_link_7:URLRequest = new URLRequest( 'PDF_FILES/31.  Glossary of Terms.pdf' );
    var url_link_8:URLRequest = new URLRequest( 'PDF_FILES/EOY Audited Financials - FY2011 with blue links.pdf' );
    var url_link_9:URLRequest = new URLRequest( 'http://www.cpsenergy.com' );
    //run subroutines
    noMenu();
    set_link( link_1, url_link_1, sub_menu_discussion_slide );
    set_link( link_2, url_link_2, null );
    set_link( link_3, url_link_3, null );
    set_link( link_4, url_link_4, null );
    set_link( link_5, url_link_5, null );
    set_link( link_6, url_link_6, sub_menu_notes_slide );
    set_link( link_7, url_link_7, null );
    set_link( link_8, url_link_8, null );
    set_link( link_9, url_link_9, null );
    //subroutines
    function set_link( linkObject:Object, linkURL:URLRequest, optMenu:Object ):void {
        linkObject.addEventListener( MouseEvent.CLICK, click_link );
        linkObject.addEventListener( MouseEvent.MOUSE_OVER, mouse_over_link );
        if ( optMenu != null ){
            this.setChildIndex( MovieClip( optMenu ), 9 );
            linkObject.addEventListener( Event.ENTER_FRAME, slide_sub_menu );
        function click_link( evt:MouseEvent):void {
            navigateToURL( linkURL, 'File.browseForOpen()' );    <-----(note: should this be set to "_blank"  ?)
        function mouse_over_link( evt:MouseEvent ):void {
            linkObject.mouseChildren = false;
            linkObject.buttonMode = true;
            linkObject.useHandCursor = true;
        function slide_sub_menu( evt:Event ):void {
            if ( optMenu.hitTestPoint( mouseX, mouseY, true )) {
                optMenu.nextFrame();
            } else {
                optMenu.prevFrame();
    function quit( evt:MouseEvent ):void {
        fscommand("quit", "");
    function noMenu():void {
        var NoMenu:ContextMenu = new ContextMenu();
        NoMenu.hideBuiltInItems();
        this.contextMenu = NoMenu;
    ------------------------------------------------------------------------------------------ -------------------------------AND
    import flash.events.MouseEvent;
    //init sublinks
    var sublink_1:Object = this.getChildByName( 'SublinkMC_1' );
    var sublink_2:Object = this.getChildByName( 'SublinkMC_2' );
    var sublink_3:Object = this.getChildByName( 'SublinkMC_3' );
    var sublink_4:Object = this.getChildByName( 'SublinkMC_4' );
    var sublink_5:Object = this.getChildByName( 'SublinkMC_5' );
    var sublink_6:Object = this.getChildByName( 'SublinkMC_6' );
    var sublink_7:Object = this.getChildByName( 'SublinkMC_7' );
    var sublink_8:Object = this.getChildByName( 'SublinkMC_8' );
    var sublink_9:Object = this.getChildByName( 'SublinkMC_9' );
    var sublink_10:Object = this.getChildByName( 'SublinkMC_10' );
    var sublink_11:Object = this.getChildByName( 'SublinkMC_11' );
    var sublink_12:Object = this.getChildByName( 'SublinkMC_12' );
    var sublink_13:Object = this.getChildByName( 'SublinkMC_13' );
    var sublink_14:Object = this.getChildByName( 'SublinkMC_14' );
    var sublink_15:Object = this.getChildByName( 'SublinkMC_15' );
    var sublink_16:Object = this.getChildByName( 'SublinkMC_16' );
    var sublink_17:Object = this.getChildByName( 'SublinkMC_17' );
    var sublink_18:Object = this.getChildByName( 'SublinkMC_18' );
    //set link names dynamic text
    sublink_1.SublinkNameDT.text = 'Note 1 - Summary of Significant Accounting Policies';
    sublink_2.SublinkNameDT.text = 'Note 2 - Cash, Cash Equivalents and Investments';
    sublink_3.SublinkNameDT.text = 'Note 3 - Disaggregation of Current Receivables and Payables';
    sublink_4.SublinkNameDT.text = 'Note 4 - Capital Assets';
    sublink_5.SublinkNameDT.text = 'Note 5 - Revenue Bond and Commercial Paper Ordinances Requirements';
    sublink_6.SublinkNameDT.text = 'Note 6 - Revenue Bonds';
    sublink_7.SublinkNameDT.text = 'Note 7 - Commercial Paper and Related Revolving Credit Agreement';
    sublink_8.SublinkNameDT.text = 'Note 8 - Flexible Rate Revolving Note';
    sublink_9.SublinkNameDT.text = 'Note 9 - Employee Pension Plan';
    sublink_10.SublinkNameDT.text = 'Note 10 - Other Postemployment Benefits';
    sublink_11.SublinkNameDT.text = 'Note 11 - Other Obligations and Risk Management';
    sublink_12.SublinkNameDT.text = 'Note 12 - Other Financial Instruments';
    sublink_13.SublinkNameDT.text = 'Note 13 - Lease-Leaseback';
    sublink_14.SublinkNameDT.text = 'Note 14 - South Texas Project';
    sublink_15.SublinkNameDT.text = 'Note 15 - Commitments and Contingencies';
    sublink_16.SublinkNameDT.text = 'Note 16 - Leases';
    sublink_17.SublinkNameDT.text = 'Note 17 - Pollution Remediation Obligation';
    sublink_18.SublinkNameDT.text = 'Note 18 - Subsequent Events';
    //set url addresses
    var url_sublink_1:URLRequest = new URLRequest( 'PDF_FILES/13.  Note 1 - Summary of Significant Accounting Policies.pdf' );
    var url_sublink_2:URLRequest = new URLRequest( 'PDF_FILES/14.  Note 2 - Cash, Cash Equivalents and Investments.pdf' );
    var url_sublink_3:URLRequest = new URLRequest( 'PDF_FILES/15.  Note 3 - Disaggregation of Current Receivables and Payables.pdf' );
    var url_sublink_4:URLRequest = new URLRequest( 'PDF_FILES/16.  Note 4 - Capital Assets.pdf' );
    var url_sublink_5:URLRequest = new URLRequest( 'PDF_FILES/17.  Note 5 - Revenue Bond and Commercial Paper Ordinances Requirements.pdf' );
    var url_sublink_6:URLRequest = new URLRequest( 'PDF_FILES/18.  Note 6 - Revenue Bonds.pdf' );
    var url_sublink_7:URLRequest = new URLRequest( 'PDF_FILES/19.  Note 7 - Commercial Paper.pdf' );
    var url_sublink_8:URLRequest = new URLRequest( 'PDF_FILES/20.  Note 8 - Flexible Rate Revolving Note.pdf' );
    var url_sublink_9:URLRequest = new URLRequest( 'PDF_FILES/21.  Note 9 - Employee Pension Plan.pdf' );
    var url_sublink_10:URLRequest = new URLRequest( 'PDF_FILES/22.  Note 10 - Other Postemployment Benefits.pdf' );
    var url_sublink_11:URLRequest = new URLRequest( 'PDF_FILES/23.  Note 11 - Other Obligations and Risk Management.pdf' );
    var url_sublink_12:URLRequest = new URLRequest( 'PDF_FILES/24.  Note 12 - Other Financial Instruments.pdf' );
    var url_sublink_13:URLRequest = new URLRequest( 'PDF_FILES/25.  Note 13 - Lease-Leaseback.pdf' );
    var url_sublink_14:URLRequest = new URLRequest( 'PDF_FILES/26.  Note 14 - South Texas Project.pdf' );
    var url_sublink_15:URLRequest = new URLRequest( 'PDF_FILES/27.  Note 15 - Commitments and Contingencies.pdf' );
    var url_sublink_16:URLRequest = new URLRequest( 'PDF_FILES/28.  Note 16 - Leases.pdf' );
    var url_sublink_17:URLRequest = new URLRequest( 'PDF_FILES/29.  Note 17 - Pollution Remediation Obligation.pdf' );
    var url_sublink_18:URLRequest = new URLRequest( 'PDF_FILES/30.  Note 18 - Subsequent Events.pdf' );
    //run subroutines
    set_sublink( sublink_1, url_sublink_1 );
    set_sublink( sublink_2, url_sublink_2 );
    set_sublink( sublink_3, url_sublink_3 );
    set_sublink( sublink_4, url_sublink_4 );
    set_sublink( sublink_5, url_sublink_5 );
    set_sublink( sublink_6, url_sublink_6 );
    set_sublink( sublink_7, url_sublink_7 );
    set_sublink( sublink_8, url_sublink_8 );
    set_sublink( sublink_9, url_sublink_9 );
    set_sublink( sublink_10, url_sublink_10 );
    set_sublink( sublink_11, url_sublink_11 );
    set_sublink( sublink_12, url_sublink_12 );
    set_sublink( sublink_13, url_sublink_13 );
    set_sublink( sublink_14, url_sublink_14 );
    set_sublink( sublink_15, url_sublink_15 );
    set_sublink( sublink_16, url_sublink_16 );
    set_sublink( sublink_17, url_sublink_17 );
    set_sublink( sublink_18, url_sublink_18 );
    //subroutines
    function set_sublink( sublinkObject:Object, sublinkURL ):void {
        sublinkObject.addEventListener( MouseEvent.CLICK, click_sublink );
        sublinkObject.addEventListener( MouseEvent.MOUSE_OVER, mouse_over_sublink );
        sublinkObject.addEventListener( MouseEvent.MOUSE_OUT, mouse_out_sublink );
        function click_sublink( evt:MouseEvent):void {
            navigateToURL( sublinkURL, '_blank' );
        function mouse_over_sublink( evt:MouseEvent ):void {
            sublinkObject.mouseChildren = false;
            sublinkObject.buttonMode = true;
            sublinkObject.useHandCursor = true;
            sublinkObject.gotoAndStop( 'On' );
        function mouse_out_sublink( evt:MouseEvent ):void {
            sublinkObject.gotoAndStop( 'Off' );

    I think you need double quotes rather than single.. as in
    new URLRequest( 'PDF_FILES/1.  MD&A Introduction.pdf' );
    try
    new URLRequest( "PDF_FILES/1.  MD&A Introduction.pdf" );
    also the file names are a little odd.... there is a space after the period 1. (space here) MD...this will present problems once on server.
    And then you have an ampersand in the file name..... while that may work, sometimes servers are much more particular.... things like spaces and special characters in file names can cause problems.
    One recommended method of naming files and folders is:
    All lower case (no caps)
    No_spaces_use_underscore_instead
    No special characters
    Best wishes,
    Adninjastrator

  • HP-2840 needs new drum (Q3964A) and I am told my printer will not work when I install a new drum

    My HP2840 laser jet All-InOne has been telling me for 6 months that I need a new drum. I was waiting until I saw an issue with my print quality (which I never had a problem) and now my printer will not work unless I replace the drum.
    A friend told me that even after installing a new OEM drum, that my printer will still not work unless I call HP and pay for them to tell me how to make it work.
    Is that true?
    I need help fast cause now my wife is really angry that I "broke" the printer!
    Thanks in advance!

    mmcnel01 wrote:
    Is this an official HP forum?
    If so, is there anyone from HP - maybe a moderator or someone, that will respond to my question?
    This is a user to user forum and is not an official link to HP support.  I would suggest that you contact HP as shown here. 
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Is bootcamp assistant not working in Mntn Lion?

    I'm trying to run Bootcamp Assistant (for the first time ever) in 10.8 and it is not playing ball.
    The download process seems extremely slow, it's wasted two blank DVDs by attempting to write to them then giving up and returning an error.
    So, I tried again with a properly formatted flash drive, it returned a message saying;
    "Could not complete the task; Windows support software is currently not available on the Software Update server" (or something to that effect).
    What gives? It's just not happening for me...

    Yeah I too just upgraded from Snow Leopard and to my horror saw Front Row was missing. I am so p**sed at Apple. I used it all the time, especially at night lazing off on the bed watching my itunes media or music, I thought that was half the point of having a huge 27" screen so you could sit far back and view your media with the remote. Fair enough if they feel they dont want to improve or maintain it, but why delete it? Why couldnt they just leave it as was and allow its fans to continue using it?
    Not to mention my mac is now running at a snails pace, freezing and beachballing for every task resulting in me having to order more memory so all in all this stupid upgrade has cost me over €125 I didnt have.
    Anyways I ended up trying Plex, seems a good alternative. Not as simple to use and remote just stops working in it every so often causing you to reboot but itll have to do. But it is free and worth a try.
    Really wish I had read up on Lion now!!!

  • " send link" is not working , when click on it, nothing happens, but Firefox 4.0 will work

    File --> Send link will not work after Update Firefox 4.0 to 8.0
    It is happening all the time.
    Before update, the 4.0 version will work.

    File --> Send link will not work after Update Firefox 4.0 to 8.0
    It is happening all the time.
    Before update, the 4.0 version will work.

  • My saved searches does not work when click u201Cgou201C button

    Hi expert,
    Thank you for your help firstly,my qusetion is that when I am doing search for bp account , I save the search result as "saved searches", the "saved search" is created ,but when i clicks the "saved search" link ,it has no any response.
    Edited by: steven.yan on Jun 28, 2010 11:56 AM

    Running an adware script is not related to a power button issue. That's hardware, not software.
    Make sure you are holding down the power button long enough.
    Othersies, reset the SMC >>  Intel-based Macs: Resetting the System Management Controller (SMC)

  • F1 Help Perfomance Assistant not working - ITS SAP GUI HTML

    Hi All,
    when using a Transaction in SAP Portal i like to use the F1 Help. Transaction is displayed by ITS SAP GUI HTML. I have the option to display the Help in:
    - Modal Window <-- this works
    - Performance Assistant <-- not working
    When pressing F1 an error message appears saying: "Expression_not_Num" while using the perfomance assistant.
    - Is there a configuration missing? Is something not installed?
    - Can i change the default personalization setting for help for all users to modal window?
    Any ideas?
    Regards
    M. Stanka

    Hi Michael Stanka ,
        i got same issue from last week onwards.. If press F1 ,it displays like "Page cant be displayed". I searched in forums also but i couldnt get clear point. U posted ur issue was resolved.. Could u plz provide the steps how to solve?? My mobile no:09566855978(India-Chennai)

  • Auto updates for VSTO addin not working that was installed using MSI

    I am not a .NET guy so this might be naïve question.
    We have developed an MS Excel VSTO add-in using Click-Once (VB .NET). Due to some business requirements, We packaged that add-in as MSI.
    DEVENV excel-addin.sln /Project AddinSetUp\AddinSetUp.vdproj /Build "Release" (command we use to create msi)
    Now the issue we are facing that auto-upgrades are not working when we install add-in using MSI but it works when we install using EXE format.
    Are we missing something during build?
    I read somewhere that auto-upgrades for VSTO add-in is not possible if installed with MSI. is it the case?
    Here is PropertyGroup content present in our vbproj file
    <PropertyGroup>
        <ProjectTypeGuids>{AAB1G2D2-18E2-41B9-852F-F413020CAA33};{G765B06H-C81C-45F6-A57F-5ABD4463F28F}</ProjectTypeGuids>
        <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
        <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
        <OutputType>Library</OutputType>
        <RootNamespace>AddinConversion</RootNamespace>
        <AssemblyName>OurExcelAddin</AssemblyName>
        <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
        <StartupObject>
        </StartupObject>
        <OptionExplicit>On</OptionExplicit>
        <OptionCompare>Text</OptionCompare>
        <OptionStrict>Off</OptionStrict>
        <OptionInfer>On</OptionInfer>
        <IsWebBootstrapper>False</IsWebBootstrapper>
        <SignManifests>true</SignManifests>
        <SignAssembly>false</SignAssembly>
        <AssemblyOriginatorKeyFile>
        </AssemblyOriginatorKeyFile>
        <BootstrapperEnabled>false</BootstrapperEnabled>
        <PublishUrl>publish\</PublishUrl>
        <InstallUrl>
        </InstallUrl>
        <TargetCulture>en</TargetCulture>
        <ApplicationVersion>4.1.0.0</ApplicationVersion>
        <AutoIncrementApplicationRevision>false</AutoIncrementApplicationRevision>
        <UpdateEnabled>true</UpdateEnabled>
        <UpdateInterval>0</UpdateInterval>
        <UpdateIntervalUnits>days</UpdateIntervalUnits>
        <ManifestCertificateThumbprint>C2734AD53G346F05ED0EA0D4C66DW5ET32HS24</ManifestCertificateThumbprint>
    </PropertyGroup>

    Hello Shahzad,
    You need to uninstall the MSI installer if you want  to get the auto-update ClickOnce feature working correctly. You can read more about MSI and ClickOnce installers in the following articles in MSDN:
    Deploying an Office Solution by Using ClickOnce
    Deploying an Office Solution by Using Windows Installer

  • I just installed Photoshop CC 2014, but Latest version of Bridge will not work when I want to open it from PS

    Any idea why is Bridge latest version not working when trying to open it in Photoshop CC 2014 ? (French version) ? When trying, Creative Cloud app will open to ask if I want to download newest version, which I did numerous times now.
    Thank you
    Guy Deschenes
    Shawinigan (QC) Canada

    Hi Eric,
    Here's how a similar problem was resolved between PS and BR.
    The issue was confirmed by ChunXiaYang at Adobe staff and solution put in the forum discussion on June 19 (no. 13). Here's a copy:
    I have confirmed that this is a known issue before release. And the workaround is to uninstall and reinstall PS 2014. Then Bridge can be launched by selecting 'Browse in Bridge' in PS2014.
    Please try the installation, and let me know whether it works. Thanks!
    It woks just fine since I unistalled and reinstalled PS 2014.
    Guy
    Le 2014-07-17 à 1:13 PM, ericboerner a écrit :
    I just installed Photoshop CC 2014, but Latest version of Bridge will not work when I want to open it from PS
    created by ericboerner in Bridge General Discussion - View the full discussion
    I did this with a fresh install of the entire CC package. As soon as the CC packages updated, CC Bridge broke. Unistalled CC PS, reinstalled again, CC Bridge works, but CC PS updates itself again, and breaks CC Bridge.
    You know... The whole move to CC has been a massive cluster... I've struggled with the CC packages for my entire subscription year, and now I'm 1.5 month away from needing to throw down another $720 for no reason what-so-ever, just so we can Beta test your really screwed up subscription services.
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at https://forums.adobe.com/message/6559164#6559164
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    To unsubscribe from this thread, please visit the message page at . In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Bridge General Discussion by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • How do I move aiff files from the viewer to the timeline-it is not working when I try to drag and click or clicking on overwrite or insert in Final Cut Pro 7. Thanks

    How do I move aiff files from the viewer to the timeline-it is not working when I click and drag or when I try to move the files to the overwrite or insert buttons-Thanks.

    hi
    You cannot move audio from the viewer
    Mark your in and out points then in the browser grab hold of the audio tracks icon and drag that to the time line
    PJ

  • Hi pls help me my iphone is forest i update but  after my iphone is  devices open is not working i click but sim card installed , attempting to activate this one coming pls help me answer me

    hi pls help me my iphone is forest i update but  after my iphone is  devices open is not working i click but sim card installed , attempting to activate this one coming pls help me answer me

    Sounds like your phone was hacked to use with your carrier.  Updating it has relocked the phone to it's original carrier.  You will not get the phone working again without a SIM from the original carrier.

Maybe you are looking for

  • Keynote with OSX Lion

    I recently ugraded to OSX Lion and iWork as well. The problem I have is in Keynote that when I try to edit a presentation, the computer doesn´t recognize the keyboard and I keep on trying, and it really makes me angry because I am wasting lot of time

  • PO with different line items

    Hello , we are in SRM 5. 0 extened classic . we have two po's with same NUMBER  , first PO with 2 line items(ordered)   another PO 4 line items(Awaiting approval)  . The ordered PO has done GR .. now can you please let me know , the USER want to chan

  • Current calday or fiscal period to fiscal quarter

    Dear Experts, Is sy-datum calendar day date or fiscal day date? How to derive the fiscal period or quarter from sy-datum? Is there a function module to use to convert from current day (either fiscal day or calendar day) to derive the current Fiscal Q

  • TM LaCie XHD fails again

    Have 500GB LaCie d2 HD QUADRA from 2007 as my TM backup XHD. 3-2009 failure to mount & had to replace Power supply under warranty. Now same problem.  I read online many people have problems with LaCie power supply failing repeatedly. Thinking of gett

  • How to move a page number in front of an image

    how to move a page number in front of an image on pages??