Re: Unit Tests et. al.

2017-11-04 Thread Harbs
for those who have used FlexUnit is how extensively these advanced features are used? I have to figure out the best way to run tests on both node and Flash. It might be simplest to have two separate runner classes… Harbs > On Nov 4, 2017, at 7:20 PM, Harbs <harbs.li...@gmail.com> wrote: &g

Re: Unit Tests et. al.

2017-11-04 Thread Harbs
Awesome! I assume that this means I can code the code to the Royale repo under Apache 2. Right? Harbs > On Nov 3, 2017, at 5:37 PM, Josh Tynjala <joshtynj...@apache.org> wrote: > > Please feel free to use my test runner. I'm happy to commit it somewhere to > make it of

Re: Unit Tests et. al.

2017-11-05 Thread Harbs
all. Do you have any examples or links which show what you mean? I’m somewhat embarrassed to say that I’ve never really used much automated testing, so a lot of these concepts are more theoretical to me than they really should be… ;-) Harbs > On Nov 5, 2017, at 8:17 AM, Alex Harui <aha...

Re: Working on UI Controls styling

2017-11-05 Thread Harbs
. More components could always be added. I’m very glad to hear that Angelo is working with you. That’s great news! Harbs > On Nov 5, 2017, at 12:12 PM, Carlos Rovira <carlos.rov...@codeoscopic.com> > wrote: > > ok Alex, > > so if I understand correctly, you mean th

Test Beads (was Re: Unit Tests et. al.)

2017-11-05 Thread Harbs
I wanted to branch this into a separate discussion because I want to discuss whether this is a good idea or a bad idea on its own. Harbs > On Nov 5, 2017, at 11:55 AM, Harbs <harbs.li...@gmail.com> wrote: > > I just had an interesting idea for solving the component

Re: Unit Tests et. al.

2017-11-05 Thread Harbs
il.com> wrote: > > Hi Harbs, > > Great discussion. Just thought for Bead driven tests. - Is this what you > are describing are "Unit" tests actually or UI specific tests - automation > ? Cause I cannot distinguish it from discussion above. > > Piotr > &

Re: [OT] AMP

2017-11-05 Thread Harbs
, but the best practice that it has to require setting width and height as well as a responsive attribute is interesting. > On Nov 5, 2017, at 6:10 PM, Carlos Rovira <carlos.rov...@codeoscopic.com> > wrote: > > Hi Harbs, > > this sounds very good. I was browsing the site an

Re: Unit Tests et. al.

2017-11-05 Thread Harbs
need to add the bits that Greg wrote and wire up some JS tests. Hopefully I’ll make some more progress tomorrow. Harbs > On Nov 5, 2017, at 8:17 AM, Alex Harui <aha...@adobe.com.INVALID> wrote: > > Those warnings do not seem to affect the success of the tests on SWF for > me.

Re: Working on UI Controls styling

2017-11-05 Thread Harbs
There might be more elegant ways to specify classes, but this is how I did it… Here’s what it looks like in the app: https://www.evernote.com/l/AI_1QITiAqVCe5rgWuBlfIr3HjEQic1DhpQB/image.png Hope this is useful, Harbs > On Nov 5, 2017, at 11:01 PM, Piotr Zarzycki <piotrzarzyck...@gmail.com&g

Re: Working on UI Controls styling

2017-11-06 Thread Harbs
+1. > On Nov 6, 2017, at 8:22 PM, Carlos Rovira <carlosrov...@apache.org> wrote: > > Hi Harbs, > > If we go with Basic as seems everybody suggest, I think we should not mix > with Express. We can "copy" some Express knowledge, but not make it > dependent, t

Re: Compiler projects setup and tests

2017-11-06 Thread Harbs
Passed for me too. > On Nov 6, 2017, at 7:31 PM, Alex Harui wrote: > > The tests all pass for me. Again, I am in the process of refactoring all > of these tests so they don't have dependencies on flex or royale framework > code (or Flash/AIR either). Then hopefully

Re: Working on UI Controls styling

2017-11-06 Thread Harbs
. If someone wants to re-work what I did to be more generalized and/or move it to a theming package, I will update my app to work with that… Harbs > On Nov 6, 2017, at 7:36 AM, Alex Harui <aha...@adobe.com.INVALID> wrote: > > I'm not quite sure how CSSCheckbox works. It could be that

Re: Unit Tests et. al.

