Re: Slack channel

2019-12-11 Thread Carlos Rovira
Hi all!, I'm in! :) El mar., 10 dic. 2019 a las 23:59, Andrew Wetmore () escribió: > Χαιρετισμούς, Αντώνης! > > Project members who are committers get Apache email addresses. It is sort > of a reward for active participation in a project. > > Andrew > > On Tue, Dec 10, 2019 at 6:56 PM Antonis

Re: About Git repository and sources

2019-12-11 Thread Carlos Rovira
Hi Antonis, some of us use to build (daily) he 3 repos with Maven (since is what we use then to work with in our projects) and then run ANT in asjs to get the SDK build (for IDEs). We hope to fix soon Maven distribution so all of that can be done just with Maven. Here's the script I use [1] (Mac

Re: About Git repository and sources

2019-12-11 Thread Antonis Kalodimos
Thank you Carlos for your response response. I followed your instructions and after setting the env variables PLAYERGLOBAL_VERSION, ROYALE_HOME, ROYALE_COMPILER_HOME, ROYALE_TYPEDEFS_HOME that they don't referred in any doc about building from source, I re-download the develop branch of these

Jenkins build is back to normal : royale-asjs_jsonly #382

2019-12-11 Thread apacheroyaleci
See

Re: About Git repository and sources

2019-12-11 Thread Antonis Kalodimos
Thank you Josh for your info. Saved me from many uninstalls and reinstalls trying to figure what i was doing wrong. I am going to completely remove moonshine ide to reinstall it and allow it to download by it alone all software that it needs because the 2.5.0 version i have installed doesn't

Re: About Git repository and sources

2019-12-11 Thread Josh Tynjala
Unfortunately, 0.9.6 from npm currently broken, as I recall. If you use Moonshine's SDK installer, that can download a working 0.9.6 SDK. Moonshine applies a special fix to make it work. -- Josh Tynjala Bowler Hat LLC On Wed, Dec 11, 2019 at 7:36 AM Antonis Kalodimos <

Re: About Git repository and sources

2019-12-11 Thread Carlos Rovira
Hi, not an expert in ant, maybe others could give you more light on this. Just can say that something is wrong with compiler since this: Copying Compiler from ${ROYALE_COMPILER_REPO} was translated to [echo] Copying Compiler from set I think ANT expects compiler to be a sibling to framework

Re: About Git repository and sources

2019-12-11 Thread Antonis Kalodimos
Hi Carlos My folder structure is like this D:\ApacheFlex\royale-asjs D:\ApacheFlex\royale-compiler D:\ApacheFlex\royale-typedefs While the steps before executing the line ant all -Dbuild.noprompt=true -Drelease.target=true that failed and previous steps are completed succesfully how can i use

Re: ASF features we might look at

2019-12-11 Thread Carlos Rovira
Hi Andrew, for me cwiki and other flex things was the "old way". In Royale we use GitHub tools. So the Github wiki is like the Apache cwiki Don't need to have the old tools, we even talked about that long time ago and decided to go Github way since is what all people are using today. One thing

Re: ASF features we might look at

2019-12-11 Thread Josh Tynjala
I'm not really familiar with Confluence, but I think that your best bet on Github is to use Project boards: https://help.github.com/en/github/managing-your-work-on-github/managing-project-boards -- Josh Tynjala Bowler Hat LLC On Wed, Dec 11, 2019 at 10:19 AM Andrew

Re: ASF features we might look at

2019-12-11 Thread Andrew Wetmore
Oh, I see: I can create one for the repository, rather than a private one. I will do that. On Wed, Dec 11, 2019 at 2:38 PM Andrew Wetmore wrote: > Hmm > > I have started one that seems to be a private project, but I have made it > visible to anyone [1]. I hope that means anyone can add cards to

ASF features we might look at

