Re: Routing and deep linking

2019-12-28 Thread Carlos Rovira
umentation > anywhere, or running examples, to show what is different between routing > and deep linking, aside from the name? > > Thanks. > > Andrew > > -- > Andrew Wetmore > > http://cottage14.blogspot.com/ > -- Carlos Rovira http://about.me/carlosrovira

Re: Jewel ButtonBar and DataGrid first iteration! :)

2019-12-28 Thread Carlos Rovira
/1210870204001116160 As always share, retweet and enjoy!! :) Carlos El vie., 13 dic. 2019 a las 1:20, Greg Dove () escribió: > That looks awesome! Great work, Carlos :) > > > On Fri, Dec 13, 2019 at 1:15 PM Carlos Rovira > wrote: > > > Hi Andrew, > > > > you c

Re: Trying an implementation "inheritWidth" function on StyledUIBase

2019-12-27 Thread Carlos Rovira
`style.width` instruction*. In setWidth the > > positioner.style.width is set to "NaNpx" then we reach the > > "setInheritWidth" to remove to null. No collateral problems, but just > seems > > poor code. > > My implementation solves this problem.

Re: Trying an implementation "inheritWidth" function on StyledUIBase

2019-12-27 Thread Carlos Rovira
In Framework, was as a result of these days discussion about width = NaN in other threads. Search for "inheritWidth" or "sizeWidthToContent"

Trying an implementation "inheritWidth" function on StyledUIBase

2019-12-27 Thread Carlos Rovira
t, but maybe 3.- too) and be a concrete use case solution, I mean, not an API to get a value set, that is what I expect here (and suppose other users too). Thoughts? -- Carlos Rovira http://about.me/carlosrovira

Re: Alerting the user

2019-12-27 Thread Carlos Rovira
ckbar. We never had a Toast component, but I think Snackbar is called Toast in other frameworks HTH [1] https://royale.apache.org/using-jewel-alert-control/ -- Carlos Rovira http://about.me/carlosrovira

Re: Issue with ElementWrapper and HTMLElementWrapper

2019-12-26 Thread Carlos Rovira
sue has more or less impact in Apache Royale to make it be in the radar, to appear in webs like [1]... [1] https://2019.stateofjs.com El jue., 26 dic. 2019 a las 18:02, Alex Harui () escribió: > > > On 12/26/19, 12:35 AM, "Carlos Rovira" wrote: > > Hi Alex, > >

Re: Changes to Royale Help Docs

2019-12-26 Thread Carlos Rovira
her? > > On Thu, Dec 26, 2019 at 11:34 AM Carlos Rovira > wrote: > > > Hi Andrew > > > > just a detail for URLs: > > > > we should promote this kind of mark down urls: > > > > [Loading external data through HTTPService]( > > > >

Re: Changes to Royale Help Docs

2019-12-26 Thread Carlos Rovira
-data-through-httpservice/; target ="_blank">Loading external data through HTTPService El vie., 20 dic. 2019 a las 15:16, Carlos Rovira () escribió: > Hi, > good idea. I tried to add it to the template so all pages get > automatically the latest modified date time tamp &g

Re: Issue with ElementWrapper and HTMLElementWrapper

2019-12-26 Thread Carlos Rovira
s 3:30, Alex Harui () escribió: > > > On 12/25/19, 10:10 AM, "Carlos Rovira" wrote: > > Hi, > > my opinion is that platform, language and other "core platform things" > (to > call in someway to things that are part of the barebones of th

Re: Issue with ElementWrapper and HTMLElementWrapper

2019-12-25 Thread Carlos Rovira
outs, Style classes) > >> 2) Objects that have an HTMLElement underneath (HTMLElementWrapper, all > UI Widgets) > >> 3) Objects that have some other browser element underneath > (XMLHTTPRequest) > >> > >> 1 & 3 do not have to support bubbling, and

Re: Issue with ElementWrapper and HTMLElementWrapper

2019-12-25 Thread Carlos Rovira
ses an EventDispatcher rather than > extend it. > > That exposed an error in the dispatching code. It should be fixed now. > > > On Dec 25, 2019, at 1:40 PM, Carlos Rovira > wrote: > > > > Hi Harbs, > > > > thanks. I tested all Crux examples and are worki

Re: JewelTheme warning during Maven build

2019-12-25 Thread Carlos Rovira
; > org.apache.royale.framework > JewelTheme > 0.9.7-SNAPSHOT > swc > theme > js > > > Thanks, > -- > > Piotr Zarzycki > > Patreon: *https://www.patreon.com/piotrzarzycki > <https://www.patreon.com/piotrzarzycki>* > -- Carlos Rovira http://about.me/carlosrovira

