Re: [FlexJS] MDL Help Needed

2017-04-03 Thread Peter Ent
Hi, I think I need your help again. I noticed that when I tap on something I'm taken to getmdl.io. Could you put another sample together that uses Tabs? That should help make it go faster. Thanks. Peter On 4/3/17, 11:28 AM, "piotrz" wrote: >Peter, > >I think falcon on your branch is synced, cau

Re: [FlexJS] MDL Help Needed

2017-04-03 Thread Peter Ent
Thanks. I didn't see that. I will work on that next. ‹peter On 4/3/17, 4:38 PM, "piotrz" wrote: >Peter, > >There is such app in the example: MDLDynamicTabsExample :) > >Try it out - it also do not display Tabs. > >Piotr > > > >- >Apache Flex PMC >piotrzarzyck...@gmail.com >-- >View this mes

Re: [FlexJS] MDL Help Needed

2017-04-04 Thread Peter Ent
Much, much more of the MDLExample is now working the changes to Tabs and TabBar. - In the MDLDynamicTabsExample, the tabs appear and can be selected, but when a new tab is added, the information about what tab was previously selected is lost. - In the MDLExample, Tabs selection, the first tab bar

Re: [FlexJS] State of the examples

2017-04-04 Thread Peter Ent
I haven't tried it yet. I have it on my list. I'll take a look at it today. ‹peter On 4/4/17, 11:05 AM, "Harbs" wrote: >Has anyone tested js:ComboBox recently? I just tried one and it¹s not >working very well. I don¹t know if it¹s something I¹m doing wrong, or >it¹s currently broken. > >> On Apr

[FlexJS] Merge feature/chart-work into develop

2017-04-05 Thread Peter Ent
Hi, I would like to merge the feature/chart-work into the develop branch in about 5 hours from now which would make it 4:30pm EDT (9:30pm UTC, I think). Does anyone have a strong objection to that? To recap: The thrust of this feature branch was to get Charts working, but that lead to re-exami

Re: [FlexJS] Merge feature/chart-work into develop

2017-04-05 Thread Peter Ent
I just changed Menu to extend DataContainer and now that works fine, for me, in MDLExample. Thank you for reminding me. ‹peter On 4/5/17, 11:37 AM, "piotrz" wrote: >Hi Peter, > >I didn't check MDLExample after your last push, but didn't you mention >that >MDL Menu is blank ? >If it's not workin

Re: [FlexJS] Merge feature/chart-work into develop

2017-04-05 Thread Peter Ent
I have decided not to merge today. I ran an example with DataGrid embedded within a Container and sized to width="100%" and it did not respond properly to the resize. I know what happened, just working on how to make it work correctly. ‹peter On 4/5/17, 1:35 PM, "piotrz" wrote: >Peter I just me

Re: [FlexJS] Merge feature/chart-work into develop

2017-04-06 Thread Peter Ent
I fixed the missing piece for the text fields example. Still looking into the tabs. ‹peter On 4/5/17, 5:46 PM, "piotrz" wrote: >Peter, > >I just tried your changes and check MDLExample and MDLDynamicTabsExample. > >In MDLExample: >TextFields are not displayed > >In MDLDynamicTabsExample: >I see

[FlexJS] feature/chart_work status

2017-04-06 Thread Peter Ent
o the build completes. I will not merge into develop until tomorrow, Friday 7 Apr 2017, in the afternoon EDT (after 6pm UTC). I will keep you posted. Regards, Peter Ent Adobe Systems/Apache Flex Project

Re: [FlexJS] feature/chart_work status

2017-04-07 Thread Peter Ent
I see that. I thought I fixed that. I'll look it while I'm building the examples. ‹peter On 4/6/17, 5:55 PM, "piotrz" wrote: >Hi Peter, > >I just tried MDLExample and it look good, but MDLDynamicTabsExample has >same >problem. Something is going wrong when Tab is being added. > >Piotr > > > >---

Re: [FlexJS] feature/chart_work status

2017-04-07 Thread Peter Ent
x27;ll continue to work on it over the weekend and we'll see where I get by Monday. Regards, Peter On 4/7/17, 7:41 AM, "Peter Ent" wrote: >I see that. I thought I fixed that. I'll look it while I'm building the >examples. >‹peter > >On 4/6/17, 5:

Re: [FlexJS] feature/chart_work status

2017-04-07 Thread Peter Ent
Thanks. I'm having trouble understanding what code is changing the active tab panel. I can see in the DOM, a tab with is-active set and a corresponding tab panel has is-active set. After I add a new tab, things look normal in the DOM. I can now select the new tab and see that the new tab gets is-a

