Re: [FlexJS] Event names

2015-05-18 Thread Alex Harui
On 5/18/15, 3:24 PM, "Michael Schmalle" wrote: >I love the way Feathers and Starling do events, they use an Event pool for >one and have the data field on Event. > >So in my apps, you usually just had a class called MyEventType which has >the constants tagged onto it. The; > >dispatchWithEvent(M

Re: [FlexJS] Event names

2015-05-18 Thread Michael Schmalle
> And yes, inlining constants would be a good thing. I did do this with Randori(the name is bugging me now, I am going to start to call it, that other compiler :) ) so it's not that hard, I can't even commit or pull right now. This would be down the road but I could do it. I love the way Feather

Re: [FlexJS] Layout Update

2015-05-18 Thread Alex Harui
On 5/18/15, 1:51 PM, "Peter Ent" wrote: >The container appears to have no size. I have it explict (400x400) and so >it should be a colored rectangle. Without content you get a blank screen. >Add a label and you get the label inside a 400x400 colored box. Ah, ok. If the container does have siz

Re: [FlexJS] Event names

2015-05-18 Thread Alex Harui
On 5/18/15, 11:09 AM, "Michael Schmalle" wrote: >Hi, > >I'm curious as to why Strings are being used and not constants for all the >events being used in the beads to talk to strands. > >I am guessing javascript optimization? A good guess, but in reality, partially laziness, partially experimen

Re: [FlexJS] Layout Update

2015-05-18 Thread Peter Ent
The container appears to have no size. I have it explict (400x400) and so it should be a colored rectangle. Without content you get a blank screen. Add a label and you get the label inside a 400x400 colored box. ‹peter On 5/18/15, 4:40 PM, "Alex Harui" wrote: > > >On 5/18/15, 1:31 PM, "Peter Ent

Re: [FlexJS] Layout Update

2015-05-18 Thread Alex Harui
On 5/18/15, 1:31 PM, "Peter Ent" wrote: >Encountered a couple of things: > > with no content or explicit layout blows up; the layout >property is null. Maybe Container should have a default layout (Basic?). Sounds reasonable. > >If you use VContainer, for example, and style the container to h

Re: [FlexJS] Layout Update

2015-05-18 Thread Peter Ent
Encountered a couple of things: with no content or explicit layout blows up; the layout property is null. Maybe Container should have a default layout (Basic?). If you use VContainer, for example, and style the container to have a background color, the container will not appear unless it has con

[FlexJS] Event names

2015-05-18 Thread Michael Schmalle
Hi, I'm curious as to why Strings are being used and not constants for all the events being used in the beads to talk to strands. I am guessing javascript optimization? If so, I know in the "other" compiler I wrote, I replaced stuff like this during cross compile, maybe we could do the same down

Re: [FlexJS] Layout Update

2015-05-18 Thread Michael Schmalle
Would love to check it out. :) I think I need to checkout http until this stupid GIT stuff is figured out by Apache. Mike On Mon, May 18, 2015 at 1:50 PM, Alex Harui wrote: > Hi, > > I just pushed an attempt to better organize how layout works on the AS > side (The JS side heavily relies on the

Re: [FlexJS] DefineProperty Code Style

2015-05-18 Thread OmPrakash Muppirala
On Mon, May 18, 2015 at 10:29 AM, Peter Ent wrote: > I created a simple example (flex-asjs/examples/RollEventsTest) to > demonstrate rollover/out events using an IBeadController bead. I can add > more to if needed. > > Great! Thanks Peter. I will take a look at it once I resolve my git related

[FlexJS] Layout Update

2015-05-18 Thread Alex Harui
Hi, I just pushed an attempt to better organize how layout works on the AS side (The JS side heavily relies on the browser). I’ll be writing it up in the wiki shortly. I checked DataBindingTest, FlexJSStore, ChartExample and DataGridExample. -Alex

Re: [FlexJS] DefineProperty Code Style

2015-05-18 Thread Peter Ent
I created a simple example (flex-asjs/examples/RollEventsTest) to demonstrate rollover/out events using an IBeadController bead. I can add more to if needed. Peter Ent Adobe Systems On 4/9/15, 10:49 AM, "Peter Ent" wrote: >I ahould be able to do this for you. > >Peter Ent >Adobe Systems > >On 4

RE: Please welcome Josh Tynjala as Apache Flex Committer

2015-05-18 Thread Frédéric THOMAS
Hi and welcome on board Josh. Frédéric THOMAS > From: mark.kessler@usmc.mil > To: dev@flex.apache.org > Subject: RE: Please welcome Josh Tynjala as Apache Flex Committer > Date: Mon, 18 May 2015 10:44:16 + > > Congrats and welcome :) > > -Mark > > -Original Message- > From: Ale

RE: Please welcome Josh Tynjala as Apache Flex Committer

2015-05-18 Thread Kessler CTR Mark J
Congrats and welcome :) -Mark -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Saturday, May 16, 2015 12:26 AM To: dev@flex.apache.org Subject: Please welcome Josh Tynjala as Apache Flex Committer The Apache Flex Project Management Committee (PMC) is pleased to announc

Re: [FlexJS] IntelliJ Integration

2015-05-18 Thread Héctor A
FlexJS nightly 2015年5月18日月曜日、Alex Haruiさんは書きました: > Looks like you guys were busy today. Sorry I couldn’t join in sooner. > > On 5/17/15, 2:23 PM, "Héctor A" > > wrote: > > >I see nothing strange on flex-config.xml, so I guess FD may not be > >resolving the path to it correctly in some place. > >