Re: Issue with ElementWrapper and HTMLElementWrapper

2019-12-25 Thread Carlos Rovira
Hi Harbs, thanks. I tested all Crux examples and are working. DataGridExample is ok too. But sorry to say that Tour de Jewel is now showing this behavior now: TypeError: currentTarget.fireListeners is not a function at Function.goog.events.EventTarget.dispatchEventInternal_

Re: Smart Selectors for Beads

2019-12-25 Thread Carlos Rovira
s.views.TableView"); > } > > But that affects all Table objects whether or not they’re > contained in a .datachooser class. Any ideas how to be more surgical about > adding beads? > > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Sharing Basic code with other component sets (Was Re: [Discuss] Trying to discern between High-level abstraction...)

2019-12-25 Thread Carlos Rovira
l mié., 25 dic. 2019 a las 7:48, Alex Harui () escribió: > Forking for this particulare topic: > > On 12/24/19, 6:46 AM, "Carlos Rovira" wrote: > > ...Why I think we need to solve is if we have a better way > to extend UIBase, better th

Re: Issue with ElementWrapper and HTMLElementWrapper

2019-12-24 Thread Carlos Rovira
-debug/library/closure/goog/events/events.js:289:39) El mar., 24 dic. 2019 a las 22:42, Carlos Rovira () escribió: > Hi Harbs, > > thanks for the hard work, I just could do a quick try and saw DataGrid is > now fixed, but the crux examples I tried are again failing in some place. &g

Re: Issue with ElementWrapper and HTMLElementWrapper

2019-12-24 Thread Carlos Rovira
nt handlers difficult to > debug. It’s something I wanted to fix for a long time... > > Please let me know if you see any more problems. > > Harbs > > > On Dec 24, 2019, at 2:21 PM, Carlos Rovira > wrote: > > > > Hi Piotr, > > > > I think we n

Re: [Discuss] Trying to discern between High-level abstraction and platform specific patterns (was: how to remove style="width:100%" from Royale)

2019-12-24 Thread Carlos Rovira
onents in other component sets > >> e) Add a bead which takes care of the reseting (somehow). > >> > >> I’m not sure what your position is on all of these points. > >> > >> I feel very strongly that the solution to #1 is “b” and not “a”. > >> > >>

Re: [Discuss] Trying to discern between High-level abstraction and platform specific patterns (was: how to remove style="width:100%" from Royale)

2019-12-24 Thread Carlos Rovira
gt; > > > I’m not sure what your position is on all of these points. > > > > I feel very strongly that the solution to #1 is “b” and not “a”. > > > > Regarding #2, I am okay with any solution other than “b”. > > > > Are we on the same page? > > > >

Re: Issue with ElementWrapper and HTMLElementWrapper

2019-12-24 Thread Carlos Rovira
t; Piotr > > wt., 24 gru 2019 o 11:38 Harbs napisał(a): > > > Never mind. I see the problem. > > > > > On Dec 24, 2019, at 12:16 PM, Harbs wrote: > > > > > > Please try with my latest changes. > > > > > > I think I fixed it. > &

Re: Issue with ElementWrapper and HTMLElementWrapper

2019-12-24 Thread Carlos Rovira
t up [Inject( source="commitsController.commits.commits", bind="true" )] on Bean{ source: [object Object], name: null } InjectProcessor set up [Inject( source="configurationController.project", bind="true" )] on Bean{ source: [object Object], name: null } El mar., 24 dic. 2019 a l

Re: Issue with ElementWrapper and HTMLElementWrapper

2019-12-24 Thread Carlos Rovira
t; I’m getting an error that UserForm.user is null. > >>>>>>>> > >>>>>>>> I have no idea where that should have been set, and I have no idea > >>> how > >>>>>>> my commit could have possibly effected t

Re: Smart Selectors for Beads

2019-12-23 Thread Carlos Rovira
IBeadView: > ClassReference("org.apache.royale.jewel.beads.views.TableView"); > } > > But that affects all Table objects whether or not they’re contained in > a .datachooser class. Any ideas how to be more surgical about adding beads? > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Issue with ElementWrapper and HTMLElementWrapper

2019-12-23 Thread Carlos Rovira
: > I compiled CruxQuickStartBasic and I don’t see anything wrong. > > Can you give me more clues? > > FWIW, I used Ant, is the problem specific to Maven? > > > > On Dec 23, 2019, at 6:26 PM, Carlos Rovira > wrote: > > > > Hi Harbs, > > > &g

Re: [Discuss] Trying to discern between High-level abstraction and platform specific patterns (was: how to remove style="width:100%" from Royale)