Re: git commit: [flex-asjs] [refs/heads/feature/chart-work] - Updates to MDL.

2017-04-09 Thread Peter Ent
I don't need to have DataProviderChangeNotifier do what I made it do. I was thinking that using the same event was causing the problem in the MDL tabs because that event causes all of the item renderers to be thrown away. ‹peter On 4/9/17, 9:47 AM, "piotrz" wrote: >Peter, > >I just tested your

Re: [FlexJS] feature/chart_work status

2017-04-10 Thread Peter Ent
I will look into it and let you know. I changed the life cycle for lists just a little. I found that the item renderers were being created more than once (sometimes) and the layouts were being run several times (sometimes) so I tracked down redundant event dispatches and eliminated them. Then I wen

Re: [FlexJS] feature/chart_work status

2017-04-10 Thread Peter Ent
I know have MDLExample working. I think I did this unwittingly: The MaterialDesignLite project's default.css has the IDateProviderItemRendererMapper for the Tabs and TabBar components specified as TabsItemRendererFactoryForArrayListData. But the dataProvider being supplied to the tab components we

Re: [FlexJS] feature/chart_work status

2017-04-10 Thread Peter Ent
as best I can. Regards, Peter On 4/10/17, 9:44 AM, "Peter Ent" wrote: >I know have MDLExample working. > >I think I did this unwittingly: The MaterialDesignLite project's >default.css has the IDateProviderItemRendererMapper for the Tab

Re: [FlexJS] feature/chart_work status

2017-04-10 Thread Peter Ent
desirable thing ;-) > >Chris > > >Am 10.04.17, 20:40 schrieb "Peter Ent" : > >I now have the feature/chart-work branch in good shape: the frameworks >projects build and so do all of the examples; both ANT and maven >builds >ran. I'm much, much more

[FlexJS] Merge feature into develop

2017-04-11 Thread Peter Ent
. Regards, Peter Ent Adobe Systems/Apache Flex Project

[FlexJS] Layouts

2017-04-13 Thread Peter Ent
Hi, I just pushed feature/layouts branch for your consideration. The changes in this branch affect how layouts are run. I moved code from GroupView into LayoutBase, making layouts more autonomous. That is, layouts now listen for the events they need rather than relying on GroupView to listen fo

Re: [FlexJS] Layouts

2017-04-14 Thread Peter Ent
that done I will work on updating the Wiki. Thanks, Peter On 4/13/17, 12:06 PM, "Peter Ent" wrote: >Hi, > >I just pushed feature/layouts branch for your consideration. The changes >in this branch affect how layouts are run. I moved code from GroupView >into LayoutBase,

[FlexJS] Examples

2017-04-15 Thread Peter Ent
current, just something we can use for examples of HTTPService. Barring that, if anyone knows another source of data (Apache license compatible) that would be interesting in an example, please share and perhaps we can make an example around it. Thanks, Peter Ent Adobe Systems/Apache Flex Project.

Re: [FlexJS] Layouts

2017-04-16 Thread Peter Ent
The merge is complete. Alex is doing something big too but I am done. We should put together a task list for a proper release. I think some renaming/refacotoring is in order as well as documentation. Peter > On Apr 15, 2017, at 12:43 PM, piotrz wrote: > > Hi Peter, > > I'm following and c

Re: [FlexJS] Examples

2017-04-17 Thread Peter Ent
> >> We should ask Apache Infra Š they have several streams of publically >> available data. Not financial data, but stuff we could display. >> >> Chris >> >> Am 15.04.17, 14:36 schrieb "Peter Ent" : >> >> Hi, >> >> A cou

Re: [4/6] git commit: [flex-asjs] [refs/heads/develop] - replace existing format bead if it exists

2017-04-18 Thread Peter Ent
It is supposed to work like this: A: You may have zero or more beads defined inline in MXML for your component using property. B: You may have zero or more beads defined in CSS for your component. When addElement is called on your component, it will add the underlying element to the display lis

Re: [FlexJS] Examples

2017-04-21 Thread Peter Ent
ata=02%7C01%7C%7Ca55b41534c114adcef4808d485b18254%7Cfa7b1b5a7b34438794a >>e >>d2c178decee1%7C0%7C0%7C636280444823641555&sdata=PSX2eoGfTUEG4Uhag8Cheala7 >>a >>tUJquzmxnt1jPygo8%3D&reserved=0 >>ce.quotes%20where%20symbol%20in%20(%22YHOO%22)&format=json&env=

