[Royale] TreeGrid

2017-12-12 Thread Peter Ent
Hi, I've pushed a new component for the Basic package: TreeGrid. This component is a hybrid of Tree and DataGrid. TreeGrid uses a Hierarchical data provider and displays a Tree in the first column; the other columns display additional fields from the records. You can use TreeGrid like this:

Re: TLF and images

2017-12-12 Thread Alex Harui
This isn't my area of expertise at all, but a quick look at InlineGraphic implies that you can set the "source" property to a DisplayObject. I would not use Spark Image. Spark and MX controls expect their parent to be another UIComponent which is unlikely in a TLF rendering. Maybe create a flash

Re: TLF and images

2017-12-12 Thread hugo
Hello, Sorry for dig up this topic but I started to develop a text editor using TLF. It's a lot of features and everything going straightforward except the images. I can load an image (uploaded by the user), convert the image data to bytearray and then draw on a sprite. If I inser this sprite usi