2019-12-23 Thread Carlos Rovira
o hear it. Thanks > Thanks, > Harbs > > > On Dec 23, 2019, at 5:08 PM, Carlos Rovira > wrote: > > > > Hi, > > > > ok. I think it's clear there's no much consensus, so I think we should > left > > things as they are now and see other ways

Re: Issue with ElementWrapper and HTMLElementWrapper

2019-12-23 Thread Carlos Rovira
way for ElementWrapper to know that some other class > is installing an override? > > Thoughts? > Harbs -- Carlos Rovira http://about.me/carlosrovira

Re: Issue with ElementWrapper and HTMLElementWrapper

2019-12-23 Thread Carlos Rovira
est way to fix this. > > > >* We could check the event type in HTMLElementWrapper/ElementWrapper, > but that’s just-in-case code. > >* I’m not completely sure why we need this logic in both > ElementWrapper and HTMLElementWrapper. Is there something that can be > changed there? > >* Maybe there’s some way for ElementWrapper to know that some other > class is installing an override? > > > >Thoughts? > >Harbs > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: [Discuss] Trying to discern between High-level abstraction and platform specific patterns (was: how to remove style="width:100%" from Royale)

2019-12-23 Thread Carlos Rovira
at 10:34 AM, Carlos Rovira > wrote: > > > >>> If NaN is not allowed then what’s the uninitialized value? > >> > >> The initial value is obviously NaN. That has a special meaning on the > >> uninitialized state — meaning there’s no value to set. > >&

Re: [Discuss] Trying to discern between High-level abstraction and platform specific patterns (was: how to remove style="width:100%" from Royale)

2019-12-23 Thread Carlos Rovira
should make it obvious to the > >> developer that there’s an error rather than “fixing” it. > >> > >> I would propose adding debug-only code which throws an error if NaN is > set. > >> > >> If the issue is how to remove values completely, that should

Re: [Discuss] Trying to discern between High-level abstraction and platform specific patterns (was: how to remove style="width:100%" from Royale)

2019-12-22 Thread Carlos Rovira
e NaN (in JS) means "remove the property". I tested a >solution code by this > > this.positioner.style.width = isNaN(value) ? null : value.toString() + > 'px'; //IN COMPILER::JS > > > > -- > Carlos Rovira > http://about.me/carlosrovira > > -- Carlos Rovira http://about.me/carlosrovira

[Discuss] Trying to discern between High-level abstraction and platform specific patterns (was: how to remove style="width:100%" from Royale)

2019-12-20 Thread Carlos Rovira
o assign null to a property to remove it. So for me NaN (in JS) means "remove the property". I tested a solution code by this this.positioner.style.width = isNaN(value) ? null : value.toString() + 'px'; //IN COMPILER::JS -- Carlos Rovira http://about.me/carlosrovira

Re: Changes to Royale Help Docs

2019-12-20 Thread Carlos Rovira
Hi, good idea. I tried to add it to the template so all pages get automatically the latest modified date time tamp Unfortunately, seems GitHub Pages still doesn't support this plugin at the moment Will need to wait, hope it support it soon since I think that is needed thanks! Carlos

Re: [royale-asjs] 01/02: shiftkey and friends

2019-12-20 Thread Carlos Rovira
> nativeEvent["bubbles"], nativeEvent["cancelable"]); > >> +var event:mx.events.MouseEvent = new > mx.events.MouseEvent(nativeEvent["type"], nativeEvent["bubbles"], > nativeEvent["cancelable"]); > >> +event.shiftKey = nativeEvent["shiftKey"]; > >> +event.ctrlKey = nativeEvent["ctrlKey"]; > >> +event.altKey = nativeEvent["altKey"]; > >> +return event; > >>} > >>} > > -- Carlos Rovira http://about.me/carlosrovira

Re: how to remove style="width:100%" from Royale

2019-12-19 Thread Carlos Rovira
ate things protected in UIBase, but please do not > bake platform-specific API usage into Basic. > > Thanks, > -Alex > > On 12/19/19, 10:49 AM, "Carlos Rovira" wrote: > > Hi Alex, > > I can try to add to StyledUIBase instead to UIBase. I think I'll

Re: how to remove style="width:100%" from Royale

2019-12-19 Thread Carlos Rovira
" of some code so > that we don't bake platform-specific patterns into the framework. We want > the framework to be easily portable to other runtimes someday. > > My 2 cents, > -Alex > > On 12/19/19, 2:47 AM, "Carlos Rovira" wrote: > > Hi Alex, > >

Re: how to remove style="width:100%" from Royale

2019-12-19 Thread Carlos Rovira
at knows how to > manipulate a particular component set's widgets. What needs to be done to > a component might depend on the component set. > > My 2 cents, > -Alex > > On 12/18/19, 2:32 PM, "Carlos Rovira" wrote: > > Hi, > > I think I had th