[FlexJS] Table

2017-04-21 Thread Peter Ent
Hi, I've just committed/pushed a new FlexJS component (and its helpers) to the HTML project. It is the component. I saw that there were JS-only fragments of Table present and decided to make an official SWF/JS version. The idea is to create a clean HTML structure and mimic it in the Flash Pl

[FlexJS] FlexJS Wiki Update

2017-04-23 Thread Peter Ent
Hi, I've added a new page to the FlexJS Wiki[1] and updated a few other pages to reflect the changes I've made over the last couple of weeks. —peter [1] https://cwiki.apache.org/confluence/display/FLEX/FlexJS+Container+Classes+and+Layouts

Re: [FlexJS] Table

2017-04-23 Thread Peter Ent
I would imagine a DataTable would be what you are suggesting. Peter > On Apr 22, 2017, at 6:09 AM, piotrz wrote: > > Hi Carlos! > > +1 for this :) > > Piotr > > > > - > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this message in context: > https://na01.safelinks.protect

Re: [FlexJS] FlexJS Wiki Update

2017-04-24 Thread Peter Ent
Hi, I've placed my answers in-line. On 4/24/17, 4:17 AM, "OK" wrote: >Hi Peter, >thanks for this! >I probably not yet understand the whole story but it's a great entry >point. > >Would be great if you could answer some questions that come to my mind: > >1) >Group vs Container: >Does it mean tha

Re: [FlexJS] FlexJS Wiki Update

2017-04-24 Thread Peter Ent
I've run MDLExample and it looks like to works to me. Give it a run with the latest from develop branch and let us know. I tried to make sure the MDL project was updated to reflect the changes I made to the Core and HTML projects. ‹peter On 4/24/17, 8:25 AM, "yishayw" wrote: &

Re: [FlexJS] Layouts

2017-04-25 Thread Peter Ent
This is still a little bit of a conundrum. Automatically setting position:absolute when setting x and y (effectively left and top styles) runs into several problems as you can imagine. One issue is that you have to make sure the parent container's position is either relative or absolute, otherwise

Re: [FlexJS] Layouts

2017-04-25 Thread Peter Ent
} And still programmatically position them using .x and .y properties. The Flash side will work as intended and now the JS side should as well. ‹peter On 4/25/17, 9:06 AM, "yishayw" wrote: >Peter Ent wrote >> I first encourage you to base any new components on Group and

Re: [FlexJS] Layouts

2017-04-25 Thread Peter Ent
Perhaps I am not understanding this. You create a control component extending UIBase. You create your view bead extending AbsolutePositioningViewBase. This bead makes sure that the strand/host has position:relative set. So how do you set position:absolute on each of the control's parts? Setting p

Re: [FlexJS] Layouts

2017-04-26 Thread Peter Ent
es in your control's size. —peter On 4/25/17, 4:47 PM, "Alex Harui" wrote: > > >On 4/25/17, 12:35 PM, "Peter Ent" wrote: > >>Perhaps I am not understanding this. >> >>You create a control component extending UIBase. You create your

Re: [FlexJS] Status of Slider and NumericStepper?

2017-04-29 Thread Peter Ent
NumericStepper must not have been finished for some reason. Or perhaps the view bead was operating (at some point in time) on both the JS and SWF sides. The NumericStepperView bead is now in a COMPILE::SWF block. This is one of those cases where there *may be* enough overlap with the SWF and JS si

Re: [FlexJS, MDL] Null Pointer Exception in HorizontalFlexLayout

2017-05-01 Thread Peter Ent
Hi Piotr, I mostly understand. It seems like the child is not UIBase so it is null, at least in one of the cases. The layout code should be changed to check for null and skip that child. Can you see if that helps? ‹peter On 5/1/17, 8:35 AM, "piotrz" wrote: >Hi Peter, > >During creation of Dro

[FlexJS] Layout Issue/Change

2017-05-01 Thread Peter Ent
Hi, My main goal of the recent set of changes to containers and layouts was to make the HTML/CSS/JS side as minimal as possible, letting the browser and friends take care of things as much as possible. For the most part, I think it works. But there is an issue that has been bothering me. Righ

Re: [FlexJS] Layout Issue/Change

2017-05-01 Thread Peter Ent
The current listeners in LayoutBase (Basic Project) are for the children of a component. Right now, if you have a Group with 10 buttons and VerticalLayout, and you resize one of those buttons, LayoutBase/VerticalLayout will detect that and automatically re-run the VerticalLayout algorithm. What I

