Problems with Dashboard Demo App in Flash Builder 4

I imported the Adobe Flex Dashboard app into Flash Builder 4 using SD 4.1 and selected "Use Flex 3 compatibility mode", but there are still some issues after import.
I'm not talking about having to create the "libs" folder and re-generate the HTML templates. I know why that needs to be done. I'm also not talking about the IStroke and IFill errors you get for the number of arguments to the apply() and begin() methods, as those interfaces changed in Flex 3.5.
But when I get the app launched, the chart datatips are just a black rectangle (no text) and the combobox entry text is invisible.
I'm going to try and fix these, but I thought selecting "Use Flex 3 compatibility mode" meant no changed required?

Here is a simple example. Create a new project in Flash Builder 4 and in the project properties  compiler section, select "Use Flex 3 compatibility mode". Then launch the app, hover over a column in the chart and you see black rectangles, not data tips. Why is this and how to fix?
<?xml version="1.0" encoding="utf-8"?>
<mx:Application
  xmlns:mx="http://www.adobe.com/2006/mxml"
  creationComplete="srv.send()"
  height="600">
  <mx:HTTPService id="srv"
    url="http://aspexamples.adobe.com/chart_examples/expenses-xml.aspx"/>
  <mx:ComboBox dataProvider="{srv.lastResult.data.result}" labelField="month"/>
  <mx:Panel title="Column Chart">
    <mx:ColumnChart id="myChart" showDataTips="true"
      dataProvider="{srv.lastResult.data.result}">     
      <mx:horizontalAxis>
        <mx:CategoryAxis categoryField="month"/>
      </mx:horizontalAxis>
      <mx:series>
        <mx:ColumnSeries xField="month" yField="profit"
          displayName="Profit"/>
        <mx:ColumnSeries xField="month" yField="expenses"
          displayName="Expenses"/>
      </mx:series>
    </mx:ColumnChart>
    <mx:Legend dataProvider="{myChart}"/>
  </mx:Panel>
</mx:Application>