2019-12-11 Thread Andrew Wetmore
Hi: I gather from Infra that Royale does not have its own cwiki (and not its own Confluence??) account. The person I was speaking with suggested we should have our own, rather than piggybacking on the Flex cwiki, not least because committers like me (a committer for Royale but not for Flex) can

Re: About Git repository and sources

2019-12-11 Thread Carlos Rovira
Hi Antonis, with the successful maven installation you can compile your projects. To try one, you can go to "examples" folder and choose one from them. Y recommend you to try Tour de Jewel [1] going to " examples/royale/TourDeJewel" then "mvn install", you'll have the compiled version in

Re: ASF features we might look at

2019-12-11 Thread Andrew Wetmore
Is there an equivalent to Confluence in GitHub? On Wed, Dec 11, 2019 at 2:00 PM Carlos Rovira wrote: > Hi Andrew, > > for me cwiki and other flex things was the "old way". In Royale we use > GitHub tools. So the Github wiki is like the Apache cwiki > Don't need to have the old tools, we even

Re: ASF features we might look at

2019-12-11 Thread Andrew Wetmore
Hm. I cannot log in to the Flex Confluence because I am not a Flex committer. I can probably copy the content of topics, but I am not sure what other problems this restriction will create. a On Wed, Dec 11, 2019 at 2:09 PM Andrew Wetmore wrote: > Is there an equivalent to Confluence in GitHub?

Re: ASF features we might look at

2019-12-11 Thread Andrew Wetmore
Again, hm. For the documentation repository, royale-docs, there is no link to create a project under the repository name. Does anyone know how to activate that option? Andrew On Wed, Dec 11, 2019 at 2:41 PM Andrew Wetmore wrote: > Oh, I see: I can create one for the repository, rather than a

Re: ASF features we might look at

2019-12-11 Thread Andrew Wetmore
I am creating a Layouts page in the user-interface directory and will populate it from the FlexJS cwiki. a On Wed, Dec 11, 2019 at 2:19 PM Andrew Wetmore wrote: > On the specifics of the Layouts information page from FlexJS, where should > it go? In the Royale help docs I see a "_layouts"

Re: ASF features we might look at

2019-12-11 Thread Alex Harui
Andrew, even though you are not a Flex committer, Flex can grant wiki access to you. I went and looked at the permissions list for the Flex Confluence wiki and you were already listed, so I'm not sure why you couldn't get in. I did notice that you didn't have export rights so I added that.

SWF Graphics api emulation (Re-post from Flex dev list)

2019-12-11 Thread Greg Dove
This was posted to Flex dev list by mistake. Please ignore this if you already read it in the other list. Combined content of what I posted in other thread: Just some early advice that I expect to have a very close emulation of the flash graphics API available by early January at the latest. I

Re: About Git repository and sources

2019-12-11 Thread Alex Harui
Check your environment variables. If the value of one of them accidentally became "set", you could get the results you are getting. HTH, -Alex On 12/11/19, 7:36 AM, "Antonis Kalodimos" wrote: Hi Carlos My folder structure is like this D:\ApacheFlex\royale-asjs

Re: ASF features we might look at

2019-12-11 Thread Andrew Wetmore
Hmm I have started one that seems to be a private project, but I have made it visible to anyone [1]. I hope that means anyone can add cards to the leftmost column. [1] https://github.com/users/cottage14/projects/1 On Wed, Dec 11, 2019 at 2:30 PM Josh Tynjala wrote: > I'm not really familiar

Re: ASF features we might look at

2019-12-11 Thread Andrew Wetmore
Thank you: done! On Wed, Dec 11, 2019 at 4:50 PM Harbs wrote: > I think Infra needs to enable Projects for repositories. > > You can request that here: > https://issues.apache.org/jira/projects/INFRA/issues < > https://issues.apache.org/jira/projects/INFRA/issues> > > > On Dec 11, 2019, at 8:49

UIBase.width problems with layouts