Re: [FlexJS, MDL] Null Pointer Exception in HorizontalFlexLayout

2017-05-01 Thread Peter Ent
OK. I will look at the other layouts and probably do the same for them where it makes sense. On 5/1/17, 10:06 AM, "piotrz" wrote: >Thank you Peter. That helped. I was thinking about such solution, but >wasn't >sure whether it won't break anything. If I'm thinking more about that it >makes sense

Re: [FlexJS] Layout Issue/Change

2017-05-02 Thread Peter Ent
I'm trying to find the balance between PAYG and mimicking the HTML/JS/CSS side on the SWF side. Take HorizontalLayout for example. On the JS side, this layout waits for "childrenAdded" and then changes each child's display style to "inline-block". If you then programmatically change one child's wi

Re: git commit: [flex-asjs] [refs/heads/develop] - Added example of building a Table from a data source to the TableExample example.

2017-05-03 Thread Peter Ent
/na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fgit-wip-u >>s.apache.org%2Frepos%2Fasf%2Fflex-asjs%2Fdiff%2F336fac64&data=02%7C01%7C% >>7C973eb1da47de43ee8ff308d491a3d089%7Cfa7b1b5a7b34438794aed2c178decee1%7C0 >>%7C0%7C636293580155655469&sdata=cemmUkVwsZERSGDQVIUoxnIc

Re: [FlexJS] Layouts

2017-05-03 Thread Peter Ent
control, position them using setAbsolutePosition() and do so in >response to changes in your control's size. > >—peter > > > >On 4/25/17, 4:47 PM, "Alex Harui" wrote: > >> >> >>On 4/25/17, 12:35 PM, "Peter Ent" wrote: >> &

Re: git commit: [flex-asjs] [refs/heads/develop] - Added AbsolutePositioningViewBeadBase so control components can position their sub-elements using absolute positioning.

2017-05-03 Thread Peter Ent
look.com/?url=http%3A%2F%2Fgit-wip-u >>s.apache.org%2Frepos%2Fasf%2Fflex-asjs%2Fdiff%2F88f0bcbe&data=02%7C01%7C% >>7Cb4705bba1ccf4c8d0bfa08d492484269%7Cfa7b1b5a7b34438794aed2c178decee1%7C0 >>%7C0%7C636294286433550282&

Re: [FlexJS] Layouts

2017-05-05 Thread Peter Ent
Maybe MDL should have its own set of layouts and layout-compliant interfaces. Opinions? ‹peter On 5/5/17, 2:15 AM, "piotrz" wrote: >Hi Peter, > >I have found one scenario where there is a null pointer exception, but I'm >not sure whether even we should cover such case. Let me know what do you >t

Re: [FlexJS] Layouts

2017-05-05 Thread Peter Ent
Well, the LayoutBase assume's the host/strand implements ILayoutParent and provides the ILayoutHost. The ILayoutHost then provides the ILayoutView. These can all be the same thing. The layouts in Basic assume the items being laid out are ILayoutChild compliant. So if MDL components followed that p

Re: [FlexJS] CSS Pruning

2017-05-15 Thread Peter Ent
The reason for .DataGridListArea is that the SWF side does not recognize a selector of: DataGrid Container { ... } So I gave the Container used for the list area a class name. Perhaps I can try to change it to a type name and see if that's more helpful and if so look at replacing as many speci

Re: Moonshine 1.4.0 Release

2017-05-16 Thread Peter Ent
) and then offered to delete itself, which I did. This left my Downloads folder in its original condition (which is currently empty). So I'm not really sure this part of the set up worked. Regards, Peter Ent Adobe Systems/Apache Flex Project On 5/15/17, 4:30 PM, "JoelProminic" wrote:

Re: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-21 Thread Peter Ent
The FlexJS Storage package address some storage concerns. It provides file handling when run via AIR and on mobile devices via Cordova. Since there are sandboxing issues with the Flash Player, I'm not sure what else we can do there besides local storage. ‹peter On 5/21/17, 7:25 AM, "PKumar" wrot

Re: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-22 Thread Peter Ent
m and adding file type filter on selection. Also no way to open > FileSave dialogue box. > > On 21-May-2017 7:18 PM, "Peter Ent-2 [via Apache Flex Development]" < > ml+s247n61714...@n4.nabble.com> wrote: > >> The FlexJS Storage package address some storage con