Similar Messages

  • Problem with setting source path in Flash Builder

    In trying to learn ActionScript in FlashBuilder, I ran across a Library that needs to be added to my project.  The code is at http://www.rightactionscript.com/ascb (the ascb.display package).  I have tried placing it in several directories on my hard drive and setting the build path to those directories (Projects -> Properties -> ActionScript Build Path), but get an error (non-verbose, i.e. no explanation) on attempting to run the code.  Within FlashBuilder, the classes show up in the Package Explorer, and the code completion works fine....what am I missing?

    Yes, mc1 and mc2 are both on the root timeline. The similar issue is that using a relative path does not work. Its been awhile since I used Flash and could do wonders with AS 2, but AS 3 is hard to get used to. (second nature to start typing _root...). I was told to avoid absolute paths and vars, and use events. What is the best way to have a movie clip play and then tell another (sibling) movie clip to play when it reaches a certain frame? When mc1 stops on frame x, the code below runs. The commented line is the one that does not work.
    var fl_SecondsToCountDown:Number = 1;
    var fl_CountDownTimerInstance:Timer = new Timer(1000, fl_SecondsToCountDown);
    fl_CountDownTimerInstance.addEventListener(TimerEvent.TIMER, fl_CountDownTimerHandler);
    fl_CountDownTimerInstance.start();
    function fl_CountDownTimerHandler(event:TimerEvent):void
    Object(root).mc2.play();
    //Object(this).mc2.play();
    fl_SecondsToCountDown--;

  • Provisioning Profile - problems with installation our app build on devices

    We have problems with installation our app build on few devices. There are all in Provisioning Profile, but we don't know why we can't install the build on some devices. Any ideas?

    Apple products needing Apple love/support (athough using Adobe to compile to Apple-code may be an obvious concern since nothing beats native-code)
    The app still however requires code-signing in the correct manner - personally, the more the merrier.

  • Is anyone having problems with the Health App and Withings?

    After upgrading to ios 8.1 I am still having a problem getting my Withings Health Mate data to correctly update my Healt Dashboard. The information that does show up on the different Dashboard widgets is way off. For example, I today walked 2400 steps according to Withings, but the Health Dashboard shows 10,700 steps (720,000 in smaller print on another line). It further shows my daily average at 313,000 steps! Ridiculous.
    Walking/Running distance for the days shows 22.5 miles with a daily average of 108 miles.....I'm not Barry Allen/The Flash.

    My problems with the Healt App are all over the map. The information on Withings Health Mate is totally accurate, and updates immediately.  I have their scale (since 2011) and wireless blood pressure monitor. Also, I find the heart rate senson on the iPhone 6 to work well, every time.
    This issue for me is with Apple's Health app. I get ridiculous readings on the Dashboards. For example, it shows my daily average in steps as 170,688, and miles walked at 80. Hardly! Additionally, the Dashbord widgets will disappear/reappear for no reason. I have tried switching the priority of data sources for the steps dashboard between Withings and my iPhone 6 (because it is indicated that the top source governs the dashboard info), to no avail.
    Lastly, I don't know how to interpret the infomration on the individual dashboards. On the same line as the word "Steps" there is a number, i.e. 14,272 steps, and just under it the word "Today." However, when I switch from "Day," "Week,," "Month," and "Year," those number don't change. Below the word Today is a number (which changes all the time), and at the bottom of the widget, just above the month (October now) is the number 1,149,749. Nice.
    I would like to get the Apple Watch next year, but if the Health App cannot be fixed I may not.

  • Developing Iphone App using Flash Builder and Flex Air Mobile

    I started developing an Iphone app using the trial version of Flash Builder and was pretty impressed with how easy it was, then i hit problems:
    Trying to submit my app, I was getting invalid binary, using google i tracked this down to a change in the Apple App Store meaning that all apps needed to have native iphone 5 support, which meant updating to Air SDK 3.7
    Updating to AIR SDK 3.7 was a nightmare (mainly as a result of my failure to read the small print)
    Once I got SDK 3.7 to  work with flash builder / flex mobile i though i was there.
    However now i can produce a fast build but everytime i try and produce a standard / production build i get strange errors (air 3.8 does the same).
    My Question is - before i actually buy Flash Builder has anybody actually achieved the following:
         Building an Iphone App using:
         Flash Builder 4.7    (running on OSX)
         Flex Mobile 4.6
         Air 3.7
    If so how ?
    cheers
    Toby

    Thanks for your reply, its nice to know its not just me.
    the error i got when submitting to the App store where due to native support for IPHONE 5 which is now mandatory (from May 1st), looking around the internet the common soloution seemed to be upgrading to Air 3.7.
    The strange erorrs on 3.7 revolve around compiling a standard / production build (fast build works fine)
    the error is always the same (snippet shown below):
    Error occurred while packaging the application:
    Undefined symbols for architecture armv7:
      "__ZN7avmplus8Debugger9debugLineEi", referenced from:
          __ZN7avmplus9MethodEnv9debugExitEPNS_13CallStackNodeE in AOTBuildOutput-4.o
          __ZN7avmplus11BaseExecMgr22debugEnterExitWrapperNEPNS_9MethodEnvEiPj in AOTBuildOutput-4.o
    I have completly failed to work out why, but my gut feeling is its something to do with how the mac is compiling the code in standard build and unable to find a library it needs.
    cheers
    Toby

  • HT4009 Do you understand me ? I want money back.Because I have problem with LINE In App Purchase.And no one try to resolve this problem.And the answer of NEVER LINE JAPAN they don't have responsibility.I think it will be effect with APPLE image also.I wan

    Do you understand me ? I want money back.Because I have problem with LINE In App Purchase.And no one try to resolve this problem.And the answer of NEVER LINE JAPAN they don't have responsibility.I think it will be effect with APPLE image also.I want you to help me everyways to refound my monet back.Could you?

    Contact iTunes Store Support.

  • Hello Apple? How do i fixed my problem with my ipad apps every time i open that apps it takes 10min. to play the games ant its getting LOST MODE and the ipad system is crashing

    How do i fixed my problem with my ipad apps every time i open that apps it takes 10min. to play the games ant its getting LOST MODE and the ipad system is crashing

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple.
    Have you tried closing all apps via the iPad's multitasking bar and then doing a soft-reset and seeing that helps ? To close all apps :
    iOS 7: double-click the home button to open the taskbar, and then swipe or drag each app's screen from there up and off the top of the screen to close it, and click the home button to close the taskbar.
    iOS 6 and below : from the home screen (i.e. not with any app 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of each app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    Soft-reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • Strange problem with the mail app on an iPad

    I've got a bit of a strange problem with the mail app on an iPad - it's sending and receiving mail ok but won't let you delete mail. If you keep at it, it appears as if you have deleted mail (though takes a very long time as you just have to keep deleting it over and over again) -  but the size of the app still keeps going up - reached 600mb so far, even though there is hardly any mail or attachments (goes up quite a lot each time you try to delete anything) - any idea what's causing this and how I can fix it?
    It occasionally comes up with a dialogue panel saying to check my account settings, but I have checked those and they are fine. The little 'loading' icon just keeps spinning constantly too.

    go to Settings > Mail > your account > Advanced > Move Discarded Messages Into 
    and make sure that Deleted Mailbox is ticked, and not Archive Mailbox
    You can also adjust how long the deleted mail stays in the trash immediately below that.
    If you are talking about a gmail account, you may also have to login to your account on the gmail server and update the settings there.  This is what Barney previously posted about that:

  • TS3960 same problem with mavericks server app....tried additional ino solution did not work..any suggestions?

    TS3960: Server App or Server Admin can't connect to a newly upgraded Lion server
    same problem with mavericks server app....tried additional info solution did not work..any suggestions?
    All log in info is correct. will not accept worked fine on 10.8 just upgraded to 10.9 and will not work. deleted and reinstalled server app 3.0.1

    Figured it out....went to server...settings...check allow remote administration using Server

  • Here's My Problem With the Podcasts App

    So, here's my problem with the Podcasts app on my iPhone 5 - it relies too heavily on streaming and not enough on downloading and syncing. For most of my 8 hrs at work each day I am out of contact with my wireless carrier. And the hospitals IT dept has chosen to block whatever port the Podcasts app uses to stream content. So nothing over Wi-Fi either.
    As a result, all podcasts must being fully downloaded and ready to listen to prior to leaving for work. Unfortunately, even after fiddling with various settings in the app, I can't seem to get content to stick in the app. There are plenty of Unplayed episodes, but when I'm ready to listen, they're not really there and must be re-downloaded or streamed.
    Here's what I am going to try:
    • iTunes will continue do all of the downloading and syncing of podcasts to my iPhone
    • In each Podcast on the iPhone I have Subscribe "ON" and Auto-Download "OFF"
    I'm going to try this setup for a few days and see if it resolves my issue. Would appreciate any other observations and suggestions you might have. Cheers!

    Simple really:
    Delete the Podcasts app from your iPhone.
    Restart your iPhone.
    Continue managing your podcasts from iTunes, like you did under iOS 5.
    After restarting your phone, Podcasts will play via the Music app on your phone again.

  • Problem with dashboard prompt initial value (OBIEE 11g)

    Hi alli,
    I have a problem with dashboard prompt and session variable in OBIEE 11g.
    I have declared a session non-system variable which I set/change with dashboard prompt. At login the variable is initialized in initialization block that gets a value from an SQL select statement.
    When I change the value in prompt, the session variable changes accordingly, as it should (change is made by calling function NQSSetSessionValue() within javascript function). While I am in my dashboard, cruising around pages the variable stays the same, and when I return to the page that has prompt on it, the correct value is shown. Everything works fine.
    The problem occures when I go to Catalog (in presentation services) to create some new Answers. When I return back to the same page in dashboard (which has a prompt), the prompt selected value and session variable are set back to the default value. It looks like the initialization block is executed again.
    My prompt is configured like this:
    - Choice List Values: SQL Results
    - Default selection: Variable Expression (@{biServer.variables['NQ_SESSION.VariableName']} )
    - Set a variable: Presentation Variable
    Is there a way to stop the initialization block from executing again? Isn't it logical that the initialization block executes only at login, when the session variable is empty? I don't need it to execute every time i come to the dashboard.
    Thanks in advance,
    Marko
    Edited by: markor on 14.3.2011 8:58

    How and where do you use the nqssetvalue() function.
    I tried it in several places but it doesn't work.
    Can you help me, please!
    Thanks

  • I've a problem with my mail app

    I have a problem with my mail app, after upgrading mavericks.
    My mail app was worked well, before I upgrade.
    Now, my mail app is working only with icloud account.
    I can use my gmail account with safari or other web browsers, but not in the mail app.
    That was happening both of my macbook pro, and macbook air, but not on my iPad and iPhone.
    I tried deleting account and re added it, but that doesn't solve the problem.
    what should i do..??

    Launch the Console application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Console in the icon grid.
    Make sure the title of the Console window is All Messages. If it isn't, select All Messages from the SYSTEM LOG QUERIES menu on the left. If you don't see that menu, select
    View ▹ Show Log List
    from the menu bar.
    Click the Clear Display icon in the toolbar. Then try the action that you're having trouble with again. Select any messages that appear in the Console window. Copy them to the Clipboard (command-C). Paste into a reply to this message (command-V).
    When posting a log extract, be selective. In most cases, a few dozen lines are more than enough.
    Please do not indiscriminately dump thousands of lines from the log into this discussion.
    Important: Some private information, such as your name, may appear in the log. Anonymize before posting.

  • Problem with a few apps - A few Apps Greyed out

    Hello Guys,
    I have an iPAD 2 (64 Gig no 3G). I have the below problem with 4-5 apps
    - The App does not show up in any of the home screens
    - Search does not show the Apps
    - Search for the specific App in App Store shows that the App is installed, but there is no way i can delete these Apps from my iPAD  or use them
    - There was an update for one of the above missing Apps, but the update button was greyed out in the App Store.
    I want to use a few of the above Apps, but there is no way i can either use them or delete them.
    Any help is resolving the above is highly appreciated.
    Thanks,
    Lavanya.

    All,
    At last i resolved the problem ... To be franck ... it was not a problem to begin with. We forgot about some restrictions that we had set and the Apps that were missing were newspaper and music apps that were not sutable as per the rules that were set and so not showing up.
    Just though of posting this as this might help poeple like me running around
    Thanks,
    Satya.

  • I tried to restart my iPad due to problems with a Pinterest app that took up a lot of storage in the cache...now the apple logo comes up but will not start...it has recently been charged

    I tried to restart my iPad due to problems with a Pinterest app that took up a lot of storage in the cache...now the apple logo comes up but will not start...it has recently been charged

    Try this  - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
     Cheers, Tom

  • Is anyone else having problems with the overdrive app not working right after new apple update

    I am having problems with the overdrive app.  I am only allowed to read about twenty pages of a book and then it tries to load more pages but does not.  I have reinstalled the app but have the same problem. Any ideas.

    Have to talked to the developer? Gone to their site? Do they have an update out for the newer OS?

Maybe you are looking for