The simplest way to get a line chart

Hi there. Could You tell me what's the simplest way to get such effect as below:
http://docs.xuiframework.com/xchart/images/lineChart.jpg
A piece of code would be very helpful. I'm not thinking of GFW_PRES_SHOW FModule, because it has limitations 32 data elements whilst I need more than 32.
I'd be very thankful for suggestions. Greetings.

Amitava De
I need to put chart into screen container
a®s
Unfortunately not

Similar Messages

  • What is the simplest  way to get a xml-file from 10g R2 -database ?

    Hi,
    I'm new in xml, there are so many tools to work with xml:
    what is the simplest way to get a xml-file from 10g R2 -database ?
    I have : 10g R2 and a xsd.file to describe the xml-structure
    thank you
    Norbert

    There is no automatic way to generate XML documents from an arbitary set of relational tables using the information contained in an XML Schema. Typically the easiest way to generate XML from relational data is to use the SQL/XML operators (XMLElement, XMLAGG, XMLAttribtues, XMLForest). There are many examples of using these operators in the forums You can validate the generated XML against the XML Schema by registering the XML Schema with XML DB and then using the XMLType.SchemaValidate() method

  • What is the simplest way to get video from mini DV tapes into computer

    My computer has no firewire connection. What is the simplest way to get the video from my camera (JVC GR-D340EK) ?

    Mikeathome
    Thanks for the reply.
    The reason that I asked if this was a one time thing or not was related to my thoughts about asking you to look at the relative costs of have the DV data capture firewire done professional or by a friend versus going through looking for slots on your computer for a firewire card or purchasing a computer that still comes with a firewire port.
    We will be watching for further developments.
    Thanks.
    ATR

  • The simplest way to get more performance on select on xmltype column?

    We have a table with xmltype column:
    CREATE TABLE "TK"."PLAN_2" ("UNID" NUMBER NOT
    NULL,
    "XMLSTRING" "TK"."XMLTYPE",
    CONSTRAINT "SYS_C001142583" PRIMARY KEY("UNID")
    USING INDEX
    TABLESPACE "TX"
    STORAGE ( INITIAL 64K NEXT 0K MINEXTENTS 1 MAXEXTENTS
    2147483645 PCTINCREASE 0) PCTFREE 10 INITRANS 2 MAXTRANS 255)
    The data in column xmlstring looks like this:
    <Agent>
    <OP End="2520000" Id="001_8232_0_91" Origin="Autos" Quantity="1.0 ea" Start="2520000">
    <OSP Key="ADM_ID" String="001_8232_0" />
    <OSP Key="AddAutoNr" String="0" />
    <OSP Key="CURRENT_STATE" String="Tages-Vorgabe" />
    <OLP Key="ChUser">
    <OIP Key="(T_SP) test2" Long="1218125408541" />
    <OIP Key="(T_SP) admin" Long="1219071385346" />
    <OIP Key="(T_SP) test2" Long="1237540381906" />
    </OLP>
    <OSP Key="Debicode" String="9903" />
    <OSP Key="Resource" String="SBN" />
    <OSP Key="TrafficDay" String="91" />
    <OSP Key="AutoNrSchema" String="001" />
    <OSP Key="AutoNumber" String="8232" />
    <OPE End="0" Id="Prod" Origin="Autos|Prod" Start="0">
    <OProd Duration="0" End="0" Id="Produce" OriginDirect="Autos|Prod|Produce" Quantity="1.0 ea" Start="0" Type="Produce">
    <OSP Key="RESelection.Parameter" String="Resource" />
    <Resource Id="Autos" />
    <Alloc From="OP|001_8232_0_91|Prod|Produce" Id="" Quantity="1.0 ea" To="CO|001_8232_0_91|001_8232_0_91" Type="PRODUCEREQ_TO_CONSUMEREQ" />
    </OProd>
    </OPE>
    <OPE End="2520000" Id="Step_0" Origin="Autos|Step" Start="0">
    <OQP Key="Delay" Overridden="true" Quantity="0.0 s" />
    <OQP Key="Distance" Quantity="44.84 km" />
    <OQP Key="Duration" Quantity="2520.0 s" />
    <OQP Key="Fahrt" Quantity="2520.0 s" />
    <OSP Key="From" String="BS" />
    <OSP Key="I1" String="0" />
    <OSP Key="PLACE" String="1" />
    <OQP Key="StartDelay" Overridden="true" Quantity="0.0 s" />
    <OQP Key="TWait" Overridden="true" Quantity="0.0 s" />
    <OSP Key="To" String="OL" />
    <OUse Duration="2520000" End="2520000" Id="LStep_0" Name="L" OriginDirect="Autos|Step|LStep" Quantity="1.0 ea" Start="0" Type="Step">
    <OSP Key="I2" String="0" />
    <OIP Key="LPOSITION" Long="1" Overridden="true" />
    <OSP Key="PLACE" String="1" />
    <OQP Key="Wait" Overridden="true" Quantity="0.0 s" />
    <Resource Id="vs_RABe525_13" />
    </OUse>
    <OUse Duration="480000" End="0" Id="LPre_0" Name="L" OriginDirect="Autos|Step|LPre" Quantity="1.0 ea" Start="-480000" Type="Pre">
    <OQP Key="Fahrbereit" Overridden="true" Quantity="2 min" />
    <OSP Key="From" Overridden="true" String="BS" />
    <OSP Key="I2" String="0" />
    <OSP Key="PLACE" String="1" />
    <OSP Key="StepIndex" String="0" />
    <OSP Key="To" Overridden="true" String="BS" />
    <OQP Key="Vorbereitung" Overridden="true" Quantity="6 min" />
    <Resource Id="vs_RABe525_13" />
    </OUse>
    <OUse Duration="600000" End="3120000" Id="LPost_0" Name="L" OriginDirect="Autos|Step|LPost" Quantity="1.0 ea" Start="2520000" Type="Post">
    <OQP Key="Abstellzeit" Overridden="true" Quantity="4 min" />
    <OSP Key="From" Overridden="true" String="OL" />
    <OSP Key="I2" String="0" />
    <OQP Key="Nachbereitung" Overridden="true" Quantity="6 min" />
    <OSP Key="PLACE" String="1" />
    <OSP Key="StepIndex" String="0" />
    <OSP Key="To" Overridden="true" String="OL" />
    <Resource Id="vs_RABe525_13" />
    </OUse>
    <OUse Duration="2520000" End="2520000" Id="FStep_0" Name="F" OriginDirect="Autos|Step|FStep" Quantity="1.0 ea" Start="0" Type="Step">
    <OSP Key="I2" String="0" />
    <OSP Key="PLACE" String="1" />
    <OQP Key="Wait" Overridden="true" Quantity="0.0 s" />
    <Resource Id="ps_P112" />
    </OUse>
    <OUse Duration="480000" End="0" Id="FPre_0" Name="F" OriginDirect="Autos|Step|FPre" Quantity="1.0 ea" Start="-480000" Type="Pre">
    <OQP Key="Fahrbereit" Overridden="true" Quantity="2 min" />
    <OSP Key="From" Overridden="true" String="BS" />
    <OSP Key="I2" String="0" />
    <OSP Key="PLACE" String="1" />
    <OSP Key="StepIndex" String="0" />
    <OQP Key="Taxi" Overridden="true" Quantity="0 s" />
    <OSP Key="To" Overridden="true" String="BS" />
    <OQP Key="Vorbereitung" O verridden="true" Quantity="6 min" />
    <OQP Key="Wegzeit" Overridden="true" Quantity="0 s" />
    <Resource Id="ps_P112" />
    </OUse>
    <OUse Duration="600000" End="3120000" Id="FPost_0" Name="F" OriginDirect="Autos|Step|FPost" Quantity="1.0 ea" Start="2520000" Type="Post">
    <OQP Key="Abstellzeit" Overridden="true" Quantity="4 min" />
    <OSP Key="From" Overridden="true" String="OL" />
    <OSP Key="I2" String="0" />
    <OQP Key="Nachbereitung" Overridden="true" Quantity="6 min" />
    <OSP Key="PLACE" String="1" />
    <OSP Key="StepIndex" String="0" />
    <OQP Key="Taxi" Overridden="true" Quantity="0 s" />
    <OSP Key="To" Overridden="true" String="OL" />
    <OQP Key="Wegzeit" Overridden="true" Quantity="0 s" />
    <Resource Id="ps_P112" />
    </OUse>
    </OPE>
    </OP>
    </Agent>
    We try to select:
    SELECT UNID, extractValue(value(OUSE_XMLSTRING), '/OUse/Resource/@Id') OUSE_RESOURCE,
    extract(XMLSTRING, '/Agent/OP/OSP[@Key = "TrafficDay"]/@String') TT_DAY,
    extract(XMLSTRING, '/Agent/OP/@Start') OP_START,
    extract(XMLSTRING, '/Agent/OP/@End') OP_END,
    extract(XMLSTRING, '/Agent/OP/OSP[@Key = "ADM_ID"]/@String') ADM_ID,
    extractValue(value(OUSE_XMLSTRING), '/OUse/@Start') OUSE_START,
    extractValue(value(OUSE_XMLSTRING), '/OUse/@End') OUSE_END
    FROM tk.plan_2, table(XMLSequence(extract(XMLSTRING, '//Agent/OP//OPE//OUse'))) OUSE_XMLSTRING
    where extractValue(value(OUSE_XMLSTRING), '/OUse/Resource/@Id') = 'vs_RABe525_13';
    with this explain plan:
    PLAN_TABLE_OUTPUT
    Plan hash value: 3476314316
    | Id | Operation | Name | Rows | Bytes | Cost (%CPU)| Time |
    | 0 | SELECT STATEMENT | | 101 | 22018 | 31 (0)| 00:00:01 |
    | 1 | NESTED LOOPS | | 101 | 22018 | 31 (0)| 00:00:01 |
    | 2 | TABLE ACCESS FULL | PLAN_2 | 2 | 432 | 2 (0)| 00:00:01 |
    |* 3 | COLLECTION ITERATOR PICKLER FETCH| XMLSEQUENCEFROMXMLTYPE | | | | |
    Predicate Information (identified by operation id):
    3 - filter(EXTRACTVALUE(VALUE(KOKBF$),'/OUse/Resource/@Id')='vs_RABe525_13')
    We want to select on the 'ID', which occurs more than once in the xmlstring and the table gonna be big, so we think we need some kind of index on the ID-Identifier. What will be the best way to do this?

    Which version of Oracle (4 digits)?
    If 10.2 or greater, look into using XMLTable and that is the replacement for the table(XMLSequence(extract()) approach. Also, avoid the use of // unless you really need it. I doubt it will make a difference in your situation but just a good performance approach in general.
    We want to select on the 'ID', which occurs more than once in the xmlstringI assume you are going to want the count(...) > 1 from the XML to tell you which you are selecting?
    I also have questions about what that XMLType is being stored as but that depends upon what your version is regarding what storage options you have.
    Edited by: A_Non on Jun 7, 2010 10:55 AM
    Forgot to add, look in the FAQ (under your sign-in name on the upper right) for how to use the tag to better format your posts.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • THE SIMPLEST WAY TO GET A DVD MOVIE IN IPOD VIDEO IN 2-3 HRS

    I just got the Ipod video and got Quick time 7pro and everything but it is not the right software to play a DVD or get a dvd movie into ipod. So i tell you exactly what to do: go to carrydvd.com, find the version for use on symbian and psp. download it to test it or buy it to be able to convert a whole dvd movie. When you have the software ready you just put the DVD in, on the screen go where it says select video quality: PSP (MP4) Hi quality. go to screen size select 320X240 (PSP, PALM OR WINCE) PRESS PLAY BUTTON AND IT WILL COMPRESS. WHEN FINISH YOU GO TO ITUNES AND IN FILE GO TO ADD FILE TO LIBRARY, LOCATE THE MOVIE YOU JUST COMPRESSED AND ADD IT TO THE LIBRARY, THEN CONNECT THE IPOD AND JUST PUT THE MOVIE FROM THE LIBRARY TO THE IPOD AND IS READY. I JUST GOT IN MY IPOD TROY WITH THE QUALITY OF A BOUGHT VIDEO OF ITUNES MUSIC STORE.

    Have you checked this:
    sehested, "Tutorial: How to get DVD's on your iPod", 12:50pm Nov 8, 2005 CDT

  • [Solved]Simplest way to get PPPoE working.

    I'm building a computer for my grandfather and he'll be using Bell which provides DSL internet. I don't use Bell at my home so I can't test if it'll connect before I take it over. So what is the simplest way to get PPPoE working?
    Also is it possible to install only OpenOffice Writer and not the other stuff?
    Last edited by jordanwb (2008-12-17 18:00:40)

    a) Install the pppoe pkg and then run pppoe-setup.
    b) Afaik no. Use Abiword instead.

  • When I take my phone off charge in the morning I get an info box on the front which has the sound trumpet icon with a line through it and the word Mute.  The only way to get rid of it is to reboot the phone any ideas as to how I can stop this happening?

    When I take my phone off charge in the morning I get an info box on the front which has the sound trumpet icon with a line through it and the word Mute.  The only way to get rid of it is to reboot the phone any ideas as to how I can stop this happening?

    Hello cor-el, thanks for your reply. I changed my settings for downloads to desktop and it has appeared on there. When I double click I am asked which program I want to open file. I click firefox and another box "opening install" says I have chosen to open the file which is an application and do I want to save it. This is the only real option so I press save file. I get a box saying this is an executable file which may contain viruses - do you want to run. I press ok and the final box showing C drive file name and desktop appears stating application not found.
    This happens the same whenever I try to install.
    To my untrained eye the application is not being recognised as an application and I cannot work out how to get it to do that.
    My plugin is still showing as out of date.
    Is there anything you could suggest. Thanks for your time.

  • It is unclear the advantage to pre-ordering the new iPhone 5. What I have read is that it will ship on the 21st? If so the only way to get one on the 21st is go stand in line. Please correct me if I am wrong.

    It is unclear the advantage to pre-ordering the new iPhone 5. What I have read is that it will ship on the 21st if you pre-order? If so the only way to get one on the 21st is go stand in line. Please correct me if I am wrong.

    if you don't have time to stand in line or don't want to risk getting there too late and leaving empty handed from the apple store preordering will guarantee you one but possibly in a slightly longer timeframe

  • What is the simplest way to make a movie from BufferedImages?

    I have a 3d rendered animation from which I can grab BufferedImages of each frame. What is the simplest way I can create a movie from these images?
    I've seen the JpegImagesToMovie.java file and not only is it suprisingly overcomplicated, it requires me to change the code so that I can get images from memory rather than from files.
    Is there some simple way of creating a movie which requires a few statements? I'm also prepared to use QuickTime for Java. I don't care about the format, since I can just use any video converter to convert it to my desired video format.

    I recently came up with a simplified JpegImagesToMovie program. It generates QuickTime movies with a single video track output as a file. Input is a series of jpegs (currently as a list of file names, but easily modified to a take any form of jpeg data.) Since the compression used by the movie is JPEG, if you have an uncompressed image buffer, you'll need to convert that into jpeg data bytes with some quality setting. (Since its a movie file, go with something low if you have a lot of similar images.) This will even run without a full install of jmf--no native code is called (as far as I could tell..)
    Here is the source code, sorry about the formatting!
    import java.awt.Dimension;
    import java.io.File;
    import java.io.IOException;
    import java.io.RandomAccessFile;
    import java.net.URL;
    import java.util.Vector;
    import javax.media.Buffer;
    import javax.media.Format;
    import javax.media.MediaLocator;
    import javax.media.format.VideoFormat;
    import javax.media.protocol.ContentDescriptor;
    import javax.media.protocol.FileTypeDescriptor;
    import com.sun.media.multiplexer.video.QuicktimeMux;
    * This program takes a list of JPEG image files and converts them into a
    * QuickTime movie.
    * This was based on Sun's JMF Sample Code JpegImagesToMovie.java 1.3 01/03/13
    * This code is an attempt to reduce the complexity to demonstrate a very basic
    * JPEG file list to movie generator. It does not use a Manager or Processor
    * class, so it doesn't need to implement any event listening classes. One
    * advantage of this simplified class is that you can just link it with the
    * jvm.jar file. (you might also need to track down the com.ms.security library
    * stubs, use google. You'll need PermissionID.java and PolicyEngine.java.)
    * I tried to get it to generate AVI files without success.
    * These output files are could use further compression.
    * A Vector of jpeg image paths was one way to do this--the appropriate
    * methods can be overwritten to grab images from another source
    * --zip file, http, etc.
    * - Brad Lowe; Custom7; NuSpectra; 2/10/2005
    * The existing Copyright from Sun follows.
    * Copyright (c) 1999-2001 Sun Microsystems, Inc. All Rights Reserved.
    * Sun grants you ("Licensee") a non-exclusive, royalty free, license to use,
    * modify and redistribute this software in source and binary code form,
    * provided that i) this copyright notice and license appear on all copies of
    * the software; and ii) Licensee does not utilize the software in a manner
    * which is disparaging to Sun.
    * This software is provided "AS IS," without a warranty of any kind. ALL
    * EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND WARRANTIES, INCLUDING ANY
    * IMPLIED WARRANTY OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR
    * NON-INFRINGEMENT, ARE HEREBY EXCLUDED. SUN AND ITS LICENSORS SHALL NOT BE
    * LIABLE FOR ANY DAMAGES SUFFERED BY LICENSEE AS A RESULT OF USING, MODIFYING
    * OR DISTRIBUTING THE SOFTWARE OR ITS DERIVATIVES. IN NO EVENT WILL SUN OR ITS
    * LICENSORS BE LIABLE FOR ANY LOST REVENUE, PROFIT OR DATA, OR FOR DIRECT,
    * INDIRECT, SPECIAL, CONSEQUENTIAL, INCIDENTAL OR PUNITIVE DAMAGES, HOWEVER
    * CAUSED AND REGARDLESS OF THE THEORY OF LIABILITY, ARISING OUT OF THE USE OF
    * OR INABILITY TO USE SOFTWARE, EVEN IF SUN HAS BEEN ADVISED OF THE POSSIBILITY
    * OF SUCH DAMAGES.
    * This software is not designed or intended for use in on-line control of
    * aircraft, air traffic, aircraft navigation or aircraft communications; or in
    * the design, construction, operation or maintenance of any nuclear facility.
    * Licensee represents and warrants that it will not use or redistribute the
    * Software for such purposes.
    public class SimpleMovie
    Vector images; // jpeg image file path list
    VideoFormat format; // format of movie to be created..
    // Sample code.
    public static void main(String args[])
    try
    // change imageDir to the location of a directory
    // of images to convert to a movie;
    String imageDir = "images";
    File d = new File(imageDir);
    SimpleMovie imageToMovie = new SimpleMovie();
    // change width, height, and framerate!
    // Excercise: Read width and height of first image and use that.
    imageToMovie.init(320, 240, 10.0f);
    imageToMovie.setFiles(d);
    File dest = new File("simple.mov");
    imageToMovie.createMovie(dest);
    System.err.println("Created movie " + dest.getAbsolutePath() + " "
    + dest.length() + " bytes.");
    } catch (Exception e)
    System.out.println(e.toString());
    e.printStackTrace();
    // return jpeg image bytes of image zIndex (zero-based index)
    public byte[] getImageBytes(int zIndex) throws IOException
    if (images == null)
    return null;
    if (zIndex >= images.size())
    return null;
    String imageFile = (String) images.elementAt(zIndex);
    // Open a random access file for the next image.
    RandomAccessFile raFile = new RandomAccessFile(imageFile, "r");
    byte data[] = new byte[(int) raFile.length()];
    raFile.readFully(data);
    raFile.close();
    return data;
    // Call this before converting a movie;
    // Use movie width, height;
    public void init(int width, int height, float frameRate)
    format = new VideoFormat(VideoFormat.JPEG,
    new Dimension(width, height), Format.NOT_SPECIFIED,
    Format.byteArray, frameRate);
    // Set up the files to process
    public void setFiles(Vector inFiles)
    images = inFiles;
    // point converter to jpeg directory. Only does one level,
    // but could recurse, but then sorting would be interesting..
    public void setFiles(File dir) throws Exception
    if (dir.isDirectory())
    if (images == null)
    images = new Vector();
    String l[] = dir.list();
    for (int x = 0; x < l.length; x++)
    if (l[x].toLowerCase().endsWith(".jpg"))
    File f = new File(dir, l[x]);
    images.addElement(f.getAbsolutePath());
    // Crank out the movie file.
    public void createMovie(File out) throws Exception
    if (format == null)
    throw new Exception("Call init() first.");
    String name = out.getAbsolutePath();
    QuicktimeMux mux = null; // AVI not working, otherwise would use
    // BasicMux
    if (out.getPath().endsWith(".mov"))
    mux = new QuicktimeMux();
    mux.setContentDescriptor(new ContentDescriptor(
    FileTypeDescriptor.QUICKTIME));
    } else
    throw new Exception(
    "bad movie file extension. Only .mov supported.");
    // create dest file media locator.
    // This sample assumes writing a QT movie to a file.
    MediaLocator ml = new MediaLocator(new URL("file:"
    + out.getAbsolutePath()));
    com.sun.media.datasink.file.Handler dataSink = new com.sun.media.datasink.file.Handler();
    dataSink.setSource(mux.getDataOutput()); // associate file with mux
    dataSink.setOutputLocator(ml);
    dataSink.open();
    dataSink.start();
    // video only in this sample.
    mux.setNumTracks(1);
    // JPEGFormat was the only kind I got working.
    mux.setInputFormat(format, 0);
    mux.open();
    // Each jpeg goes in a Buffer.
    // When done, buffer must contain EOM flag (and zero length data?).
    Buffer buffer = new Buffer();
    for (int x = 0;; x++)
    read(x, buffer); // read in next file. x is zero index
    mux.doProcess(buffer, 0);
    if (buffer.isEOM())
    break;
    mux.close();
    // close it up
    dataSink.close();
    // Read jpeg image into Buffer
    // id is zero based index of file to get.
    // Always starts at zero and increments by 1
    // Buffer is a jmf structure
    public void read(int id, Buffer buf) throws IOException
    byte b[] = getImageBytes(id);
    if (b == null)
    System.err.println("Done reading all images.");
    // We are done. Set EndOfMedia.
    buf.setEOM(true);
    buf.setOffset(0);
    buf.setLength(0);
    } else
    buf.setData(b);
    buf.setOffset(0);
    buf.setLength(b.length);
    buf.setFormat(format);
    buf.setFlags(buf.getFlags() | Buffer.FLAG_KEY_FRAME);
    }

  • What is the best way to get audio from a regular cd into logic?

    I need to get some music of a regular music CD into Logic. When doing something like this on a PC I'd get some third party software to rip the CD and convert into audio files that I'd use in the Daw. What is the simplest way on a Mac?

    1. insert CD (der...)
    2. open iTunes and click 'inport cd'
    3. when the tracks are finished inporting drag them into a play list (just to keep things tidy.)
    4. select the tracks you want in logic.
    5. drag the tracks where you want them in logic
    note: when you drag the tracks in logic will create an overview for the tracks, this could take a while depending on the length of the son.
    hope this helps.

  • The best way to get 5.1 sound out of Mac Pro

    Hello. I'm not sure if this is the right place to ask this, but could someone recommend me the best way to get 5.1 sound of a Mac Pro. Since I don't require hi-fi -level sound, just simple directional audio for gaming and such, I wouldn't like to pour a lot of money to this. As I see it, I'd need an external sound card, internal PCI-E soundcard or speakers that have an optical input. I would like for the cost to be in two digits, euro or dollar.
    Any suggestions about hardware?

    Once again, the issue of 5.1 w/Apple comes up.
    Here is the bottom line.
    You will only get 5.1 audio if the following conditions are true:
    - You are using the OPTICAL output on your Mac
    - You are playing a DVD with a 5.1 soundtrack
    That's it. The simple truth is, that even if you have a Z-5500 setup (like I do), you still will not get 5.1 surround in ///any/// applications other then while playing a DVD.
    There is no way to get 5.1 out of a game on a Mac Pro. No matter how much money you throw at it. The support simply is not there. It is not a software issue, it is not a driver issue. It is the game developer's issue (sort of), and it is a //lack of hardware// issue.
    The complex truth, and I will attempt to explain, isn't that simple.
    Your Mac Pro or Macbook only has a single line-out, that supports 2 channels at the maximum. Optical audio will only handle 2 channels as well- it's the same signal (in two channels) on a different medium, basically.
    All PC soundcards that support proper 5.1 (save for a select few) have //multiple// line-out jacks for Front Left/Right, Center/Sub, and Rear Left/Right (3 plugs total for 5.1). Since your Mac/Mac Pro doesn't have this, you can't hook up a 5.1 speaker set and expect true 5.1.
    You do have optical audio, however, this only works in 5.1 when a Dolby Digital signal is piped through the optical cable.
    Dolby Digital works by encoding a 5.1 signal as a data stream, sending it to a receiver, where it is decoded and played back as 5.1 stereo. DVD's have this audio pre-encoded on the disk.
    If you wanted 5.1 output from your games, they'd need to ether have the sound/audio data encoded as Dolby 5.1, or support encoding on the fly to take a 5.1 signal, encode it, and pipe it out the optical audio plug. Xbox360 does this, because they've licensed the technology from Dolby- as have the game developers.
    Unfortunately, none of the developers for Macintosh gaming have yet to include live Dolby 5.1 encoding (I think Doom 3 had a beta patch that did- I could be wrong).
    If the game doesn't support the above feature, then you only get basic 2 channel audio.
    *Do not buy a Fireface 800.*
    This is a professional audio interface (like an external soundcard). While it supports 5.1 output via 6 individual outputs, you need SPEAKERS that have +built in amplifiers+ (called a Studio Monitor). Not just one amplifier- all the speakers have it built in and take a balanced stereo input.
    You're looking at $1300 for the Fireface 800, and another $200 per speaker. This is not cheap, is not meant for gaming, and is not consumer grade equipment. It's pro audio, designed for Logic 8 and similar.
    Even if you did spend the money, trust me, I'd know... I have a 5.1 setup running through an Apogee Ensemble (a $2000 "soundcard"), and I do not get 5.1 support from Quake 4, C&C 3, or any other game. I only get 5.1 surround from my audio production in Logic 8.
    To recap, since this has been asked many times- and I don't want you wasting your money here (just trying to be helpful!)...
    *There is no simple or cost-efficient way to get 5.1 from your Mac, other then while playing a DVD movie.*
    I would highly recommend that you buy a very good pair of 2.1 speakers with a Sub woofer. Maybe even a pair that takes an optical input for audio. If you really want to spend the money to *watch a DVD in surround sound,* then you can... And it'll work wonderfully, but gaming will not give you surround sound at all.
    *Again- There are no games out that support 5.1. Just because you technically support Dolby 5.1, doesn't mean the applications are aware of it and can utilize the 5.1 surround.*
    Edit: I may have neglected to also mention that the Firewave unit will support 5.1 properly through 3 separate plugs (much like a PC soundcard does), however the only game I am aware of that supports this is Unreal Tournament 2003 for Mac (or was it 04?), with an experimental patch for 5.1 via OpenAL. Last I heard, it worked okay, but crashed occasionally.
    Most of the other games out there just don't support 5.1, period (probably due to the lack of hardware on the Mac computers from the factory).
    -SC
    Message was edited by: ScottishCaptain

  • I am still running OS x 10.5.8 what is the next step up and the easiest way to get it. Does the Genius bar have the capability to get me to the most recent software if I take my Imac in

    I am still running OS x 10.5.8 what is the next step up and the easiest way to get it. Does the Genius bar have the capability to get me to the most recent software if I take my Imac in

    iMac G5 - you are at the end of the line, though you may be able to upgrade your RAM, or hard drive.
    iMac CoreSolo, CoreDuo - you can upgrade to 1 GB of RAM or 2 GB of RAM and get up to 10.6.8.
    iMac Core2Duo - you can upgrade to 2 GB of RAM or more and get up to 10.7.2.
    Go to Apple menu -> About This Mac to determine which Mac model you have.
    Here's what you have to watch out for on 10.6 to 10.6.8.
    Here's what you need to watch out for on 10.7 to 10.7.2.
    Some stores may not have 10.6 installer CD available, or may not have 10.7 Flash drive available.  For those you have to make the purchase from elsewhere,
    and bring it in to the store with you.  http://www.apple.com/retail has phone numbers for all their stores, and extension 5 often will get you a real person at the store, though if yuo don't get it, you might try a different extension.

  • My phone goes off in any time of the day and the only way to get it back is through pressing and holding of Home and Sleep button together

    Like I said in the subject line:
    My brand new iPhone 4S/32Gb goes off in any time of the day and the only way to get it back to live is through pressing and holding of the Home and Sleep button together for 5-10 seconds.
    Does anybody have that kind of problem as well?
    Thank you.

    I restored it on I tunes as well did something on the phone. The lastest seems to have helped it but I haven't used it much yet!  Thanks for the help & I'll let you know!

  • The simplest way for plsql procedure to return multiple rows

    Hi,
    What is the simplest way for plsql procedure to return multiple rows (records). There are many combination of ways to do it but I am looking for a solution that is appropriate for plsql beginners. Many solutions use cursors, cursor variables, collections and more that kind of things that are complex on the face of it. Is it somehow possible to achieve the same with less effort?
    Sample query would be: SELECT * FROM EMPLOYEES;
    I want to use returned rows in APEX to compose APEX SQL(in that context plsql) report.
    It is enough to use just SELECT * FROM EMPLOYEES query in APEX but I want to use plsql procedure for that.
    Thank you!

    Hi,
    It depends :-).
    With +...that is appropriate for plsql beginners...+ in mind... it still depends!
    The list of techniques (ref cursors, cursor variables, collections, arrays, using explict SQL) you have referenced in your post can be made to work. but...
    +Is it somehow possible to achieve the same with less effort?+ Less effort : That needs to be defined (measured). Especially in the context of pl/sql beginners (who is a beginner?) .
    What is the level of "programming experience" ?
    What is the level of understanding of "Relational Result set" as processible in Oracle?
    If you are looking for
    Process_the_set_of rows_in APEX () kind of capabilitywhich "abstracts/hides" relation database from developers when working on relation database, it may not be the best approach (at least strategically). Because I believe it already is abstracted enough.
    I find REF CUROSOR most effective for such use, when the "begginer" has basic understanding of processing SQL result set .
    So in a nut shell, the techniques (that you already are familiar with) are the tools available. I am not aware of any alternative tools (in pure Oracle) that will simplify / hide basics from develpers.
    vr,
    Sudhakar B.

  • HT1349 I lost/had my iPhone stolen. Tried using Find My iPhone and it's offline. It was set up. What do I do now? Do I report it stolen? What is the best way in getting back my iPhone if any? Thank you in advance.

    Tried using Find My iPhone and it's offline. It (Find my iPhone) was set up. What do I do now? Do I report it stolen? What is the best way in getting back my iPhone if any? Thank you in advance.

    Find My iPhone is good for misplaced iPhone but not good for thief and it was never meant to be.
    You chance of getting it back is very small.
    There are a few things you can try.
    Try remote lock/wipe your iPhone through Find My iPhone.
    https://www.icloud.com
    You can report to the police, cell carrier (expensive cell charges for international calls, roaming etc)
    Change all the passwords used in iPhone: Apple ID, E-mail, Bank Account ....
    http://support.apple.com/kb/HT2526

