[svn:fx-trunk] 8708: Fix broken build

Revision: 8708
Author:   [email protected]
Date:     2009-07-21 07:46:45 -0700 (Tue, 21 Jul 2009)
Log Message:
Fix broken build
Modified Paths:
    flex/sdk/trunk/frameworks/projects/textLayout/build.xml

Welcome back everyone.
Hope you all had good holidays.
Cheers
glenn
tinylion development & design

Similar Messages

  • [svn:fx-trunk] 10866: Fix broken links in ASDoc comments for TLFTextInput. as and TextArea.as, and add OverrideBase.as to ASDoc output

    Revision: 10866
    Author:   [email protected]
    Date:     2009-10-05 08:56:44 -0700 (Mon, 05 Oct 2009)
    Log Message:
    Fix broken links in ASDoc comments for TLFTextInput.as and TextArea.as, and add OverrideBase.as to ASDoc output
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: - checkintests
    Is noteworthy for integration: No
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/src/mx/states/OverrideBase.as
        flex/sdk/trunk/frameworks/projects/spark/src/mx/controls/TLFTextInput.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/TextArea.as

    Sorry about that. I am not exactly sure where the problem is, but I know it takes place after I put the <nav> in (in the html portion). If I understand what I am learning, the CSS at the top will structure my html code so I would have thought the CSS tageting my nav would be the focus. Maybe it is a different section though.
    CSS part:
    nav p {
    font-size: 90%;
    color: #FFC;
    text-align: right;
    font-weight: bold;
    background-color: #090;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #060;
    HTML part: (bold italic is the part I added)
    <body>
    <div class="container">
      <div id="apDiv1"><img src="Lessons/images/butterfly-ovr.png" width="170" height="158" alt="GreenStart Logo"></div>
      <header></header>
      <nav>
        <p>Home | About Us | Contact Us</p>
      </nav>
      <div class="sidebar1">
        <ul class="nav">
          <li><a href="#">Green News</a></li>
          <li><a href="#">Green Products</a></li>
          <li><a href="#">Green Events</a></li>
          <li><a href="#">Green Travel</a></li>
          <li><a href="#">Green Tips</a></li>
        </ul>

  • [svn:fx-trunk] 9178: Fix the build.

    Revision: 9178
    Author:   [email protected]
    Date:     2009-08-07 15:01:37 -0700 (Fri, 07 Aug 2009)
    Log Message:
    Fix the build.  removed duplicate line left in comment
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/rpc/xml/SimpleXMLEncoder.as

  • [svn:fx-trunk] 10051: fix the build. xml that we include in the package in the frameworks directory.

    Revision: 10051
    Author:   [email protected]
    Date:     2009-09-08 07:53:47 -0700 (Tue, 08 Sep 2009)
    Log Message:
    fix the build.xml that we include in the package in the frameworks directory. 
    -remove haloclassic
    -add textlayout
    -reorganize the targets
    QE notes: no
    Doc notes: no
    Bugs: sdk-22441
    Reviewer: n/a
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-22441
    Modified Paths:
        flex/sdk/trunk/frameworks/build_framework.xml

  • [svn:fx-trunk] 11193: fix packaged build file for textlayout to accommodate the recent changes made to that project

    Revision: 11193
    Author:   [email protected]
    Date:     2009-10-27 13:08:28 -0700 (Tue, 27 Oct 2009)
    Log Message:
    fix packaged build file for textlayout to accommodate the recent changes made to that project
    QE notes: no
    Doc notes:
    Bugs: sdk-23302
    Reviewer:
    Tests run: checkintests
    Is noteworthy for integration: no
    Ticket Links:
        http://bugs.adobe.com/jira/browse/sdk-23302
    Modified Paths:
        flex/sdk/trunk/frameworks/build_framework.xml

    There are two main annoying problems with Flash Builder and swc's:
    1.  Flash Builder doesn't reflect changes made to swc files
    Solution : First of all - keep your swc files inside your project folder, you can also disable global swc cache: change as3api.cpp code,refresh swc in flashBuilder bug!
    2. Flash Builder breakes content inside swc files (and also popular problem "TypeError: Error #1034: Type Coercion failed: cannot convert flash.display::MovieClip@1f21adc1 to...")
    Solution : locate the project .actionScriptProperties file and set useFlashSDK=”false” :  Flash Builder 4.7 – useFlashSDK | In Flagrante Delicto!
    In this case you can also download latest Apache Flex SDK to target new Flash player versions: http://flex.apache.org/
    Hope this helps!
    P.

  • [svn:fx-trunk] 12998: Fix frameworks build file that gets put in the package.

    Revision: 12998
    Revision: 12998
    Author:   [email protected]
    Date:     2009-12-16 10:31:53 -0800 (Wed, 16 Dec 2009)
    Log Message:
    Fix frameworks build file that gets put in the package.  Currently this won't work out of the box,  there is an issue when trying to compile with static-rsls="false"  the quick fix for this work is update the value of static-link-runtime-shared-libraries = true
    QE notes: no
    Doc notes: no
    Bugs: no
    Reviewer: no
    Tests run: made sure the swcs all recompile within the package
    Is noteworthy for integration: no
    Modified Paths:
        flex/sdk/trunk/frameworks/build_framework.xml

  • [svn:bz-trunk] 18966: Fix the build.

    Revision: 18966
    Revision: 18966
    Author:   [email protected]
    Date:     2010-12-02 10:13:56 -0800 (Thu, 02 Dec 2010)
    Log Message:
    Fix the build.
    Modified Paths:
        blazeds/trunk/modules/core/src/flex/messaging/endpoints/AbstractEndpoint.java
        blazeds/trunk/modules/core/src/flex/messaging/io/SerializationContext.java

  • [svn:fx-trunk] 8706: Fix broken ASDoc comment

    Revision: 8706
    Author:   [email protected]
    Date:     2009-07-21 06:35:30 -0700 (Tue, 21 Jul 2009)
    Log Message:
    Fix broken ASDoc comment
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: -
    Tests run: - checkintests
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/airframework/src/mx/core/FlexHTMLLoader.as
        flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • [svn:fx-trunk] 7538: fix broken ASDoc comment

    Revision: 7538
    Author:   [email protected]
    Date:     2009-06-03 13:51:37 -0700 (Wed, 03 Jun 2009)
    Log Message:
    fix broken ASDoc comment
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/rpc/src/mx/messaging/ChannelSet.as

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • [svn:fx-trunk] 5203: Fix broken ASDoc comment

    Revision: 5203
    Author: [email protected]
    Date: 2009-03-08 11:43:31 -0700 (Sun, 08 Mar 2009)
    Log Message:
    Fix broken ASDoc comment
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/layout/LayoutBase.as

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • [svn:fx-trunk] 5037: Fix broken ASDoc comments

    Revision: 5037
    Author: [email protected]
    Date: 2009-02-23 07:29:40 -0800 (Mon, 23 Feb 2009)
    Log Message:
    Fix broken ASDoc comments
    QE Notes: None
    Doc Notes: None
    Bugs: -
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/IGraphicElement.as

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • [svn:fx-trunk] 11723: Fix broken ASDoc example

    Revision: 11723
    Author:   [email protected]
    Date:     2009-11-12 12:50:17 -0800 (Thu, 12 Nov 2009)
    Log Message:
    Fix broken ASDoc example
    Modified Paths:
        flex/sdk/trunk/frameworks/projects/framework/asdoc/en_US/mx/effects/examples/AddItemActio nEffectExample.mxml

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

  • [svn:fx-trunk] 5235: Fix asdoc build failure.

    Revision: 5235
    Author: [email protected]
    Date: 2009-03-11 09:46:01 -0700 (Wed, 11 Mar 2009)
    Log Message:
    Fix asdoc build failure.
    QE Notes: None
    Doc Notes: None
    Bugs: none
    Reviewer: Gaurav
    tests: ant doc
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/airframework/build.xml

  • [svn:fx-trunk] 9722: Fix the build.

    Revision: 9722
    Author:   [email protected]
    Date:     2009-08-27 15:53:29 -0700 (Thu, 27 Aug 2009)
    Log Message:
    Fix the build.  Goes with rev 9721.  Remove framework_textLayout from build.xml
    Modified Paths:
        flex/sdk/trunk/build.xml

  • [svn:fx-trunk] 6423: Fix broken ASDoc comment

    Revision: 6423
    Author:   [email protected]
    Date:     2009-04-30 10:11:43 -0700 (Thu, 30 Apr 2009)
    Log Message:

    Welcome back everyone.
    Hope you all had good holidays.
    Cheers
    glenn
    tinylion development & design

Maybe you are looking for

  • A Modest Proposal

    Let's assume that a 61 year old guy, we'll call him Andy, is staying at his son's place temporarily, as an alternative to homelessness due to the on-going depression. Let's further assume that Andy needs to be able to print files on his son's Windows

  • Profit Center cannot be posted to in new financial year

    I am unable to post an invoice or any document to a particular Profit Center- the error msg says "Profit Center cannot be posted to in new financial year" I am able to post to other PCs in the same co code. The validity in that PC master is till year

  • Wireless Sync keeps being disabled when connecting Blackberry 8900 to DM 6.0.1

    Our MD has a Blackberry 8900 on Vodafone (UK), which is exhibiting very odd behaviour when he connects it via USB to Desktop Manager 6.0.1 on Windows 7 64-bit.  Despite enabling Wireless Calendar Sync on the device (and indeed it working), the moment

  • Possible to configure Proxy for Wi-Fi in Configuration Utility?

    Is it possible to set the proxy information under the Wi-Fi section of the iPhone Configuration Utility? Being able to pre-configure the SSID, security type, etc is great, but I do not see a place to configure the proxy information...still have to ma

  • What to set authorization on characteristic value

    HI team I want to set a authorization on characteristic value, to be displayed in Bex report depending on user accessing that report Say : I have one report which show data about company code. I want to set authorization on characteristic value of Co