2019-12-11 Thread Carlos Rovira
Hi, I'm having a hard time with sizes of components. When I create a component in the "strand" setter the width of that component reports 0 when debug. So doing a layout it does with width = 0. Then component has width = 100% via CSS what means that in real time has 400px So my question is...

Re: UIBase.width problems with layouts

2019-12-11 Thread Alex Harui
Like Flex, parents size their children. Unlike Flex, because some changes to HTMLElements and CSS are "immediate" and not "deferred to a rendering phase", there is no central pump like the Flex LayoutManager that lays everything out. Depending on the component set, the components "should"

Re: ASF features we might look at

2019-12-11 Thread Harbs
I think Infra needs to enable Projects for repositories. You can request that here: https://issues.apache.org/jira/projects/INFRA/issues > On Dec 11, 2019, at 8:49 PM, Andrew Wetmore wrote: > > Again, hm. > > For the documentation

Re: About Git repository and sources

2019-12-11 Thread Antonis Kalodimos
trying to uninstall the moonshine IDE completely in order to reinstall it clean so it can download the SDKs and whatever it need i destroy it completely. Does any body knows where the moonshine ide save its config information such as installed sdks list and other stuff? I have ruined the air

Build failed in Jenkins: royale-asjs_MXTests #296

2019-12-11 Thread apacheroyaleci
See Changes: [aharui] pay attention to rowHeight -- [...truncated 1.17 MB...] [mxmlc] scanning for overrides: IList [mxmlc]

Build failed in Jenkins: royale-asjs_MXTests #297

2019-12-11 Thread apacheroyaleci
See Changes: -- [...truncated 1.17 MB...] [mxmlc] scanning for overrides: IList [mxmlc] scanning for overrides: IViewCursor [mxmlc] scanning

Re: UIBase.width problems with layouts

2019-12-11 Thread Piotr Zarzycki
Hi Carlos, I just wanted to add that even if component is being added to the parent in HTML doesn't mean that you will have on it their real sizes immediately. Good example is TabBar where I would like to add navigation buttons. [1] In theory it's simple in order to determine whether we don't

Re: About Git repository and sources

2019-12-11 Thread Piotr Zarzycki
Hi Guys, I have contacted with Antonis regarding Moonshine off the list. I hope to help him install it again. Thanks, Piotr czw., 12 gru 2019 o 04:11 Antonis Kalodimos napisał(a): > trying to uninstall the moonshine IDE completely in order to reinstall it > clean so it can download the SDKs

Re: UIBase.width problems with layouts

2019-12-11 Thread Alex Harui
On 12/11/19, 9:26 PM, "Piotr Zarzycki" wrote: Hi Carlos, I just wanted to add that even if component is being added to the parent in HTML doesn't mean that you will have on it their real sizes immediately. That is true, especially if the parent (or grandparent, etc) is not

Re: UIBase.width problems with layouts

2019-12-11 Thread Piotr Zarzycki
Hi Alex, Well non of those events were launched widthChanged/heightChanged/sizeChanged - cause simply I didn't set any explicit sizes on a component/parent etc, so there wasn't any kind of place where I could reach out and have the solution. Thanks, Piotr czw., 12 gru 2019 o 06:45 Alex Harui

Re: UIBase.width problems with layouts

2019-12-11 Thread Alex Harui
On 12/11/19, 9:56 PM, "Piotr Zarzycki" wrote: Hi Alex, Well non of those events were launched widthChanged/heightChanged/sizeChanged - cause simply I didn't set any explicit sizes on a component/parent etc, so there wasn't any kind of place where I could reach out and

Build failed in Jenkins: royale-asjs_jsonly #381

2019-12-11 Thread apacheroyaleci
See Changes: -- [...truncated 468.42 KB...] raw.asdoc.tokenizer: set.raw.mxml.tokenizer.uptodate: raw.mxml.tokenizer: jflex: set.as.parser.uptodate: