Help plz with chart...

All I welcome. At me a problem which I can not win in any way.
There is an application.
It is necessary to construct the dependence schedule (schedules) y (x) =ax+b.
X - numbers
Y - date \time
Count (x)> = 500.
1. Flash Chart cannot will cope with such considerable quantity of values and it is very long loaded (I ниразу and could not wait while it will draw)
2. SVG Chart draws (practically at once), but with it the big problem as at considerable quantities of values it "sticks together" title with the schedule. Also replaces the future values "X" on previous if in previous there were same values.
3. HTML chart. Perfectly well quickly draws, but he not draws the dependence schedule. I tested all possible variants of options, but and could not achieve LINE drawing.
How to me to win the given problem? Who can that prompt?
Somehow it can is possible all the same HTML chart to force to draw the LINE?
In advance thanks, also I apologise for my bad English
Edited by: DBAroot on 25.01.2009 14:46

Many thanks ATD!!!
ut as a result I so understand a problem at me it has appeared absolutely in other.
The matter is that I at me am the domain separate of a hosting on which works my Application. And tested, I looked through the domain and result did not see, but as soon as I have started through a hosting FlashChart has earned there.
But it is necessary for me on my domain that worked:)
I have got into a source code of region and have replaced #HOST# to "http//www. *****.com/apex" in lines:
<param name="movie" value="#IMAGE_PREFIX#flashchart/#CHART_TYPE#.swf?XMLFile=$HOST#/apex_util.flash?p=&APP_ID.:120:&APP_SESSION.:FLOW_FLASH_CHART_R#REGION_ID#">
and
<embed src="#IMAGE_PREFIX#flashchart/#CHART_TYPE#.swf?XMLFile=#HOST#/apex_util.flash?p=&APP_ID.:120:&APP_SESSION.:FLOW_FLASH_CHART_R#REGION_ID#" ......
But while the result while is not present:(
And I can not everywhere have corrected ways?
I Look forward to hearing from hosting support.

Similar Messages

  • I need help plz with this easy code

    The output shows null in the frame ,, no buttons no areas or fields .. plz help ASAP
    import java.awt.* ;
    import javax.swing.* ;
    public class GUI extends JFrame{
        public void function (){
             setSize(500,500);
             setTitle("SokAndO");
             Container first = this.getContentPane();
             JButton _send = new JButton ("Send") ;
             JTextField _text = new JTextField () ;
             JTextArea _history = new JTextArea (100,100);
             JPanel p1 = new JPanel();
             JPanel p2 = new JPanel();
             JPanel p3 = new JPanel();
             p1.add(_send);
             p2.add(_history);
             p3.add(_text);
                first.setLayout (new FlowLayout());
             setVisible(true);
             public static void main(String arg[]){
              GUI lol=new GUI();
              lol.function();
    }

    and wht is the use of this statment ???
    Container first =
    this.getContentPane();With this statement you have a variable first that refers to the JFrame's contentPane, but as noted above, you do nothing with it. You need to look at Swing examples on how to add components to JPanels and such. The Sun tutorials should be a good place to start.

  • Need help plz with hw!!

    Write a program called SortWords. The program prompts the user for the name of an input file. This file contains words, one word per line. The words are in any order. The program sorts all the words in the input file into alphabetical order and writes these sorted words back into the original file.
    Note: you are NOT allowed to solve this problem using data structures that have not yet been covered in this unit, such as arrays or linked lists. You may only use methods from the String class, the Scanner class, the PrintWriter class and the File class (along with as many temporary text files as may be needed). One possible approach is to read the first 2 words from the input file and compare them. If the first word comes before the second word in alphabetical order, then write the first word into the temporary file. If the first word comes after the second word in alphabetical order, then write the second word into a temporary file. The word that was NOT written into the temporary file becomes the first word. Read the next word from the input file and compare the two words, writing one of them into the temporary file using the rules stated above. When all the words have been read from the original input file, then the temporary file becomes the original file and the original file becomes the temporary file. The program keeps reading words from the original file until the program goes through the original file, writing only the first word every time, into the temporary file. Once this happens it means that the words in the file are properly sorted and the program can stop.
    Note: the above approach is one way of solving the problem, but you may use another approach if you wish.

    kevinaworkman wrote:
    I think you should use some arrays, maybe some linked lists.
    No, but seriously, here's one possible approach:
    Read the first 2 words from the input file and compare them. If the first word comes before the second word in alphabetical order, then write the first word into the temporary file. If the first word comes after the second word in alphabetical order, then write the second word into a temporary file. The word that was NOT written into the temporary file becomes the first word. Read the next word from the input file and compare the two words, writing one of them into the temporary file using the rules stated above. When all the words have been read from the original input file, then the temporary file becomes the original file and the original file becomes the temporary file. The program keeps reading words from the original file until the program goes through the original file, writing only the first word every time, into the temporary file. Once this happens it means that the words in the file are properly sorted and the program can stop.
    Does that help?We've added a third way to the "give a man a fish / teach a man to fish" dichotomy: slap a man with a fish.

  • First time Blackberry owner, would like some help plz with loading music & making it ringtone

    Hello all & thanks for taking time to read this. I just got a Sprint Blackberry 8330 & after playingwith it for the past 2 days, I still can't figure out how to add music to it. And then once I do add the music to it, how do I make a ring tone from my music. Thanks to every and all that can help.

    Hi and Welcome to the Forums!
    Here is a thread that might be helpful:
    http://supportforums.blackberry.com/rim/board/message?board.id=BlackBerryDesktopSoftware&thread.id=3...
    You should choose the version of the RIM desktop software that is compatible with your desktop PIM...see this article for that:
    KB12268 Applications supported by BlackBerry Desktop Manager for synchronization
    Good luck and let us know!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Help needed with chart

    Post Author: jillb78
    CA Forum: Charts and Graphs
    I have to make a report that lists each day of the month on the across the top, each student we serve on the down the left hand side, and for each day whether they were present "P" or Absent "A".  I started with cross tab but realized that is only for summarizing and it won't show me the P for present and A for absent - it gives me a 1 or O.   Please offer some guidance on where to start!  Thanks!
    Jill

    Post Author: V361
    CA Forum: Charts and Graphs
    Crosstab should be ok, you may have a boolean that is changing your "P" to the 1 or 0  Our, instead of a sum, you are doing a count, create a running total, in the evaluate section use a formula count if  field = "P", reset on change of field Date, this will give you a 1, for each date that the student was present.  Hope this gets you close.

  • Need your help plz with new HD 250 gb

    Ok I went to fry's and picked up a nice 250 gig Maxtor HD. So I was setting up the drive I used the maxblaster tool to format the new driver and partition it in to 2 125 then we used the tool to copy the old info on my HD c driver on to the new HD. everything went well till we shut down the system and switch out the cables and set the new HD to master and took out the old HD. On boot up it went to the Win xp blue screen where the icons with your names should be but there were no icons I could use the mouse but that was it. The icon never came on with do I need to do to get this 250 HD to work? I read on the installation guide that xp and win 2000 cant see HD larger than 137 GB Im using win xp pro with sp1 is there something Im missing? Im using the MSI KT3 Ultra ARU
    and the Newest bios with Win xp pro with sp1

    Hello,
    If you use only 1 partition and re install from the XP CD to the new 250GB hard drive, does it work?
    http://www.seagate.com/support/kb/disc/capacity/137/os/winxp.html
    Yes you do require SP1 to be able to use over 137GB.
    That would mean it must be integrated to the XP CD.
    Does your winXP cd have sp1 integrated to it?
    If not then you must integrate SP2 to it.
    http://www.microsoft.com/downloads/details.aspx?FamilyId=049C9DBE-3B8E-4F30-8245-9E368D3CDB5A&displaylang=en
    How to integrate/slipstream
    http://www.winsupersite.com/showcase/windowsxp_sp2_slipstream.asp

  • Help plz with 'sync'ing feeling.

    Hello
    I reccently bought an Iphone 3G but have had Itunes for sometime now. Having succcessfully transfered my music from Itune-Iphone (on 1st day) I went about business as usual.
    When i tried again to sync to two it had been some days and i had taken a few pics. I allowed it to scan for pics on my Iphone and checked the box to allow this to happen automatically. However i experienced problems and Itunes was unable to scan for pics, saying 'no device found'. Dispite the computer being able to find the Iphone.
    Now when i plug the Iphone in Itune reacts as though nothing has happened and both sit there doing nothing (the Iphone does recharge).
    The Itunes version is the most up to date, however i dont have version 2.2 (i think thats the most current version) for my Iphone.
    Any advice which doesnt result in loosing all my music and phone contacts will ber greatly appreciated. Thank you, Jasmes

    Back up just your contacts and whatever else you'd like, then restore iphone and choose restore from backup....hope that helps

  • Print Web Application with chart

    Hello all!
    We want to print our Web Application after push a button, not over context menu.
    I have read the "How to ... Enhance Web Printing". But this solution doesn't help me with charts as far as I understand. Else it would be a fine solution for my problem.
    Has anyone an idea how I can print the whole web application with chart and table? But I have to say that the web application is embedded in SAP Enterprise Portal. So it is also no answer to just print the full web page.
    Isn't there a way to just use context menu commands with a button?
    Thanks for help!
    Regards,
    Peter

    If you are using BI 7.0 you can use PDF based printing for this.
    In 3.5 you can use StyleSheets for formatting, and use js command window.print to just print the BI Report area within EP.
    <A href="ajavscript:window.print()">Print</A>

  • How can we create a Collective search help  plz tell me with steps

    How can we create a Collective search help  plz tell me with steps
    thanks,
    basu

    Hi
    1) Elementary search helps describe a search path. The elementary search help must define where the data of the hit list should be read from (selection method), how the exchange of values between the screen template and selection method is implemented (interface of the search help) and how the online input help should be defined (online behavior of the search help).
    2) Collective search helps combine several elementary search helps. A collective search help thus can offer several alternative search paths.
    3)An elementary search help defines the standard flow of an input help.
    4) A collective search help combines several elementary search helps. The user can thus choose one of several alternative search paths with a collective search help.
    5)A collective search help comprises several elementary search helps. It combines all the search paths that are meaningful for a field.
    6)Both elementary search helps and other search helps can be included in a collective search help. If other collective search helps are contained in a collective search help, they are expanded to the level of the elementary search helps when the input help is called.
    CREATION:
    Go to SE11  Tcode
    select search help
    give the 'z' search help name and create
    select the selection method ur table name eg : 'mara'
    dialog module 'display value immediately'.
    add the field whatever u want and lpos = 1 and spos = 1 and check import and export parameter.
    where left position when displaying and spos = search position
    and then save and activate ..
    See the links:
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee38446011d189700000e8322d00/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ee45446011d189700000e8322d00/content.htm
    pls go through this for search help creation
    http://help.sap.com/saphelp_nw2004s/helpdata/en/41/f6b237fec48c67e10000009b38f8cf/content.htm
    Search Help Exits:
    Re: dynamic values for search help
    Re: Dynamic search  help
    Reward points for useful Answers
    Regards
    Anji

  • When i connect i5 to itunes .. i dont get "delete" option for songs upon right click .. can anyone help me with this plz?

    when i connect i5 to itunes .. i dont get "delete" option for songs upon right click .. can anyone help me with this plz?

    Yes, annoying. A couple of options:
    While it's playing the current A song, click on the H song to select it (but not double click to play it), when iTunes jumps to the second A song, press the down key and iTunes will remember that you had that H song selected and will move the selection to the second H song while the second A song is still playing. So, still jumps around, but easy to get back to where you were.
    Create a new playlist for your music, right click on it, select "New Window" and you can browse your music in a second list while the first window continues to play music. But if you then start playing music in that second window, you have to go back to the first window if you want to start browsing again. Not great if you're navigating around to play the next song.
    Play music from iTunes DJ, then as you're browsing around your library, you can add things to play next in DJ, and go back. You can combine this with previous suggestion, to keep DJ open in one window while you browser in the other window.
    None of these are great, but maybe one of these works better than your current workflow.

  • Warning I don´t understand while compiling-Prob with .jar... help plz?

    Hello, While I compile my java file I get the :
    I:\............. >javac ObjCreatorV1.java
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlint:deprecation for details.After that : i get the:
    I:\........................>javac -Xlint ObjCreatorV1.java
    ObjCreatorV1.java:40: warning: [serial] serializable class ObjCreatorV1 has no definition of serialVersionUID
    public class ObjCreatorV1 extends JFrame {
           ^
    1 warningWhat does it mean?? It´s ok, I can still run it, and it´s just fine, but I´m wondering if that warning is the reason why I can´t make a .jar out of it.
    Actually I create the .jar file but it doesn´t run, it just makes a ding noise, and nothing more.
    Some help plz... =)

    I just put
    public static final long serialVersionUID = 1L; in all my classes and now I get the following....:
    I:\Documents and Settings\Universidad\Mis documentos\ObjCreator v1.0>javac -Xlint ObjCreatorV1.java
    .\Point.java:58: warning: [deprecation] readLine() in java.io.DataInputStream has been deprecated inLine=dis.readLine();
              ^
    .\Cube.java:38: warning: [deprecation] readLine() in java.io.DataInputStream has been deprecated inLine=dis.readLine();
              ^
    .\SimpleLine.java:33: warning: [deprecation] readLine() in java.io.DataInputStream has been deprecated inLine=dis.readLine();
              ^
    .\Line.java:35: warning: [deprecation] readLine() in java.io.DataInputStream has been deprecated inLine=dis.readLine();
              ^
    .\Pyramid.java:35: warning: [deprecation] readLine() in java.io.DataInputStream has been deprecated inLine=dis.readLine();
              ^
    .\Cone2.java:80: warning: [deprecation] readLine() in java.io.DataInputStream has been deprecated inLine=dis.readLine();
              ^
    .\Cylinder1.java:88: warning: [deprecation] readLine() in java.io.DataInputStream has been deprecated inLine=dis.readLine();
              ^
    .\Plane.java:35: warning: [deprecation] readLine() in java.io.DataInputStream has been deprecated inLine=dis.readLine();
              ^
    .\PlaneV.java:33: warning: [deprecation] readLine() in java.io.DataInputStream has been deprecated inLine=dis.readLine();
              ^
    .\PlaneH.java:33: warning: [deprecation] readLine() in java.io.DataInputStream has been deprecated inLine=dis.readLine();
              ^
    .\PlaneP.java:31: warning: [deprecation] readLine() in java.io.DataInputStream has been deprecated inLine=dis.readLine();
              ^
    .\Parallelepiped.java:32: warning: [deprecation] readLine() in java.io.DataInputStream has been deprecated inLine=dis.readLine();
              ^
    .\Prisma6.java:31: warning: [deprecation] readLine() in java.io.DataInputStream has been deprecated inLine=dis.readLine();
              ^
    13 warningspfffff
    I also tried to use
    BufferedReader dis = new BufferedReader(new InputStreamReader(in));But that gives me errors that i can´t solve either...
    help...... :S
    Edited by: epp1227 on Mar 18, 2009 4:46 AM

  • Re: Help plz Mar 23, 2013 3:26 AM (in response to diesel vdub) Ok . What should i do here . Iam i update or no . Im bought this iphone 1week ago and i bought it with jailbreaking and i want update to 6.1.3  what can i do?? My device is on 6.1.2)  my iphon

    Re: Help plz
    Mar 23, 2013 3:26 AM (in response to diesel vdub)
    Ok . What should i do here . Iam i update or no . Im bought this iphone 1week ago and i bought it with jailbreaking and i want update to 6.1.3  what can i do?? My device is on 6.1.2)  my iphone is not international i can only start with 1SIm  i heared tjat if i upate my Device it likely willnot camebackagain..! Is that right.. Thankes.!

    Apple considers jailbreak a misuse of product.  Any Apple.com site will refuse to support.
    If you bought it with jailbreak intentionally, you made a mistake.
    If you found out only after purchase, get your money back by returning it.

  • My itunes won't reconise my ipod touch but does with my nano any help plz

    my itunes won't reconise my ipod touch but does with my nano any help plz

    - First see if resetting the iPod will make it visible in iTunes so you can restore the iPod.
    - Next see if placing the iPod in recovery mode will make it visible.  For recovery mode see:
    iPhone and iPod touch: Unable to update or restore

  • Plz Someone Help me with NOKIA 6700 classic

    I bought a new nokia6700 classic with unlimited internet.My problem is when i browse through diffrent video sites,some of them wants flash player to play specific video.So my question is is there any flash player software  available for NOKIA6700 classic  or any software that i can play those videos.plz i would be really greatfull if someone can help me with it.thank you

    Haven't seen a flash player to Series40 phones ever. On the otherhand the video content in those cases is typically so heavy (high resolution and high bandwidth requirements) that it would not work fluently with a mobile device. Have you checked if the video site you are interested in has a mobile version of it ? f.ex. youtube has a mobile version m.youtube.com

  • HT201407 The shake operation is not working on my iPhone, can anyone help me with it plz

    The shake operation is not working on my iPhone, can anyone help me with it plz

    All depnds what your using it for..  If it's an app, may be a delay in the app doing an update to be compaitible with iOS 6.  If its for an Apple app, then you need to check the settings for that specific app.

Maybe you are looking for

  • Extract a year from a date

    I have a date  [Period Closed].[Period Closed] in a cube. This table contain only one values which might be  a certain date. Not today's date. I have another date table where I have to use the date value from [Period Closed].[Period Closed]  and pass

  • Allow user to create objects in specific schema

    I would like to be able to grant a user/role permission to create/drop tables/views/etc.. in a specific schema, other than their own. It appears like I can do either grant create table to role or grant create any table to role the former allowing the

  • Better replacement for Obsolete statement

    Hi , During upgradation to ECC 6.0 , at many places in order to correct the Unicode error we need to use the Move statement. Since the Move-Corresponding is an obsolete statement now , so we can't use it any more. It is  very difficult and highly tim

  • Syncing multiple iPones with one computer

    What is the easiest way to sync 11 iphones with one computer? At work im in charge of 11 iPhones and need to manage them from one computer. Each user has there own apple ID and different apps so on and so forth. I would like to be able to update all

  • Lightroom not importing all photos from the SD card

    I have been using light room for a month now, importing photos from my Nikon's SD Card. All was going well until today. At first it seemed like lightroom could only see the first 144 photos (up to DSC_0217) as that was all that showed in the lightroo