Flash Builder 4 Extremely slow under Windows 7 + Java

Hello,
I have the following configuration:
Sony VAIO SZ
Intel Core 2 Duo 2.1 GHz (T8100)
4GB DDR3
NVidia 8400M GS
320GB (7200 RPM) HDD
Windows7 Ultimate (6.1.7600)
I'm trying to use Adobe Flash Builder 4 (build 272416) in Trial mode.
I was working for a long time already with the Flex Builder Plug-in 3. Compilation time was always a headache, true, but it still was affordable. But with the Flash Builder 4 production that became so bad that I can't simply use it event to test.
When started form the "clean" workspace, bundled Eclipse and only one project (Flex) is created - everything looks fine. Even if you add a "hello world" pop-up to your application (that's sarcasm, yeah =)
The situation changes dramatically when you have any number (greater than zero of course) of Java projects in your workspace.
Compilation time skyrockets to about 1 - 2 minutes - first (on an empty project created with wizard). Second - it starts crashing with or without reason.
When I'm trying to create a new Flex project (having several Java projects in the workspace) - the moment the wizard is complete and it's going to show me the contents of the newly created MXML (yes, a few lines with no logic at all) it crashes. When I'm trying to open existing project - well, it opens, but compilation times are greater than 2 minutes (that's a tiny project with a few screens with primitive design, three AS classes and two CSS files and one image included) whenever I just put an empty string to even the main MXML.
When I'm trying to switch to design view - it crashes 80% of time. The rest 20% it show "gray field" and bugs UI completely.
When building starts - the only way to avoid it ... well ... go drink a tea. It's impossible to cancel and if I try to cancel it - it hangs forever. Only killing the eclipse process helps.
And, really, 2 minutes of compilation time? Are you serious? It's like, change the line of code, save, wait 2 minutes with 50% chance of observing never-ending activity?
Btw, I've tested the Flash Builder Beta - there were no such problems. Everything was really cool and smooth. Compilation time was even faster than Flex Builder 3. And such a surprise with the production version.
It's all with the JDK 6u14 (yes, I've tested it with the most recent one - 6u18 - the same picture).
So, is there anyone experiencing the same behavior and any hints on how to fix it? It's really annoying especially knowing and waiting to get hands on all those great SDK 4 features.
Thanks!