Re: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-25 Thread Peter Ent
to become official FlexJS contributer? Please suggest. > > >On 22-May-2017 5:50 PM, "Peter Ent-2 [via Apache Flex Development]" < >ml+s247n61737...@n4.nabble.com> wrote: > >> The Storage package is definitely incomplete. We should address access >> from

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-26 Thread Peter Ent
Just an FYI: I'm trying to fix a bug in Mobile project with the Camera class. I am hoping to wrap it up today. Regards, Peter >

Re: [FlexJS] Accordion broken

2017-05-30 Thread Peter Ent
I am looking into it. I will also create an example for Accordion so it will be easier to test it in the future. ‹peter On 5/30/17, 6:39 AM, "Harbs" wrote: >It seems like the new layouts totally broke Accordion. > >Accordion relied on absolute sizing to handle expanding and collapsing of >conten

Re: [FlexJS] Accordion broken

2017-05-30 Thread Peter Ent
Hi, Do you have a quick example of how to use the FlexJS Accordion? The ASDoc on it is thin. The children of the Flex SDK Accordion were navigation components that supported things like title so each section could be labeled. I don't see an AccordionChild or something similar that can be used with

Re: [FlexJS] Accordion broken

2017-05-30 Thread Peter Ent
>> >> >> This is the markup of an Accordion which used to work, which doesn’t >>anymore. >> >> >> >> >> >> >> >>

Re: [FlexJS] Accordion broken

2017-05-31 Thread Peter Ent
>> >> >> >> This is the markup of an Accordion which used to work, which doesn’t >>anymore. >> >> >> >> >> >> >> >> >> >> >> >> >> >>>

Re: [FlexJS] Accordion broken

2017-06-01 Thread Peter Ent
though. And switching to selection >rather than checking collapsed might make sense as well. > >Thanks for working on this. > >> On May 31, 2017, at 7:47 PM, Peter Ent wrote: >> >> I'm still working on this and ran into a couple of issues. >> >>

Re: [FlexJS] Accordion broken

2017-06-01 Thread Peter Ent
I've checked in my changes to the Accordion components. It still is not working correctly and I cannot figure out what is happening. The used as the data to the Accordion are being placed as children of AccordionItemRenderers which are themselves Panels. So there are two TitleBars present per Acco

Re: [FlexJS] Accordion broken

2017-06-02 Thread Peter Ent
Hi, It looks like this is the last thing to be resolved before we can make FlexJS 0.8 release. I'm seeing two title bars per item in the Accordion. Any suggestions for how to resolve this, based on the information I've given below? Thanks, Peter On 6/1/17, 3:49 PM, "Peter Ent&

Re: [FlexJS] Accordion broken

2017-06-04 Thread Peter Ent
Thanks. I'll look into this today if I get a chance and definitely tomorrow. Peter > On Jun 4, 2017, at 6:05 AM, yishayw wrote: > > Here's [1] an example app. > > The 2 problems I see: > > 1) DataBinding problems [2] cause titles to be undefined. I hacked a fix on > TLF branch, but this sh

Re: [FlexJS] Accordion broken

2017-06-05 Thread Peter Ent
the children. >>> >>> It turns out the children are actually Containers which have a >>>TitleBarModel bead. Sorry about the confusion. It might make sense to >>>have an interface for an accordion-compatible container. >>> >>> We will put together an e

Re: [FlexJS] List

2017-06-05 Thread Peter Ent
That had to be accidental. I see in defaults.css that List has a Viewport rather than ScrollingViewport. Just change that and lists should default to scrolling. Need to watch the DataGrid because its lists should not scroll - they just grow and the enclosing container scrolls them all together. ‹

Re: [FlexJS] Layout of NumericStepper is broken

2017-06-05 Thread Peter Ent
I'm looking into it. The SWF and JS versions are different. There's a border around it, which is specified in the defaults.css. I'm not sure why that is there; maybe I put it there awhile ago I just don't remember. It looks better without it. The SWF version, for me, has some extra graphics in the

Re: [FlexJS] List

2017-06-05 Thread Peter Ent
aults.css in Basic. It sounds >like you are saying yes. > >> On Jun 5, 2017, at 5:25 PM, Peter Ent wrote: >> >> That had to be accidental. I see in defaults.css that List has a >>Viewport >> rather than ScrollingViewport. Just change that and lists should default

Re: [FlexJS] Layout of NumericStepper is broken

