Re: Type Selector Approximation (was Re: [DISCUSS] Explanation of the changes)

2018-05-18 Thread Carlos Rovira
Hi Harbs, 2018-05-18 13:23 GMT+02:00 Harbs : > A couple of questions/comments: > > > On May 18, 2018, at 1:57 PM, Carlos Rovira > wrote: > > > > One more important technical thing about that way is "verbosity" since > each > > time you reference

Re: Type Selector Approximation (was Re: [DISCUSS] Explanation of the changes)

2018-05-18 Thread Carlos Rovira
Hi just responding some few things I saw: "Metadata is possible, but metadata is expensive at runtime." Depend if is a Metadata to use at compile time or at run time. In this case we're talking about a compile time metadata. Even at runtime, a metadata can be or not expensive depending on the

Re: Type Selector Approximation (was Re: [DISCUSS] Explanation of the changes)

2018-05-18 Thread Harbs
A couple of questions/comments: > On May 18, 2018, at 1:57 PM, Carlos Rovira wrote: > > One more important technical thing about that way is "verbosity" since each > time you reference that kind of class you are introducing a name that use > to be 2-3 time longer, each

Re: BinaryData compress/uncompress methods (like ByteArray) missing

2018-05-18 Thread Carlos Rovira
I think this is all very interesting. We have still a part of what we could make with Flex uncovered. I talk about "drawing things" that was something more related to the Flash API. There's some efforts like spriteflexjs, but I think the problem with that project is that is "isolated" and seems

Re: BinaryData compress/uncompress methods (like ByteArray) missing

2018-05-18 Thread Harbs
Take a look at the Graphics package. Specifically, PathBuilder lets you use commands very similar to Flash drawing commands. Also, CompoundGraphic in Basic offers a number of drawing commands. org.apache.royale.svg (in Basic) has many basic shape types which simplify drawing of those. I’ve

Re: BinaryData compress/uncompress methods (like ByteArray) missing

2018-05-18 Thread Carlos Rovira
Thanks Harbs, to understand better about the code you said, this is done creating a Canvas where the drawing is done? If so what is the canvas component in Royale? I'll want to try that, if there's some example code in same place, please let me know. thanks! 2018-05-18 13:19 GMT+02:00 Harbs

Re: Type Selector Approximation (was Re: [DISCUSS] Explanation of the changes)

2018-05-18 Thread Harbs
> > It is a bug. In the framework. The defaults.css for Basic has a > .DynamicDataGrid in it. It shouldn't have that. (There might be another > framework bug where a ClassReference in .DynamicDataGrid referenced DataGrid > which bring in DataGridButtonBar which brings in ButtonBar)

Re: How to setup Jewel Theme in a project(Was Re: 0.9.3 Release)

2018-05-18 Thread Carlos Rovira
Great Josh!, this sounds like a solution! Hope Harbs or Piotr can try this and report if is working! :) 2018-05-19 0:38 GMT+02:00 Josh Tynjala : > Please forgive me if I'm missing some context because I'm just skimming > through here. However, I think I may be able to

Re: BinaryData compress/uncompress methods (like ByteArray) missing

2018-05-18 Thread Harbs
PathBuilder was designed to be drawing agnostic and the Graphics package is mostly interfaces. Theoretically, anything in Graphics should be usable with both SVG and Canvas implementations. The org.apache.royale.svg classes are SVG implementations and can be used within any Royale components.

Re: How to setup Jewel Theme in a project(Was Re: 0.9.3 Release)

2018-05-18 Thread Harbs
No. Specifying the themes seems to be a major problem. It’s possible to specify a theme using additional compiler options in asconfig, but I’m not prepared to specify an absolute path. This needs a solution… Harbs > On May 18, 2018, at 3:56 PM, Piotr Zarzycki wrote:

Re: How to setup Jewel Theme in a project(Was Re: 0.9.3 Release)

2018-05-18 Thread Carlos Rovira
what was the way FlashBuilder or IntelliJ work about this? I assume that if Maven is using this is since the compiler supports it, so -theme should work, and IDEs should leverage that compiler argument. Hope Alex could throw some light on this, I remember he tries Jewel some weeks ago successfully

Re: How to setup Jewel Theme in a project(Was Re: 0.9.3 Release)

2018-05-18 Thread Piotr Zarzycki
Hi Harbs, Were you able to setup project in IDE ? Thanks, Piotr 2018-05-17 15:13 GMT+02:00 Carlos Rovira : > Look foro "Inject a Font" > > 2018-05-17 15:12 GMT+02:00 Harbs : > > > What was the subject? > > > > > On May 17, 2018, at 4:08 PM,

Re: Type Selector Approximation (was Re: [DISCUSS] Explanation of the changes)

2018-05-18 Thread Alex Harui
On 5/18/18, 2:50 AM, "Harbs" wrote: And basic.css has: RadioButton { font-size: 12px; font-family: sans-serif; } RadioButton is a Royale Type Selector as it should be. No discussion on that front (with the exception that the

Re: How to setup Jewel Theme in a project(Was Re: 0.9.3 Release)

2018-05-18 Thread Josh Tynjala
Please forgive me if I'm missing some context because I'm just skimming through here. However, I think I may be able to offer a suggestion. Is the absolute path a location inside the the Royale SDK? If so, then you can use the ${royalelib} token to refer to the path relative to the SDK's