How can i convert a arraycollection to an XmlList to put as a dataprovider for ADG

I have a arraycollection which i'm getting from backend.I need to convert it into XMLList with nodes, because i have to show the data like branches in ADG.
now I'm using  grouping but getting lot of sorting issues. so i want to convert it into XmlList to show the data as it is.
is there any way to handle this issue??
Sample example can be appreciated.

Hello,
I am looking for some further information about this.
I have an array collection of about 8 fields worth wide and say 200 rows deep and is dynamic.
I need to take this cf query result and populate a tree control with the data.
As I understand the above post, it will loop over only the first column in the query result set.
How can I go about creating the children or level 2, level 3 etc
Data structure would be something like this:
caldate, Division, Batalion, Shift, Station, actCat, actionbyname, asstocode,
The first is a datetime, while all others are char.
Grouping should occur left to right in this order.
Thanks
Jim

Similar Messages

  • How can I convert an .AVI movie file to get it into i-movie for editing?

    I have downloaded the VLC media player which will open and play the .AVI files from a video camera (RCA Small wonder high def digital camcorder EZ229HD). Now I need to be able to convert these movies (which will only open and play after dragging them to the desktop) to import into i-movie so they can be edited. Anyone know how to do this? The phone support at MAC help said they really can't do any third party stuff so I do not know what to download, purchase, or even if this is possible. Can't imagine a format that won't work with a MAC! Please help. Thank you! Need these for a project.

    Use Handbrake.
    You can download it for free from this site:
    http://www.macupdate.com/info.php/id/12987/handbrake
    Good luck

  • How can I convert an int to a string?

    Hi
    How can I convert an int to a string?
    /ad87geao

    Here is some the code:
    public class GUI
        extends Applet {
      public GUI() { 
        lastValue = 5;
        String temp = Integer.toString(lastValue);
        System.out.println(temp);
        showText(temp);
      private void showText(final String text) {
        SwingUtilities.invokeLater(new Runnable() {
          public void run() {
            tArea2.setText(text + "\n");
    }

  • How can I convert an InputStream to a FileInputStream ???

    How can I convert an InputStream to a FileInputStream ???

    Thanks for you reply, however, I am still stuck.
    I am trying to convert my application (which runs smoothly) to a signed applet. The following is the original (application) code:
    private void loadConfig() {
    String fileName = "resources/groupconfig";
    File name = new File(fileName);
    if(name.isFile()) {
    try {
         ObjectInputStream in = new ObjectInputStream(new FileInputStream(fileName));
         pAndGConfig = (PAGroupsConfig)in.readObject();
         in.close();
         return;
    } catch(ClassNotFoundException e) {
         System.err.println("++ERROR: "+e);
    } catch(IOException e) {
         System.err.println("++ERROR: "+e);
    System.out.println("Can't find file: " + fileName);
    Because all code and resources now reside in a Jar file (for the signed applet), I must use the following line to access the resources:
    InputStream is = this.getClass().getResourceAsStream(fileName);
    I then need to convert the 'InputStream' to 'ObjectInputStream' or 'FileInputStream' so that I can work with it.
    I would be very grateful if you could help shed some light on the matter - Cobram

  • How can I convert an audio file (speech) into a text?

    Hello everybody!
      Can someone explain how I can convert a garageband file (voice speech) into a text? My Mac is a Mac OS X 10.5.8 version, so I don't have programs such as mountain Lion. I thought to use googlevoice. Is this option available? If yes, how can I use it?
    Thanks.

    Hello, I only find google voice available for Abdroid!?
    http://www.ehow.com/info_10033225_google-voice-system-requirements-android.html
    Some possibilitities, not sure if they have 10.5.8 compatble versions anymore...
    http://atmac.org/speech-to-text-dictation-software-for-os-x
    Some reviews of later Dragon Speak...
    http://www.finetunedmac.com/forums/ubbthreads.php?ubb=showflat&Number=22962

  • How can I convert an OVM vm (.img) to VDI (virtualbox)?

    Hi,
    how can I convert an OVM vm (.img) to VDI (virtualbox)?
    Is .img format a raw image? If yes can I use "VBoxManage convertdd" to convert from .img to vdi?
    tnx & regards,
    S.

    Hi,
    "VBoxManage convertdd" solved.
    Regards,
    S.

  • How can I convert an AUDIO MPEG-4 to an MPEG3 format? I need it for a Powerpoint Presentation

    How can I convert an AUDIO  MPEG-4 to another type of file, such as MPEG3  or mp3

    Use Handbrake.
    You can download it for free from this site:
    http://www.macupdate.com/info.php/id/12987/handbrake
    Good luck

  • I want to remove the monitor from my 17" Macbook Pro 2008 to use as an external for my Macbook Pro 15" 2012. How can I convert lvds to Thunderbolt and power the monitor?

    I want to remove the monitor from my 17" Macbook Pro 2008 to use as an external for my Macbook Pro 15" 2012. How can I convert lvds to Thunderbolt and power the monitor?

    It's almost impossible.  The new iMacs have a Target Display Mode, but it's built to do that.  Without ripping your screen out, finding an acceptable power supply, frame, and whatever electronics to convert a Thunderbolt signal to the screen, the cost will be much larger than buying a cheaper HiDef monitor that runs with an HDMI to Thunderbolt cable to your MacBook 15.  In fact, you can sell your 17" MBP for a lot of money, unless it's broken or something, buying you a really sweet monitor.
    By the way, I found your answer by searching this forum.  I would suggest using the search function here in the futuere.

  • How can I convert an array off byte into an Object ?

    Hi folks...
    I�m developing an application that comunicates a PDA and a computer via Wi-Fi. I�m using a DataStream ( Input and Output ) to receive / send information from / to the computer. Most off the data received from him is in the byte[] type...
    How can I convert an array off byte ( byte[] ) into an Object using MIDP 2.0 / CLDC 1.1 ?
    I found on the web 2 functions that made this... but it uses a ObjectOutputStream and ObjectInputStream classes that is not provided by the J2ME plataform...
    How can I do this ?
    Waiting answers
    Rodrigo Kerkhoff

    There are no ObjectOutputStream and ObjectInputStream classes in CLDC. You must know what you are writing to and reading from the DataStream. You should write the primitives like int, String to the DataOutputstream at one end and read those in exactly the same sequence at the outher end using readInt(), readUTF() methods.

  • How can I convert a class file to Exe file

    hai
    How can I convert a class file to Exe file

    Please search the forums before asking questions - this has been answered hundreds (really!) of times.

  • How can I convert multiple files at one time and not one at a time

    How can I convert multiple files at one time and not one at a time

    Hi Plissey1950,
    Sorry for the lengthy delay to a response.  Are you trying to convert multiple files to individual PDF files at the same time? (not combine them).  If so, you'll need to use Adobe Acrobat for this function. The CreatePDF service does not have the ability to convert multiple files to multiple individual PDF files.
    Thanks,
    David

  • I recored a video with my ipad, downloaded it to my mac but I cant upload it to Youtube because the format IMG is not a video format. How can I convert it?

    How can I convert a video I took with my ipad on the format IMG to a supported format for Youtube?

    To upload videos to YouTube we have to make sure videos are in a format that YouTube accepts. Here’s the list of some well-known video formats which YouTube supports:
    WebM files (Vp8 video codec and Vorbis Audio codec)
    MPEG4, 3GPP and MOV files – (typically supporting h264 and mpeg4 video codecs and AAC audio codec)
    AVI (Many cameras output this format – typically the video codec is MJPEG and audio is PCM)
    MPEGPS (Typically supporting MPEG2 video codec and MP2 audio)
    WMV)
    FLV (Adobe – FLV1 video codec, MP3 audio)
    But I think you get the wrong video file. iPad recorded video files are in m4v, mp4, mov, avi format but not the img files. Anyway, if you need a video converter, Format factory or iFunia video converter are good choice.
    Good luck!

  • I have two apple id's how can i convert them two one

    I have 2 apple id. How can i convert to one?

    Currently there is no path for that.
    Pick the Apple ID or iTunes account that you want to use and stick to it for all purchases as you cannot consolidate purchases from multiple accounts.
    MJ

  • How can I convert a POP account to IMAP

    I have a POP account in the form [email protected], and I have just changed my hosting company from one that handles POP accounts only to one where accounts can be either POP or IMAP. The question is: how do I convert my existing POP account to IMAP? My main reason for wanting to do that is to keep the "Sent" folder synchronized so that Mail's sent item folder automatically gets stuff I send through web mail just like it does with my Dot Mac account.
    I tried removing the existing POP account; this causes any email associated with this account that has not been moved to an "On my Mac" folder to vanish. When I create an IMAP account, these mails don't reappear, even though the email address is the same. Recreating the POP account, though, brings these emails back to life.
    Of course, I can have both account definitions with the POP one having it's "include when automatically checking for new mail" checkbox unchecked, but that's really inelegant. Is there a way to convert the POP account into an IMAP account?
    Daniel

    Ernie Stamper wrote:
    If the Inbox for this account only is revealed, is there any triangle beside it?
    Ah, yes, I see! Silly me to be looking for Sent mail under "Sent"! Indeed, there's a disclosure triangle next to the account name under "Inbox", and wen you open it, it shows Drafts, Sent, spam, and Trash. The sent items are indeed there.
    Mind you, my Dot Mac accounts show up normally, i.e., their sent mail goes under "Sent". Wish all IMAP accounts did that. It sure isn't logical to show sent mail inside an inbox...
    But to answer your question: In addition to having the "Sent" folder for the account under "Inbox", I also have a folder for the account under "Sent". This folder disappears when I check the box to store messages on the server. There were emails in it (the ones I placed there myself). I have now moved those emails to the sent sub-folder under the account under "Inbox". Even with the "store on server" option UNchecked, the emails were instantly duplicated to the server, so that they were present both locally and remotely. I then checked the "store on server box"; this made the mailbox for the account under "Sent" vanish.
    To summarize: things appear to work normally now, except that I find it very inconvenient to have to look in two separate "Sent" folders to find emails I've written.
    Daniel

  • How can i convert video files from my mac to watch them on my iphone?, how can i convert video files to watch them on my iphone?

    how can i convert video files from my mac to watch them on my iphone?, how can i convert video files to watch them on my iphone?

    Turns out the answer to that question changes if you ask it more than 4 times, so ask it again....
    The answer depends on the type of video files you want to convert.  If they are DRM protected commercial videos, no help can be given here.  Google.

Maybe you are looking for

  • IPod Touch, Nano & Classics Not Recongized in iTunes or Windows !!

    I have 1 iPod Touch, 2 iPod Classic & 1 iPod Nano (brand new one) Since the iTunes V9 update none of them will show up in Windows or iTunes. I have tryed the 5 R's, wiping everything off the computer and reinstalling it, reinstalling iTunes and more!

  • Order of songs in album retained in iTunes 6? Oldest OS for iTunes 7?

    I still have iTunes 6 until I can make sure I can move up to an OS supporting all my current software and hardware (including digidesign 001 which interfaces my monitor speakers through a card in the back of my computer). I notice that in iTunes 6, a

  • Drag and drop FLAC audio into iPod to convert and add?

    I manually sort my music as albums in folder directories. I have never liked how iTunes wanted to sort my music back in 2005 and I don't like it any more today. I recently got a 6th gen iPod Nano via the 1st gen iPod Nano replacement program and I am

  • Running Business Rules on Composite Forms

    Hi, I'm using Planning v11.1.2, and I am trying to get a business rule to run from a Composite web form. The version and entity are the only prompts in the business rule, and they are shared globally on the component forms. If I put the business rule

  • I hava a class where the printout is in dos.....

    I hava a class where the printout is in dos now I want it to print out itin a Gui application or applet instead how do I do. Here is the class file: import filenet.vw.api.*; public class QueueSample extends Object public QueueSample(VWSession vwSessi