2017-06-06 Thread Peter Ent
OK, thanks. I'm looking at this now (as soon as my sync of Alex's changes completes). ‹peter On 6/6/17, 3:17 AM, "piotrz" wrote: >Peter, > >I just raised jira -> >https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fissues.ap >ache.org%2Fjira%2Fbrowse%2FFLEX-35322&data=02%7C01%7C%7Ca

Re: [FlexJS] Layout of NumericStepper is broken

2017-06-06 Thread Peter Ent
I found the problem: the NumericStepper's sizeChange handler was not being called when the NS appears in this simpler test case. It is being called when it is displayed in the FlexJSStore, for example. The more complex app with nested containers and layouts is setting the right conditions so the si

Re: [2/2] git commit: [flex-asjs] [refs/heads/release0.8.0] - fix event types for valuechange. Otherwise Binding would break. Events are global and should be compatible for any given event type

2017-06-07 Thread Peter Ent
I don't think PAYG is always obvious and I continue to struggle with the question. Some examples: a. Anything that can be expressed as a style probably does not need a bead, unless the style is not native to the platform. Border and backgroundColor are good examples. These are built into HTML, but

Re: Beads and DRY (was Re: [FlexJS] Removing PasswordInputBead has no effect)

2017-06-07 Thread Peter Ent
If you look at the layouts, you can see these questions for real. Take VerticalLayout. The idea is to stack children of some component vertically. Those children can be given a) no explicit size, b) an explicit size as pixel values, c) a percentage size. You know what the VerticalLayout is supposed

Re: Beads and DRY (was Re: [FlexJS] Removing PasswordInputBead has no effect)

2017-06-07 Thread Peter Ent
We have never really discussed the use of delegates. Its not something that ties in that well with FlexJS I think. But using a delegate to off-load some of the work, just when that work is needed, might be another solution. ‹peter On 6/7/17, 2:36 AM, "Harbs" wrote: >That¹s not what I¹m suggesti

Re: [2/4] git commit: [flex-asjs] [refs/heads/develop] - LayoutBase Fix for strand set to null in remove bead, plus performance improvements in js

2017-06-12 Thread Peter Ent
Maybe I'm misunderstanding again. This is what a developer should do so that the contents of the panel are laid out horizontally. I constructed Panel as a subclass of Group so that I could take advantage of VerticalFlexLayout so that Container content area of the Panel would grow to

Re: [VOTE] Release Apache FlexJS 0.8.0 RC1

2017-06-12 Thread Peter Ent
I tried the approval XML script. +1 Package https://dist.apache.org/repos/dist/dev/flex/flexjs/0.8.0/rc1/apache-flex-fl exjs-0.8.0-src.tar.gz Java 1.7 OS: Mac OS X x86_64 10.12.5 Source kit signatures match: y Source kit builds: y README is ok: y RELEASE_NOTES is ok: y NOTICE is ok: y LICENSE is

Re: [FlexJS] more on undefined / non initialised values

2017-06-12 Thread Peter Ent
Perhaps we can look to other languages for guidance. For example, in Swift: var val:Boolean is illegal. It MUST be initialized or declared to be optional: var val:Boolean = false var val:Boolean? The Swift people felt that leaving variables uninitialized and defaulted caused too many issues and

Re: [FlexJS] TileLayout

2017-06-22 Thread Peter Ent
Hi, Use margins on the items. ‹peter On 6/22/17, 9:48 AM, "yishayw" wrote: >What is the preferred way to set gaps between columns and between rows? > > > >-- >View this message in context: >https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-fle >x-development.247.n4.nab

Re: [FlexJS] getElementIndex()

2017-06-22 Thread Peter Ent
I was wondering why React keeps its own DOM and why it is so fast. Perhaps this is the reason. On 6/22/17, 10:56 AM, "Alex Harui" wrote: >Feel free to test your theory. It sounds like duplication of work to me >as in: The DOM does have some sort of list so why keep our own? Making >and manipul

Re: [FlexJS] TileLayout

2017-06-22 Thread Peter Ent
You could write a new TileLayoutWithGapAndPadding to handle that specific situation. On the JS side, TileLayout uses Flexbox and perhaps you need more control. ‹peter On 6/22/17, 10:14 AM, "yishayw" wrote: >Adding margins adds a gutter on the right side of the host. This is >probably >because e

Re: [FlexJS,TLF] Tlf branch and Maven build

2017-06-27 Thread Peter Ent
I just added something to TLF branch, in the DragDrop project. There is now a dependency on Collections; does a pom file need to be changed to reflect that or is the compile-swf-config file enough? ‹peter On 6/27/17, 4:41 PM, "Alex Harui" wrote: >I had to update some poms. > >-Alex > >On 6/27/1

