RE: Repos and Releases

2017-12-13 Thread Yishay Weiss
Code completion in FB now working out of the box. Still have an issue [1] running asjsc though. Note that FB recognizes Application but the script doesn’t. [1] https://paste.apache.org/Pkaw From: Alex Harui Sent: Wednesday, December 13, 2017 9:54 PM To:

Re: Dropdowns

2017-12-13 Thread Harbs
Yes. ComboBox should be a good starting point. It’s a but crude at the moment. It might be a nice task to improve ComboBox and give it beads for editable and non-editable fields. > On Dec 14, 2017, at 12:12 AM, Alex Harui wrote: > > Take a look at ComboBox and/or

Re: Dropdowns

2017-12-13 Thread Peter Ent
I have not tried this, but are there some kits, like jQuery, where you just use and then jQuery has a lot of CSS that enables the type of thing Harbs wants to do as far as user interaction goes? Then you'd just use a drop down list and style the heck out of it. In other words, CSS takes care of

Re: Dropdowns

2017-12-13 Thread Alex Harui
Take a look at ComboBox and/or DateField. It might serve as a starting point. Ideally, ComboBox, DateField and this fancier DropDown should share a thing like a "PopUpButton" that we had in Flex. The basic principle is that there is a ToggleButton that will show/hide a popup. That thing gets

Re: Dropdowns

2017-12-13 Thread Harbs
Right. I was not suggesting changing the basic dropdown. I was thinking we should have an “advanced” dropdown which would use a list with item renderers for the actual dropdown. It should probably be a button-esque component combined with a dropdown similar to how dropdowns worked in Flex. A

Re: Dropdowns

2017-12-13 Thread Alex Harui
That's great, but doesn't the Basic DropDownList do this too? Here is a demo of the HTML Select tag [2]. For me it shows a checkbox and highlight for the selected item. Here it is in use in FlexJSStore [3]. Go to Products tab and look at the "Years of Experience" dropdown. -Alex [2]

Re: Repos and Releases

2017-12-13 Thread Piotr Zarzycki
Alex, If they need they can stay. I just thought that this is something which we did omit during renaming. Piotr 2017-12-13 20:54 GMT+01:00 Alex Harui : > The JSOnly package doesn't have Language.swc and other SWF support SWFs. > The difference between Language.swc

Re: Dropdowns

2017-12-13 Thread Piotr Zarzycki
I think the way as you described is being done in MDL. How it's working can be found in our MDLExample app [1] - Last tab Drop Down List [1] http://apacheflexbuild.cloudapp.net:8080/job/MDLExample/lastSuccessfulBuild/artifact/examples/royale/MDLExample/bin/js-debug/index.html 2017-12-13 21:36

Re: Dropdowns

2017-12-13 Thread Alex Harui
I am not understanding something. The Basic DropDownList just wraps a . That's all it should do. I thought knew how to show what is selected? Anything else can be added via PAYG principles, including DropDowns that have custom item renderers. My 2 cents, -Alex On 12/13/17, 11:20 AM, "Harbs"

Re: About code-assist in FlashBuilder

2017-12-13 Thread Alex Harui
Hi Nicolas, I had to get finish up the compiler refactor before debugging further into this. Turns out that "goto definition" requires source attachments and source attachments are special-cased by FB for the existing Flex SWC names. I'd been told that was the case and finally found the source

Re: Repos and Releases

2017-12-13 Thread Alex Harui
The JSOnly package doesn't have Language.swc and other SWF support SWFs. The difference between Language.swc and LanguageJS.swc is that the Language.swc has definitions compiled with COMPILE::SWF,true. I've adjusted the templates to look for LanguageJS.swc first. Piotr, why is it important to

Re: Slider Component

2017-12-13 Thread OmPrakash Muppirala
On Wed, Dec 13, 2017 at 11:00 AM, Peter Ent wrote: > I've pushed changes to the Slider component and resolved (I hope) most of > the issues listed below by Justin. Only one, having to do with arrow keys, > should be resolved or at least improved. The arrow keys should be

Re: Dropdowns

2017-12-13 Thread Piotr Zarzycki
Fully agree! At least this one should provide all the options, styling that is something individual probably. Piotr 2017-12-13 20:20 GMT+01:00 Harbs : > I didn’t. Thanks. > > I’ll take a look. (although we really should create a better standard > dropdown component) > > >

Re: Dropdowns

2017-12-13 Thread Harbs
I didn’t. Thanks. I’ll take a look. (although we really should create a better standard dropdown component) > On Dec 13, 2017, at 9:17 PM, Piotr Zarzycki wrote: > > Hi Harbs, > > Did you try MDL DropDownList ? Maybe it is something which can help you. > > Thanks,

Dropdowns

2017-12-13 Thread Harbs
Currently Royale has only very simple dropdown support. Here’s my idea of what a full-featured dropdown component should look like: https://semantic-ui.com/modules/dropdown.html Right now, the feature that I needed is a dropdown with “selected”.

Re: [Royale] DynamicItemsRendererFactoryForArrayListData

2017-12-13 Thread Piotr Zarzycki
Peter, I'm for going with dispatch one event once removeAll is done in ArrayList. - of course I agree to set selectedIndex to -1. I can take your suggestion in case of the name. I will then create a bead which is taking care of the renderers in least in case that event. Thanks for the input.

Re: [Royale] DynamicItemsRendererFactoryForArrayListData

2017-12-13 Thread Peter Ent
I really don't know what is the best solution. I would have either a .beginUpdate() and .endUpdate() function on ArrayList so it wouldn't dispatch anything until the end (for both adding and removing) or have .removeAll() dispatch a single event at the end. Not sure if either is PAYG in this case.

RE: Repos and Releases

2017-12-13 Thread Yishay Weiss
Note that I downloaded the binary version. Maybe building the src will result in a duplication. > In your >case it is weird that you don't have Language.swc in place. 2017-12-13 10:40 GMT+01:00 Yishay Weiss : > My mistake, I downloaded the regular version, not the

RE: Repos and Releases

2017-12-13 Thread Yishay Weiss
My mistake, I downloaded the regular version, not the jsonly version. So now I’m able to configure royale-asjs as a js-only sdk, and run launch configurations. The problem I’m seeing now [1] is that Language.swc isn’t where jsc thinks it should be (I have it under

Re: Github comments

2017-12-13 Thread Justin Mclean
Hi, > The PR was made against the wrong branch (master instead of develop) > As a result, it is showing all the previous PRs and conversations that are > missing from master, that are in develop already. > > Looks like the PR was closed, so we should be good. Yep my mistake I made the PR