2017-11-06 Thread Harbs
into develop, so tests can be added on the develop branch. The js testing is not functional yet, but the tests can be written in a platform agnostic way. More to come… Harbs > On Nov 6, 2017, at 12:51 AM, Piotr Zarzycki <piotrzarzyck...@gmail.com> wrote: > > My guess is that, caus

Re: Compiler projects setup and tests

2017-11-06 Thread Harbs
Sounds awesome! :-) Harbs > On Nov 6, 2017, at 11:12 PM, Erik de Bruin <e...@ixsoftware.nl> wrote: > > I'll give it another look tomorrow. Don't care all that much about the > 'compiler' failures (yet), and the 'compiler-jx' failures appear to be true > failures, where

Re: Currency formatter instanciation issue (was RE: ApplicationComplete event not firing)

2017-11-06 Thread Harbs
-jsonly-0.9.0-bin.zip downloaded on 10/25/2017. > > Nicolas Granon > > > > >> -Message d'origine- >> De : Harbs [mailto:harbs.li...@gmail.com] >> Envoyé : lundi 6 novembre 2017 16:10 >> À : dev@royale.apache.org >> Objet : Re: Currency formatter

Re: ApplicationComplete event not firing

2017-11-06 Thread Harbs
than Flex. HTH, Harbs > On Nov 6, 2017, at 12:01 PM, Idylog - Nicolas Granon <ngra...@idylog.com> > wrote: > > (maybe this is not the right place for this kind of message ? let me know) > > When running our (almost) Hello world application (JS target) it seems that >

Re: [Royale] Building Hello World on Mac

2017-11-02 Thread Harbs
Your output should look something like this: MXMLJSC +royalelib=/FlexSDK/FlexJSNightly/frameworks +configname=royale --debug=true --targets=JSRoyale > On Nov 2, 2017, at 5:21 PM, Harbs <harbs.li...@gmail.com> wrote: > > This does not look right: >

Re: [Royale] Building Hello World on Mac

2017-11-02 Thread Harbs
This does not look right: -load-config+=obj/NewFlexJSBrowserProjectConfig.xml > On Nov 2, 2017, at 5:11 PM, Piotr Zarzycki wrote: > > Hi Guys, > > I'm trying to build simple Hello World app on Mac with newest sources of > Royale [1]. On windows exactly same

Re: [Royale] Building Hello World on Mac

2017-11-02 Thread Harbs
> The question is why compiler is complaining about missing playerglobal Do you have the playerglobal.swc there? > On Nov 2, 2017, at 5:11 PM, Piotr Zarzycki wrote: > > Hi Guys, > > I'm trying to build simple Hello World app on Mac with newest sources of > Royale

Re: Trying to commit to royale-asjs repo

2017-11-02 Thread Harbs
/repo.git > > > > > 2017-11-02 17:14 GMT+01:00 Carlos Rovira <carlos.rov...@codeoscopic.com > <mailto:carlos.rov...@codeoscopic.com>>: > >> Hi Harbs, >> >> in the process you describe, I need to use my GitHub password, but not the >> t

Re: Apache Royale static web site

2017-11-02 Thread Harbs
I would ask for 90 days to give us a bit more time, but I think this is a good idea. > On Nov 2, 2017, at 11:44 PM, Alex Harui wrote: > > FWIW, maybe the least effort choice right now is to ask ASF Trademarks and > Infra for a 60 day exception to redirect royale.a.o

Re: Working on UI Controls styling

2017-11-01 Thread Harbs
> On Nov 1, 2017, at 2:45 PM, Carlos Rovira <carlos.rov...@codeoscopic.com> > wrote: > > Hi Harbs, > > could you post some basic snippet for this to look at your approach? > > Thanks! > > 2017-11-01 13:42 GMT+01:00 Harbs <harbs.li...@gmail.com>:

Re: package paths

2017-11-01 Thread Harbs
This makes a lot of sense to me. I think that if we’re going to do this, the time to do so is now. I’m willing to help with this reorganization. Harbs > On Nov 1, 2017, at 3:33 PM, Peter Ent <p...@adobe.com.INVALID> wrote: > > I'm glad you brought this up. I've been givi

Re: Working on UI Controls styling

2017-11-01 Thread Harbs
You can also use a GraphicShape class and set the element to any random SVG. This would work as long as you don’t need access to the SVG structure using normal Royale methods. Harbs > On Nov 1, 2017, at 3:12 PM, Harbs <harbs.li...@gmail.com> wrote: > > We also have an SV

Re: Mobile vs Desktop diferences in components (Was: Re: Restarting contributions)