how to remove style="width:100%" from Royale

2019-12-18 Thread Carlos Rovira
e can't do container.percentWidth = NaN or undefined. Or I'm missing something? Thanks -- Carlos Rovira http://about.me/carlosrovira

Re: Broken TourDeJewel and other applications

2019-12-18 Thread Carlos Rovira
> > > Josh Tynjala > > > Bowler Hat LLC <https://bowlerhat.dev> > > > > > > > > > On Wed, Dec 18, 2019 at 6:55 AM Piotr Zarzycki < > > piotrzarzyck...@gmail.com> > > > wrote: > > > > > >> Yeah. Let's

Re: Let's bump Royale version to 1.0

2019-12-18 Thread Carlos Rovira
the list more people, > with > > hope that I will see someone who doesn't have background in ActionScript, > > but was curious about the project. > > > > In this thread I don't see rejection to my idea, so I'm going to work to > > improve some areas and start release w

Re: New ASF staff member

2019-12-18 Thread Carlos Rovira
; is strictly prohibited. Please immediately notify the sender and > delete it from your system. Likya Bilgi Teknolojileri ve İletişim Hiz. > Ltd. Şti. does not accept legal responsibility for the contents of > this message. > -- > > -- Carlos Rovira http://about.me/carlosrovira

Re: Broken TourDeJewel and other applications

2019-12-18 Thread Carlos Rovira
SyntaxError: Unexpected token ':' > > >> > index.html:566 Uncaught ReferenceError: App is not defined > > >> > at index.html:566 > > >> > > > >> > [1] https://ibb.co/KDWhnst > > >> > > > >> > Thanks

Re: Component Conflicts redux

2019-12-16 Thread Carlos Rovira
Hi, yes, I though so too El lun., 16 dic. 2019 a las 11:20, Harbs () escribió: > I think we were contemplating some kind of mapping between qualified names > and short-names. > > > On Dec 16, 2019, at 11:08 AM, Carlos Rovira > wrote: > > > > Hi, > > > &

Re: Component Conflicts redux

2019-12-16 Thread Carlos Rovira
pondering the cost of using fully > qualified names instead of short names (org_apache_royale_html_Button, > instead of Button). > > HTH, > -Alex > > > On Dec 16, 2019, at 1:55 AM, Alex Harui > wrote: > > > > The CSS referenced appears to

Re: Component Conflicts redux

2019-12-15 Thread Carlos Rovira
() escribió: > I think we spoke about fixing this in the compiler. Moving Basic to a > separate library would not solve this case because I’m actually using Basic. > > > On Dec 15, 2019, at 8:15 PM, Carlos Rovira > wrote: > > > > Hi Harbs, > > > > I t

Re: Component Conflicts redux

2019-12-15 Thread Carlos Rovira
e css is > changing the default css for our components which are set using class names. > > We’ve discussed this problem in the past and I’m not sure what the end > plan (which was never implemented) was… > > FWIW, we’re changing the styling in our app, and we’re probably getting

Re: Jewel ButtonBar and DataGrid first iteration! :)

2019-12-12 Thread Carlos Rovira
t 8:05 PM Carlos Rovira > wrote: > > > Hi, > > > > just committed my work on Jewel ButtonBar and DataGrid. I think these > > components was long awaited and finally we have it here! :) > > > > Just let you know that I tried my best to have this iteration

Jewel ButtonBar and DataGrid first iteration! :)

2019-12-12 Thread Carlos Rovira
next days to continue improve things. For example in some configurations refreshing the component will not do what we exepect... just give some more days to go over it. Hope you like it! :) -- Carlos Rovira http://about.me/carlosrovira

Re: Projects in royale-docs repository

2019-12-12 Thread Carlos Rovira
explain what we are planning in a separate email so that anyone > who has helpful insights can chime in. > > [1] https://github.com/apache/royale-docs/projects/1 > > [2] https://github.com/apache/royale-docs/projects/2 > > -- > Andrew Wetmore > > http://cottage14.blogspot.com/ > -- Carlos Rovira http://about.me/carlosrovira

Re: UIBase.width problems with layouts

2019-12-12 Thread Carlos Rovira
or is sized to content, or will be sized by the parent. The latter should > also trigger the 3 events. Or maybe there's a fourth scenario I'm not > thinking of. We want to understand your scenario and propose best > practices for handling it. > > -Alex > > > -- Carlos Rovira http://about.me/carlosrovira

UIBase.width problems with layouts

2019-12-11 Thread Carlos Rovira
y question is... Where is the first time when I get the width = 400px I need that 400px instead of the initial 0 (that is not real) in order to perform calculations. Thanks -- Carlos Rovira http://about.me/carlosrovira

