Flex 2 charting trial watermark appears when building via Ant

The trial watermark appears when building with the flex Ant
tasks, but not via Flex Builder 2. I believe the Ant tasks set up
the compiler options with the same arguments in FB, and the build
library path is also the same, but the trial watermark still
appears.
The charting source has been extracted into the Flex SDK 2
directory, and the license key appears in the
frameworks/license.properties file. As far as I know, these are the
only steps needed to install the paid version of the charting
tools. If I missed something, please let me know.
Thanks in advance,
KaJun

Just an update on this issue:
If I run the mxmlc compiler from the command line, I found
that the output .swf does not have the watermark. It seems to be a
bug in the Adobe Flex Ant tasks. I've changed the build script to
use an exec call to the compiler instead.
Thanks,
KaJun

Similar Messages

  • Adobe charting trial watermark

    I am using Adobe Flex Builder to develop some RIA apps.
    Though I have the right serial no. for both the builder and
    charting the watermark doesnot seem to go away!!! I have tried
    uninstalling and reinstalling the whole suite and I have also tried
    to regenrate the chartSOurce as follows but in vain:-
    C:\Program Files\Adobe\Flex Builder 2\Flex SDK 2\lib>java
    -jar charting-source.j
    ar ../frameworks ../frameworks/source
    using license {fds=, flexbuilder=130714278475352271393397,
    charting=130144246705
    893769181665}, outputing to directory ../frameworks/source
    license is valid, extracting chartsSource to
    ../frameworks/source
    How can I get rid of the watermark???????????

    Thanks for the quick response, well I unfortunately
    downloaded the trial version first and then moved over to purchase
    the application. Not only have I changed the application the mxml
    files using charts and the rest of the stuff but I have uninstalled
    and reinstalled flex a few times as well. I even went as far as
    removing flex and deleting its registry references as well to
    install it again, but to no avail. ANother interesting thing that I
    have noted is that in the design mode in IDE itself, in some charts
    the watermark "Flex charting trial" appears while it doesnot appear
    in the rest. Though it appears in all of them at runtime. Isnt that
    interesting?

  • Flex charts license watermark

    Hi all, my Flex Builder was originally Flex 2, for which I had a separate license for the charts option. I upgraded to FB3 which only shows one license now ("professional edition - upgrade"). Recently I had to reinstall FB3 - no problem with that. However I also have ILOG Elixir. I added the SWCs for that to a project originally created with FB2. I got a warning about not being able to open the project in older versions - no problem, I thought. But not the charts in my design view show the "data vizualisation - trial" watermark. When I run them they look OK. How can I get rid of this watermark?
    Thanks
    Martin

    What SDK are you using? If after reinstalling FB you are using anything other than the standard SDK that was installed, like 3.4, you may need to download the charting SDK:
    http://opensource.adobe.com/wiki/display/flexsdk/Download+Flex+3
    If this post answers your question or helps, please mark it as such.
    Greg Lafrance - Flex 2 and 3 ACE certified
    www.ChikaraDev.com
    Flex / AIR Development, Training, and Support Services

  • Office Web Apps - Preview not appearing when acccessing via HTTPS

    I have installed Sharepoint 2013 and Office Web Apps, set the wopibinding, and set the wopizone to be https-external. Everything seems to work fine if accessing the web app using HTTP (can open, edit, preview office web app (WAC) documents)... but if
    I access via HTTPS then I run into a mixed content error when trying to preview the WAC documents... I can open them and edit them without issue using office web apps inside the browser though just not preview.
    If I select "New document" it also takes a while to load and displays a blank pop up window... assume it must be related
    Error message:
    XMLHttpRequest cannot load http://xxxx.org.nz/Docs/_layouts/15/inplview.aspx?List={6E…65723B96E}&ViewCount=1&IsXslView=TRUE&IsCSR=TRUE&IsRibbon=TRUE&Cmd=EcbView.
    No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'https://xxxxxx' is therefore not allowed access.
    [blocked] The page at 'https://xxxxx.org.nz/xx.aspx' was loaded over HTTPS, but ran insecure content from 'http://xxxxxx/Docs/_layouts/15/WopiFrame.aspx?sourced…%20big%20wide%20inter%20web%2Edocx&action=interactivepreview&wdSmallView=1':
    this content should also be loaded over HTTPS.

    Hi  ,
    Before you configure SharePoint 2013 to use Office Web Apps Server via HTTPS, make sure that you have set up Office Web Apps Server by following the steps in Deploy
    a single-server Office Web Apps Server farm that uses HTTPS or Deploy a multi-server, load-balanced Office Web Apps Server farm
    that uses HTTPS.
    Best Regards,
    Eric
    Eric Tao
    TechNet Community Support

  • Expired trial message appears when opening Adobe Pro

    This is my 3rd time contacting Adobde about the issue of Adobe Pro starting and giving the "expired trial" message. I have deleted the opm file in C:\Users\Paula\AppData\Local\Adobe\OOBE about 4 times with repeated restarts and I have also tried removing and reinstalling the program several times. Please do not walk me through these steps unless you have a new suggestion. I am about to fly somewhere where I will not have access to the internet for a few days and I need Adobe to run my small business.
    I am unable to get reasonable service via chat. Totally in despair with this awful system!

    Adobe is a company, not a program... do you mean Acrobat Pro?
    Adobe contact information - http://helpx.adobe.com/contact.html may help

  • J2EE Tutorial: Exception when building with ant

    I am trying to build the converter example on page 48 of the J2EE tutorial using ant. Ant seems to choke on the following line from the build.xml:
    <property environment="myenv" />
    The output of the "ant converter" command is:
    Buildfile: build.xml
    init:
    BUILD FAILED
    /usr/j2sdkee1.3/j2eetutorial/examples/src/build.xml:18: /usr/j2sdkee1.3/j2eetutorial/examples/src/build.xml:18: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    --- Nested Exception ---
    /usr/j2sdkee1.3/j2eetutorial/examples/src/build.xml:18: java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    --- Nested Exception ---
    java.lang.StringIndexOutOfBoundsException: String index out of range: -1
    at java.lang.String.substring(String.java:1525)
    at org.apache.tools.ant.taskdefs.Property.loadEnvironment(Property.java:248)
    at org.apache.tools.ant.taskdefs.Property.execute(Property.java:172)
    at org.apache.tools.ant.Target.execute(Target.java:153)
    at org.apache.tools.ant.Project.runTarget(Project.java:898)
    at org.apache.tools.ant.Project.executeTarget(Project.java:536)
    at org.apache.tools.ant.Project.executeTargets(Project.java:510)
    at org.apache.tools.ant.Main.runBuild(Main.java:421)
    at org.apache.tools.ant.Main.main(Main.java:149)
    Total time: 1 second
    My best guess is that the "myenv" line in the build.xml requires some additional attribute. I'm using ant version 1.3. My OS is Solaris (noted for possible environment-related issues).
    Thanks in advance!
    Eric Smith

    On Windows XP Pro, the line
    <property environment="myenv" />
    in the init target of build.xml for the j2ee tutorial examples triggers a windows error message:
    16 bit MS-DOS Subsystem
    =======================
    C:\WINDOWS\system32\ntvdm.exe
    Error while setting up environment for the application. Choose 'Close' to terminate the application.
    <<Close>> <<Ignore>>
    So it looks as if ant is trying and failing to access the winnt system environment here.
    According to Ant Developers Handbook (Sams, October 2002, chapter 4, p. 151), the ant environment property "specifies a prefix, giving access to OS-specific environment variables. This is not supported on all platforms." Until this problem is fixed, it appears that on XP systems anyway, any ant settings in build.xml files that rely on direct access to the system environment will fail. Here is some debug output from the j2ee tutorial examples init target which demonstrates this:
    C:\apps\j2sdkee1.3.1\j2eetutorial\examples>ant init
    Buildfile: build.xml
    init:
    [echo] starting init target
    [echo] reached marker 1
    [echo] reached marker 2
    [echo] value of J2EE_HOME is ${myenv.J2EE_HOME}
    [echo] finished init target
    BUILD SUCCESSFUL
    where the task:
    <property environment="myenv" />
    (which generates the OS error popup noted above) occurs between marker 1 and marker 2. Clearly the value of J2EE_HOME is NOT being successfully read from the system environment here.

  • Problems with line numbers (building via ant).

    We use ant for our builds and are having a problem with getting line numbers into call stacks. When running on linux we do not get the lines for our projects (not all projects have debug option), just (Unknown Source), however we do see line numbers for the tib jars. Eclipse is fine, we can see all line numbers as appropriate.
    I have tried "lines", "lines,source" and "lines,var,source" - all build a different sized jar which suggest something is getting added. However as we see line nums for tib it suggests it's some strange java runtime option. We're using sunjdk 1.5.10 and also jrockit.
    Any ideas/answers most appreciated.
    Many thanks, Declan
    Ant task
    <target name="compile" depends="init">
         <javac target="1.5" destdir="${classes}" debug="on" debuglevel="lines,source">
              <src path="${src}"/>               
              <classpath refid="default.classpath"/>
         </javac>     
         <javac target="1.5" destdir="${classes-test}" debug="on" debuglevel="lines,source">
              <src path="${testsrc}"/>
              <classpath refid="default.classpath"/>
              <classpath location="${classes}"/>
         </javac>
    </target>
    Example output
    java.lang.IllegalArgumentException: Field data is null
    at com.tibco.tibrv.TibrvMsg._addImpl(TibrvMsg.java:1503)
    at com.tibco.tibrv.TibrvMsg.add(TibrvMsg.java:1020)
    at com.lehman.fid.jdt.channel.tibrv.TibrvMessage.putObject(Unknown Source)
    at com.lehman.cmd.etrading.orderbook.dp.DefaultDepthPublisher.buildSubMessage(Unknown Source)
    at com.lehman.cmd.etrading.orderbook.dp.DefaultDepthPublisher.buildSubMessage(Unknown Source)
    at com.lehman.cmd.etrading.orderbook.dp.DefaultDepthPublisher.publishDepth(Unknown Source)
    Cmd line
    VM_OPTS="-Dlogfile=../../log/CmdOrderBook.log"
    VM_OPTS="${VM_OPTS} -Dcom.sun.management.jmxremote"
    VM_OPTS="${VM_OPTS} -Dcom.sun.management.jmxremote.authenticate=false"
    VM_OPTS="${VM_OPTS} -Dcom.sun.management.jmxremote.password=false"
    VM_OPTS="${VM_OPTS} -Dcom.sun.management.jmxremote.ssl=false"
    PARAMS="-springcfg orderbook-context.xml -instancename CmdOrderBook"
    exec ${JAVA_HOME}/bin/java -DappInstance=CmdOrderBook -server -Xmx500M -Xms250M -Xincgc ${VM_OPTS} com.lehman.cmd.etrading.orderbook.CommoditiesOrderBook ${PARAMS} >> ../../log/Cm
    dOrderBook.out 2>&1

    We use ant for our builds and are having a problem with getting line numbers into call stacks. When running on linux we do not get the lines for our projects (not all projects have debug option), just (Unknown Source), however we do see line numbers for the tib jars. Eclipse is fine, we can see all line numbers as appropriate.
    I have tried "lines", "lines,source" and "lines,var,source" - all build a different sized jar which suggest something is getting added. However as we see line nums for tib it suggests it's some strange java runtime option. We're using sunjdk 1.5.10 and also jrockit.
    Any ideas/answers most appreciated.
    Many thanks, Declan
    Ant task
    <target name="compile" depends="init">
         <javac target="1.5" destdir="${classes}" debug="on" debuglevel="lines,source">
              <src path="${src}"/>               
              <classpath refid="default.classpath"/>
         </javac>     
         <javac target="1.5" destdir="${classes-test}" debug="on" debuglevel="lines,source">
              <src path="${testsrc}"/>
              <classpath refid="default.classpath"/>
              <classpath location="${classes}"/>
         </javac>
    </target>
    Example output
    java.lang.IllegalArgumentException: Field data is null
    at com.tibco.tibrv.TibrvMsg._addImpl(TibrvMsg.java:1503)
    at com.tibco.tibrv.TibrvMsg.add(TibrvMsg.java:1020)
    at com.lehman.fid.jdt.channel.tibrv.TibrvMessage.putObject(Unknown Source)
    at com.lehman.cmd.etrading.orderbook.dp.DefaultDepthPublisher.buildSubMessage(Unknown Source)
    at com.lehman.cmd.etrading.orderbook.dp.DefaultDepthPublisher.buildSubMessage(Unknown Source)
    at com.lehman.cmd.etrading.orderbook.dp.DefaultDepthPublisher.publishDepth(Unknown Source)
    Cmd line
    VM_OPTS="-Dlogfile=../../log/CmdOrderBook.log"
    VM_OPTS="${VM_OPTS} -Dcom.sun.management.jmxremote"
    VM_OPTS="${VM_OPTS} -Dcom.sun.management.jmxremote.authenticate=false"
    VM_OPTS="${VM_OPTS} -Dcom.sun.management.jmxremote.password=false"
    VM_OPTS="${VM_OPTS} -Dcom.sun.management.jmxremote.ssl=false"
    PARAMS="-springcfg orderbook-context.xml -instancename CmdOrderBook"
    exec ${JAVA_HOME}/bin/java -DappInstance=CmdOrderBook -server -Xmx500M -Xms250M -Xincgc ${VM_OPTS} com.lehman.cmd.etrading.orderbook.CommoditiesOrderBook ${PARAMS} >> ../../log/Cm
    dOrderBook.out 2>&1

  • How to reatain package structure when building wid ant??

    i want to compile the src files in the same directory structure as they were in the src directory. for example i have a directory structure like this,*src.com.package1.package2.myfirstprog.java* and i want to get it in the same directory structure in build direcory, so the output i want is build.com.package1.package2.myfirstprog.class, and likewise for other java files in different folders...wat extra thing i wd need to do???
    Edited by: abhishek_kunal.iips on Jul 24, 2009 11:27 AM

    You need to see if the specific class you need is located in the JAR file. In the case of your JAR file, you could run the following
    jar tvf ldapjdk.jarIf you're using Linux/Unix, you can try this command to make it easier:
    jar tvf ldapjdk.jar | grep netscapeIf no classes in the netscape.ldap.* package are in your JAR, you'll need a different JAR if you're going to use the netscape.ldap package.
    If the necessary netscape.ldap.* classes are in the JAR, you should be able to put it in the WEB-INF/lib directory of your web application or WAR file.

  • Flex Charting on Moxie  M2

    Hi,
    When I try to compile an application with Flex 2.0.1 compiler
    under Moxie, the Charts show "Charting trial mode". When I switch
    to Moxie Compiler, it disappears (I have a flex 2 and a Flex
    Charting Serial). How can I register my Flex Charting component for
    Flex 2 in Moxie ?

    Hi ArAgorrn,
    The reason for this behavior is that the license.properties
    file of Flex201 has not been updated. To fix this, follow the
    procedure mentioned in this blog post -
    registering-flexbuilder-with-serial-numbers-for-multiple-versions-of-sdk
    Thanks
    Raghu

  • Flex 2 charting license watermark issue

    We've purchased the flex 2 builder and flex charting. I've
    installed the serials and all works fine when the application is
    build using flex builder. The watermark is removed. When I build
    the application using command line (which points to same SDK as in
    flex builder), the watermark remains? Does anyone know how to
    resolve this issue or if this is a bug?
    Thanks.

    Hi,
    I had the same problem and I am also using Maven instead of
    Ant to build.
    I managed to workout that you can add the mxmlc command line
    argument, "-licenses.license charting XXXXXXXXXXX", to the
    "flex-config.xml" using the following (Note: add it outside of the
    <compiler> tag):
    <licenses>
    <license>
    <product>charting</product>
    <serial-number>XXXXXXXXXX</serial-number>
    </license>
    </licenses>
    By doing this I could continue to build my Flex code through
    maven.

  • Embedded fonts not displaying when building project via mxmlc

    I have a flex 3 project and I'm trying to upgrade it to flex 4.6 sdk. I have a number of embedded fonts in my application. These display fine when I build via Eclipse/Flash builder. When I build using mxmlc the embedded fonts are not being used. I build the fonts in the same way for both so I am assuming there is some compiler option which I am missing, or which I have that is causing the problem. I've tried every compiler option I can think of and now I'm at a dead end...
    <target name="compile" depends="getswcs, compilemodules"> 
         <echo message="mxmlc=${mxmlc}"/>
         <echo message="flex.lib.dir=${flex.lib.dir}"/>
         <echo message="flex.extlib.dir=${flex.extlib.dir}"/>
         <echo message="flex.locale=${flex.locale}"/>
         <echo message="flex.locale.dir=${flex.locale.dir}"/> 
         <exec executable="${mxmlc}" dir="${basedir}" failonerror="true">
              <arg line="'src/${main}'" />
              <arg line="-o 'bin/${component.lowercase.name}.swf'" />
              <arg line="-l+='${flex.lib.dir}'" />
              <arg line="-sp src" /> <arg line="-accessible" />
              <arg line="-strict" />
              <arg line="-el '${flex.extlib.dir}'" />
              <arg line="-compatibility-version=3.0.0" />
              <arg line="-target-player '11.1'" />
              <arg line="-include-libraries+=lib" />
              <arg line="-locale ${flex.locale}" />
              <arg line="-l+='${flex.locale.dir}'" />
         </exec> 
    </target>
    The compileModules builds my fonts, for example:
    <exec executable="${mxmlc}" dir="${basedir}" failonerror="true">
         <arg line="fonts/OCRAEXT.as" />
         <arg line="-static-link-runtime-shared-libraries" />
         <arg line="-o bin/lib/OCRAEXT.swf" />
    </exec>`
    as file:
    public class OCRAEXT extends Sprite {
         [Embed(source='OCRAEXT.TTF', fontName='_OCRAEXT', embedAsCFF='false', unicodeRange='U+0030-U+0039,U+002E,U+002F,U+20AC')]
    public static var font:Class; }
    I don't think there's an issue here, since the fonts are already built via my compileModules before building the application in Eclipse, where the fonts display correctly.

    Try comparing SWF sizes and link-reports.

  • How can I transfer photos from LG phone to mac notebook.  Phone appears in iPhoto when connected via USB but selection for download shows 0 photos

    How can I transfer photos from LG phone to mac notebook.  Phone appears in iPhoto when connected via USB but selection for download shows 0 photos

    Just open your LG volume up likes its an external HD and drag all photos onto a folder in your macbook Air.

  • Adding Booking Type Field When Building Teams via Resource Plans

    Question for the Project Server 2010 experts out there...
    When building a team for a Resource Plan via PWA, the Booking Type field does not display on the right side of the page (PWA/RM/BuildResPlanTeam.aspx) which makes it difficult to change the resource from Committed (our default) to Proposed. 
    Is there any way to add the field? 
    I do realize that after building your team you can drill into each resource and change the Booking Type using the "Edit Cutom Fields" function, however, the Booking Type field displays when building your team for Project so it seems odd
    that the field does not diplay when building a team for Resource Plans.
    Thanks!

    jebrabazon2,
    1) When you are changing the Booking Type using the "Edit Custom Fields:, you are actually changing the Resource's Default Booking Type across PWA, and not just for that Resource Plan.
    2) I agree that it would be intutive to have the  "Build Team"
    within the Projects vs. Resource Plans be the same, and I am not sure why there is a discrepancy, but here is a solution. You can display the booking type field within the "Resource Plan" view, so that users do not have to drill down into
    each resource. Please see the image below (from 2013, but applies to 2010).
    Cheers,
    Prasanna Adavi, Project MVP
    Blog:
      Podcast:
       Twitter:   
    LinkedIn:
      

  • Apple TV (1G) doesn't appear in devices list when connected via ethernet

    After upgrading to OS X Lion and iTunes 10.4 my Apple TV (1G) doesn't appear in the devices list when connected via ethernet. When I switch to wireless lan the device is shown and the sync process starts but can't copy the new films. The copy operation stops every time and sometines the device disappears from the list.
    Despite of the upgrading of OS X and iTunes all the settings are unchanged.
    Anyone an idea?

    Since my last update, I've gathered more information.  I'm almost certain this is not entirely a 10.7.1 issue, if an issue in 10.7.1 at all.  10.7.1 may have changed something that caused this issue to appear,but where I was having this problem weekly if not daily, I no longer have the problem. I changed routers.  I was using a new D-Link Xtreme N Gigabit RouterDIR-655.  This router was causing me pain with lock ups.  I replaced it with a Cisco Linksys E4200. I have not had a lockup in over 2 months now and not one sync issue with Apple TV nor my new iPhones, which sync wireless to iTunes on my Mac Pro.
    Thinking about how my network is wired leads me to believe the issue was in the router, or maybe a network communication change in 10.7.1 that the DIR-655 was not supporting correctly. My MacPro and a few other hardwired access points in my house go directly to the router.  My AppleTV and Airport Extreme are connected to a Gigabit switch and the Gigabit switch is then connected to the router. I also turn off the wireless capabilities in my routers, as I prefer to let my Airport Extreme handle those duties.  This all means my normal hardwired communication path from my Mac Pro to Apple TV was going through the router, to the switch, to the Airport Extreme and then to my AppleTV.  My Apple TV is connected to the LAN port on the Airport extreme. By going wireless on the MacPro, I was bypassing the router altogether.
    As I started out saying, since I replaced my router, my sync issues have also gone away. If your having Apple TV sync issues, you might want to look at the router as well.  Also, while I can’t remember the exact settings, I had opened up or enabled UPnP and other router settings in the DIR-655 to see if that would resolve the sync issues and it did not.  In the end, I just spent the money and bought a new router and life is good now.

  • Chart legend too wide when using horizontal layout

    I am using a flex chart with about 15 series on it. I've set
    the legend direction variable to "horizontal". However since the
    panel width which contains the chart is fixed, the legend sprawls
    out to the right instead of going "wrapping around" nicely to stay
    within the panel. As a result, you can't read the whole legend when
    looking at the chart. The chart itself stays the proper width, but
    the legend is too wide and can only be seen via using the scrollbar
    to move horizontally. How can that be fixed?

    Solerous, you must create a custom legend. Here's an example
    that uses a grid to lay out the individual grid items. If you have
    a variable number of series, then you can probably come up with
    better logic for laying out the legend, but this should help get
    you going.
    hth,
    matt horn
    flex docs
    <?xml version="1.0"?>
    <!-- charts/CustomLegendInActionScript.mxml -->
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    backgroundColor="white" creationComplete="init()">
    <mx:Script><![CDATA[
    import mx.containers.GridItem;
    import mx.containers.GridRow;
    import mx.graphics.SolidColor;
    import mx.graphics.IFill;
    import mx.charts.LegendItem;
    import mx.charts.Legend;
    import mx.collections.ArrayCollection;
    [Bindable]
    public var expenses:ArrayCollection = new ArrayCollection([
    {Expense:"Taxes", April:2000, May:321, June:131, July:1100,
    August:200, September:1400, October:42},
    {Expense:"Rent", April:1000, May:95, June:313, July:600,
    August:400, September:200, October:52},
    {Expense:"Taxes", April:2000, May:321, June:131, July:90,
    August:500, September:900, October:300},
    {Expense:"Bills", April:100, May:478, June:841, July:400,
    August:600, September:1100, October:150}
    private function init():void {
    for (var i:int = 0; i < myChart.series.length; i++) {
    var li:LegendItem = new LegendItem();
    li.label = myChart.series
    .displayName;
    var sc:SolidColor = myChart.series.getStyle("fill");
    li.setStyle("fill", sc);
    var gi:GridItem = new GridItem();
    if (i < 3) {
    // First row
    gi.addChild(li);
    gr1.addChild(gi);
    } else if (i >= 3 && i < 6) {
    // Second row
    gi.addChild(li);
    gr2.addChild(gi);
    } else if (i >= 6) {
    // Third row
    gi.addChild(li);
    gr3.addChild(gi);
    ]]></mx:Script>
    <mx:Panel title="Bar Chart with Legend" width="500"
    height="600">
    <mx:BarChart id="myChart" dataProvider="{expenses}"
    height="400" showDataTips="true">
    <mx:verticalAxis>
    <mx:CategoryAxis
    dataProvider="{expenses}"
    categoryField="Expense"
    />
    </mx:verticalAxis>
    <mx:series>
    <mx:BarSeries xField="April" displayName="April (in
    $USD)"/>
    <mx:BarSeries
    xField="May"
    displayName="May (in $USD)"
    />
    <mx:BarSeries
    xField="June"
    displayName="June (in $USD)"
    />
    <mx:BarSeries
    xField="July"
    displayName="July (in $USD)"
    />
    <mx:BarSeries
    xField="August"
    displayName="August (in $USD)"
    />
    <mx:BarSeries
    xField="September"
    displayName="September (in $USD)"
    />
    <mx:BarSeries
    xField="October"
    displayName="October (in $USD)"
    />
    </mx:series>
    </mx:BarChart>
    <mx:Grid id="myGrid">
    <mx:GridRow id="gr1">
    </mx:GridRow>
    <mx:GridRow id="gr2">
    </mx:GridRow>
    <mx:GridRow id="gr3">
    </mx:GridRow>
    </mx:Grid>
    </mx:Panel>
    </mx:Application>

Maybe you are looking for

  • Problem with BAPI_HU_CREATE

    Hi, I would create handling units. (Transaction HUP30). During the creation process, how recover the packaging material starting from base material, and pass it to BAPI_HU_CREATE? The VHUSUBSC_PROCESS_USERINPUT function module, recover the packaging

  • How to Update iPhone 4 to iOS 6 (Not iOS 8)

    I have an older iPhone 4 that needs an update. it's running iOS 5.1 and i'd like to update it to iOS 6.3 (NOT iOS 8) I downloaded the iOS 6.3 .ipsw I held the Option button down and pressed Update in iTunes looked for the file and tring installing th

  • Problem in IDOC segment E1MTXLM

    Hi all, Basic type : MATMAS05 One of the segments is E1MTXLM has the data as below "Heater assy., with NTC <(>&<)> protector, 240V, 3000W" where as in the MM03 transaction Basic data text is shown as below "Heater assy., with NTC & protector, 240V, 3

  • Error when adding forigen key (table or view does not exist)

    Hi i write the foreign key name and select the the table from the combo and also the field and click apply it gives me error message says :- error table or view does not exist vendor code 942 any help? thanks in advance. .

  • Oracle Applications Release12 on Windows XP does not work when internet?

    Hi, Please note that I have installed Oracle Apps R12 on WINDOWS XP and it works fine when i connected to Internet, why. I want Oracle Apps to work when when i am not connected to internet. I have wireless modem on my LAPTOP and, its not guarantee th