This is an automated email from the ASF dual-hosted git repository.

pent pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 5671907  Updated DataGridExample to use DataGridPercentageLayout.
5671907 is described below

commit 56719078ff7f9cfa2f9640766c9548a8cea262fa
Author: Peter Ent <[email protected]>
AuthorDate: Sun Jan 21 08:40:43 2018 -0500

    Updated DataGridExample to use DataGridPercentageLayout.
---
 examples/royale/DataGridExample/src/main/royale/MyInitialView.mxml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/examples/royale/DataGridExample/src/main/royale/MyInitialView.mxml 
b/examples/royale/DataGridExample/src/main/royale/MyInitialView.mxml
index 803d833..92dbece 100644
--- a/examples/royale/DataGridExample/src/main/royale/MyInitialView.mxml
+++ b/examples/royale/DataGridExample/src/main/royale/MyInitialView.mxml
@@ -71,7 +71,7 @@ limitations under the License.
                 * than pixel widths) and does not respond to changes to its 
dataProvider.
                 */
                .PercentageColumnWidths {
-                       IBeadView: 
ClassReference("org.apache.royale.html.beads.DataGridPercentageView");       
+                       IBeadLayout: 
ClassReference("org.apache.royale.html.beads.layouts.DataGridPercentageLayout");
                        border: 1px solid #ACACAC;
                }
 
@@ -110,7 +110,7 @@ limitations under the License.
        <!-- A dynamic DataGrid, responding to additions and deletions, using 
the .DynamicDataGrid style class
        -->
        <js:DataGrid id="dataGrid2" x="520" y="50" width="400" height="350" 
change="dataGridChange(dataGrid2, output2)" 
-                                rowHeight="40" className="DynamicDataGrid 
DataGrid">
+                                rowHeight="40" className="DynamicDataGrid 
DataGrid" >
                <js:beads>
                        <js:ConstantBinding
                                sourceID="applicationModel"

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to