Re: ASF features we might look at

2019-12-11 Thread Carlos Rovira
uld not edit the board report in Confluence > today. > > How do we get this organized? I would be happy to help migrate from the > Flex cwiki everything that is there that also or primarily applies to > Royale. > > Andrew > > -- > Andrew Wetmore > > http://cottage14.blogspot.com/ > -- Carlos Rovira http://about.me/carlosrovira

Re: About Git repository and sources

2019-12-11 Thread Carlos Rovira
-Dbuild.noprompt=true -Drelease.target=true > > > that failed and previous steps are completed succesfully how can i use > > the > > > royale-asjs with the maven output from previous command that was > > > mvn clean install -P option-with-swf ? > > > > > > &g

Re: About Git repository and sources

2019-12-11 Thread Carlos Rovira
> check_jquery: > > rename_jquery: > [move] Moving 1 file to D:\ApacheFlex\royale-asjs\js\libs > > copy-compiler: > [mkdir] Created dir: D:\ApacheFlex\royale-asjs\lib > [echo] Copying Compiler from set > > BUILD FAILED > D:\ApacheFlex\royale-asjs\

Re: About Git repository and sources

2019-12-11 Thread Carlos Rovira
are the best requirements for environent vars needed for trouble > free > compilation? > > (I have never achieve to compile it even with maven and now with the > wrapper mvnw or ant and the long process complete without errors) > > Thank you. > > > -- Carlos Rovira http://about.me/carlosrovira

Re: Slack channel

2019-12-11 Thread Carlos Rovira
> > > Andrew > > > > > > -- > > > Andrew Wetmore > > > > > > http://cottage14.blogspot.com/ > > > > > > > > -- > Andrew Wetmore > > http://cottage14.blogspot.com/ > -- Carlos Rovira http://about.me/carlosrovira

Re: [royale-compiler] branch develop updated: royale-maven-plugin: BaseMojo provides missing mxml-2009-manifest.xml that is required to use core types like Array, String, Boolean, etc. in MXML (closes

2019-12-10 Thread Carlos Rovira
; > > +Namespace namespace = new Namespace(); > > > +namespace.setUri(getLanguageNamespaceURI()); > > > +namespace.setManifest(manifestFile.getAbsolutePath()); > > > +return namespace; > > > +

Re: Jewel Tooltip and TooltipLabel

2019-12-10 Thread Carlos Rovira
in Jewel). HTH Carlos El mar., 10 dic. 2019 a las 15:06, Piotr Zarzycki (< piotrzarzyck...@gmail.com>) escribió: > I'm sorry Carlos but I still don't get it. Comments inline. > > > > wt., 10 gru 2019 o 13:57 Carlos Rovira > napisał(a): > > > Hi Piotr, >

Re: Jewel Tooltip and TooltipLabel

2019-12-10 Thread Carlos Rovira
le text > and html ? > > Thanks, > Piotr > > wt., 10 gru 2019 o 10:30 Carlos Rovira > napisał(a): > > > Hi, > > > > most of the time people will want to use html text directly (as simple > text > > like they do currently or with tags). It's the same we did in

Re: Jewel Tooltip and TooltipLabel

2019-12-10 Thread Carlos Rovira
> > > > > -- > Andrew Wetmore > > > https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fcottage14.blogspot.com%2Fdata=02%7C01%7Caharui%40adobe.com%7Cdfff79c9aff14e84fd4808d77cc783e9%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637115068698031104sdata=WItXvHkAYXqJ0usffXSo2U4fgygX7yZV28UAHObKWpQ%3Dreserved=0 > > > -- Carlos Rovira http://about.me/carlosrovira

Re: [royale-asjs] branch develop updated: text property in Spark TextInput

2019-12-10 Thread Carlos Rovira
t; } > // END > > -super.text = value; > + /* super.text = value; */ > // Trigger bindings to textChanged. > dispatchEvent(new Event("textChanged")); > + dispatchEvent(new FlexEvent(FlexEvent.VALUE_COMMIT));

Re: [royale-compiler] branch develop updated: royale-maven-plugin: BaseMojo provides missing mxml-2009-manifest.xml that is required to use core types like Array, String, Boolean, etc. in MXML (closes

2019-12-10 Thread Carlos Rovira
ame()); > +try { > +writer = new FileWriter(manifestFile); > +writer.write(getLanguageManifestContents()); > +} catch (IOException e) { > +throw new MojoExecutionException("Error creating config > file at " + configFile.getPath()); > +} finally { > +if(writer != null) { > +try { > +writer.close(); > +} catch (IOException e) { > +throw new MojoExecutionException("Error creating > config file at " + configFile.getPath()); > +} > +} > +} > > // Get the tool group. > FlexToolRegistry toolRegistry = new FlexToolRegistry(); > > > > -- Carlos Rovira http://about.me/carlosrovira

