Will adobe make Flex encorporate the following...

Hi,
I have a general question outside programming. I wish to know
whether anyone knows if Adobe will encorporate the following
technologies into 1 package and make the others somewhat redundant.
The packages being:
- Flex
- Director
- Flash
- CF
- JRUN
I'm pretty much a CF guy... but I see CF days as numbered,
either Adobe translate CF functionality into Flex or CF is going to
die. I would also like to see all other technologies packaged in
Flex so that Flex could be like a .NET framework...
how about you guys... you think thats a good idea?

They work very differently, what i would like (and this section of the forum isn't meant for feature requests)
is when you create a new muse site it asks what kind of site you want:
Responsive
static
blog
etc.... that would be nice.
or just make it responsive.
But i doubt this will happen soon

Similar Messages

  • When will Adobe release Flex Component Kit for Flash CS4?

    Any idea when will Adobe release Flex Component Kit for Flash CS4?

    There isn't. But the CS3 kit works for CS4 too.

  • While installing adobe creative cloud , getting the following error msg " There seems to be a problem with the download process. Error code:201"

    while installing adobe creative cloud , getting the following error msg " There seems to be a problem with the download process. Error code:201"

    Creative Cloud Help / Error downloading Creative Cloud applications
    http://helpx.adobe.com/creative-cloud/kb/error-downloading-cc-apps.html

  • Installing Adobe Reader & i get the following message "error 1324 path my documents or volume invali

    installing Adobe Reader & i get the following message "error 1324 path my documents or volume invalid". Can anybody help. I have just installed windows 8 on my lptop..

    Please share the sanpshot of error message and MSI log created.
    Just check if there is any user folder(my documents) redirected. Remove that re-direction and then try re-install
    else try installing via MSI installer present at
    ftp://ftp.adobe.com/pub/adobe/reader/win/11.x/11.0.00/en_US/

  • Start up of Adobe Dreamweaver CS6 with the following error message

    I have the following pop-up error message about Javascript error (s) occurred.
    At start up of Adobe Dreamweaver CS6.0 after an Update. Adobe Dreamweaver CS6 12.  2. I am on Windows Vista Home edition.
    It suggest at line 17 of the file “C:\ Program Files \Adobe \ Adobe Dreamweaver CS6\ Configuration \ Shared\ BC \ JS\ bc_ui_utils.js” MM.BC has no properties.
    What is the remedy to this and has there been a recent patch on this Javascript error?  Where can I get this patch. Thanks.
    Please advice.

    <?php require_once('Connections/attending.php');?>
    <?php if (!function_exists("GetSQLValueString"))
    {if (!function_exists("GetSQLValueString")) {
    function GetSQLValueString($theValue, $theType, $theDefinedValue = "", $theNotDefinedValue = "")
      if (PHP_VERSION < 6) {
        $theValue = get_magic_quotes_gpc() ? stripslashes($theValue) : $theValue;
      $theValue = function_exists("mysql_real_escape_string") ? mysql_real_escape_string($theValue) : mysql_escape_string($theValue);
      switch ($theType) {
        case "text":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;   
        case "long":
        case "int":
          $theValue = ($theValue != "") ? intval($theValue) : "NULL";
          break;
        case "double":
          $theValue = ($theValue != "") ? doubleval($theValue) : "NULL";
          break;
        case "date":
          $theValue = ($theValue != "") ? "'" . $theValue . "'" : "NULL";
          break;
        case "defined":
          $theValue = ($theValue != "") ? $theDefinedValue : $theNotDefinedValue;
          break;
      return $theValue;
    mysql_select_db($database_attending, $attending);
    $query_rsattend = "SELECT * FROM attendlist ORDER BY surname ASC";
    $rsattend = mysql_query($query_rsattend, $attending) or die(mysql_error());
    $row_rsattend = mysql_fetch_assoc($rsattend);
    $totalRows_rsattend = mysql_num_rows($rsattend);
    $editFormAction = $_SERVER['PHP_SELF'];
    if (isset($_SERVER['QUERY_STRING'])) {
      $editFormAction .= "?" . htmlentities($_SERVER['QUERY_STRING']);
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
      $insertSQL = sprintf("INSERT INTO attendlist (Windowsid, title, firstname, surname, extension, mobile, jobrole, course, cpg, mgrname, room, Adate) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
                           GetSQLValueString($_POST['Wid'], "text"),
                           GetSQLValueString($_POST['title'], "text"),
                           GetSQLValueString($_POST['firstname'], "text"),
                           GetSQLValueString($_POST['surname'], "text"),
                           GetSQLValueString($_POST['contactno'], "text"),
                           GetSQLValueString($_POST['mobile'], "text"),
                           GetSQLValueString($_POST['jobrole'], "text"),
                           GetSQLValueString($_POST['courses'], "text"),
                           GetSQLValueString($_POST['cpg2'], "text"),
                           GetSQLValueString($_POST['mgrname2'], "text"),
                           GetSQLValueString($_POST['troom'], "text"),
                           GetSQLValueString($_POST['Adate2'], "date"));
      mysql_select_db($database_attending, $attending);
      $Result1 = mysql_query($insertSQL, $attending) or die(mysql_error());
      $insertGoTo = "Listing.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $insertGoTo));
    if ((isset($_POST["MM_insert"])) && ($_POST["MM_insert"] == "form1")) {
      $insertSQL = sprintf("INSERT INTO attendlist (title, firstname, surname, extension, mobile, jobrole, course, cpg, mgrname, room, Adate) VALUES (%s, %s, %s, %s, %s, %s, %s, %s, %s, %s, %s)",
                           GetSQLValueString($_POST['title'], "text"),
                           GetSQLValueString($_POST['firstname'], "text"),
                           GetSQLValueString($_POST['surname'], "text"),
                           GetSQLValueString($_POST['contactno'], "text"),
                           GetSQLValueString($_POST['mobile'], "text"),
                           GetSQLValueString($_POST['jobrole'], "text"),
                           GetSQLValueString($_POST['courses'], "text"),
                           GetSQLValueString($_POST['cpg2'], "text"),
                           GetSQLValueString($_POST['mgrname2'], "text"),
                           GetSQLValueString($_POST['troom'], "text"),
                           GetSQLValueString($_POST['Adate2'], "date"));
      mysql_select_db($database_attending, $attending);
      $Result1 = mysql_query($insertSQL, $attending) or die(mysql_error());
      $insertGoTo = "Listing.php";
      if (isset($_SERVER['QUERY_STRING'])) {
        $insertGoTo .= (strpos($insertGoTo, '?')) ? "&" : "?";
        $insertGoTo .= $_SERVER['QUERY_STRING'];
      header(sprintf("Location: %s", $insertGoTo));
    } ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Register</title>
    <style type="text/css">
    <!--
    body {
              font: 100%/0.8 Verdana, Arial, Helvetica, sans-serif;
              background-color: #4E5869;
              margin: 0;
              padding: 0;
              color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
              padding: 0;
              margin: 0;
    h1, h2, h3, h4, h5, h6, p {
              margin-top: 0;           /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
              padding-right: 15px;
              padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
              border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
              color:#414958;
              text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
              color: #4E5869;
              text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
              text-decoration: none;
    /* ~~ this container surrounds all other divs giving them their percentage-based width ~~ */
    .container {
              width: 80%;
              max-width: 960px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
              min-width: 780px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
              background-color: #FFF;
              margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
    /* ~~the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo~~ */
    .header {
              background-color: #6F7D94;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
              padding: 10px 0;
    /* ~~ This grouped selector gives the lists in the .content area space ~~ */
    .content ul, .content ol {
              padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
    /* ~~ The footer ~~ */
    .footer {
              padding: 10px 0;
              background-color: #6F7D94;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
              float: right;
              margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
              float: left;
              margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
              clear:both;
              height:0;
              font-size: 1px;
              line-height: 0px;
    -->
    </style>
    <link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryValidationSelect.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryValidationSelect.js" type="text/javascript"></script>
    <script language='JavaScript' type='text/javascript' src='TSScript/yahoo.js'></script>
    <script language='JavaScript' type='text/javascript' src='TSScript/event.js'></script>
    <script language='JavaScript' type='text/javascript' src='TSScript/dom.js'></script>
    <script language='JavaScript' type='text/javascript' src='TSScript/calendar.js'></script>
    <link rel='stylesheet' type='text/css' href='TSScript/TSCalendar/calendar.css' />
    <script language='JavaScript' type='text/javascript' src='TSScript/TSCalendar/TSCalendar.js'></script>
    </head>
    <body>
    <div class="container">
      <div class="header"><!-- end .header --><img src="Cerner At Imperial2.jpg" width="960" height="150" alt="" /></div>
      <div class="content">
        <h3>Attendance Register
        </h3>
        <form action="<?php echo $editFormAction; ?>" id="form1" name="form1" method="POST">
          <table width="780" border="0" cellspacing="10" summary="Cerner@Imperial">
            <tr>
              <td><div align="right">* User ID</div></td>
              <td colspan="2"><span id="sprytextfield1">
                <input name="Wid" type="text" id="Wid" tabindex="1" size="18" maxlength="10" />
              <span class="textfieldRequiredMsg"> a value is required.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Title</div></td>
              <td colspan="2"><span id="spryselect1">
                <select name="title" id="title" tabindex="2">
                  <option value="0">Select</option>
                  <option value="Ms">Ms</option>
                  <option value="Mrs">Mrs</option>
                  <option value="Mdm">Mdm</option>
                  <option value="Mr">Mr</option>
                  <option value="Dr">Dr</option>
                  <option value="Professor">Prof</option>
                </select>
    <span class="selectRequiredMsg">    Please select an item.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* First name</div></td>
              <td colspan="2"><span id="sprytextfield2">
                <input name="firstname" type="text" id="firstname" tabindex="3" size="40" maxlength="30" />
              <span class="textfieldRequiredMsg"> a value is required.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Surname</div></td>
              <td colspan="2"><span id="sprytextfield5">
                <input name="surname" type="text" id="surname" tabindex="4" size="40" maxlength="30" />
              <span class="textfieldRequiredMsg"> a value is required.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Contact/ Bleep</div></td>
              <td colspan="2"><span id="sprytextfield3">
                <input name="contactno" type="text" id="contactno" tabindex="5" size="10" maxlength="6" />
              <span class="textfieldRequiredMsg">A value is required.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">Mobile (optional)</div></td>
              <td colspan="2"><input name="mobile" type="text" id="mobile" tabindex="6" size="25" maxlength="18" />          <span class="textfieldRequiredMsg">A value is required.</span><span class="textfieldInvalidFormatMsg">Invalid format.</span></td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Job role</div></td>
              <td colspan="2"><span id="spryselect2">
                <select name="jobrole" id="jobrole" tabindex="7">
                  <option value="0">Select</option>
                  <option value="Doctor">Doctor</option>
                  <option value="CNS/NP">CNS/NP</option>
                  <option value="Midwife">Midwife</option>
                  <option value="Other Staff">Other Staff</option>
                  <option value="Nurse IP HCA">Nurse IP &amp; HCA</option>
                  <option value="Nurse OP HCA">Nurse OP &amp; HCA</option>
                  <option value="IP Physician Assitant">IP Physician Assistant</option>
                  <option value="OP Phlebotomist">OP Phlebotmist</option>
                  <option value="Pharmacists">Pharmacists</option>
                  <option value="Therapist AHP">Therapist &amp; AHP</option>
                  <option value="Medical Secretary">Medical Secretary</option>
                  <option value="Bed Manager">Bed Manager</option>
                  <option value="Medical Record Staff">Medical Records</option>
                  <option value="Medical Records Manager">Medical Records Mgr</option>
                  <option value="OP Booking Clerk">OP Booking Clerk</option>
                  <option value="OP Receptionist">OP Receptionist</option>
                  <option value="ED Admin">ED Admin</option>
                  <option value="Ward Administrator">Ward Administrator</option>
                  <option value="IP Wait List Clerk/Mgr">IP Wait List Clerk/Mgr</option>
                  <option value="Antenatal Supervisor">Antenatal Supervisor</option>
                  <option value="Clinical Coder">Clinical Coder</option>
                  <option value="Clinical Coding Mgr">Clinical Coding Mgr</option>
                  <option value="Pi Help Desk Backoffice">Pi Help Desk Analyst/Back Office</option>
                </select>
              <span class="selectInvalidMsg">Please select a valid item.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Manager's Name</div></td>
              <td colspan="2"><span id="sprytextfield4">
              <input name="mgrname2" type="text" id="mgrname2" tabindex="8" size="40" maxlength="30" />
              <span class="textfieldRequiredMsg">A value is required.</span></span></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Attendance Data </div></td>
              <td colspan="2">
                <span id="sprytextfield6">
                <input name="Adate2" type="text" id="Adate2" tabindex="9" />
                <span class="textfieldRequiredMsg"> a value is required.</span><span class="textfieldInvalidFormatMsg"> invalid format.</span></span>
    </td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Course</div></td>
              <td colspan="2">
              <select name="courses" id="courses" tabindex="10">
                <option value="0">Select</option>
                <option value="Doctors">Doctors</option>
                <option value="Nurse IP">Nurse IP</option>
                <option value="Nurse OP">Nurse OP</option>
                <option value="Midwife">Midwife</option>
                <option value="HCA">HCA</option>
                <option value="Pharmacist">Pharmacist</option>
                <option value="Back Office Staff">Back Office Staff</option>
                <option value="AHP">AHP</option>
                <option value="Pi Help Desk Analyst">Pi Help Desk Analyst</option>
                <option value="Medical Secretary">Medical Secretary</option>
                <option value="OP Phlebotmist">OP Phlebotmist</option>
                <option value="Champion Users Doctors">Champion Users Doctors</option>
                <option value="Champion Users Nurse IP">Champion Users Nurse IP</option>
              </select></td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* Location &amp; Room</div></td>
              <td><select name="troom" id="troom" tabindex="11">
                <option value="0">Select</option>
                <option value="CXH">Charing Cross</option>
                <option value="HH">Hammersmith Hammersmith</option>
                <option value="QEH">Queen Charlottee Hospital</option>
                <option value="SMH">St Mary's Hospital</option>
                <option value="WEH">Western Eye Hospital</option>
                <option value="SCC">St Charles Community</option>
              </select></td>
              <td> </td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="right">* CPG</div></td>
              <td><select name="cpg2" id="cpg2" tabindex="12">
                <option value="0">Select</option>
                <option value="CPG 1 Medicine">CPG1 - Medicine</option>
                <option value="CPG 2 Surgery &amp; Cancer">CPG2 - Surgery and Cancer</option>
                <option value="CPG3 Specialist Services">CPG3 - Specialist Services</option>
                <option value="CPG4 Circulatory Services and Renal Medicine">CPG4 - Circulatory Services and Renal Medicine</option>
                <option value="CPG5 Womens and Childrens">CPG5 - Womens and Childrens</option>
                <option value="CPG6 Clinical and Investigative Sciences">CPG6 - Clinical and Investigative Sciences</option>
                <option value="CP7 Private Patients">CPG7 - Private Patients</option>
                <option value="Others">Others</option>
              </select></td>
              <td> </td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td><input type="submit" name="submitbt" id="submitbt" value="Submit" /></td>
              <td> </td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
            <tr>
              <td><div align="center">* Mandatory Fields</div></td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
            <tr>
              <td> </td>
              <td colspan="2"> </td>
              <td> </td>
            </tr>
          </table>
          <input type="hidden" name="MM_insert" value="form1" />
        </form>
        <p> </p>
        <p> </p>
        <!-- end .content --></div>
      <div class="footer"></div>
    <script type="text/javascript">
    var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1", "none", {validateOn:["blur", "change"]});
    var spryselect1 = new Spry.Widget.ValidationSelect("spryselect1", {validateOn:["blur", "change"]});
    var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2", "none", {validateOn:["blur", "change"]});
    var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3", "none", {validateOn:["blur", "change"]});
    var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4", "integer", {validateOn:["blur", "change"]});
    var spryselect2 = new Spry.Widget.ValidationSelect("spryselect2", {invalidValue:"-1", isRequired:false, validateOn:["blur", "change"]});
    var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4", "none", {validateOn:["blur"]});
    var sprytextfield5 = new Spry.Widget.ValidationTextField("sprytextfield5", "none", {validateOn:["blur", "change"]});
    var sprytextfield6 = new Spry.Widget.ValidationTextField("sprytextfield6", "date", {validateOn:["change"], format:"dd/mm/yyyy"});
        </script>
    </body>
    </html>
    <?php
    mysql_free_result($rsattend);
    ?>

  • Will upgrading my OS fix the following problem...

    The problem: I want to log into a WPA2-encrypted wireless network. I have a 1ghz G4 powerbook with an older airport card that runs at B speeds only, which is fine. Speed isn't the issue. It's the WPA2 that's an issue. I'm running 10.3.9 and will happily upgrade to whatever the next version is that's coming out soon if I can expect WPA2 support.
    My husband is running 10.4.something and he is able to use our WPA2-encrypted network, but he's got a newer powerbook with a newer airport card, so I don't know if it's the hardware or the software that matters.

    I was hoping to avoid buying a newer card because I don't want anything in the pcmcia slot. If I could upgrade the airport card itself, that would be fine, but I don't think I can.
    It's sad, really. This is the one and only thing that's starting to become a problem with this powerbook. I have no need to upgrade the machine in any other way. It works and satisfies my needs perfectly fine in every other way except that I really want WPA2/AES. Does anyone know of any third party software that could do what I want? I didn't think this would be hardware dependent as I was recently able to flash a bridge so that it would support WPA2 (although I think it was originally able to support WPA, if that matters at all).
    If I have to buy an expansion card, then I will, but if I can go with a software solution, I would much prefer that.

  • When will Adobe make the 'Moleskin,Creative Cloud Connected App' available for android devices?

    I'm going to get a mobile upgrade soon and I like the android OS more than the iOS. But the app is only available for iOS. I'm willing to switch to Apple if the appl isn't coming out for another 1+ year.

    >this is an old account of my wife that has been cancelled, and I can't change it
    Uninstall... run the Cleaner... Restart your computer... Reinstall using YOUR account
    -http://helpx.adobe.com/creative-cloud/help/install-apps.html (and uninstall)
    -using the cleaner after uninstalling and before reinstalling will usually help
    -http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html

  • Will Adobe make a product that is Adobe Muse combined with Adobe Edge Reflow?

    I love how Adobe Muse works, its simple and very easy to learn. The only issue I have with the program is, the sites that I produce from Muse is not a fully responsive site. I was wondering if Adobe will allow us to set-up our own breakpoints in the future like Adobe Edge Reflow.

    They work very differently, what i would like (and this section of the forum isn't meant for feature requests)
    is when you create a new muse site it asks what kind of site you want:
    Responsive
    static
    blog
    etc.... that would be nice.
    or just make it responsive.
    But i doubt this will happen soon

  • When will Adobe Camera Raw recognize the Canon 6D RAW files?

    Does anyone know when Canon 6D will be added to the list of cameras that ACR recognizes the RAW files?

    Hopefully ACR 7.3 (Main Release), if not ACR 7.4 (RC - Release Candidate/ Beta) should support EOS 6D.
    You can stay tuned to any updates from here: http://labs.adobe.com/technologies/ on availability of new Camera Raw versions.
    -ST

  • How well will Mountain Lion run on the following MacBook Pro?

    Thinking about biting the bullet and upgrading to Mountain Lion on my MacBook Pro. My specs are as follows:
    MacBook Pro 15"
    (Late 2008 model MacBookPro5,1)
    Intel core 2 duo 2.53Ghz
    8GB RAM
    1TB HD with 390GB free
    Mac OS X 10.6.8
    So, how well will Mountain Lion run on this configuration? Currently I'm finding my computer annoyingly slow, so am wondering whether an upgrade was worth trying or not?
    Any advice would be most appreciated!
    Thanks!
    Joe.

    Sorry, I should have been clearer - that's what I was thinking, which is why I was asking the question. I thought that if I was going to all the effort of a reformat etc that I should just upgrade to Mountain Lion while I was at it, but didn't want to do that if it was going to run really slowly anyway and then have to go through it all again to go back to Snow Leopard.
    etresoft wrote:
    .... Mountain Lion should run fine on that machine.
    So, have you had any personal experience of Mountain Lion running fine on this MacBook Pro? I know that officially it will run, but I'm wondering about the "real life" experience of it running on this model.
    Anyone out there able to share their expeience?

  • Will iCloud let me do the following...?

    OK, I have a few old home made videos laying around on my friends PC, which I want to get a hold of and keep them. Of course, the best way to make sure I do not lose them is to store them in the Cloud. however,  am not sure if iCloud will let me do this? because iCloud is app reliant, how can I get the videos, put them on my mac and iPhone yet somehow store them in iCloud? I would need to somehow put the videos into my photo album, but then if I managed to succeed in doing that (doubt you can as it will go into the video part of the iPod on iPhone), iCloud only store the item for 30 days anyway via photo stream (does it even store videos done by the camera!?). I don't think iCloud will let me store my video in iCloud which hasn't been bought on iTunes, will it?
    Help me please

    what if people want to store old videos of past mempries like that.
    They choose a cloud storage service designed for that purpose.
    why doesnt iCloud offer this option???
    Because it wasn't designed for that. Not every product or service has every conceivable feature from day one.

  • Adobe extension manager messages "the following extension conflicts with other extensions

    Hello,
    I got this message from Adobe Extension manager but it didn't list what extensions or other plugins that conflicted with the hollywood2 2.0 plugin that i was trying to install, anyone else have issues downloading plugins through extension manager?
    Any help is greatly appreciated.
    Thanks, Kelly

    Seems to be a lot of this going on. Wondering if we're wasting our time with this??!!

  • I am using a Mac with OS 10.9, many of the Acrobat files will not open, I receive the following message:

    Adobe Reader could not open 'Aeron_Chairs_adjustment_guide.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).
    This happens very often.  Is there a setting I need to check?  I downloaded the lasted version of Reader with no change when opening a Acrobat file.
    Thanks

    How do you tell the download to save to your desktop. Please tell us EXACTLY what you click, what it says, what you do, etc. The essence of the problem is that there is more than one way to do things, so we need to know just exactly what you are doing. Also, what app do you view your mail in.

  • Why will Adobe Reader10 Not open the PDF when I press the "Help" button in my software Sibelius?

    Hi There,
    I'm running windows 7 on my lap top (64 bit) and installed Adobe Reader 10. I use Sibelius software to write music. In the In the Sibelius Menu bar is a "Help" button. When you click on this the reference books (on PDF's) that are provided are suppose to open up. This is not hppening.
    When I go to the Adobe file and right click I see at the bottom "Properties" it is in this area that I believe I'm suppose to give Adobe Reader 10 permissions to open PDFs. I'm not sure though what exactly needs to happen.
    Who can help me!!!
    If you wish call me at 512-947-4931
    Thanks,
    David

    Initially we did not have full support for some large files -  we've recently changed this.  Please update Mix and try again.  We apologize for your inconvenience and thank you for your feedback.
    -Bryan

  • When will adobe make FLASH layers export to illustrator possible? (again)

    Why oh Why is it not possible to export layers FROM Flash TO Illustrator.
    Yes there are still people designing and drawing there artwork in Flash, refining them later in Illustrator.
    The SVG format creates just one layer containing the flash layers as groups.
    Will this again be possible? and for the time being does anyone know a easy way to separate groups into layers?
    Many thanks in advance!

    Select all the groups, right click>Distribute to Layers.

Maybe you are looking for

  • Artwork messed up

    Hey guys im having this issue with my recently bought iPod Touch 4G...all of a sudden some artworks started mixing up and some appear just a half and a half of another one...what can it be?? any suggestion other than restoring the device( cause it wo

  • IMac waking from sleep several times at night

    For some reason my iMac won't stay asleep. This is starting to bother me because my iMac is beside my bed and it wakes me up when I hear the hard drive spin back up. I counted at least 4 times last night that I heard it wake itself up (and me). I usu

  • CANT UPDATE PAYMENT INFO WITH PREVIOUS PURCHASED!!!

    hi, i wanna ask you, why i cant update apps? they said that i owe apple for previous purchased. i think that i already pay the apps. please help me! and i cant update my payment info, i cant put it to none!!!!

  • Importing directly to Photoshop

    I would like to know how to import pictures directly into photoshop. Currently the photos I import go to IPhoto, and then I have to find the right file. Not only is this more time consuming than I'd like it is difficult to find the files sometimes. A

  • Satellite C660 - How to downgrade the BIOS?

    I have the same problem. Latest BIOS version for my notebook is 1.3 but on my is 1.4 installed?! Notebook is 10 days and I cant work with it. We have few C660 (PSC0LE) we bought tham on same day and they all have 1.3 and are working perfect. Only my