2017-11-02 Thread Harbs
on"]("press", handleTouchStart); } That’s it. The rest is just handling the specific events. I was trying to consider how to add native touch events natively to Royale, but it seemed like a really hard problem and the hammer.js library solves it nicely. Harbs [1]http:

Re: package paths

2017-11-01 Thread Harbs
://ns.apache.org/royale/mdl library://ns.apache.org/royale/cordova library://ns.apache.org/royale/google library://ns.apache.org/royale/createjs Harbs > On Nov 1, 2017, at 3:56 PM, Piotr Zarzycki <piotrzarzyck...@gmail.com> wrote: > > Hi Guys, > > Just quick question if I w

Re: package paths

2017-11-01 Thread Harbs
the basic namespace or we can > move the code into the Basic project but into the dragDrop package. > > ―peter > > On 11/1/17, 10:02 AM, "Harbs" <harbs.li...@gmail.com > <mailto:harbs.li...@gmail.com>> wrote: > >> I think the namespaces would

Re: Renaming Next Steps

2017-11-06 Thread Harbs
+1 > On Nov 7, 2017, at 7:25 AM, Alex Harui wrote: > > Hi, > > It looks like the feature/rename branches are building. I think it is > time to merge it into develop before moving on to restructuring the builds > so the tests do not cause circular dependencies. > >

Re: Test Beads (was Re: Unit Tests et. al.)

2017-11-07 Thread Harbs
t; code. > > So, in theory, if you could describe the boundary conditions in metadata, > you could write a test case generator. I do not enjoy writing and > debugging test cases so having something generate the tests would make > life much easier for me. The theory sounds good to me… ;-) Harbs

Re: Working on UI Controls styling

2017-11-07 Thread Harbs
elpful. Harbs [1]https://stackoverflow.com/questions/5293280/css-pseudo-classes-with-inline-styles <https://stackoverflow.com/questions/5293280/css-pseudo-classes-with-inline-styles> [2]https://stackoverflow.com/questions/986618/is-it-possible-to-create-inline-pseudo-sty

Re: Apache Royale website legal approval

2017-11-07 Thread Harbs
It looks that way, but I’d wait a bit longer to give some more folks a chance to weigh in. Shane wants very clear wording and a page that explains the licensing. Makes sense to me. Harbs > On Nov 7, 2017, at 7:00 PM, Carlos Rovira <carlosrov...@apache.org> wrote: > > Hi, &g

Re: [royale-asjs] branch develop updated: PanelView no longer removes beads. Instead, it transfers beads from the Panel to its Container content area.

2017-11-09 Thread Harbs
very simple and I cannot see it having > any adverse affects. I also found an old email where I said I would make > an official AccordionExample as part of the examples/ directory. I'm going > to take what I just put together and do that so we'll have something to > work with. >

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-09 Thread Harbs
triggers the code assist. [1] I tried to set the order of the targets to what generally makes sense in a specific project. I’ll try to fix up the asconfigc files in the examples later. This is going to make it much easier to work on framework files. :-) Harbs [1]https://github.com

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-09 Thread Harbs
tab click the “more” button and click “Install from VSIX…” 4. Navigate to distribution/target/vscode-nextgenas/vscode-nextgenas/vscode-nextgenas-0.8.0-SNAPSHOT.vsix HTH, Harbs > On Nov 9, 2017, at 8:13 PM, Carlos Rovira <carlosrov...@apache.org> wrote: > > Hi Harbs, > so fol

Re: Publishing royale to npm

2017-11-09 Thread Harbs
as the right and only package, I'll be ask me if >>> there's the right one. >>> >>> With apache-royale, there's no confusion problems ;) >>> >>> 2017-10-30 19:50 GMT+01:00 OmPrakash Muppirala <bigosma...@gmail.com>: >>> >>>> W

Re: [royale-asjs] branch develop updated: PanelView no longer removes beads. Instead, it transfers beads from the Panel to its Container content area.

2017-11-09 Thread Harbs
The rendering of the items is done by ItemRenderers (which in the default I believe is a Panel). > On Nov 9, 2017, at 9:31 PM, Harbs <harbs.li...@gmail.com> wrote: > > Accordion was designed to not care what specific components the individual > panels are. For a title, it nee

Re: [royale-asjs] branch develop updated: PanelView no longer removes beads. Instead, it transfers beads from the Panel to its Container content area.

