Everything makes sense except the data grid label. I've copied the following
out of the tutorial:
"Create the user interface, which consists of two components--a button that
triggers data retrieval and a data grid to display the data: From the
Components panel, add a DataGrid instance named menu_dg to the Stage with width
540 and height 240. Also from the Components panel, add a Button component
instance named loadData below the data grid labeled Load Data."
I don't know how to label the data grid with the name "Load Data". I gave it
an instance name of menu_dg like the instructions say to do.
truly_great - 20 Jul 2007 03:16 GMT
Well - I would say that sounds like a typo. Instance names can't have spaces.
Maybe they meant Load_Data.
Personally - I have found that when it comes to the DataGrid - their "Help
Files" are helpless.
All the other help files work for me, but not anything having to do with the
DataGrid.