Re: A Royale channel on the Apache Slack workspace

2019-12-10 Thread Carlos Rovira
gt; > > > I can go either way on that. I already use Slack for other things, > so it’s > > not a big deal for me to add another channel. > > > > Harbs > > > > > On Dec 8, 2019, at 10:22 PM, Carlos Rovira < > carlosrov...

Re: A Royale channel on the Apache Slack workspace

2019-12-08 Thread Carlos Rovira
but I don't since I don't > collaborate > > with other Adobe engineers. For the most part, I don't need to be > plugged > > into any team effort on Royale most of the time. I'm not sure there are > > many committers who work on framework code every day. > > > > My 2 cents, > > -Alex > > > > > Andrew Wetmore > > http://cottage14.blogspot.com/ > -- Carlos Rovira http://about.me/carlosrovira

Re: [MAVEN-BUILD] Royale-compiler - Build # 1182 - Still Failing

2019-12-08 Thread Carlos Rovira
t; >>>> dig same as you :) > >>>> > >>>> El mié., 4 dic. 2019 a las 17:44, Piotr Zarzycki (< > >>>> piotrzarzyck...@gmail.com>) > >>>> escribió: > >>>> > >>>> > Ok I searched repository and t

Re: A Royale channel on the Apache Slack workspace

2019-12-06 Thread Carlos Rovira
, so I won't be > around to interact most often. But if it helps you and others roughly in > your time zone get work done, go for it. > > -Alex > > > -- Carlos Rovira http://about.me/carlosrovira

Re: IDataGridView in Basic instead of Core

2019-12-06 Thread Carlos Rovira
> DataGrid is working fine. > > > > pon., 25 lis 2019 o 19:18 Carlos Rovira > > napisał(a): > > > >> Hi, > >> > >> yes I'm working on Jewel DataGrid this days, so this question is around > >> that. It seems to me that the interface se

Re: Trying to simplify project to just one repository

2019-12-04 Thread Carlos Rovira
e many of the CI release > steps. > > My 2 cents, > -Alex > > > > On 12/4/19, 1:54 AM, "Carlos Rovira" wrote: > > Hi, > > will try to elaborate and complement over I wrote yesterday: > > The plan is to have a 4th repo, and there have 3 Su

Re: [MAVEN-BUILD] Royale-compiler - Build # 1182 - Still Failing

2019-12-04 Thread Carlos Rovira
Zarzycki > napisał(a): > > > Hi Carlos, > > > > Thanks for information. To which pom file in plc4x project I should look > > to get proper configuration for Sonar ? > > > > Thanks, > > Piotr > > > > śr., 4 gru 2019 o 17:35 Carlos Rovira > &

Re: [MAVEN-BUILD] Royale-compiler - Build # 1182 - Still Failing