2017-11-09 Thread Harbs
ess/Examples.mxml> > On Nov 9, 2017, at 6:39 PM, Peter Ent <p...@adobe.com.INVALID> wrote: > > I saw that Container worked, but how do you get labels on them? > —peter > > > On 11/9/17, 9:54 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> Inside t

Re: Publishing royale to npm

2017-11-09 Thread Harbs
OK. You’re probably right. > On Nov 9, 2017, at 9:34 PM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > > On Thu, Nov 9, 2017 at 11:27 AM, Harbs <harbs.li...@gmail.com> wrote: > >> Did you reserve the name yet? >> > > No I did not.

Re: [royale-asjs] branch develop updated: PanelView no longer removes beads. Instead, it transfers beads from the Panel to its Container content area.

2017-11-09 Thread Harbs
us you could change its IBeadView from > AccordionItemViewBead to something custom. And with each AccordionItem > having a single child, that child could be anything you wanted. > > I'll just publish an example for how it works now and leave it unless > there's a desire for something

Re: [royale-asjs] branch develop updated: PanelView no longer removes beads. Instead, it transfers beads from the Panel to its Container content area.

2017-11-09 Thread Harbs
perty. > > HTH, > -Alex > > On 11/9/17, 12:51 PM, "Harbs" <harbs.li...@gmail.com> wrote: > >> I think the architecture is sound. The use of it could probably be >> improved. >> >> Making an AccordionItem which encapsulates a title model

Re: Eclipse Run configuration setup

2017-11-08 Thread Harbs
ROYALE_COMPILER_REPO=/Users/harbs/Documents/ApacheRoyale/royale-compiler export FLEXUNIT_HOME=/Users/harbs/Documents/ApacheRoyale/flex-flexunit export FLEX_HOME=/Users/harbs/Documents/ApacheRoyale/flex-sdk export AIR_HOME=/Users/harbs/Documents/ApacheRoyale/frameworks/AIRSDK_Compiler export

Re: Eclipse Run configuration setup

2017-11-08 Thread Harbs
Sorry that’s above my pay grade. One day I hope to get the project setup in Eclipse and get my feet wet, but I’ve not gotten there yet… Good luck! Harbs > On Nov 8, 2017, at 1:31 PM, Erik de Bruin <e...@ixsoftware.nl> wrote: > > Harbs, > > Are you talking about the '

Re: [Royale Wiki] User Manual

2017-11-08 Thread Harbs
Changing wiki structure is pretty easy after the fact, so don’t worry about that. Do whatever you think makes sense. Let’s just get as much content as we can in the wiki and we can reorganize as it fills out. Harbs > On Nov 9, 2017, at 12:29 AM, Peter Ent <p...@adobe.com.INVALID&

Re: [royale-asjs] branch develop updated: PanelView no longer removes beads. Instead, it transfers beads from the Panel to its Container content area.