[FLEXJS] ASDoc Issues

2017-06-30 Thread Peter Ent
I'm running the asdoc target in flex-asjs and it has rejected a couple of things in Core/main/flex/Promise.as such as: [asdoc] /Users/pent/dev/flex-asjs/frameworks/projects/Core/src/main/flex/Promise.as(270): col: 19 Error: Syntax error: expecting identifier before catch. [asdoc] [a

Re: [FLEXJS] ASDoc Issues

2017-06-30 Thread Peter Ent
Also, it looks like the ASDoc example uses >its own asdic-config.xml file in its src/main/config folder. > >-Alex > >On 6/30/17, 10:25 AM, "Peter Ent" wrote: > >>I'm running the asdoc target in flex-asjs and it has rejected a couple of >>things in Core/m

Re: Get FlexJS-FalconJX sample running

2013-04-23 Thread Peter Ent
Hi Carlos, What, specifically, is not working? I'm using a Mac (and so is Alex). --peter On 4/23/13 2:18 PM, "Carlos Rovira" wrote: >Hi, > >I'm trying to get up speed with FlexJS and FalconJX (I was following the >discussion and If I understand, FalconJS is deprecated in favor of >FalconJX). >

CreateJS and FlexJS

2013-04-26 Thread Peter Ent
left instructions in the main MXML file. Peter Ent Apache Flex SDK team Adobe Systems

Re: CreateJS and FlexJS

2013-04-30 Thread Peter Ent
k the rest of changes are ok we could > merge into develop. > > Best > > Carlos > > > > 2013/4/26 Peter Ent > >> Hi, >> >> I've added an experimental example to FlexJS which shows how you could use >> CreateJS (or specifically, EaselJS)

Re: CreateJS and FlexJS

2013-05-06 Thread Peter Ent
7;ll go to other controls (RadioButtons,...) >or >go to other part of FlexJS... > >As I get some familiarity with all pieces in play, I think something to >track what's happening in this part of the project, in what features are >working the rest of the team and some list of c

Re: CreateJS and FlexJS

2013-05-06 Thread Peter Ent
>Changes are already integrated. Erik made an update some hours ago to make >it work with the goof.events refactor. As he noticed in the update got >message example is showing some controls but it need some more changes to >fix all functionality. > > >El lunes, 6 de mayo de 20

Re: CreateJS and FlexJS

2013-05-07 Thread Peter Ent
I forgot to restart FB once I replaced the FlexJSUI.swc in the FlexJSOverlay SDK area. That fixed the problem. Now both Test_CreateJS and Test_HTML5 work - I didn't need to do anything to the code. Peter Ent Flex SDK Team Adobe Systems, Inc. On 5/6/13 11:40 PM, "Alex Harui" wrot

FlexJS Confusion

2013-05-07 Thread Peter Ent
I'm trying to programmatically create a RadioButton to test and create a jQuery version. My ActionScript code works well: public function createNewRadioButton() : void { var rb:RadioButton = new RadioButton(); rb.initModel(); rb.initSkin(); rb.text = "New Radio"; rb.groupName = "group1";

Re: FlexJS Confusion

2013-05-07 Thread Peter Ent
"Alex Harui" wrote: >Does your RadioButton have a method called initModel? The base classes >don't implement it by default. > > >On 5/7/13 7:38 AM, "Peter Ent" wrote: > >> I'm trying to programmatically create a RadioButton to test and

Re: git commit: [flex-asjs] [refs/heads/develop] - RadioButtons for jQuery. RadioButtons cannot be programmatically added due to a known jQuery bug (documented in the RadioButton.js file).

2013-05-10 Thread Peter Ent
t-wip-us.apache.org/repos/asf/flex-asjs/tree/114aeec9 >> Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/114aeec9 >> >> Branch: refs/heads/develop >> Commit: 114aeec95635a765abc6e527517de984cd2dfadd >

Re: [FalconJX][FlexJS] Container added to FlexJSOverlay

2013-05-10 Thread Peter Ent
I'm going to tackle Panel. Peter Ent Flex SDK Team Adobe Systems, Inc. On 5/10/13 12:52 AM, "Alex Harui" wrote: >Hi, > >I added a Container class and simple Horizontal and Vertical layouts to >the FlexJSOverlay. The StockQuote example has been updated to show ho

Re: [VOTE] Oprtional MVC/IOC Frameworks Donation: Swiz Framework Donation

