Feedback on impementing second horizontal axis using Flex 2.0.1

I am attempting to use the concept of a second horizontal
axis using Flex 2.0. It is not clear to me if it is supported by
the Flex 2.0.1 sdk although livedocs does provide an example using
secondVerticalAxis. A snippet of my code is attached with this
message. At runtime, the second series does not display. Any
feedback about usage of the component would be greatly appreciated.
Thanks.

>>That data base is fine for a development environment.
Thanks edbrendel.
So, since I am able to run Apache 2.2 as I want to, would I
be better of to use MySQL 5 or MS SQL Express if I want it to be
largely development, but also for my own stuff (my galleries etc.)
actually running pages served to the web?
I know of the technotes, a couple of them (incl. the MySQL
note on installing V. 5 as a datasource and all that), but never
saw that one...so thanks very much. I've manually added the Apache
2.2 file line in httpd.conf and added the file in the config area,
which always worked in the past with XP Pro and XP64...hope it does
with 2003 I had 2003 server when I first started playing, it was a
nightmare, I hope now that I've bought everything I can wrap my
head around it!). I just make sure I don't try to configure CF
until after manually adding the files, and changing the Apache
config file and restarting. Then I go into the administrator for
the first time.
Shawn

Similar Messages

  • Line graph, How do graph month only on Horizontal axis?

    I'm trying to graph year trends by month on the horizontal axis. However, it keeps breaking up the months by adding the year, so I have three separate line trends. How do I fix this?

    Hi,
    You should move to the production version of JDeveloper 11g that was just released:
    http://www.oracle.com/technology/products/jdev/index.html
    However I have a answers for your questions:
    1. Setting time tick labels to hours: This should work by setting continuousTimeAxisInterval="CTAI_HOUR" on the advanced graph tag.
    Here's the tagdoc for that attribute.
    continuousTimeAxisInterval      
    Specifies the interval along a continuous time axis only if you want to override the value that the graph calculates automatically. Valid values are as follows:
    * CTAI_AUTOMATIC - (Default) Graph calculates the interval automatically.
    * CTAI_YEAR - Sets the interval to years.
    * CTAI_MONTH - Sets the interval to months.
    * CTAI_DAY - Sets the interval to days.
    * CTAI_HOUR - Sets the interval to hours.
    * CTAI_MINUTE - Sets the interval to minutes.
    * CTAI_SECOND - Sets the interval to seconds.
    2. Vertical gridlines can be set by using the o1Axis tag and setting the tickStyle. This should change all o1Axis ticks to gridlines. For different lineStyles, you can also use the lineStyle attribute.
    <dvt:graph>
    <dvt:o1MajorTick tickStyle="GS_GRID"/>
    </dvt:graph>
    Hope this helps
    Katia

  • Is it possible to query Google finance using Flex?

    Google Finance has an open API for programmers. Is it possible to query Google Finance using Flex?
    Regards,
    Pooja Gupta

    To hold a servo motor at constant torque, all you need to do is provide a constant voltage. You can accomplish this using the analog output (DAC) of a FlexMotion board. To gain access to the DAC, configure the axis as an open loop stepper, then use the Load DAC.flx VI to output an analog voltage. The downside to this is that you won't have feedback, so you'll have no way to determine your position.

  • OBIEE 11G: Can I set limit on number of ticks only on horizontal axis and zoom in if I want to?

    Hello
    Is there a way I can restrict the total number of ticks on horizontal axis only? Say I want to set it to show only 24 ticks on horizontal axis. I am putting date and hour on the horizontal axis, if I take 3 dates of data, I will have 3X24 = 72 ticks on the chart, but I want the chart to show only 24 ticks. So it's pretty much ticks for 3 hours on the horizontal chart in this case.
    Can this be done?
    Second, if the first can be done, then can I then zoom in to any ticks on the horizontal axis, and it would show be the break down of this ticks, which is made up with 3 hour's performance separately?
    Thanks

    The zooming feature was ok, but what if I want to zoom in on just a specific area between the ticks when only 1 click?
    Any thoughts?

  • Anyone use Flex with php for file upload? PHP Notice:  Undefined index:  Filedata

    My code works. It uploads the file and inputs the file name into a database, but I can't shake this php notice. I think php is looking for multipart/form-data from the HTML form tag.
    <form action="upload.php"  enctype="multipart/form-data"/>
    But I am using flex. The multipart/form-data info is sent as the second default argument of the upload() function. Does anyone have experience with this? Thanks.
    PHP Notice:  Undefined index:  Filedata
    $filename = $_FILES['Filedata']['name'];
    public function selectHandler(event:Event):void {
                    request = new URLRequest(UPLOAD_DIR);
                    try {
                        fileRef.upload(request);
                        textarea1.text = "Uploading " + fileRef.name + "...";
                    catch (error:Error) {
                        trace("Unable to upload file.");
                        textarea1.text += "\nUnable to upload file.";

    Hi, Thanks for your reply !
    Im not getting any errors Flex side, as i say i get a alert message saying the file has been uploaded so . .
    I am using a Wamp server on a windows machine, how do i check the file permissions on both the folder and the php file ?
    Also how do i debug a php file ?
    ANy help would be thankful !

  • Labels are not clearly visible on Horizontal Axis

    I want to display a full timestamp on the horizontal axis of a LineSeries. But the labels are not clearly visible. The below is the screenshot.
    I have already tried using LabelRenderer and set a larger font size and also tried increasing the width of the label itself. But, it didnt work. It seems there is some container for the lable which has fixed width. Does anyone know how to increase this width and make the text clearly visible.
    Thanks

    Hi Mohd Fayaz,
    Have you tried setting the larger fontSize on LineChart.
    <mx:LineChart fontSize="18" />
    Thanks,
    Bhasker

  • Horizontal axis Labels in tabular style

    I have a weird requirement. I want to draw the horizontal axis of a  column chart in a tabular style, like a table with one row. each label  will become one cell. I am trying to tweek it out, since I can see  labelRenderer of AxisRenderer is the only way for that. I had a small lead, when I used opaquebackground to give the backgound color. But since am using label renderer for formatting the labels, the opage background is painting in too much thickness. please give any  input if anyone have any other lead.

    Hi Stewart,
    I could not try this yet, but how about 'Enabling the Contains HTML Markup' for the columns for Heading and including a '</br>' tag at the end of the name.
    Ex: Column - >Properties -> column Format -> Column Heading -> Enable Contains HTML Markup -> Column Heading's suffix =less than symbol /br greater than symbol (Oracle forums is even break the line too!! ;) So included the text)
    Hope this helps.
    Thank you,
    Dhar
    Edited by: Dhar on 15-May-2012 20:11
    Edited by: Dhar on 15-May-2012 20:12

  • Add second y-axis to chart

    Hi Everyone
    I'm doing a formal report for a university project and would like to know how to add a second y-axis to a chart? I have 4 lines plotted on a scatter graph, 3 of the lines have values that are between 0 and 3 and the fourth line has values from about 1200 to 1500. I would like to add another y-axis so that the 3 smaller valued lines are on the second axis. All four lines must be plotted on the same graph with 2 y-axes.
    I have tried searching the user guide but did not find anything
    Thanks in advance
    J.C
    Message was edited by: J.C

    J.C,
    In this version of Numbers, there is no built-in option to add a second axis to a Scatter Chart. The way to do it is to create an auxiliary column with the 2nd axis data scaled to match the other series. Plot the scaled data and then, using text boxes or tables, add a second axis and labels to your chart manually.
    Regards,
    Jerry

  • Using flex pitch is there a way to fine tune the start point .i'm using it as a audio to  midi function

    using flex pitch is there a way to fine tune the start point .i'm using it as a audio to  midi function

    Thank you for your reply Karsten but unfortunately this didn't help me so far. Or maybe I'm missing something?
    First the link is a tutorial for iMovie on a Mac. I'm using iMovie on iPad so the steps are inapplicable.
    Second it is only possible for me to manipulate the end part of the sound clip to whichever duration I want. But I can't do the same with the 'beginning' of the sound clip.
    I simply want to place some photos in the beginning of my video with no sound in the background then after like 2 secs I want to start the music clip. For some reason that is not possible! Cause every time I drop the music clip unto my project timeline it automatically place it self along with the first frame in the project! And consequently the photos and music are forced to start together.
    Hope I'm making sense...

  • Chart horizontal axis show whole year

    Hi All,
    How to display whole year month as horizontal axis even if no data? for example, currently I have data for FY13 up to Jan 13, no data for Feb 13, Mar 13, Apr 13, May 13 and Jun 13 yet, in the chart it will automatically showing horizontal axis from July 2012 to Jan 2013, but I want to show horizontal axis from July 2012 to June 2013, if not yet data, line stops.
    Thank you,
    Ling

    Hi,
    Apart from the option mentioned above, you can also create an right outer join in the BMM layer of the RPD.
    This is only recommended if the data expected by you is the same in all the reports using this combination of the tables.
    Thanks,
    Vineeth

  • How to use $FLEX$ for DFF segment

    We have below requirement for “Add'l Salary Admin. Details” DFF.
    we have three segments:
    Current Additional Amount -first segment
    Additional Allowance Change % - second segment
    New Additional Allowance - third segment
    e.g.
    Now first segment has fixed value, Assume it is 2000 AED
    And in second segment if value is 3
    Then third segment should show the value: 2000 + 2000 * 3/100
    Third segment is dependent on segment1 and segment2.
    I think, we can achieve this by using $FLEX$
    But I need your guide line, how can we do that?

    below solution is only possible solution.
    Hi,
    Keeping the default SQL statement on its place, use table based value set for segment3 which contains all values from 0 to let say 1,000,000 (such that your calculated values falls in the range).
    Try it. It segment3 will now calculate on the basis of values of segment1 & 2.
    Regards
    Ayaz
    Thanks for everyone's input.

  • How to use flex Component Kit to make a button

    Hi all.
    i have a little confuse about use Flex Component Kit to make a simple button.
    i try to use Flex button templte in FlashCs3 to make a button.
    the three frame i draw like this way:
    on:
    [url=http://xs.to][img]http://xs142.xs.to/xs142/09332/snap1958.jpg[/img][/url]
    over:
    [url=http://xs.to][img]http://xs142.xs.to/xs142/09332/snap3362.jpg[/img][/url]
    down:
    [url=http://xs.to][img]http://xs142.xs.to/xs142/09332/snap4122.jpg[/img][/url]
    but , when i mouse over the button , it seem turn to over frame one second.
    and then the colour turn to overFrame colour but the size is onFrame size.
    same happen when i click the button .
    somehow ,the colour turn to what i want, but the size still the same as onFrame , no matter over the button or click the button.
    can i make the button size different with normal button size?
    thankes.
    link:[url]http://up.izy8.cn//up1/1250033814.swf[/url]

    Hi,
    this is from the ADF Developers guide which is available on OTN:
    if (!password.equals(confirmPassword))
    FacesMessage fm = new FacesMessage();
    fm.setSummary("Confirm Password");
    fm.setDetail("You've entered an incorrect password. Please verify that you've
    entered a correct password!");
    FacesContext.getCurrentInstance().addMessage(null, fm);
    }Brenden

  • Desktop app based on AIR using Flex

    Hi
    I am a .NET/PHP programmer and  is new to Flex. We have a requirement for a small desktop application to be provided as a service download (ref: BBC news ticker). I read that Flex would be a good option.
    My questions are as follows:
    1. Your feedback on using Flex
    2. Is Flex 4 to Flex 3 better to start with (newbie)
    3. Do I require any other investment other than Flash Builder
    4. Any disdvantages in using Flex compared to a Windows app (apart from OS compatibility issues)
    I may be asking too many questions in my first post itself. However, this will help me to decide the technology for my requirement.
    Kindly request all Flex developers who has some time to spare to reply to my above post. Thanks in advance for all your vaulable inputs.
    Regards
    Sheni

    Sorry.
    I run this code only on debug-build.
    Exported release build does not reproduce the crash.
    To reproduce on release ipa package,
    change BaseView#doSomething function like this.
      public function doSomething(e:*):void
        trace("do something"); // Add this line
    Could you please try again.
    I run the app on
    iPad mini + iOS 8.1
    AIR SDK version 17.0.0  build 96
    Flash Builder 4.7
    Regards.

  • LinearAxis as horizontal axis in LineChart

    Hi guys,
    The ff: is an excerpt of the xml i am working with:
    <?xml version="1.0" encoding="UTF-8"?>
    <efiles>
    <dataset name="BoyBMI">
    <age month="24">
    <P5>14.737319472</P5>
    <P10>15.090328265</P10>
    <P25>15.74164233</P25>
    <P50>16.575027675</P50>
    <P75>17.55718781</P75>
    <P85>18.162194733</P85>
    <P90>18.609481276</P90>
    <P95>19.338010618</P95>
    </age>
    <age month="24.5">
    <P5>14.719292573</P5>
    <P10>15.071174743</P10>
    <P25>15.71962876</P25>
    <P50>16.547774867</P50>
    <P75>17.521292788</P75>
    <P85>18.119549228</P85>
    <P90>18.561106338</P90>
    <P95>19.278898128</P95>
    </age>
    <age month="25.5">
    <P5>14.683608414</P5>
    <P10>15.033357254</P10>
    <P25>15.676344635</P25>
    <P50>16.494427632</P50>
    <P75>17.451350388</P75>
    <P85>18.036680126</P85>
    <P90>18.467295933</P90>
    <P95>19.164659645</P95>
    </age>
    </dataset>
    </efiles>
    The actual age(months) values is up to 240.5 months. So this
    xml is kind of too long to post. ;)
    Anyways, the goal is to present this data into a line chart
    with the elements:
    -age(in years) in horizontal axis;
    -the values of P5,P10,P25,P50,P75,P85,P90,P95 in vertical
    axis.
    The values are plotted so well in the chart and so is the
    vertical axis. The problem is in displaying labels in the
    horizontal axis. Primarily, I made use of CategoryAxis but the
    labels are not displaying at all. And then i utilized LinearAxis
    and created a labelFunction renderYears(). However, I noticed that
    it takes a different value for the month. Why is it that the age
    values taken by LinearAxis is the index instead of the month value
    in the xml? Say, the age month value in the xml is 24, the value it
    evaluates is 0, then if the month value is 24.5 it takes 1, so on
    and so forth. How can LinearAxis takes month as the value to be
    evaluated in the labelFunction? Please help....
    Thanks a lot.

    Hi guys,
    The ff: is an excerpt of the xml i am working with:
    <?xml version="1.0" encoding="UTF-8"?>
    <efiles>
    <dataset name="BoyBMI">
    <age month="24">
    <P5>14.737319472</P5>
    <P10>15.090328265</P10>
    <P25>15.74164233</P25>
    <P50>16.575027675</P50>
    <P75>17.55718781</P75>
    <P85>18.162194733</P85>
    <P90>18.609481276</P90>
    <P95>19.338010618</P95>
    </age>
    <age month="24.5">
    <P5>14.719292573</P5>
    <P10>15.071174743</P10>
    <P25>15.71962876</P25>
    <P50>16.547774867</P50>
    <P75>17.521292788</P75>
    <P85>18.119549228</P85>
    <P90>18.561106338</P90>
    <P95>19.278898128</P95>
    </age>
    <age month="25.5">
    <P5>14.683608414</P5>
    <P10>15.033357254</P10>
    <P25>15.676344635</P25>
    <P50>16.494427632</P50>
    <P75>17.451350388</P75>
    <P85>18.036680126</P85>
    <P90>18.467295933</P90>
    <P95>19.164659645</P95>
    </age>
    </dataset>
    </efiles>
    The actual age(months) values is up to 240.5 months. So this
    xml is kind of too long to post. ;)
    Anyways, the goal is to present this data into a line chart
    with the elements:
    -age(in years) in horizontal axis;
    -the values of P5,P10,P25,P50,P75,P85,P90,P95 in vertical
    axis.
    The values are plotted so well in the chart and so is the
    vertical axis. The problem is in displaying labels in the
    horizontal axis. Primarily, I made use of CategoryAxis but the
    labels are not displaying at all. And then i utilized LinearAxis
    and created a labelFunction renderYears(). However, I noticed that
    it takes a different value for the month. Why is it that the age
    values taken by LinearAxis is the index instead of the month value
    in the xml? Say, the age month value in the xml is 24, the value it
    evaluates is 0, then if the month value is 24.5 it takes 1, so on
    and so forth. How can LinearAxis takes month as the value to be
    evaluated in the labelFunction? Please help....
    Thanks a lot.

  • Horizontal Axis not showing when initial loading

    Hi,
    We are on Dashboard 4.1 SP3.
    I have drilling down configured on the Dashboard report. The issue is when initial loading the dashboard. the horizontal text are not showing completly, untill I click the other column of the parent column, it shows the child horizontal text.
    Could you please help.
    Thanks,

    Hi Dave,
    There are some issues still in displaying the horizontal axis.
    1844514 - Dashboard X axis labels are cutoff
    As a workaround what you can do, use the range slider to make the date text to display vertically rather than horizontal or you can enlarge the size of the chart at the max to make them to display vertical.
    Hope this helps!!!
    --SumanT

Maybe you are looking for