2017-11-08 Thread Harbs
Did you test if this effects Accordion? > On Nov 8, 2017, at 8:00 PM, p...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > pent pushed a commit to branch develop > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git > > > The

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-08 Thread Harbs
These asconfigc files treat each module as a separate project. (So you’d open Basic and Core separately (for example) > On Nov 9, 2017, at 2:14 AM, Piotr Zarzycki <piotrzarzyck...@gmail.com> wrote: > > Hi Harbs, > > So are you getting for each module CI ? You have b

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-08 Thread Harbs
Opening the entire royale-asjs folder will not give CI. I’m not sure it’s a good idea to add an asconfigc file at that level. I’ve committed an asconfigc file for the projects folder in case someone wants to open them all together. > On Nov 9, 2017, at 2:17 AM, Harbs <harbs.li...@gma

Re: [royale-asjs] branch develop updated: Fixed asconfigc files We now get full code intelligence in VS Code for the framework project code. This will work for even JS and SWF blocks.

2017-11-08 Thread Harbs
I fixed up the asconfig file in the projects folder. Opening the projects folder give code intelligence on all the projects. Harbs > On Nov 9, 2017, at 9:03 AM, OmPrakash Muppirala <bigosma...@gmail.com> wrote: > > On Nov 8, 2017 10:28 PM, "Piotr Zarzycki" <piot

Re: [royale-asjs] branch develop updated: Fixes #24

2017-11-01 Thread Harbs
". IMO, it is ok for the most popular event to > be just plain "change". > > My 2 cents, > -Alex > > On 11/1/17, 12:37 AM, "Harbs" <harbs.li...@gmail.com > <mailto:harbs.li...@gmail.com>> wrote: > >> I’m not sure why/how, but

Re: Working on UI Controls styling

2017-11-01 Thread Harbs
bvious what needs to change in > the tooling. We allow inline HTML now in MXML. I think we can/should > allow inline SVG, but for both inline HTML and SVG, id's in the inline > content do not become id's to MXML and AS. > > HTH, > -Alex > > On 11/1/17, 6:18 AM, "Harb

Re: [royale-asjs] branch develop updated: Fixes #24

2017-11-01 Thread Harbs
ore/HTMLElementWrapper.as#L68> Harbs > On Nov 1, 2017, at 7:12 PM, Alex Harui <aha...@adobe.com.INVALID> wrote: > > How did you "fix" that? The most obvious way that popped into my mind > would be pretty expensive. > > Thanks, > -Alex > > On

Re: [royale-asjs] branch develop updated: Fixes #24

2017-11-01 Thread Harbs
:10 PM, Alex Harui <aha...@adobe.com.INVALID> wrote: > > Those look like change logs, but I'm not recalling why you needed to do > that. That looks pretty expensive to me. > > -Alex > > On 11/1/17, 10:33 AM, "Harbs" <harbs.li...@gmail.com > <mailto:

Re: package paths

2017-11-01 Thread Harbs
What do we have left in the renaming effort? I can help with that. Harbs > On Nov 1, 2017, at 6:23 PM, Alex Harui <aha...@adobe.com.INVALID> wrote: > > Please wait until we finish the replacing of FLEX and FALCON before doing > package renaming.

Re: Working on UI Controls styling

2017-11-03 Thread Harbs
or possibly a Theme class which globally changes colors at runtime (or compile time). Harbs > On Nov 3, 2017, at 2:15 AM, Carlos Rovira <carlosrov...@apache.org> wrote: > > Hi, > > I want to expose my initial work (very very initial) on two styles for > Royale > &

Re: Apache Royale website legal approval

2017-11-07 Thread Harbs
Yay! So excited about being able to move on with this! :-D Harbs > On Nov 7, 2017, at 8:45 PM, Carlos Rovira <carlosrov...@apache.org> wrote: > > Hi, > > as Chris marked the ticket solved (although it will remain open until > Friday), I just buyed the license now t

Re: Test Beads (was Re: Unit Tests et. al.)

2017-11-07 Thread Harbs
an active test runner. 2. Integration tests would allow for complex and async tests where the test runner would be passive. Hope this is clearer… Harbs > On Nov 7, 2017, at 7:33 PM, Alex Harui <aha...@adobe.com.INVALID> wrote: > > If the runner calls testBead.test(), the next line

Re: Test Beads (was Re: Unit Tests et. al.)

2017-11-07 Thread Harbs
nt it. > > Of course, I could be wrong... > -Alex > > On 11/7/17, 9:40 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> Right. I’m proposing a totally different architecture. >> >> In the architecture I’m proposing, the runner is a passive obs

Re: Test Beads (was Re: Unit Tests et. al.)

2017-11-06 Thread Harbs
An Event handler might look like: > > [Test("eventType='org.apache.flex.events.MouseEvent', type="click", > data="localx:0;localy:0" resultEvent="stateChange")] > function clickHandler(e:MouseEvent):void > { > } > > > > > >

Re: Currency formatter instanciation issue (was RE: ApplicationComplete event not firing)

2017-11-06 Thread Harbs
thing wrong with what you’ve given us. Does this [1] run >> for you? >> >> >> >> BTW, feel free to post examples of problems (or successful runs) on >> that [1] repo. >> >> >> >> [1] >> https://github.com/yishayw/Exa

Re: Unit Tests et. al.

2017-11-04 Thread Harbs
It looks like FlexUnit is currently broken. I’m getting the following output when trying to run the FlexUnit tests on Core and Basic: [mxmlc] /Users/harbs/Documents/ApacheRoyale/flex-flexunit/FlexUnit4/target/flexunit-4.3.0-20140410-as3_4.12.0.swc Warning: The definition

Re: [royale-asjs] branch develop updated: try to fix js-only build

2017-11-06 Thread Harbs
Oops. Sorry about that… > On Nov 6, 2017, at 6:35 PM, aha...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > aharui pushed a commit to branch develop > in repository https://gitbox.apache.org/repos/asf/royale-asjs.git > > > The following commit(s)

Re: Unit Tests et. al.

2017-11-06 Thread Harbs
anges to get through the queue. > > Thanks, > -Alex > > On 11/6/17, 1:42 AM, "Harbs" <harbs.li...@gmail.com > <mailto:harbs.li...@gmail.com>> wrote: > >> Well, Josh reversed the order of the arguments, and I think that makes >> sense. The string is

Re: MXMLDataInterpreter

2017-12-05 Thread Harbs
and track the selected states of the components was to attach change listeners to each of them. Harbs > On Dec 5, 2017, at 9:08 PM, Alex Harui <aha...@adobe.com.INVALID> wrote: > > The 'dispatchEvent' parameter is not used in UIBase, because, in theory, > at the low-level

MXMLDataInterpreter

2017-12-05 Thread Harbs
dElement is being called with dispatchEvent as false. Any clues as to why this is and what will happen if I change this? Harbs

Re: Hackathon

2017-12-08 Thread Harbs
on a public list. If we get an idea of who is interested, we can try and see if interests and timing can jive off list where I can properly express my limitations. Thanks, Harbs > On Dec 8, 2017, at 10:51 AM, Alex Harui <aha...@adobe.com.INVALID> wrote: > > What day are you flying back?

Re: Building a repository front end with Royale

2017-12-01 Thread Harbs
Ditto to what Piotr said. Additional comments: > On Dec 1, 2017, at 1:17 PM, Dany Dhondt wrote: > > - will Royale be production ready by february/march? I think it’s production ready now. It’s a bit rough around the edges in some places, but I’m using it in (almost)

Re: Repos and Releases

2017-12-02 Thread Harbs
gt; wrote: > > I would also see in the develop Harbs > changes with namespaces before release, after your merge. I’ll try to finish that up tomorrow.

Re: PR18 - NOTICE file update

2017-12-04 Thread Harbs
Sorry about that. I shouldn’t make assumptions. Harbs > On Dec 4, 2017, at 11:03 AM, Justin Mclean <jus...@classsoftware.com> wrote: > >> I assume Justin asked you to write this email. > > No I didn’t,

Re: Java Default Encoding and Royale Compiler

2017-12-04 Thread Harbs
The file in question was created by me on a Mac. An additional file which caused a problem on Yishay’s machine was StringTextLineFactory from TLF Lines 443, 445 and 446 (in the comment) were output as garbage characters by the Royale compiler without explicitly setting the encoding to UTF-8.

Re: PR18 - NOTICE file update

2017-12-04 Thread Harbs
I disagree. The wording is misleading and wrong and I don’t think anything needs to be propagated in this case. I did not close the PR because I wanted to leave it up to other PMC members to decide if I’m right or wrong. I’ll leave it other folks to decide if this is an issue. Harbs > On

Re: [MAVEN-BUILD] Royale-asjs - Build # 276 - Failure

2017-12-04 Thread Harbs
Yup. I missed some references in Text. The next build should work. > On Dec 4, 2017, at 12:29 PM, Piotr Zarzycki wrote: > > I think we should wait for the next build :) [1] > > [1] https://builds.apache.org/job/Royale-asjs/277/ > > 2017-12-04 11:25 GMT+01:00 Apache

Re: [MAVEN-BUILD] Royale-asjs - Build # 277 - Still Failing

2017-12-04 Thread Harbs
I missed one of the examples. Hopefully the latest commit does it… > On Dec 4, 2017, at 3:18 PM, Apache Jenkins Server > wrote: > > The Apache Jenkins build system has built Royale-asjs (build #277) > > Status: Still Failing > > Check console output at

Re: Building a repository front end with Royale

2017-12-03 Thread Harbs
te using URL routing. I don’t think it’s theoretically something which cannot be supported, but it has not yet been done. Harbs > On Dec 3, 2017, at 11:33 AM, Dany Dhondt <archeme...@mac.com> wrote: > > @harbs: it will be a multipage project! Does Royale support viewstacks? Or

Re: MXMLDataInterpreter

2017-12-07 Thread Harbs
be: Behavior, Appearance, Measurement. Basically, I’m suggesting that the bead names should describe what category they fit into. We can also drop the word “Bead” from them. Thoughts? > On Dec 6, 2017, at 11:35 PM, Harbs <harbs.li...@gmail.com> wrote: > > It is. > > Possibly

Re: Thoughts on ToggleButton

2017-12-07 Thread Harbs
the Great Rename… ;-) Harbs > On Dec 7, 2017, at 1:40 PM, Piotr Zarzycki <piotrzarzyck...@gmail.com> wrote: > > Harbs, > > Can you please recall how would it help to resolve the situation when we > need for example those two models TextModel and ImageModel - assuming t

Thoughts on ToggleButton

2017-12-07 Thread Harbs
broken. Ideally, with Royale architecture, the component should really be much more about the behavior of the component and the view should be delegated to a bead. I’m thinking that the logic which sets the html of the element should be a a view bead. Any thoughts about reworking this? Harbs

Names and Packages (was Re: MXMLDataInterpreter)

2017-12-07 Thread Harbs
probably be moved into an SVG package, etc. > On Dec 7, 2017, at 10:13 AM, Harbs <harbs.li...@gmail.com> wrote: > > I was thinking a bit about naming. A few points to ponder: > > 1. If anything it should mention Group rather than Container, because > anything subclassing Gr

Re: Thoughts on ToggleButton

2017-12-07 Thread Harbs
of months back might be the right direction for this. > On Dec 7, 2017, at 12:51 PM, Piotr Zarzycki <piotrzarzyck...@gmail.com> wrote: > > Hi Harbs, > > I would also place the logic which changes the image into the View bead. If > I correct understand your thoughts. I

Re: Names and Packages (was Re: MXMLDataInterpreter)

2017-12-07 Thread Harbs
ior" and "appearance"? > > -Alex > > On 12/7/17, 1:39 AM, "Harbs" <harbs.li...@gmail.com > <mailto:harbs.li...@gmail.com>> wrote: > >> Related thoughts about names and packages: >> 1. I think the bead classes should be organized bette

Re: MXMLDataInterpreter

2017-12-06 Thread Harbs
’m following you here. My understanding was that the only way to specify the children of a list is to provide a dataProvider. It seems like you are saying that it should technically be possible to add the children directly. For kicks I just tried the following to see and it did not work at all (i.e. nothing was added to the button bar): I’m guessing that you are suggesting a factory could be added with conditional logic. Harbs

Re: MXML attributes, minification, and initialization

2017-12-06 Thread Harbs
. When the variable is not assigned, no minified copy is made, so the original variable name is always used. Getters work because the same getter is always called no matter which variable name is used to access it. Harbs > On Dec 6, 2017, at 10:34 AM, Yishay Weiss <yishayj...@hotma

Re: SingleSelectionContainerBead (was Re: MXMLDataInterpreter)

2017-12-06 Thread Harbs
t be nice addition for Express. Just in-line the things > you want to toggle. Would it work with a ToggleButton, a CheckBox, and a > couple of RadioButtons or do all of the children have to be ToggleButtons? > > ‹peter > > On 12/6/17, 7:37 AM, "Harbs" <harbs.

ValueEvent

2017-12-06 Thread Harbs
A heads up: I changed the signature of ValueEvent to take the value as the second argument of the constructor rather than the fourth argument. It looks like there were a couple of bugs in framework code which seemed to assume it was already the second argument… Harbs

Re: MXML attributes, minification, and initialization

2017-12-06 Thread Harbs
> On Dec 6, 2017, at 9:19 PM, Alex Harui <aha...@adobe.com.INVALID> wrote: > > On 12/6/17, 10:01 AM, "Harbs" <harbs.li...@gmail.com> wrote: > >> Yes. I think we are saying the same thing. It’s curious that assignment >> on declaration makes

Re: MXMLDataInterpreter

2017-12-06 Thread Harbs
In my structure, tab would focus the first button and hitting tab again will focus the next button. Seems like normal behavior to me. > On Dec 6, 2017, at 9:16 PM, Alex Harui wrote: > > IMO, there are user expectations on how focus and selection will work. In >

SingleSelectionContainerBead (was Re: MXMLDataInterpreter)

2017-12-06 Thread Harbs
d from the host component. For now, the bead is dispatching the events directly. Comments welcome… Harbs > On Dec 6, 2017, at 10:10 AM, Alex Harui <aha...@adobe.com.INVALID> wrote: > > Of course I could be wrong, but I'm packing it in for tonight, so I'll > find out in my morning.

Re: Hackathon

2017-12-09 Thread Harbs
to Seattle for the 11th and 12th. If there’s others who can join, that would probably add weight to deciding to come. Who else could make it? I know Josh lives in Seattle. I’m not sure if he has time or interest in joining. Any chance of Om coming to Seattle? Peter? Anyone else? Harbs > On Dec 8, 2

Re: [royale-asjs] 02/02: Revert "Updating the source of an ArrayList does not change the view of the component without this change."

2017-10-28 Thread Harbs
to ArrayLists propagating to the view without causing the endless loop… > On Oct 29, 2017, at 1:43 AM, ha...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > harbs pushed a commit to branch develop > in repository https://gitbox.ap

Re: [royale-asjs] branch develop updated: Updating the source of an ArrayList does not change the view of the component without this change. I’m not sure why this check was there. Please review.

2017-10-28 Thread Harbs
in the past, please look at my change and make sure this does not break something… Harbs > On Oct 28, 2017, at 11:03 PM, ha...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > harbs pushed a commit to branch develop > i

Re: Apache Royale static web site

2017-10-26 Thread Harbs
of work. What’s included in the license? I’m really not sure. It gives rights to us the theme in WordPress. Does that allow repurposing the CSS and JS files for use elsewhere? I don’t know. Harbs > On Oct 26, 2017, at 9:56 AM, Alex Harui <aha...@adobe.com.INVALID> wrote: > > I'm

Re: Styling express components

2017-10-25 Thread Harbs
--moz-xxx). So, that's why, at > least for now, Royale does not put styles in the APIs. > > It would be cool if the newer IDEs would help check for mis-spellings and > invalid values in that HTML-like style syntax. > > HTH, > -Alex > > On 10/25/17, 3:14 AM, &qu

Re: Styling express components

2017-10-25 Thread Harbs
. The only > reasons for SimpleCSSStyles is to save the time parsing the strings and > have the compiler and IDEs catch errors early. BindableCSSStyles provides > change events. > > HTH, > -Alex > > On 10/25/17, 10:31 AM, "Harbs" <harbs.li...@gmail.com> wrote: >

Re: Github Royale main page

2017-10-24 Thread Harbs
The organization is Apache so I don’t think there’s a way to have a main page on Github. We should probably create a page on our website with links and cross-links back to that page on the project README files. Harbs > On Oct 24, 2017, at 7:08 PM, Carlos Rovira <carlosrov...@apache.org&

Re: Apache Royale static web site

2017-10-24 Thread Harbs
constructed using this styling i.e. main site, docs, blog (as a WordPress installation), examples. Harbs > On Oct 24, 2017, at 8:56 PM, Alex Harui <aha...@adobe.com.INVALID> wrote: > > Hi Dave, > > I'm still wondering, even if we can see and reuse the CSS/JS/HTML, do we have >

Re: Apache Royale static web site

2017-10-24 Thread Harbs
I belive this is there web presence: https://greatives.eu/ > On Oct 24, 2017, at 9:06 PM, Dave Fisher wrote: > > Hi Alex, > > We will need to ask Carlos to list out all of the themes he uses and then we > will need to track things down and ask

Styling express components

2017-10-25 Thread Harbs
(and possibly a better skinning story). Maybe express could be middleweight components and “styleable” or “skinnable” would be a heavier-weight component set which would be closer to Flex components. Thoughts? Harbs

Re: [royale-asjs] branch develop updated: Fixes #24

2017-10-31 Thread Harbs
BTW, code comments on Github do not propagate to the Apache lists. If there’s a reason to discuss some code in context, code comments are very useful. For general discussions on code commits, responding to commit emails is probably a better way to do it. Harbs > On Nov 1, 2017, at 1:30

Re: [Try it now] Does Royale run with OpenJDK?

2018-05-04 Thread Harbs
AWS is similar. Windows instances support RDC and you can ssh into linux instances. I can setup an AWS instance if you want. It’s really easy... > On May 4, 2018, at 10:44 AM, Alex Harui wrote: > > Hi Olaf, > > I've not tried AWS. So I don't know how difficult it

Re: [DISCUSS] Explanation of the changes

2018-05-14 Thread Harbs
” instead of “Button”. It’s possible that the correct solution is that any component set which does not want to inherit from Basic must specify a different typename. (Like what you did.) Again: I’m not trying to pin down solutions yet. I’m first trying to pin down the problems. Thanks, Harbs

Re: [DISCUSS] Explanation of the changes

2018-05-14 Thread Harbs
rg/royale/svg "; @namespace j "library://ns.apache.org/royale/jewel "; j|TextButton { padding-top:10px; } Are you saying that this will work? If yes, please exp

Re: [DISCUSS] Explanation of the changes

2018-05-14 Thread Harbs
agree that it’s a compromise and not the ideal way to solve the problem? If we could make j|Button{} work, wouldn’t that be better? Thanks, Harbs > On May 14, 2018, at 7:25 PM, Carlos Rovira <carlosrov...@apache.org> wrote: > > I'll give you working examples that I tried for this

<    1   2   3   4   5   6   7   8   9   10   >