2013-06-03 Thread Peter Ent
+1 (binding) Peter Ent Flex SDK Team Adobe Systems On 6/2/13 5:57 AM, "Carlos Rovira" wrote: >This vote comes from an original vote thread declared as null (see >original >thread for info about motivations): > >http://markmail.org/message/o6zjmorfh4lxuygo > >The

[DISCUSS] Alerts and Dialogs in FlexJS

2013-06-07 Thread Peter Ent
e not mutually exclusive by any means. Thoughts? Preferences? Peter Ent Flex SDK Team Adobe Systems

Re: [DISCUSS] Alerts and Dialogs in FlexJS

2013-06-10 Thread Peter Ent
a. Thanks for your input. Peter Ent Flex SDK Team Adobe Systems On 6/10/13 5:09 AM, "Christophe Herreman" wrote: >Regarding the buttons, I would find the following interesting: > >- option to define the order in which the buttons appear (e.g. Mac vs >Windows [1]). The f

Re: AW: [DISCUSS] Alerts and dialogs in Flex 4.x / Spark (was: Alerts and dialogs in FlexJS)

2013-06-11 Thread Peter Ent
AlertModel and add whatever else you'd like and then extend or replace the AlertBead to handle the extra layout or items. Peter Ent Flex SDK Team Adobe Systems On 6/11/13 4:15 AM, "christofer.d...@c-ware.de" wrote: >Regarding the callback-functionality, I would prefer the event ba

Re: git commit: [flex-asjs] [refs/heads/develop] - Created IChrome interface which helps Container (and others in the future) identify children that should be treated as part of its chrome and kept di

2013-07-26 Thread Peter Ent
ld not be as easy as that, but that's all I could think of being an advantage of one over the other. Personally, if I'm going to create a horizontal container of buttons, I'm 99% sure I'm going to make that a custom component so tacking on "implements IChrome" is no b

Wiki Edit Access

2013-08-08 Thread Peter Ent
nyone know? Thanks, Peter Ent Flex SDK Team Adobe Systems

Re: Wiki Edit Access

2013-08-08 Thread Peter Ent
ee called "FlexJS" since that seems >to be the term folks are using for this effort these days and the name I >used at 360|Stack. > >Let me know if you have trouble adding a new top-level page. > >-Alex > >On 8/8/13 12:00 PM, "Peter Ent" wrote: > &g

Re: Wiki Edit Access

2013-08-08 Thread Peter Ent
>You've logged in and see the Edit button on some pages but not all under >confluence/display? > >How did you find the URL of the .html file to access directly? > >-Alex > >On 8/8/13 12:28 PM, "Peter Ent" wrote: > >>There is no edit button

Re: Wiki Edit Access

2013-08-12 Thread Peter Ent
Thanks. I'm using the pages as I found them this morning. --peter On 8/12/13 10:29 AM, "Kessler CTR Mark J" wrote: >Ok. Peter created the FlexJS [1] top level, so start placing your >finished work here. The original works that are works in progress are >located at [2] still. > >[1] https://cwi

Re: FlexJS

2013-08-13 Thread Peter Ent
Hi, >From what I can tell from your log, you are on Windows using JDK 7, is that >correct? If so, I'll haul out my Windows laptop and attempt to duplicate the >problem. Peter Ent Flex SDK Team Adobe Systems From: Christian Jonathan mailto:jonathan.christ...@kohler.com>

Re: FlexJS

2013-08-14 Thread Peter Ent
directory. I did not have to change the permission settings on any files. I have to emphasize that I have not used this Windows 7 laptop in a while (not since Mustella days, actually), so this was a pretty clean install. Peter Ent Flex SDK Team Adobe Systems On 8/13/13 12:12 PM, "Alex

[ANNOUNCE] FlexJS Component Wiki Page

2013-08-19 Thread Peter Ent
rial makes it harder to see those things. Thanks, Peter Ent Flex SDK Team Adobe Systems [1] https://cwiki.apache.org/confluence/display/FLEX/Creating+Components

Re: [ANNOUNCE] FlexJS Component Wiki Page

2013-08-20 Thread Peter Ent
er > > >On Mon, Aug 19, 2013 at 1:23 PM, Mark Kessler >wrote: > >> I like the formatting. It's well grouped and easy to read. >> >> -Mark >> >> >> On Mon, Aug 19, 2013 at 1:15 PM, Peter Ent wrote: >> >> > Hello, >> > &g

<    1   2   3   4   5   6   7   >