2019-12-04 Thread Carlos Rovira
The Apache Jenkins build system has built Royale-compiler (build #1182) > > > > Status: Still Failing > > > > Check console output at > > https://builds.apache.org/job/Royale-compiler/1182/ to view the results. > > > > -- > > Piotr Zarzycki > > Patreo

Re: Trying to simplify project to just one repository

2019-12-04 Thread Carlos Rovira
level repo that simplifies Maven > instructions seems worth it. > > -Alex > > On 12/3/19, 10:47 AM, "Carlos Rovira" wrote: > > Hi, > > @Harbs you are right. the proposal is not > disruptive, > tries to streamline what we have. After reading

Re: Trying to simplify project to just one repository

2019-12-03 Thread Carlos Rovira
d simply the process of building everything to a > >>>> series of "mvn clean install" and we wouldn't have to deal with > >> profiles. > >>>> > >>>> Another place we use profiles is to cut down on build time by not > >&g

Re: [royale-compiler] branch develop updated: should we add these generated files? (if not please remove)

2019-12-03 Thread Carlos Rovira
l by detecting if something is a shell > script and ensures that it is executable. It seems strange that this would > happen in a src folder instead of when a file is copied to the target > folder, though. > > -- > Josh Tynjala > Bowler Hat LLC <https://bowlerhat.dev> >

Re: [royale-compiler] branch develop updated: should we add these generated files? (if not please remove)

2019-12-03 Thread Carlos Rovira
gt; > https://github.com/apache/royale-compiler/commit/f0d9176c405c0508255d20a98b095ea21ff4b238 > > -- > Josh Tynjala > Bowler Hat LLC <https://bowlerhat.dev> > > > On Tue, Dec 3, 2019 at 7:18 AM Carlos Rovira > wrote: > > > Hi Josh, > >

Trying to simplify project to just one repository

2019-12-03 Thread Carlos Rovira
tion if nobody objects nothing to it. That will mean that CI will benefit from that simplification as well the release process, so better for me to save that work hours for this new enhancement, instead of doing that work now and rework again in few days. Let me know what you think all about it Than

Re: [royale-compiler] branch develop updated: should we add these generated files? (if not please remove)

2019-12-03 Thread Carlos Rovira
ted. Please put them back. > > -- > Josh Tynjala > Bowler Hat LLC <https://bowlerhat.dev> > > > On Thu, Nov 28, 2019 at 8:56 AM Carlos Rovira > wrote: > > > I was figuring that, but wasn't sure, will remove it > > > > El jue., 28 nov. 2019 a las 17

Re: [royale-compiler] branch develop updated: should we add these generated files? (if not please remove)

2019-11-28 Thread Carlos Rovira
evelop by this push: > new f48d105 should we add these generated files? (if not please > remove) > f48d105 is described below > > commit f48d1051cd2524bc133f96081aa67ba55212bab0 > Author: Carlos Rovira > AuthorDate: Thu Nov 28 16:17:39 20

Re: Royale_Release_Step_N002 - Build # 13 - Still Failing!

2019-11-25 Thread Carlos Rovira
i2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_N002/13/ > to view the results. -- Carlos Rovira http://about.me/carlosrovira

Re: IDataGridView in Basic instead of Core

2019-11-25 Thread Carlos Rovira
o core (or maybe a subset of it). DataGrid > is somewhat opinionated which is why it is in Basic for now. I think there > are some 3rd party datagrids that folks might want to use in Royale that > wouldn't even have a separate view. > > My 2 cents, > -Alex > > From: Carlos

IDataGridView in Basic instead of Core

2019-11-25 Thread Carlos Rovira
Hi, is right to have IDataGridView in Basic instead of Core? We use to have interfaces in Core. If this is right I can move from one Basic to Core -- Carlos Rovira http://about.me/carlosrovira

Re: Royale_Release_Step_002 - Build # 7 - Still Failing!

2019-11-25 Thread Carlos Rovira
uild a CI server. > > Apparently, gpg.exe is one thing I didn't realize we needed. I don't > think gpg-plugin is in our poms because the release-plugin poms require > gpg. Hopefully installing gpg will make things better. > > -Alex > > On 11/24/19, 11:17 AM, "Carlos

Re: Royale_Release_Step_002 - Build # 7 - Still Failing!

2019-11-24 Thread Carlos Rovira
Hi, I'm not a windows user from many years ago, but I think the remote machine does not have gpg.exe installed or at a minimum is not added to be found. Don't know how RS#2 worked until now. El dom., 24 nov. 2019 a las 19:53, Carlos Rovira () escribió: > can't find anything about gpg in pom

Re: Royale_Release_Step_002 - Build # 7 - Still Failing!

2019-11-24 Thread Carlos Rovira
can't find anything about gpg in pom I was expecting something like "maven-gpg-plugin" El dom., 24 nov. 2019 a las 19:44, Carlos Rovira () escribió: > Hi Alex, > > seems the problems is: > > [INFO] Caused by: java.io.IOException: Cannot run program "gpg.exe":

Re: Royale_Release_Step_002 - Build # 7 - Still Failing!

2019-11-24 Thread Carlos Rovira
oms. Going to see if I can solve this problem El dom., 24 nov. 2019 a las 19:38, Carlos Rovira () escribió: > Hi, > > seems process is using debug option. This is the line in the config of > RS#2: > > -X > --batch-mode > release:prepare > -Dtag=org.apache.royale

Re: Royale_Release_Step_002 - Build # 7 - Still Failing!

2019-11-24 Thread Carlos Rovira
Hi, seems process is using debug option. This is the line in the config of RS#2: -X --batch-mode release:prepare -Dtag=org.apache.royale.compiler-$releaseversion-rc$RCNUMBER -DpushChanges=false -Dusername=$GITUSERNAME El dom., 24 nov. 2019 a las 19:37, Carlos Rovira () escribió: > Hi A

Re: Royale_Release_Step_002 - Build # 7 - Still Failing!

2019-11-24 Thread Carlos Rovira
() escribió: > Is maven invoked with -X option to get maximum output? Have you tried > running locally? > > Get Outlook for Android<https://aka.ms/ghei36> > > ________ > From: Carlos Rovira > Sent: Sunday, November 24, 2019 2:21:36 AM > To:

Re: Release Step 001 Succeeded

2019-11-24 Thread Carlos Rovira
sts. I have not had time to figure out their test > system. You are welcome to do that. > > Get Outlook for Android<https://aka.ms/ghei36> > > ________ > From: Carlos Rovira > Sent: Sunday, November 24, 2019 3:00:43 AM > To: dev@royale.apache.

Re: Release Step 001 Succeeded

2019-11-24 Thread Carlos Rovira
Harui () escribió: > I manually installed the other 1.11.2-SNAPSHOT maven artifacts in the > local maven repository on the CI server. > > -Alex > > On 11/23/19, 1:50 AM, "Carlos Rovira" wrote: > > Thanks Alex, > I finally get the RS#1 finally c

Re: Royale_Release_Step_002 - Build # 7 - Still Failing!

2019-11-24 Thread Carlos Rovira
aleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_002/7/ > to view the results. -- Carlos Rovira http://about.me/carlosrovira

Re: Royale_Release_Step_002 - Build # 1 - Failure!

2019-11-23 Thread Carlos Rovira
re was a failure. > > Get Outlook for Android<https://aka.ms/ghei36> > > ________ > From: Carlos Rovira > Sent: Saturday, November 23, 2019 1:58:19 AM > To: dev@royale.apache.org > Subject: Re: Royale_Release_Step_002 - Build # 1 - Failure! > >

Re: Royale_Release_Step_002 - Build # 1 - Failure!

2019-11-23 Thread Carlos Rovira
eroyaleci2.westus2.cloudapp.azure.com:8080/job/Royale_Release_Step_002/1/ > to view the results. -- Carlos Rovira http://about.me/carlosrovira

Re: Release Step 001 Succeeded

2019-11-23 Thread Carlos Rovira
() escribió: > OK, looks l forgot to copy some dependencies. I just added some more. > Try it again and see if it works or there are new errors. > > On 11/22/19, 11:41 AM, "Carlos Rovira" wrote: > > Hi Alex, > > I updated the pom to exactly the same we h

Re: Release Step 001 Succeeded

2019-11-22 Thread Carlos Rovira
t; git push > > git checkout release/0.9.7 > > git push -u origin release/0.9.7 > > > > You will need your Apache/Github username and 2FA token. > > > > -- > Carlos Rovira > > https://nam04.safelinks.protection.outlook.c

Re: Release Step 001 Succeeded

2019-11-21 Thread Carlos Rovira
ns\workspace\Royale_Release_Step_001 and run the following commands: > git push > git checkout release/0.9.7 > git push -u origin release/0.9.7 > > You will need your Apache/Github username and 2FA token. -- Carlos Rovira http://about.me/carlosrovira

Re: Executing Release Step 1

2019-11-21 Thread Carlos Rovira
tarting the VM and see if that helps. > > On 11/21/19, 10:43 AM, "Alex Harui" wrote: > > It might be a UI bug in Jenkins. In Global Tools Configuration I see > a button "JDK Installations", but when I click on it, it shows me an > installation. > >

Re: Executing Release Step 1

2019-11-21 Thread Carlos Rovira
Direct link to the Java SDK config screen: http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/configureTools/ El jue., 21 nov. 2019 a las 19:31, Carlos Rovira () escribió: > I see as well Jenkins show 2 updates. What's the politic in this regard? > if we see updates should we

Re: Executing Release Step 1

2019-11-21 Thread Carlos Rovira
k to "put Java 8" and what "screen config" > you are looking at. > > -Alex > > On 11/21/19, 10:03 AM, "Carlos Rovira" wrote: > > Hi, > > today seem emails are working but RS#1 is again. Yesterday I had to put > Java

Re: Executing Release Step 1

2019-11-21 Thread Carlos Rovira
al configs to get email working. > > I don't know what steps you took to "put Java 8" and what "screen config" > you are looking at. > > -Alex > > On 11/21/19, 10:03 AM, "Carlos Rovira" wrote: > > Hi, > > today seem email

Re: Executing Release Step 1

2019-11-21 Thread Carlos Rovira
Hi, today seem emails are working but RS#1 is again. Yesterday I had to put Java 8 but today is gone :? When I try to add it, then if I go again to that screen config is gone. Maybe someone of you know what's could be happening Thanks Carlos El mié., 20 nov. 2019 a las 23:12, Carlos Rovira

Re: Executing Release Step 1

2019-11-20 Thread Carlos Rovira
gt; > > The "git status" calls are there for console logging so we can see if > > there were unexpected things in the working copies in case these steps > fail. > > > > -Alex > > > > On 11/20/19, 10:25 AM, "Carlos Rovira" wrote: > > > &g

<    6   7   8   9   10   11   12   13   14   15   >