Re: advancedDataGridClasses

2018-02-15 Thread Peter Ent
The Royale develop branch now has HDividedContainer and VDividedContainer, the 
Royale equivalents to HDividedBox and VDividedBox. The name was changed because 
a "container" in Royale is more generic than a box.

I will be working a the Menu and MenuBar set next.

—peter

From: Alina Kazi <alina.k...@d-bz.com<mailto:alina.k...@d-bz.com>>
Reply-To: "users@royale.apache.org<mailto:users@royale.apache.org>" 
<users@royale.apache.org<mailto:users@royale.apache.org>>
Date: Thursday, February 15, 2018 at 1:48 AM
To: "users@royale.apache.org<mailto:users@royale.apache.org>" 
<users@royale.apache.org<mailto:users@royale.apache.org>>
Subject: RE: advancedDataGridClasses

Thanks Peter
Regards,
Alina

From: Peter Ent [mailto:p...@adobe.com]
Sent: Wednesday, February 14, 2018 7:03 PM
To: users@royale.apache.org<mailto:users@royale.apache.org>
Subject: Re: advancedDataGridClasses

We have something similar to, but not quite as complete as, AdvancedDataGrid. 
We have TreeGrid which lets you put a TreeGridColumn along with 
DataGridColumns. Expanding items in the TreeGridColumn opens more rows. They do 
use itemRenderers. We not yet have editable cells, but it is on the short list 
of things to bring into Royale.

I just completed the HDividedBox and VDividedBox which is up for review and 
will be added to the Royale development GIT repository once the review is 
complete.

Regards,
Peter Ent
Adobe Systems/Apache Royale Project

From: Alina Kazi <alina.k...@d-bz.com<mailto:alina.k...@d-bz.com>>
Reply-To: "users@royale.apache.org<mailto:users@royale.apache.org>" 
<users@royale.apache.org<mailto:users@royale.apache.org>>
Date: Wednesday, February 14, 2018 at 5:26 AM
To: "users@royale.apache.org<mailto:users@royale.apache.org>" 
<users@royale.apache.org<mailto:users@royale.apache.org>>
Subject: advancedDataGridClasses

Hi,
In Apache Royale Is there any component equivalent to:
Import mx.controls.advancedDataGridClasses.AdvancedDataGridColumn;
Import  mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer;

Thanks,
Alina


Re: advancedDataGridClasses

2018-02-14 Thread Peter Ent
We have something similar to, but not quite as complete as, AdvancedDataGrid. 
We have TreeGrid which lets you put a TreeGridColumn along with 
DataGridColumns. Expanding items in the TreeGridColumn opens more rows. They do 
use itemRenderers. We not yet have editable cells, but it is on the short list 
of things to bring into Royale.

I just completed the HDividedBox and VDividedBox which is up for review and 
will be added to the Royale development GIT repository once the review is 
complete.

Regards,
Peter Ent
Adobe Systems/Apache Royale Project

From: Alina Kazi >
Reply-To: "users@royale.apache.org" 
>
Date: Wednesday, February 14, 2018 at 5:26 AM
To: "users@royale.apache.org" 
>
Subject: advancedDataGridClasses

Hi,
In Apache Royale Is there any component equivalent to:
Import mx.controls.advancedDataGridClasses.AdvancedDataGridColumn;
Import  mx.controls.advancedDataGridClasses.AdvancedDataGridItemRenderer;

Thanks,
Alina