I think the longer compile times when embedding fonts are sort of to be expected. You're embedding an awful lot of glyphs into your SWF (versus using device fonts or setting an explicit unicode range).
For example, I tried with the following simple example in Flex 4.0:
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark"
        xmlns:mx="library://ns.adobe.com/flex/mx"
        applicationComplete="lbl.text = (loaderInfo.bytesTotal / 1024).toFixed(2) + ' KB';">
    <fx:Style>
        @namespace s "library://ns.adobe.com/flex/spark";
        @namespace mx "library://ns.adobe.com/flex/mx";
        @font-face {
            fontFamily: Calibri;
            fontWeight: normal;
            fontStyle: normal;
            src: url("c:/windows/fonts/calibri.ttf");
        @font-face {
            fontFamily: Calibri;
            fontWeight: bold;
            fontStyle: normal;
            src: url("c:/windows/fonts/calibrib.ttf");
        @font-face {
            fontFamily: Calibri;
            fontWeight: normal;
            fontStyle: italic;
            src: url("c:/windows/fonts/calibrii.ttf");
        @font-face {
            fontFamily: Calibri;
            fontWeight: bold;
            fontStyle: italic;
            src: url("c:/windows/fonts/calibriz.ttf");
        global {
             fontFamily: Calibri;
             fontSize: 24;
    </fx:Style>
    <s:controlBarContent>
        <s:Label id="lbl" color="red" fontWeight="bold" />
    </s:controlBarContent>
    <s:VGroup horizontalCenter="0" verticalCenter="0">
        <s:Label text="Calibri regular" />
        <s:Label text="Calibri bold" fontWeight="bold" />
        <s:Label text="Calibri italic" fontStyle="italic" />
        <s:Label text="Calibri bold+italic" fontWeight="bold" fontStyle="italic" />
    </s:VGroup>
</s:Application>
Now, the .SWF file in my /bin-debug/ folder was pretty large (~1440 KB -- or about 1.4 MB). When I exported a release version of the .SWF using Builder that number dropped down to ~970 KB (or 0.9 MB). Still rather large.
Typically when embedding fonts you'll want to specify a unicode range so you only embed the characters you care about (English uppercase/lowercase, punctuation, numbers, etc). Or you could embed Thai ranges or whatever else you want.
So if I specify the following unicode range for each of the four embed statements, the SWF sizes drop considerably:
unicode-range 
: U+0020-002F,U+0030-0039,U+003A-0040,U+0041-005A,U+005B-0060,U+0061-007A,U+007B-007E;
/bin-debug/: ~970 KB (67%)
/bin-release/: ~520 KB (53%)
You can find some examples of unicode ranges in the /frameworks/flash-unicode-table.xml file in the Flex SDK. Also, you can specify custom named unicode ranges in your /frameworks/flex-config.xml file:
<!-- Defines ranges that can be used across multiple font-face declarations. -->
<!-- See flash-unicode-table.xml for more examples. -->
<!-- not set -->
<!--
<languages>
  <language-range>
    <lang>englishRange</lang>
    <range>U+0020-007E</range>
  </language-range>
</languages>
-->
And this way you could just specify a unicode-range of "englishRange" instead of having to do U+0020-002F, etc.
Hope that helps,
Peter

Similar Messages

  • Flash CS4 extremly slow on Windows 7 64-bit | NOT a Kaspersky issue!

    Hello.
    My problem is exactly the same, as the one solved in this thread: http://forums.adobe.com/message/2356898#2356898
    Flash is just unusable, because of extremely slow performance. Selecting a tool or typing in actionscript takes forever. I've also noticed that sometimes (yes only sometimes), flash.exe takes alot of CPU usage, even when doing simple things like mentioned above.
    At the same machine, 2 days ago, before upgrading from Vista Ultimate x64 to Windows 7 Ultimate x64, everything was working perfect.
    Please help me as soon as possible. Thanks in advance.
    Grzelu.

    I got the same problem on W7 (32-bit). I also notice that firefox really slows down on pages with lot of flash. I didn't had that problem when I was using XP.

  • Flash builder very slow

    Hi all,
    i'm using Adobe® Flash® Builder™® 4.7
    with Windows 7 64bits, Core i5, 8Go RAM, SSD Samsung EVO PRO 256Go
    After a few minutes Flash Builder becomes very slow. I can no longer enter a lineunless it freeze. The processor increases its frequency and everything returns tonormal after a few seconds if I did nothing...
    I tried the methods provided in this link:
    Flash Builder 4 Extremely slow under Windows 7 + Java
    It is better but still not enough.
    Thank you for your help in advance!
    Best regards,
    PY

    Hi,
    Don't know if it's the same problem that I have but here's my problem and solution.
    Every time I embed CFF fonts in code I get the same behaviour, ie:
    [Embed(source="E:/Library/fonts/arial.ttf",
    fontFamily="Arial_CFF",
    fontWeight= "normal",
    fontStyle= "normal",
    mimeType="application/x-font",
    embedAsCFF="true",
    advancedAntiAliasing="true")]
    private const  Arial_Normal_CFF:Class;
    So my solution is to place all embeds in a separate master package like InitMaster.as
    Then I just extend the main class with it.
    package {
         import InitMaster;
         public class Main extends InitMaster{
               public function Main() {
                   //Do your other stuff here          
    The sluggishness (is this a word?) happens only when I open the InitMaster and do copy/paste.
    Oh, and I have a dual cpu, 12 core (24HT) machine with SSD dics and 64GB RAM so it's not a hardware issue.
    Hope this helps.

  • How can I get a better driver for my 1394b Hostcontroller in my Macbook pro 2010 to solve the problem, that it is too slow under Windows 7 installed with bootcamp ?

    How can I get a better driver for my 1394b Hostcontroller in my Macbook pro 2010 to solve the problem, that it is too slow under Windows 7 installed with bootcamp ?
    WIndows can't find a better one than the installed LSI Conformed 1394 Hostcontroller

    Read and follow the Bootcamp Installation instructions that you were offered to view when you ran Bootcamp Assistant.
    Run Bootcamp Assistant again and select the option to download the Bootcamp Support software. Follow the instructions. Then boot into Windows and install the Windows Support software you downloaded and saved.

  • Invalid Segment Alignment -  Flash Builder 4.7 on Windows

    I received the following message when I attempted to submit my app to apple:
    Invalid Segment Alignment - This app does not have proper segment alignment and should be rebuilt with the latest version of Xcode. Please contact Developer Technical Support if you need further assistance.
    While this issue is being discussed for Flash CC 2014 on Mac, I am producing the IPA via Flash Builder 4.7 on Windows, and then offloading that to a Mac to upload with Application Loader.
    Is there a workaround for Flash Builder 4.7 on Windows? What about Flash Builder 4.7 on Mac? (theoretically I could temporarily transfer my creative cloud license over from one of the two machines that have it, and publish from Flash Builder there... but this is really rather annoying. Will do it if it's the only way though)

    David, the other thread is quite long, but the bottom line is: you need to the use latest (15.0.302) AIR SDK Beta to build your IPA file, whether on Windows or Mac.
    I'm not a Flash Builder user, but there's a documented process for overlaying the AIR SDK into Flash Builder - I believe this is still applicable.
    Cheers,
    -Jeff

  • When will flash builder support export to Windows Mobile OS?

    When will flash builder support export to Windows Mobile OS?

    I think maybe VB was confused by you calling it "Windows Mobile," as Windows Mobile is MS's obsolete, abandoned Mobile OS for pre-iPhone era with a stylus and all that, I am assuming you probably meant "Windows Phone" / Windows 8 Metro UI / Windows RT, the new iPhone-like MS Mobile OS.
    See this thread: http://forums.adobe.com/message/4526684#4526684

  • Flash CS4 extremely slow!

    It's extremely slow to render any flash motion in CS4. I import to the stage some material and when I try to change and create any motion the processor usage raise up to 50% and the program freezing. It will be completly useless... Is there any solution to this problem? thx a lot!

    Thank you for your fast reply!
    Yes it's possible with virtual machine it would be more faster than now. I use the sw under Windows 7 too but before this system I had Vista with the same problem. So I don't know. The newest patch did not help yet.
    I work under an Asus F3Sv series notebook with Core Duo T7500 and with Geforce GS8600M GS (256Mb).
    But It's very strange: under Vista I couldn't do anythin for an examle in the actionscript editor. After Windows 7 it has been working now. But the prevoius problem is still ongoing.

  • Flash debugger Extremely slow

    I am currently using Flash Builder 4 and building my first project with FlexSDK 4 .
    To debug the application I installed the Flash debugger version plugin (v10.1.53.64) for FF  .
    Don't know if there is some parameter I need to set, but it is Extremely (imagine the caps ) slow. Actually I just cannot work this way.
    I have been using the debugger before and it was extremely powerfull and fast. Don't know what the problem is.  I already reinstalled a few times, no luck however.
    Anyone ?
    thx

    I have found the problem.
    When using the default player, it ran as usual (thus fast ....) . Once using the  debugger it became horribly slow.
    Then I started testing right into the folder where the application was deployed. Then I found a missing file.
    However , I thought when copying a file into the src, Flash Builder automatically created a duplicate in the debug folder.  This did not happen and that is why the application locked up (as it could not read the file).
    So what is the proper way to handle missing files programmatically. ?
    thx
    eG

  • Illustrator 15.0.2 extremely slow on Windows 7 Home Premium 64-bit

    Illustrator has been working nicely on my computer up until the 15.0.2 upgrade.  Now it chugs along at a snails pace and locks up/hangs frequently when switch between tools or windows.
    My system specs are:
    Windows 7 Home Premium 64-bit
    Intel i7 Q720 processor
    6GB RAM
    1GB ATI video card
    Is anybody else experiencing extremely slow performance with the 15.0.2 upgrade?

    I am having a suspisciously similar issue and I would like to elaborate a bit..
    I too have this odd issue where Illustrator works ok (though screen redraw lags) but as soon as I go between programs, whether Notepad, Acrobat or similar simple programs - Illustrator freezes for 5-10 seconds. I go back and forth a lot - looking through documents (pdfs etc.) when I draw so the annoyance is simply unbearable.
    I have used Illustrator for ages and roughly 6 months ago I bought a new PC to use at home. Its specs are:
    OS: Windows 7 Pro 64 bit
    PROC: Intel i7 930
    RAM: 12 GB OCZ PLATINUM
    GFX: ATI RADEON HD  5870
    MOBO: P6X58D
    These specs thrashes my specs at work by far and yet Illustrator BOTH CS4 and CS5 runs smooth and hazle free at the old worn out computer at work, while being close to useless at home. I have googled my eyes out and found no solution. Tried clearing the prefs, etc. - which made no difference. Disabled Aero and all other gfx consuming stuff - with absolutelu no improvement. I have even tried flagging Illustrator CS5 as Large Adress Aware... didn't help
    I can run all other Adobe CS4 and CS5 (master edition) very good!
    Can someone help - I am desperat

  • Numbers 09 (Rel. 2.1(436)) extremely slow under Lion

    I just gave Numbers a try with a relatively low complex mortgage calculation - 13 columns, 200 rows - simple formulas (if ... then ... else, difference in dates, simple multiplications).
    Numbers is extremely slow - whenever something is changed in the tables, Activity Monitor shows 100% CPU usage and the SBOD appears - it's nearly not possible to work. Restart of my MacBook Pro or Numbers allone has not made anything better. Has anybody made the same observations, i submitted feedback to Apple, but i have the feeling, that nobody is reading it (3 years ago i submitted the wish for goal seek for Numbers or some sort of Automator support)
    The dilemma is:
    Many of my coworkers now have iPad and iPhone and could use Numbers (i know there are some Excel Simulations for iPad and iPhone around, but these are not so nice to use) - therefore i want to provide the previos Excel Sheets as Numbers documents - but with this performance it's impossible to use Numbers.

    "200 rows of formulas in a Numbers document might be considered to be large ..." - that's complete nonsense - in the beginning of my "Apple History" i had a Mac IIsi, on this machine there was a spreadsheet software running, it's name was Ragtime - i did exact the same calculations which i now want to redo with Numbers - the IIsi with 8 MB of RAM was crunching trough these calculations a lot faster than my Macbook Pro - and there were not only 200 rows to calculate - (to be exact it were 300 + (4 x 25) rows - calculation 300 months + 4 quarters per year).
    Apple builds very nice hardware (most of the time), Apple designs very nice software (also most of the time) - but sometimes Apple Software is truly unusable if one decides just to get one step ahead the absolute-zero-level-hobby-user.
    Of course i know the phrase "horses for courses" and everybody will scratch his head "why does this guy absolutely want to use Numbers for this task and not the old Excel?" - i can tell you that: Because Excel has very bad layout options - in Numbers i can produce very nice layouts, free movable tables, integrated pages which sum up more sub-tables ... - yes, thats also possible with Word an Excel but not in this intuitive way Apple has come up.
    BUT - since Numbers is (and keeps) so dramatically slow it's barely unusable - it makes me sad, that i will never see Numbers being used in a business environment.
    PS: please excuse my rough English, i'm from Austria.

  • Do I need two separate licenses to be able to use Flash Builder on Mac and Windows?

    Does my Creative Cloud subscription allow me to install Flash Builder on both Mac and Windows machines?

    Hi,
    I know it has been a while since you replied to me. I tried it at the time and sadly it didnt work and I got frustrated and ignored it for a while. I have just tried what you suggested again and this is how it went:
    • I have connected both the AX and iMac via ethernet cables to the O2 box.
    • This time my iMac did detect the AX and it automatically opened the AirPort Utility window.
    • I followed your instructions on the setting and connected it to my existing network etc.
    • It asked to restart the AX.
    • After a long wait this message appear:
    "Airport Utility was unable to find your Apple wireless device after restarting.
    The settings for this Apple wireless device have been successfully updated, but there was a problem rejoining the wireless network or finding the Apple wireless device. You may need to select your network from the AirPort menu and try again."
    I tried this and now when I click Rescan in the AirPort utility it just says that it cannot detect any devices. And in the meantime the AX is still flashing orange.
    Do you think that the AX is faulty. Although it was functioning perfectly in my previous flat. I just don't understand how one minute the iMac detects it and the next it doesn't even though the settings have been supposable successfully updated. Very frustrating.
    Thanks for your time,
    Louca

  • Wifi extremely slow after Windows 10 Upgrade

    After upgrading to Windows 10 my wifi connection is extremely slow.  I updated all the Lenovo drivers after the upgrade and it hasn't helped. The listed network driver is 2x2 11b/g/n Wireless LAN M.2 Adapter.  I've included screenshot below of a speedtest on the same network between my T440s and my smartphone.  The smartphone results are what should be expected on the laptop.  T440s Speed Test Samsung S6 Speed Test When observing the task manager there are no other programs utilizing the network.    

    I had the same problem.
    After trying many suggestions on the internet I found one that solved my problem. I took more than a week to solve but now I'm happy.
    On my case the problem was the security wifi protocol. I was using AES and changed to TKIP. For me there is no reason to this to work, but solved my problem.
    Hope it helps.

  • WDMyCloud (2TB) slow under Windows 10 & some programs can't access files

    I did a search here in the forums but couldn't locate an existing topic for this issue.  Under Windows 10 I have very poor transfer speeds and my multimedia server (Serviio) can no longer access any of the files on the WDMC.   I have tried Serviio with both a direct network connection and through a Windows share.  Both fail. Anyone else having Windows 10 issues with the WDMC? Paul 

    No issues at the moment with Windows 10 Pro and the WD My Cloud. Not using Serviio though. Some CrystalDiskMark numbers from two PC's on my network. Note: I am not using the original drive in the WD My Cloud enclosure, drive died, using an old 250GB SATA II drive in the My Cloud enclosure at the moment. Desktop PC with Windows 10 Pro with 1GB LAN connection to WD My Cloud:OS : Windows 10 Professional [10.0 Build 10240] (x64)Test : 1024 MiB [Z: 31.6% (70.9/224.8 GiB)] (x5)  [Interval=5 sec]* MB/s = 1,000,000 bytes/s [SATA/600 = 600,000,000 bytes/s]
    * KB = 1000 bytes, KiB = 1024 bytesSequential Read (Q= 32,T= 1) :    65.124 MB/s
    Sequential Write (Q= 32,T= 1) :    28.861 MB/s
    Random Read 4KiB (Q= 32,T= 1) :     0.412 MB/s [   100.6 IOPS]
    Random Write 4KiB (Q= 32,T= 1) :     1.590 MB/s [   388.2 IOPS]
    Sequential Read (T= 1) :    65.229 MB/s
    Sequential Write (T= 1) :    28.943 MB/s
    Random Read 4KiB (Q= 1,T= 1) :     0.369 MB/s [    90.1 IOPS]
    Random Write 4KiB (Q= 1,T= 1) :     1.325 MB/s [   323.5 IOPS]  Desktop PC with Windows 10 Pro with internal 500GB SATA II hard drive (not primary drive):OS : Windows 10 Professional [10.0 Build 10240] (x64)Test : 1024 MiB [E: 85.9% (400.3/465.8 GiB)] (x5)  [Interval=5 sec]Sequential Read (Q= 32,T= 1) :    84.122 MB/s
    Sequential Write (Q= 32,T= 1) :    86.224 MB/s
    Random Read 4KiB (Q= 32,T= 1) :     1.032 MB/s [   252.0 IOPS]
    Random Write 4KiB (Q= 32,T= 1) :     1.180 MB/s [   288.1 IOPS]
    Sequential Read (T= 1) :    82.219 MB/s
    Sequential Write (T= 1) :    85.778 MB/s
    Random Read 4KiB (Q= 1,T= 1) :     0.318 MB/s [    77.6 IOPS]
    Random Write 4KiB (Q= 1,T= 1) :     1.152 MB/s [   281.3 IOPS] Laptop PC with Windows 7 Home with 100MB LAN Connection to WD My Cloud:OS : Windows 7 Home Premium SP1 [6.1 Build 7601] (x64)Test : 1024 MiB [Z: 31.6% (70.9/224.8 GiB)] (x1)  [Interval=5 sec]Sequential Read (Q= 32,T= 1) :    10.880 MB/s
    Sequential Write (Q= 32,T= 1) :    11.797 MB/s
    Random Read 4KiB (Q= 32,T= 1) :     0.349 MB/s [    85.2 IOPS]Random Write 4KiB (Q= 32,T= 1) :     0.823 MB/s [   200.9 IOPS]
    Sequential Read (T= 1) :    11.535 MB/s
    Sequential Write (T= 1) :    11.115 MB/s
    Random Read 4KiB (Q= 1,T= 1) :     0.324 MB/s [    79.1 IOPS]
    Random Write 4KiB (Q= 1,T= 1) :     0.348 MB/s [    85.0 IOPS] Laptop PC with Windows 7 Home with External WD My Passport 320GB USB 2 Drive:OS : Windows 7 Home Premium SP1 [6.1 Build 7601] (x64)Test : 1024 MiB [E: 55.4% (165.2/298.0 GiB)] (x1)  [Interval=5 sec]
    Sequential Read (Q= 32,T= 1) :    34.529 MB/s
    Sequential Write (Q= 32,T= 1) :    27.998 MB/s
    Random Read 4KiB (Q= 32,T= 1) :     0.521 MB/s [   127.2 IOPS]
    Random Write 4KiB (Q= 32,T= 1) :     1.219 MB/s [   297.6 IOPS]
    Sequential Read (T= 1) :    34.394 MB/s
    Sequential Write (T= 1) :    26.637 MB/s
    Random Read 4KiB (Q= 1,T= 1) :     0.464 MB/s [   113.3 IOPS]
    Random Write 4KiB (Q= 1,T= 1) :     1.211 MB/s [   295.7 IOPS] On a side note when attempting to run CrystalDiskMark against that same external WD My Passport 320GB USB 2 drive connected to the Desktop Windows 10 Pro PC, the test failed to run and the drive became unstable, would continually disconnect and reconnected every two seconds continuously until drive USB cable was disconnected from desktop PC. Never seen that happen before with this external drive on Windows 10 or Windows 7.

  • Pavilion G6 Extremely slow following Windows 10 upgrade - no updated drivers available

    I installed Windows 10 a couple of days ago on two machines and love it.  One machine is fine, no problems at all and everything seems to run smoothly (so far!).  However on my HP Pavilion G6 things are not so good.  It is EXTREMELY slow - it something opens up at all then it takes several minutes.  Edge just hangs and even in Chromes I can't upload files.   I have been advised that the drivers may need updating for W10 but there are none showing when I searched the HP website - it only goes to OS8.1 - does anyone know how I can improve things and/or when drivers will be released and finally, how the heck I go about fixing it??? Thanks in advanceT :-D

    I had the same problem.
    After trying many suggestions on the internet I found one that solved my problem. I took more than a week to solve but now I'm happy.
    On my case the problem was the security wifi protocol. I was using AES and changed to TKIP. For me there is no reason to this to work, but solved my problem.
    Hope it helps.

  • Built-in microphone not working (or extremely silent) under Windows XP

    The built-in microphone works great on my iMac under OS X 10.6.
    However, it does not seem to work under Windows XP, using BootCamp. Is there any way to fix it?

    Hi again, Hariharan
    If you right-click on the first selection in the image (the microphone) and select Properties, you should be able to see the driver in formation on the Driver tab in the new window. Can you list the driver Provider, Date, and Version? Also, how long have you had the machine, and how long was the microphone working properly before this issue began?
    Thanks in advance,
    Adam
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution!" This will help the rest of the community with similar issues identify the verified solution and benefit from it.

Maybe you are looking for

  • IPhone 4s call waiting; how do I get back to the first call?

    When I'm on a call and a second call comes in I tap "hold current call and answer." I get connected to the second call and the first call is put on hold. But when I am done with the second call, how do I get back to the first call? I can't find any w

  • Imac 10.6.8 will not sync with my iphone 4s 6.0.1.

    I have iMac 10.6.8 and this is the only update I can get apparently. I have an iPhone 4s 6.0.1. I can't get iCloud because I can't update to 10.7 on my iMac. Only some items sync and others get duplicated. Am i screwed or can I fix this? I rely heavi

  • Why can i not print page?

    why can I not print page

  • Trying to recover metadata from a lost DB

    Hi: We lost a DB instance and cannot recover. Ops replaced the broken disks and restored datafiles from backup, but "recover datafile..." for a specific datafile fails with OAR-01113 (file 89 needs media recovery). It calls for a file called arch1_12

  • Complex Array/Objects in Datagrid

    Hi, I'm a complete noob to all this but I have a somewhat complex array.....and I know my arrays will only get more complex. I can get a single row by putting this as the data provider: {dataProvider[0]['Time']} Or, this: {dataProvider[1]['Time']} BU