Cannot compile anything other than default.as

Hello group, have downloaded trial Flex Builder, installed
2.0.143 on xp pro. Have debugger 9.0.28 successfully installed.
Have been able to write mxlm and run file. Though now I need to
compile/run large as3 file. Create project and compile and run is
ok as default.as. When I create a package and do import that works
but the compiler in the package folder does not show compile
errors.
Even if I try to produce error or take default.as with
compile errors and put them in created folder compiler does not see
the errors as it did when it was in root as default.as.
Also cannot get a trace to show up? Did a search on c:\ for
mm.cfg cannot find? Did uninstall and re-install samething?
Also line numbers on files drop out at times even though they
are invoke in preferences and I only have one perspective?
Can any one help?

as specified in the error message, you can download it - together with the newest version of the Zotero MacWord Integration - on the Zotero webpage:
http://www.zotero.org/support/word_processor_plugin_installation_for_zotero_2.1#microsoft_word

Similar Messages

  • HT5457 Cannot get ringtones other than default ringtones since downloading ios 6

    Cannot get ringtones other than default ringtones since downloading ios6

    I should also mention that I tried the posted trick of changing the year to 2013 and attempting to update or download apps. Yeah... that doesn't work.

  • Page layout appears incorrect in anything other than IE 10...?

    Hi
    I have created a very simple microsite in Dreamweaver CS6 (my web design knowledge is very basic hence the ‘very simple microsite’!).
    My site appears and work well in Internet Explorer (10) although when viewed in previous versions Firefox or Chrome the pages appear on the right hand side of the screen rather than centralised as it should. 
    I initially used one of the default fixed layout templates in Dreamweaver in which I have used tables on some pages but not on others?  
    Another strange thing is that I have a simple navigation bar at the top of the pages which consist of three rollover buttons ‘Next, Home and Back’ in that order.  However when viewed in anything other than IE 10 the 'Next' and 'Back' buttons have been reversed??? 
    I thought it would be quicker to ask for some advice rather than try and work out the problem, so any suggestions will be very much appreciated!
    Many thanks
    Kim

    Thank you, here's the code for my index page which is also proving to be a problem....
    <!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"><!-- InstanceBegin template="/Templates/template_welcome page.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Pulse Dynamics </title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <link href="CSS/Logo.css" rel="stylesheet" type="text/css" />
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    body  {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        background: #666666;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
        background-color: #f2f4f4;
    .thrColFixHdr #container {
        width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        background: #FFFFFF;
        text-align: left; /* this overrides the text-align: center on the body element. */
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-left-color: #000000;
    .thrColFixHdr #header {
        height: 152px;
        background-color: #FFF;
        background-repeat: no-repeat;
        background-image: url(file:///T|/Copy%20of%20Pulse%20Dynamics%20WEB%20copy%20taken%20Feb%202012%20Edited%20 version/Images/headerlogo.jpg);
        background-position: right;
        padding: 20;
    .thrColFixHdr #header h1 {
        margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    .thrColFixHdr #mainContent {
        margin-top: 0;
        margin-right: 0px;
        margin-bottom: 0;
        margin-left: 0px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 0;
        padding-left: 20px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: small;
    .thrColFixHdr #footer {
        padding: 0 10px 0 20px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: #464646;
        color: #FFF;
    .thrColFixHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .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 */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    a:link {
        color: #000000;
        text-decoration: none;
    a:hover {
        color: #000000;
        text-decoration: none;
    a:visited {
        text-decoration: none;
        color: #000000;
    a:active {
        text-decoration: none;
        color: #851f82;
    #Navbar {
        width: 120px;
    #Navbar {
    #Navigation bar {
        height: 50px;
        width: 540px;
        margin-right: auto;
        margin-left: auto;
    #Title header {
        font-size: 12px;
        font-style: italic;
        font-weight: bold;
        color: #606;
    #Sub title {
    #Spacer {
    #Main body {
    -->
    </style><!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .thrColFixHdr #sidebar1 { width: 180px; }
    .thrColFixHdr #sidebar2 { width: 190px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
    .thrColFixHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <link href="file:///T|/Copy of Pulse Dynamics WEB copy taken Feb 2012 Edited version/navigation.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    <style type="text/css">
    <!--
    h1,h2,h3,h4,h5,h6 {
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    h1 {
        font-size: large;
        color: #851f82;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    body,td,th {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: small;
        color: #000000;
        float: right
    -->
    </style>
    <link href="file:///T|/Copy of Pulse Dynamics WEB copy taken Feb 2012 Edited version/bottomnav.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a {
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    -->
    </style>
    <link href="file:///T|/Copy of Pulse Dynamics WEB copy taken Feb 2012 Edited version/bottomnavlinks.css" rel="stylesheet" type="text/css" />
    <link href="file:///T|/Copy of Pulse Dynamics WEB copy taken Feb 2012 Edited version/pulseemail.css" rel="stylesheet" type="text/css" />
    </head>
    <body class="thrColFixHdr" onload="MM_preloadImages('Images/Buttons/Gif%20buttons/images/new%20buttons/Up-button-our -services.gif','Images/Buttons/Gif%20buttons/images/new%20buttons/Down-button-our-services .gif','Images/Buttons/Gif%20buttons/images/new%20buttons/Up-button-the-challenge.gif','Ima ges/Buttons/Gif%20buttons/images/new%20buttons/Down-button-the-challenge.gif','Images/Butt ons/Gif%20buttons/images/new%20buttons/Up-button-our-approach.gif','Images/Buttons/Gif%20b uttons/images/new%20buttons/Down-button-our-approach.gif','Images/Buttons/Gif%20buttons/im ages/new%20buttons/Up-button-benefits.gif','Images/Buttons/Gif%20buttons/images/new%20butt ons/Down-button-benefits.gif','Images/Buttons/Gif%20buttons/images/new%20buttons/Up-button -resources.gif','Images/Buttons/Gif%20buttons/images/new%20buttons/Down-button-resources.g if','Images/Buttons/Gif%20buttons/images/new%20buttons/Up-button-contact-us.gif','Images/B uttons/Gif%20buttons/images/new%20buttons/Down-button-contact-us.gif')">
    <div id="container"><!-- InstanceBeginEditable name="header" -->
      <div id="emaillink">
      </div>
    <!-- InstanceEndEditable -->
      <div id="pulseemail">
        <div align="right"></div>
      </div>
      <!-- InstanceBeginEditable name="main content area" -->
      <div id="mainContent">
        <p> </p>
        <p> </p>
        <h1 align="center"><em>The instant voice for every person, everywhere, all the time.</em></h1>
        <h1 align="center"><img src="Images/pngs/Pulse-Dynamics-logo_large.png" width="813" height="325" /></h1>
        <p align="center">Welcome to Pulse Dynamics training</p>
        <p align="center"> </p>
        <p align="center"><a href="Contents.html"><img src="Images/pngs/Click-here-to-start-button.png" width="156" height="39" alt="Click here to start" /></a></p>
        <p> </p>
      </div>
      <!-- InstanceEndEditable -->
      <div id="footer">
        <p align="left"><strong>Pulse Dynamics Ltd.</strong>    </p>
        <p align="left"><strong>e: </strong><a href="mailto:[email protected]"><strong><font color="#edc2ff">[email protected]</font></strong></a>
          <!-- end #footer -->
        </p>
      </div>
    <!-- end #container --></div>
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try{
    var pageTracker = _gat._getTracker("UA-3325753-6");
    pageTracker._trackPageview();
    } catch(err) {}
    </script>
    </body>
    <!-- InstanceEnd --></html>

  • APEX 4.2.2 - ORA-6502 when logging in to application with anything other than Firefox!

    If I try to log into my application through anything other than Firefox I get the following message on the screen:
    Error
    Error processing request.
    ORA-06502: PL/SQL: numeric or value error
    OK
    If I try to access the APEX Builder through a browser other than Firefox, I get no HTML returned.
    Last night I upgraded from 4.1 to 4.2.2 and ran the patch that dealt with missing developer toolbars...
    Of course, I only ever use Firefox, but my users are using IE...
    Any ideas?
    Message was edited by: AndyH
    Clarified that this is a 4.2.2 issue.

    Hi,
    I do not know if this relating bug 16760897
    Oracle Application Express 4.2.2 - Known Issues
    Regards,
    Jari

  • A library on my hard drive became corrupted, so I over-wrote it from an external hard drive.  When I access the library now on my hard drive, many of the images are vertical, and cannot be rotated other than one at a time.  Ideas to correct this?

    A library on my hard drive became corrupted, so I over-wrote it from an external hard drive.  When I now access the library on my hard drive, many of the images are vertical, and cannot be rotated other than one at a time.  Ideas to correct this?

    You had already done "Repair" and "Rebuild"?  These usually takes scores of minutes or hours.
    Does the Library on your external drive work from the external drive?  Navigate to it in Finder and double-click the name.
    If it does, delete the problem Library, empty the System Trash, reboot, Verify your system disk using Disk Utility (and might as well repair permissions while you're at it), reboot, test the external drive Library once more to confirm it works properly, then close it and copy the Library to your system drive.  When the copying is done, double-click the Library (now on the system drive) and see what you get.

  • When syncing with itunes, got error message saying had error and now ipad2 will not do anything other than showing the USB cable with arrow pointing to Itunes on screen.  have done the reset and restart, but still get same thing.

    when syncing with itunes, got error message saying had error and now ipad2 will not do anything other than showing the USB cable with arrow pointing to Itunes on screen.  have done the reset and restart, but still get same thing.  Ipad does not show up in itunes even though cable plugged in.  Have shut down and restarted Windows 7 computer.

    I had done all of that to no avail.  I did call Apple Tech Support and after he suggested I try a USB port in the rear of the Win 7 computer, things starting working again.  I had tried switching the USB port at the front of the machine but that had not helped.  Everything is good to go again.  thanks for  your reply

  • I am using Windows XP on my laptop. Had to format the C drive. I have reinstalled iTunes but I am unable to add anything other than music, TV shows and movies to the iTunes library. It is not showing any option to add podcasts, books, photos or apps.

    I had to format the C drive recently. I have reinstalled iTunes but I am unable to add anything other than music, TV shows and movies to the iTunes library. It is not showing any option to add podcasts, books, photos or apps. These things are available on my iPhone but are no longer there in the iTunes library. Please help.

    In iTunes go to general preferences and check the boxes for those you wish to see in the library.

  • Use printer other than default?  how to hard code it?

    Is it possible to make application to use specific printer but other than default? may be hard code it into application code?
    For example I know the name of print service(the PATH to configured printer) and I want my application to use THAT printer most of the time. how can make it so that my application uses one printer which is other than default..
    printDialog is not a good solutionin in my case I think because user might have 15 printers configured on his machine! and I do not want him to scroll PrintServices combobox looking for needed printer... why not show only 2 or printers out of 15?
    or in my case I think it is even better to hard code couple of configured printers in an application code so that I user does not get tired of working with printDialog window every time he needs to print. When my application is released to client it will be used especially for printing porposes of one particular document so he does not need to see margins and printer settings everytime.

    Basically the print dialog should offer this function without you having to code it. I don't know on Windows but on my Mac you can select printers other than default and get the computer to remember them.

  • How to install adobe X or XI in a directory other than default.

    Please,
    I need install Adobe reader in a diferent directory of default.
    How to install adobe X or XI in a directory other than default.
    best Regards.

    What OS? Why are you trying to install i a different directory. No matter what directory you install in, quite a bit must be installed on the boot drive. If you are running out of hard drive space, it is time to get a new hard drive.

  • Can I hook up Apple TV to my HDTV? If so, do I need anything other than the Apple TV box?

    Can I hook up Apple TV to my HDTV? If so, do I need anything other than the Apple TV box?

    You'll need an HDMI cable to hook it to your TV.  Once you have that, you just have to plug in the Apple TV power and then plug it into the television using the HDMI cable.
    EDIT:
    If you don't have wireless you'll also need an ethernet cable to hook the Apple TV up to your router so you can stream content from the internet.
    Message was edited by: alexives

  • I am a student trying to purchase creative card with a maestro card but won't allow anything other than master card or visa, is there any way around this?

    I am a student trying to purchase creative cloud with a maestro card but won't allow anything other than master card or visa, is there any way around this?

    No, not that I know about... but you might check the credit card page to see if there is an option
    Change/Verify Account https://forums.adobe.com/thread/1465499 may help
    -Credit card https://helpx.adobe.com/utilities/credit-card.html

  • Anything other than buttons on ALV Grid toolbar?

    Does anyone know if anything other than buttons can be placed on a ALV Grid toolbar, eg. a piece of text or an input field? The filter button for data selection may be too cumbersome/slow for a call centre operator; I want to have a display field with a dropdown identifying a data field and an input field to accept a value on which to select.

    may be you can do some thing like this..instead of having a input field on the toolbar. have an input field above the ALV grid(this is applicable only when you are using Object Oriented ALV).
    | input field : ________________   |
    |__________________________________|
    | ALV GRID OUTPUT                  |
    |__________________________________|
    you can have a button along with input field also. enter the value in it, and press enter . in the enter handling fetch all the data. and display in the ALV grid.
    in the screen fiest create input field, and button, then place the custom control. on the custom control you place the grid.

  • Report using Script to determine users using anything other than Free/Busy Only Permission

    Is it possible to create a script that can query all mailboxes in an exchange environment, and return any mailboxes that has anything other than "Free/Busy"?   This would be in Exchange 2007.  Not sure why it put me in 2013.
    -It's not enought to just be right.

    Is it possible to create a script that can query all mailboxes in an exchange environment, and return any mailboxes that has anything other than "Free/Busy"?   This would be in Exchange 2007.  Not sure why it put me in 2013.
    -It's not enought to just be right.

  • I bought my macpro in NY but now I live in France. I want to order an album via IPHOTO and it cannot be delivered other than in US??? please I need help

    I bought my macpro in NY but now I live in France. I want to order an album via IPHOTO and it cannot be delivered other than in US??? please I need help

    I assume you mean 'Order an album via iTunes', not iPhoto.
    If you live in France, I believe your account with Apple will need to show a French residential address and be supported by a credit card issued by a bank in France.
    That means you will need to open a new account if these details are not part of your current account.
    Incidentally, some albums in iTunes USA are not available in all countries due to licensing agreements etc.

  • Calendar sync with anything other than outlook?????????

    "I am trying to sync my phone calendar with anything other than outlook.  can anyone help???

    hello,
    if you look at the Desktop Software page on the blackberry.com website, there is a section called "requirements" and in that section you have a paragraph with the list of PC software against which you can do a synchronization.
    apart from PC software, you can also synchronize with GMail Contacts, Google Calendar, Yahoo!Mail and probably some other like facebook contacts, facebook events.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

Maybe you are looking for