Cannot make a textfield to bold in CS5

Hello All
I've a weird problem, i'm not sure whether this is already raised or addressed elsewhere.
I've got an FLA which was originally created using CS3, and i've got a dynamic textfield in it that uses font "Gadget".
If i open the FLA in CS3, it gives me option to toggle the BOLD option, and when i compile it, the font appears to be bold in the compiled swf.
When I open the same FLA in CS5 (version 11.0.2.489),
---> I don't get any option to make the font bold on the same textfield,
---> and when i compile it, the text remain the same, it does not show as bold.
I'm a bit puzzled at this, can some please provide an explanation to this.
Thanks

Doesn't make any difference.
I think this has got something to do with the Fonts, and not the IDE. please see the images attached. same FLA opened in CS3 and CS5.
CS3--
CS5--

Similar Messages

  • I have installed CS5 on my new computer and cannot make a contact sheet

    I have installed CS5 on my new computer and cannot make a contact sheet. I have used CS5 for a number of years making contact sheets of my daily shoots, but now when I go to file, automate there is no 'contact sheet' selection.  Would you please answer me at [email protected]

    Not sure how far you've gotten, so i'll start from the beginning.
    After you downloaded the PSCS5OptionalPlugins_Win_en_US.zip
    right click on it and choose Extract All
    In the Extract dialog check Show extracted files when complete
    Then the window should open showing a folder as below
    If you double click on that folder, then there is a pdf with instructions for installing the plugins
    If you still need help with installing we can assist you

  • Blackberry Bold 9930- cannot make or receive calls

    Please Help!
      Woke up this morning and my phone icon was missing on my home screen.  It wouldn't be a huge deal, but I also discovered that I cannot make or receive calls.  I have had several people try to reach me and they all say it goes straight to voicemail.  Even if I try to dial a number and hit send, nothing happens.  I have searched all of my folders to see if it was hiding, have reset my theme, taken out the battery, blah, blah, blah.  The only thing I have working for me is that both e-mail and text messages are working fine.  Please, if anyone has a suggestion I'd love to hear asap.

    Hello,
    I want to make sure you are both able to make calls as normal.  Did this occur after installing any new applications or adjusting any settings?  Is the device still showing adequate signal strength?  Based on the the device still receiving text messages the voice signal is still transmitting to the device.  I would like to take a closer look at your account settings.  Please send a Direct Message with your name and account information and I can investigate further.
    Thank You
    YaleK_VZW
    Follow us on Twitter @VZWsupport

  • Cannot open an idml file created in CS5.5 in either CS5 or CS5.5

    I have exported a CS5.5 file to idml but I cannot get it to open in either CS5 or CS5.5. Below is a screenshot of the error I get in both versions.
    I have tried getting rid of all 3rd party plugins and resetting preferences to ID defaults in both CS versions but I always get this error. This testtest doc is a new file opened in CS5.5 with a text frame and a few words in 'Basic Paragraph' style and that is it. I checked for updates for both versions and there were none.
    Does anyone have any ideas?
    Thanks,
    Janine
    IDCS5 v7.04.553
    IDCS5.5 v7.5.2.318
    OSX 10.6.8

    Could you please email the file to me?
    Received.
    I have seen this problem before. I do not know what causes it (I suspect a corrupt InDesign installation), but I do know how to fix it.
    IDML files are .ZIP files containing XML.
    Inside the IDML file there is a file called "designmap.xml". In your case, it starts (ok, line 2) like this:
    <?aid style="50" type="pi_for_SaveBackINX" readerVersion="6.0" featureSet="257" product="7.5(142)" ?>
    But typically it would look like this:
    <?aid style="50" type="document" readerVersion="6.0" featureSet="257" product="7.5(142)" ?>
    The difference is sufficient to cause it to not be properly parsed.
    So, to fix this problem, you can rename the .IDML file to .ZIP, unzip it, edit the designmap.xml changing pi_for_SaveBackINX to document, re-zip it, and rename it back to IDML. (Make sure not to change the directory structure when you do this.)
    Edit: Oops, forgot to include the evidentiary screenshot:

  • Cannot use text:TextField with dynamic text in 3.2

    Hi,<br /><br />I have a multi-lang app which uses English LTR and Hebrew-Arabic RTL.<br />I am using a properties file for each language, and I get the<br />right item using resourceManager getString.<br /><br />Until 3.2 I had to reverse the order of the words in each item when using<br />Hebrew (or Arabic for that matter).<br /><br />In 3.2 with the new Text layout framework, this is not needed (MAJOR IMPROVEMENT) but I cannot get it to work with dynamic text only static text.<br /><br />of course all works great if I upgarde to flex 4.0, and use the textBox component, but I do not want to do that, so late in the development phase of the application.<br /><br />Here is a small mxml which shows the problem:<br /><br /><?xml version="1.0" encoding="utf-8"?><br /><mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute"<br />   xmlns:TryComps="appComponents.*" xmlns:text="flash.text.*"><br />   <mx:Style source="css/flashTypeStyles.css"/> <br />   <mx:Script><br />     <br />       import mx.resources.ResourceManager;<br />     <br />   </mx:Script><br />     <mx:Label text="Using text:TextField FIXED : THIS WORKS"/><br />        <!-- some text in hebrew if you dont see it you probably dont have it insalled --><br />     <text:TextField text="&#1506;&#1489;&#1512;&#1497;&#1514; &#1499;&#1493;&#1514;&#1489;&#1497;&#1501; &#1502;&#1497;&#1502;&#1497;&#1503; &#1500;&#1513;&#1502;&#1488;&#1500;"/><br />        <mx:Label text="Using text:TextField DYNAMIC :  THIS DOES NOT WORK"/><br />     <text:TextField text="{resourceManager.getString(Locales.LOCALE_BUNDLE,'BI_DIRECTIONAL_TEXT')}"/><br />     <br /></mx:Application><br /><br />Any one has an idea ???<br />The 'BI_DIRECTIONAL_TEXT' is an entry in the property file which has the same value as the static text above.<br /><br />The run time error I get is : <br />TypeError: Error #2007: Parameter text must be non-null.<br /><br />Thanks<br /><br />Eli7

    If you look thru the TextField class in the help documents you will find all of the properties you can manipulate.  One property is the wordWrap property which will keep you text from going off the side of the textfield.  Another is multiline which will allow the textfield to have more than one line.  And another is the autoSize property which will make your textfield adjust to fit the amount of text loaded into it.

  • How to make a data variable BOLD

    Hi,
    I am passing a value to a data variable. Now this value being passed needs to be in BOLD format.How can i ensure this using Abap statements. ?
    Note : This value, i am displaying in an ALV.But the problem here is not all the values have to BOLD,there is a condition attached to it.So i guess i cannot make use of ALV features.Am i correct ?
    Please Guide me !!!
    <REMOVED BY MODERATOR>
    Regards,
    Rohan
    Edited by: Alvaro Tejada Galindo on Jan 23, 2008 12:27 PM

    Hi,
      You can not make a variable as BOLD, but you can display the variable in different color that can be possible in alv, i can suggest you to do this.
    Rgds,
    Bujji

  • I get an error stating cc cookies dir: cannot make folder / cookies: Permission denied (error 13) when I attempted to download the creative cloud installer on my Mac. Can anyone help with similar pop up window?

    I get an error stating cc cookies dir: cannot make folder / cookies: Permission denied (error 13) when I attempted to download the creative cloud installer on my Mac. Can anyone help with similar pop up window?  I'm trying to get a trial version of CS5. 

    You do not need to involve Creative Cloud to install/try the trial version of CS5...
    You can download the trial version of the software thru the page linked below and then use your current serial number to activate it.
    Be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site and have cookies enabled in your browser or else the download will not work properly.
    CS5: http://prodesigntools.com/all-adobe-cs5-direct-download-links.html

  • Cannot make calls (outgoing or incoming)

           I'm sorry for reposting this but In the original discussion , I accidentally marked one of the answers as correct and I don't know how much that affects someone taking another look at the discussion.
    I have a problem with calls going through to the sip provider as g729 whereas they now require g711alaw. I cannot make outbound calls. I configured the uc540w via CCA and though I specified g711alaw In the sip trunk , It didn't work.
    I tried adding g711alaw to one of the dial-peers to see If  that would make a change.In doing so , I can no longer make any Incoming calls to any extensions.I removed the configuration but It hasn't changed anything.I have no idea what I've done.
    I ran a debug ccsip message and am receiving Warning: 304 "Media Type(s) Unavailable"  q.805 error=65.
    I would really appreciate any assistance.I've attached the ccsip message debug and the running config.

    debug dialpeer output:
    000459: Feb 12 14:52:46.479: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       Calling Number=25251000, Called Number=25251000, Peer Info Type=DIALPEER_INFO_SPEECH
    000460: Feb 12 14:52:46.479: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=25251000
    000461: Feb 12 14:52:46.479: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       No Outgoing Dial-peer Is Matched; Result=NO_MATCH(-1)
    000462: Feb 12 14:52:46.479: //-1/xxxxxxxxxxxx/DPM/dpMatchSafModulePlugin:
       dialstring=25251000, saf_enabled=1, saf_dndb_lookup=1, dp_result=-1
    000463: Feb 12 14:52:46.479: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
       Result=NO_MATCH(-1)
    000464: Feb 12 14:52:46.479: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
       Calling Number=35314403500, Called Number=, Voice-Interface=0x0,
       Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
       Peer Info Type=DIALPEER_INFO_SPEECH
    000465: Feb 12 14:52:46.479: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
       Result=NO_MATCH(-1) After All Match Rules Attempt
    000466: Feb 12 14:52:46.479: //-1/xxxxxxxxxxxx/DPM/dpMatchSafModulePlugin:
       dialstring=NULL, saf_enabled=0, saf_dndb_lookup=0, dp_result=-1
    000467: Feb 12 14:52:46.483: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
       Calling Number=35314403500, Called Number=, Voice-Interface=0x0,
       Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
       Peer Info Type=DIALPEER_INFO_SPEECH
    000468: Feb 12 14:52:46.483: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
       Result=NO_MATCH(-1) After All Match Rules Attempt
    000469: Feb 12 14:52:46.483: //-1/xxxxxxxxxxxx/DPM/dpMatchSafModulePlugin:
       dialstring=NULL, saf_enabled=0, saf_dndb_lookup=0, dp_result=-1
    000470: Feb 12 14:52:46.483: //-1/67B7E54F8278/DPM/dpAssociateIncomingPeerCore:
       Calling Number=35314403500, Called Number=25251000, Voice-Interface=0x0,
       Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
       Peer Info Type=DIALPEER_INFO_SPEECH
    000471: Feb 12 14:52:46.483: //-1/67B7E54F8278/DPM/dpAssociateIncomingPeerCore:
       Result=Success(0) after DP_MATCH_INCOMING_DNIS; Incoming Dial-peer=3013
    000472: Feb 12 14:52:46.483: //-1/67B7E54F8278/DPM/dpMatchSafModulePlugin:
       dialstring=NULL, saf_enabled=0, saf_dndb_lookup=0, dp_result=0
    000473: Feb 12 14:52:50.307: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       Calling Number=25251000, Called Number=25251000, Peer Info Type=DIALPEER_INFO_SPEECH
    000474: Feb 12 14:52:50.307: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       Match Rule=DP_MATCH_DEST; Called Number=25251000
    000475: Feb 12 14:52:50.307: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersCore:
       No Outgoing Dial-peer Is Matched; Result=NO_MATCH(-1)
    000476: Feb 12 14:52:50.307: //-1/xxxxxxxxxxxx/DPM/dpMatchSafModulePlugin:
       dialstring=25251000, saf_enabled=1, saf_dndb_lookup=1, dp_result=-1
    000477: Feb 12 14:52:50.307: //-1/xxxxxxxxxxxx/DPM/dpMatchPeersMoreArg:
       Result=NO_MATCH(-1)
    000478: Feb 12 14:52:50.307: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
       Calling Number=99477241, Called Number=, Voice-Interface=0x0,
       Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
       Peer Info Type=DIALPEER_INFO_SPEECH
    000479: Feb 12 14:52:50.307: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
       Result=Success(0) after DP_MATCH_ORIGINATE; Incoming Dial-peer=1040
    000480: Feb 12 14:52:50.307: //-1/xxxxxxxxxxxx/DPM/dpMatchSafModulePlugin:
       dialstring=NULL, saf_enabled=0, saf_dndb_lookup=0, dp_result=0
    000481: Feb 12 14:52:50.311: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
       Calling Number=99477241, Called Number=, Voice-Interface=0x0,
       Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
       Peer Info Type=DIALPEER_INFO_SPEECH
    000482: Feb 12 14:52:50.311: //-1/xxxxxxxxxxxx/DPM/dpAssociateIncomingPeerCore:
       Result=Success(0) after DP_MATCH_ORIGINATE; Incoming Dial-peer=1040
    000483: Feb 12 14:52:50.311: //-1/xxxxxxxxxxxx/DPM/dpMatchSafModulePlugin:
       dialstring=NULL, saf_enabled=0, saf_dndb_lookup=0, dp_result=0
    000484: Feb 12 14:52:50.311: //-1/6A000105827C/DPM/dpAssociateIncomingPeerCore:
       Calling Number=99477241, Called Number=25251000, Voice-Interface=0x0,
       Timeout=TRUE, Peer Encap Type=ENCAP_VOIP, Peer Search Type=PEER_TYPE_VOICE,
       Peer Info Type=DIALPEER_INFO_SPEECH
    000485: Feb 12 14:52:50.311: //-1/6A000105827C/DPM/dpAssociateIncomingPeerCore:
       Result=Success(0) after DP_MATCH_INCOMING_DNIS; Incoming Dial-peer=3013
    000486: Feb 12 14:52:50.311: //-1/6A000105827C/DPM/dpMatchSafModulePlugin:
       dialstring=NULL, saf_enabled=0, saf_dndb_lookup=0, dp_result=0
    Incoming dial-peers matched are 3013 and 1040 but no codec are configured:
    dial-peer voice 3013 voip
    description AA-AA
    translation-profile incoming AA-AA_Called_18
    session protocol sipv2
    session target sip-server
    incoming called-number 25251000
    voice-class sip dtmf-relay force rtp-nte
    dtmf-relay rtp-nte
    ip qos dscp cs5 media
    ip qos dscp cs4 signaling
    no vad
    dial-peer voice 1040 voip
    description **CCA*cyprus*Mobiles**
    translation-profile outgoing PSTN_Outgoing
    preference 1
    destination-pattern 99T
    session protocol sipv2
    session target sip-server
    voice-class sip dtmf-relay force rtp-nte
    dtmf-relay rtp-nte
    ip qos dscp cs5 media
    ip qos dscp cs4 signaling
    no vad
    Please add codec or voice-class codec command.
    BR

  • Dropdown dialog boxes will not work. I can click on the boxes, the dropdown appears, but I cannot make anything in the box operate. I just upgraded to 6.0.2 on a fresh install of Windows XP

    I use the net to pay bills. The dialog box on my bills have accounts in them, but I cannot make the account numbers work. I regularly go to websites that are several pages deep, but the dropdowns for the next page don't work. The numbers, as well as the accounts appear, but they cannot be highlighted to access them.

    I'm not sure if the crash is or isn't related to fonts.
    Deciphering the crash long is something I don't have any experience with.
    I'm not even sure how the crash log is structured. I've downloaded two screen captures: one from the top of the adobe Photoshop crash log and one from the bottom. Perhaps someone more knowledgeable than I can discern what may be causing the crash?
    Screen capture from the top of the Adobe Photoshop crash log:
    Screen capture from the bottom of the Adobe Photoshop crash log:
    Any ideas?
    Thanks a bunch.

  • Just unlocked Blackberry Curve 8520 with online code, now cannot make calls or send sms! PLEASE HELP!

    Hi,
    I unlocked my phone about an hour ago using a legitimate unlock code from unlocks.co.uk. I entered the code and it seemed to work fine and now my network shows up as Vodafone uk (I have unlocked it from T-Mobile)
    It looks as though it is unlocked and I have checked the connections - I have signal and it says I am connected to the vodafone network, however, I cannot make any calls or send texts! If I try to call a number I get the call failed signed and the failed call dial tone. I tried to send a text but it didn't work - the text now has a red X and says 'unidentified subscriber'. I know this is a fault with my phone as the people I have tried to text and call have no problems with their phones/networks.
    Please somebody help me! I have no idea what to do! I contacted the unlocking company and they say if I'm sure the sim I'm inserting is active (which I am) then it is likely my phone has been blacklisted, but I dont think it has. I bought it as a pay as you go handset from Argos just a week ago and it's been working fine until then. 
    I put my old t-mobile sim back in and it seems to work - does this mean it hasn't been unlocked successfully or not? 
    Many thanks

    Do a simple reboot on the BlackBerry in this manner: With the BlackBerry device POWERED ON, remove the battery for a minute, and then reinsert the battery to reboot. A reboot in this manner is prescribed for most glitches and operating system errors, and you will lose no data on the device doing this.
    Then try your Vodafone SIM again.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • When iPhone is on Cellular data and WiFi, i cannot make calls and phone goes out of service.

    So I have this iPhone 5S unlocked version from the US which I am using in India. When I am connected to my office wireless and also the cellular & 3G data are switched on, my phone goes out of service and I cannot make calls. I can also use internet.
    However this works great when I get onto my home WiFi along with cellular & 3G data switched on, I can make calls and also surf the net with the WiFi.
    Is anyone having similar issue? I am sure there is something with the office WiFi but what could it be to get my phone out of service.
    Any thoughts anybody ?
    Thanks,
    UG

    Yes I shutdown WiFi and I can connect to 3G on Cellular. I can make calls.
    If I shutdown Cellular and connect WiFi. I can make calls.
    Its just that when both are ON, then no calls can be made.
    All combinations work good with Home WiFi. 
    -UG

  • Cannot reinstall Tiger : installer stuck (cannot make disk bootable)

    Good afternoon experts,
    I am writing to you here as I have a problem with the Tiger installer which suddendly stops when trying to install on a prepartioned disk.
    First, some background information : I have a 20' iMac Intel machine which I bought on February 06 (well designed machine, happy with it so far). The thing is, I have had serious crashes and lockups using the UB version of VLC (media player) which led me to hard reboot the machine several times. Despite the journaling on the disk, some of my filesystem was corrupted, seemingly beyond repair (some apps did not even boot, nothing happened when I plugged in an external disk, etc). Scanning for disk errors and permissions problems revealed that a lot of files had been damaged ("extended allocation" error) in both the system and in my applications.
    As I did not know what to do (I should have asked first here whether it was possible to reinstall only parts of the OS using, maybe, a package manager), I synced my backups and went for a reinstall.
    The thing is, the disk is already partitioned, as I also run Linux on the machine (updated firmware and repartitioned the disk w/ BootCamp; worked well). It contains, in that order : the hidden EFI partition (fat32), the macOSX HFS+ volume (where I want to install), Linux swap partition, HFS+ partition (for use w/ rEFIt, the EFI bootloader), and two Linux ext3 partitions.
    The install starts fine (booting from the DVD which came with my machine), the macOSX volume is formatted but the installer just then stops. Looking at the logs, I can see that it is because it cannot make the volume bootable (this is what the error message says). Note that it correctly read the partition table/EFI partition scheme as it gives me the correct partition types I have presented above. Also note that I cannot do an "archive and install" procedure, seemingly because I have insufficient space (6GB free on the volume); the installer does not give me any choice. Finally, I can still boot into Linux holding the 'Alt' key and using the builtin volume chooser to start on the second HFS+ volume.
    I am asking for help to you gurus, to know what to do here. I was think maybe something like using the shell to do a manual 'bless' would solve the issue; I would like however to be sure before proceeding. Otherwise, is there a manual installation procedure (as there is for instance on the Debian installer, allowing to skip/redo some install steps)?
    Thanks for your help experts,
    Vincent
    PS: I am going to see whether I can collect the logs and post them here.

    Hello back,
    As I did not find a way to attach my logs, I am posting the most relevant parts of it here.
    This is where the installer erases the volume and fails at make the disk bootable :
    Jun 27 12:04:56 localhost : Preparing volume "Macintosh HD" for installation
    Jun 27 12:04:56 localhost : Erasing volume for OS Install
    Jun 27 12:04:56 localhost : Original Disk Layout
    Jun 27 12:04:56 localhost : partition map from /dev/disk0:
    Jun 27 12:04:56 localhost : #: type name size identifier mountpoint
    Jun 27 12:04:56 localhost : 0: GUIDpartitionscheme *232GB disk0
    Jun 27 12:04:56 localhost : 1: EFI 200MB disk0s1
    Jun 27 12:04:56 localhost : 2: Apple_HFS Macintosh HD 70.0GB disk0s2 /Volumes/Macintosh HD
    Jun 27 12:04:56 localhost : 3: Linux Swap 503MB disk0s3
    Jun 27 12:04:56 localhost : 4: Microsoft Basic Data 18.6GB disk0s4
    Jun 27 12:04:56 localhost : 5: Apple_HFS rEFIt 190MB disk0s5 /Volumes/rEFIt
    Jun 27 12:04:56 localhost : 6: Microsoft Basic Data 143GB disk0s6
    Jun 27 12:04:56 localhost : Preparing disk for erase
    Jun 27 12:04:57 localhost : Erasing volume.
    Jun 27 12:04:57 localhost : Erasing
    Jun 27 12:04:58 localhost : Initialized /dev/rdisk0s2 as a 70 GB HFS Plus volume with a 8192k journal\n
    Jun 27 12:04:59 localhost : Mounting Disk
    Jun 27 12:04:59 localhost : Done erasing volume.
    Jun 27 12:05:01 localhost : Final Disk Layout
    Jun 27 12:05:01 localhost : partition map from /dev/disk0:
    Jun 27 12:05:01 localhost : #: type name size identifier mountpoint
    Jun 27 12:05:01 localhost : 0: GUIDpartitionscheme *232GB disk0
    Jun 27 12:05:01 localhost : 1: EFI 200MB disk0s1
    Jun 27 12:05:01 localhost : 2: Apple_HFS Macintosh HD 70.0GB disk0s2 /Volumes/Macintosh HD
    Jun 27 12:05:01 localhost : 3: Linux Swap 503MB disk0s3
    Jun 27 12:05:01 localhost : 4: Microsoft Basic Data 18.6GB disk0s4
    Jun 27 12:05:01 localhost : 5: Apple_HFS rEFIt 190MB disk0s5 /Volumes/rEFIt
    Jun 27 12:05:01 localhost : 6: Microsoft Basic Data 143GB disk0s6
    Jun 27 12:05:01 localhost : Waiting for volume...
    Jun 27 12:05:01 localhost : Configuring volume "Macintosh HD"
    Jun 27 12:05:01 localhost : Preparing Disk for OS Install
    Jun 27 12:05:01 localhost : Cannot make disk bootable at this stage.
    Jun 27 12:05:01 localhost : partition map from /dev/disk0:
    Jun 27 12:05:01 localhost : #: type name size identifier mountpoint
    Jun 27 12:05:01 localhost : 0: GUIDpartitionscheme *232GB disk0
    Jun 27 12:05:01 localhost : 1: EFI 200MB disk0s1
    Jun 27 12:05:01 localhost : 2: Apple_HFS Macintosh HD 70.0GB disk0s2 /Volumes/Macintosh HD
    Jun 27 12:05:01 localhost : 3: Linux Swap 503MB disk0s3
    Jun 27 12:05:01 localhost : 4: Microsoft Basic Data 18.6GB disk0s4
    Jun 27 12:05:01 localhost : 5: Apple_HFS rEFIt 190MB disk0s5 /Volumes/rEFIt
    Jun 27 12:05:01 localhost : 6: Microsoft Basic Data 143GB disk0s6
    Jun 27 12:05:01 localhost : Install failed: Couldn't prepare volume for installation.
    Now, this is what Disk Utility reports of the volume. You can see that the partition scheme on the disk is the correct one :
    Jun 27 12:09:05 localhost : Disk Utility started.\n
    Jun 27 12:09:05 localhost : \n
    Jun 27 12:09:18 localhost : Name : WDC WD2500JS-40NGB2 Media\n
    Jun 27 12:09:18 localhost : Type : Disk\n
    Jun 27 12:09:18 localhost : \n
    Jun 27 12:09:18 localhost : Disk Identifier : disk0\n
    Jun 27 12:09:18 localhost : Media Name : WDC WD2500JS-40NGB2 Media\n
    Jun 27 12:09:18 localhost : Media Type : Generic\n
    Jun 27 12:09:18 localhost : Connection Bus : SATA\n
    Jun 27 12:09:18 localhost : Connection Type : Internal\n
    Jun 27 12:09:18 localhost : Partition Type : GUIDpartitionscheme\n
    Jun 27 12:09:18 localhost : Device Tree : /PCI0@0/SATA@1F,2/@0:0\n
    Jun 27 12:09:18 localhost : Writable : Yes\n
    Jun 27 12:09:18 localhost : Ejectable : No\n
    Jun 27 12:09:18 localhost : Mac OS 9 Drivers Installed : No\n
    Jun 27 12:09:18 localhost : Location : Internal\n
    Jun 27 12:09:18 localhost : Total Capacity : 232.9 GB (250,059,350,016 Bytes)\n
    Jun 27 12:09:18 localhost : S.M.A.R.T. Status : Verified\n
    Jun 27 12:09:18 localhost : Disk Number : 0\n
    Jun 27 12:09:18 localhost : Partition Number : 0\n

  • MacBookPro Cannot Make/Receive Phone Calls

    Hello,
    My MacBookPro (early 2013 Retina) cannot make or receive phone calls.  I'm on the same wifi network, my bluetooth is on, I can send/receive texts and SMS, I have the most recent software upgrades, but I can't make calls.  As of right now when I try it says "Your iPhone and Mac must be on the same Wi-Fi network".
    The same thing is happening with my iPad.
    In FaceTime under "iPhone Cellular Calls" I've tried to move the slider over to the right to allow calls on MacBookPro and iPad, but it says "Cannot Turn on iPhone Cellular Calls- FaceTime and iCloud must be signed in to same Apple ID to use iPhone Cellular Calls".  THEY ALL ARE ON THE SAME APPLE ID!!!
    IT MAKES NO SENSE!!!
    I am actually having issues with handoff JUST on my MacBookPro if that is any sort of useful information.  It works just fine on iPhone and iPad.
    BB

    Hello Bluebuck,
    The article linked below details a number of troubleshooting steps that can help get Continuity working correctly.
    Get help using Continuity with iOS 8 and OS X Yosemite
    http://support.apple.com/en-us/TS5458
    Cheers,
    Allen

  • I just purchased a new laptop, so consequently had to buy Itunes Match to get all of my music back. Now everything is in the cloud, and I can't play them and cannot make a cd. Please explain how I can get

    I just purchased a new laptop, so consequently had to buy Itunes Match to get all of my music back. Now everything is in the cloud, and I can't play them and cannot make a cd. Please explain how I can get my library out of the cloud and keep them on my computer so they are available when I want them? Wow.......why have you made everything so difficult now?

    SKF5656 wrote:
    I just purchased a new laptop, so consequently had to buy Itunes Match to get all of my music back.
    No you didn't.
    Now everything is in the cloud
    Except for anything you did not purchase in iTunes Store.
    Only you iTunes purchases are in the cloud.
    Reada the article that brenden dv posted to copy your iTunes library to new computer.

  • You cannot make an assignment to make-to-order stock - Message no. CO684

    Hi,
    During conversion of planned order to production order in variant configuration scenario I am getting following error message....
    You cannot make an assignment to make-to-order stock
    Message no. CO684
    Diagnosis
    The component cannot be allocated to an individual stock because make-to-order production and engineer-to-order production cannot be executed with this order.
    A possible cause is that you are trying to create an order with reference to a sales-order/project, where an account assignment to a sales order/project is not allowed in the settlement profile that is assigned to the chosen order type. This is inconsistent.
    System response
    The following responses are possible:
    Order processing is canceled.
    The system resets the special stock indicator back to the original value.
    Procedure
    Choose another order type.
    Any ideas or suggestions to correct this issue..
    Pavan

    Hi Pavan,
    This is one of the most common problem comes during MTO execution.And the real problem is massage no itself because you will get the same massage no. for many reason and that's it becomes more difficult to find out root cause.
    Check below threads and settings,
    - Order type for MTO is not maintain in Production scheduling Profile.Go OPKP or CORY and maintain Order type for MTO to it.
    - [Thread 1|Error Message while cretaing a Process Order;
    - [Thread 2|Error in Variant Configuration CO684;
    - [Thread 3|error information when covert plan order to production order;
    - [Thread 4|You cannot make an assignment to make-to-order stock;
    Regards,
    Dhaval

Maybe you are looking for