Maybe you are looking for

  • Ive recently updated my mac to OS X 10.10 and now my CS5 illustrator and photoshop will not open...  I uploaded the most recent Java and they still won't open.  Please help

    Ive recently updated my mac to OS X 10.10 and now my CS5 illustrator and photoshop will not open...  I uploaded the most recent Java and they still won't open.  Please help

  • Placing an image-how to

    Any one know of a very good traing guide to place a photo in indesign? When you are in quark you make a picture box and import a picture. With the content tool you can move the photo without moving the box, i just cant seem to get the hang of it in i

  • Photoshop Elements 8 shuts down

    Hi, I am quite new to this program and this is my first post. My problem is straightforward but very irritating. Every time I select anything to do with Help, either from the menu bar or a link on a specific dialogue Photoshop just shuts down. I have

  • My pc crashed and win7 64-pro has to be installed again.

    MY new pc crashed and win7 64-pro needs to be installed again. after this I need to install photoshop CC again, but i miss my emails with registration number etc. how can i get the needed information, to install and setup Photoshop CC again ? thanks,

  • COPA tables

    All In Account COPA I see two tables, One CE4XXXX and other is CE4XXXX_ACCT. What is the difference between these two tables. CE4XXXX_ACCT has much much more records as compared to the CE4XXXX table. If I was to use either of the two for reporting an