Testing Again

2020-02-05 Thread Yishay Weiss

RE: YFiles, EPL, Apache

2020-02-05 Thread Yishay Weiss
oc before line 22's JSDoc and see if the warning goes away and the Map class is generated. If you write a tool, it could just for a.b.c.x being defined before a.b.c. HTH, -Alex On 2/4/20, 7:18 AM, "Yishay Weiss" wrote: The interfaces seem to be generated ok, but not class

RE: YFiles, EPL, Apache

2020-02-04 Thread Yishay Weiss
id JavaScript, so an AST (different from the one that we generate from MXML/AS) can be created from Closure-compatible JavaScript. It may be possible/better to work from the Closure AST in this case. HTH, -Alex On 2/3/20, 6:57 PM, "Yishay Weiss" wrote: Yes, th

Re: YFiles, EPL, Apache

2020-02-03 Thread Yishay Weiss
tion files" look like. Maybe we can quickly write a tool to generate the typedefs. -Alex On 2/3/20, 5:07 AM, "Yishay Weiss" wrote: Sebastian, on the subject of derivative work on public repos, you might want to contact the author of this [1] externs file. He has a

Re: YFiles, EPL, Apache

2020-02-03 Thread Yishay Weiss
" look like. Maybe we can quickly write a tool to generate the typedefs. -Alex On 2/3/20, 5:07 AM, "Yishay Weiss" wrote: Sebastian, on the subject of derivative work on public repos, you might want to contact the author of this [1] externs file. He has a long list of

RE: YFiles, EPL, Apache

2020-02-03 Thread Yishay Weiss
From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, February 3, 2020 2:57 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Cc: sebastian.muel...@yworks.com<mailto:sebastian.muel...@yworks.com> Subject: RE: YFiles, EPL, Apache As promised, here is the summary o

RE: YFiles, EPL, Apache

2020-02-03 Thread Yishay Weiss
mming part using "classic" TypeScript/JavaScript and wrapping the resulting component up in a small Royale component with a tiny API surface is the superios and more efficient approach. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Sunday, January 12, 2020 11:37 PM To: dev

RE: [royale-asjs] branch develop updated: ToolTipRemovalWhenItemRemoved: new bead to abstract best practice showcased in #697

2020-01-28 Thread Yishay Weiss
Thanks for adding this. Since this behavior could be desirable in all component sets I’d like to suggest the following: 1. Move it to Basic 2. Create an interface ITooltipBead which includes removeTip() 3. Have all tooltip beads implement it 4. Use strand.getBeadByType(ITooltipBead)

RE: [royale-asjs] branch develop updated: Only contorllers truly intersted in multiselection will dipatch a multiselection event.

2020-01-28 Thread Yishay Weiss
If guess I figured most of the beads (and item renderers) were fine for my use-case so I might as well just use them as they are. We were not in immediate needs of anchors, for example. I realize directly instantiating a bead breaks IoC so I might have been following an example, but I don’t see

RE: Flexlib Emulation

2020-01-21 Thread Yishay Weiss
nitionByName; ? flash.utils.getQualifiedClassName; ? flash.utils.getTimer; org.apache.royale.utils.getTimer; flash.utils.Timer; org.apache.royale.utils.Timer flash.xml.XMLNode; ? On Tue, Jan 21, 2020 at 3:25 AM Yishay Weiss wrote: > That would be helpful. Thanks. > > From

RE: Flexlib Emulation

2020-01-20 Thread Yishay Weiss
or emulation for other areas. I will find time today. Will share my progress with you for working together. 2020年1月21日(火) 3:13 Yishay Weiss : > > Hi Taskeshita, > > How is this progressing? We might find this useful very soon. Maybe we can > work on this together. > > Th

RE: Flexlib Emulation

2020-01-20 Thread Yishay Weiss
Hi Taskeshita, How is this progressing? We might find this useful very soon. Maybe we can work on this together. Thanks, Yisay From: Takeshita Shoichiro Sent: Thursday, January 9, 2020 7:43 PM To: dev@royale.apache.org Subject: Flexlib Em

RE: ms.messaging.Consumer

2020-01-20 Thread Yishay Weiss
of the RemoteObject/AMF changes that was pending at that time. So I think is safe to work with. In case something is not working, you should contact Greg since he knows that part very well. El lun., 20 ene. 2020 a las 18:38, Yishay Weiss () escribió: > Hi, > > We are evaluating some cli

ms.messaging.Consumer

2020-01-20 Thread Yishay Weiss
Hi, We are evaluating some client needs and have run across code using mx.messaging.Consumer. Has anyone got this working? Are there examples? Thanks.

RE: [royale-asjs] branch develop updated: handle dragging thumb. Should fix #687

2020-01-20 Thread Yishay Weiss
Oh, I see that you used it. Ignore my last comment. From: Yishay Weiss Sent: Monday, January 20, 2020 11:04:29 AM To: dev@royale.apache.org ; comm...@royale.apache.org Subject: RE: [royale-asjs] branch develop updated: handle dragging thumb. Should fix #687

RE: [royale-asjs] branch develop updated: handle dragging thumb. Should fix #687

2020-01-20 Thread Yishay Weiss
This was supposed to be covered in royale-asjs\frameworks\projects\Basic\src\main\royale\org\apache\royale\html\beads\controllers\ColorSpectrumMouseController.as From: aha...@apache.org Sent: Monday, January 20, 2020 10:47 AM To: comm...@royale.apache.org

RE: Including Royale in Apache's trademarks list

2020-01-19 Thread Yishay Weiss
Sounds promising. Can’t wait to read it. From: Andrew Wetmore Sent: Sunday, January 19, 2020 3:52:23 PM To: dev@royale.apache.org Subject: Re: Including Royale in Apache's trademarks list I am visiting kids and grandkids in Toronto and so work patterns are a lit

RE: "has" vs "is": sharing code, swapping out subsystems, and more...

2020-01-16 Thread Yishay Weiss
We do use [1] hasOwnProperty(). What went wrong? Maybe this needs to be in a different thread though, because the original thread is more about a getBeadByType() search. [1] https://github.com/apache/royale-asjs/blob/781c2ed44f7f64110fd011b617949c1faae5f158/frameworks/projects/MXRoyale/src/mai

RE: YFiles, EPL, Apache

2020-01-12 Thread Yishay Weiss
s are done, it will be more difficult to do. El dom., 12 ene. 2020 a las 16:30, Yishay Weiss () escribió: > > Hi, > > Before I start making inquiries in legal I wonder if anyone here can give > me some guidance. > > I want to create typedefs for yFiles [1], using an externs [2]

YFiles, EPL, Apache

2020-01-12 Thread Yishay Weiss
Hi, Before I start making inquiries in legal I wonder if anyone here can give me some guidance. I want to create typedefs for yFiles [1], using an externs [2] file that’s under an EPL [3]. Should that be a problem? This issue [4] makes me extra cautious. Thanks. [1] https://www.yworks.com/p

RE: List of existing emulations?

2020-01-09 Thread Yishay Weiss
The list in issue #136 is mostly implemented because it’s being used in Alina’s app. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Thursday, January 9, 2020 3:41 PM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: RE: List of existing emulations? Yes, b

RE: List of existing emulations?

2020-01-09 Thread Yishay Weiss
s.as Thanks, Piotr czw., 9 sty 2020 o 14:27 Andrew Wetmore napisał(a): > Ooo! Excellent. > > On Thu, Jan 9, 2020 at 9:19 AM Yishay Weiss > wrote: > > > To my knowledge, the best approximation of this would be here > > > > https://github.com/apache/royale-asj

RE: List of existing emulations?

2020-01-09 Thread Yishay Weiss
To my knowledge, the best approximation of this would be here https://github.com/apache/royale-asjs/issues/136 From: Andrew Wetmore Sent: Thursday, January 9, 2020 3:03 PM To: dev@royale.apache.org Subject: List of existing emulations? H

RE: About Jewel Table component

2020-01-05 Thread Yishay Weiss
d the API ok? (I refer to "selectedItem"/"selectedItemProperty"), I'm thinking to left it as is. Maybe DataGrid could be ok for some cases, but Table has some other advantages too. thanks El dom., 5 ene. 2020 a las 7:52, Yishay Weiss () escribió: > We've been u

Re: About Jewel Table component

2020-01-04 Thread Yishay Weiss
We've been using it as a grid replacement. We'll probably switch to grid now that you've got that working. From: Carlos Rovira Sent: Friday, January 3, 2020 5:50:24 PM To: dev@royale.apache.org Subject: About Jewel Table component Hi, one of the things for 1.0

RE: API Report Failure

2020-01-01 Thread Yishay Weiss
ing assets from framework.swc he could try commenting out those embeds for now. HTH, -Alex On 12/30/19, 11:18 PM, "Yishay Weiss" wrote: Hi, We are trying to help Rahul generate an API report. He’s getting the following error: Error: Duplicate class definition:

RE: API Report Failure

2019-12-31 Thread Yishay Weiss
assets from framework.swc he could try commenting out those embeds for now. HTH, -Alex On 12/30/19, 11:18 PM, "Yishay Weiss" wrote: Hi, We are trying to help Rahul generate an API report. He’s getting the following error: Error: Duplicate class definition: fr

API Report Failure

2019-12-30 Thread Yishay Weiss
Hi, We are trying to help Rahul generate an API report. He’s getting the following error: Error: Duplicate class definition: framework_swc|Assets_swf$4a14e2edbe288a1ccaf2e67ed40cd5a8564688293. Any ideas? Thanks.

RE: Issue with ElementWrapper and HTMLElementWrapper

2019-12-25 Thread Yishay Weiss
It’s looking ok to me. Piotr, do you still see issues? From: Piotr Zarzycki Sent: Tuesday, December 24, 2019 2:10:13 PM To: dev@royale.apache.org Subject: Re: Issue with ElementWrapper and HTMLElementWrapper Hi Guys, I have just used all changes which has been

RE: Smart Selectors for Beads

2019-12-24 Thread Yishay Weiss
CSSValuesImpl handles > descendant selectors. Cuz it is 'Simple' > > -Alex > > On 12/23/19, 7:22 AM, "Yishay Weiss" wrote: > > I need to add a bead to all Table objects in our application, but not > to Table objects contained within

RE: Smart Selectors for Beads

2019-12-24 Thread Yishay Weiss
t is 'Simple' -Alex On 12/23/19, 7:22 AM, "Yishay Weiss" wrote: I need to add a bead to all Table objects in our application, but not to Table objects contained within another specific css class. So in our css I’ve defined j|Table { IBeadView: Cl

Smart Selectors for Beads

2019-12-23 Thread Yishay Weiss
I need to add a bead to all Table objects in our application, but not to Table objects contained within another specific css class. So in our css I’ve defined j|Table { IBeadView: ClassReference("classes.beads.GridLikeTableView"); } But now I find that tables in a calendar are also affected, w

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 Yishay Weiss
I’m confused: what do you mean “SWF doesn’t allow NaN”. What happens if you assign NaN? If NaN is not allowed then what’s the uninitialized value? For PAYG reasons I don’t think UIBase should check for values that will reasonably not be set. The code that checks for NaN shouldn’t be duplicated

RE: [MAVEN-BUILD] Royale-asjs - Build # 2405 - Still Failing

2019-12-20 Thread Yishay Weiss
Harbs, I think this is related to your recent changes in EventConverter. Take a look at the EventConverter branch for my fix, and feel free to merge at will. Thanks. From: Piotr Zarzycki Sent: Friday, December 20, 2019 1:56 PM To: dev@royale.apache.org

Re: Royale user languages

2019-12-20 Thread Yishay Weiss
I think you’ll find it easier to look at an existing survey [1]. If you’re looking for a ‘right to left’ language I can help you with Hebrew or Arabic. But from a plain usage perspective it looks like Russian and Spanish are next in line. [1] https://en.wikipedia.org/wiki/Languages_used_on_the_

RE: New ASF staff member

2019-12-18 Thread Yishay Weiss
Good for Apache, good for you. Hope you can continue your very needed work with Royale. From: Andrew Wetmore Sent: Tuesday, December 17, 2019 9:49 PM To: dev@royale.apache.org Subject: New ASF staff member Hi, friends: Wanted you all to

RE: Component Conflicts redux

2019-12-15 Thread Yishay Weiss
Yes, adding -theme=src/main.css seems to get rid of the offending css. Thanks. From: Alex Harui Sent: Monday, December 16, 2019 1:55 AM To: dev@royale.apache.org Subject: Re: Component Conflicts redux The CSS referenced appears to be i

RE: IDataGridView in Basic instead of Core

2019-11-25 Thread Yishay Weiss
It appears to me like a question of how much energy we want to invest in abstractions. If we can make a good abstraction that is likely to be used in most component sets, then it should belong in Core. But I’m not sure if that’s the case for Basic’s IDataGridView. From: Carlos Rovira

RE: Build failed in Jenkins: royale-asjs_jsonly #223

2019-11-19 Thread Yishay Weiss
Fixed, thanks. From: Piotr Zarzycki Sent: Tuesday, November 19, 2019 4:22:01 PM To: dev@royale.apache.org Subject: Re: Build failed in Jenkins: royale-asjs_jsonly #223 Hey Yishay, Please look into that. wt., 19 lis 2019 o 13:29 napisał(a): > See < > http://a

FW: VSCode as3mxml extension issues

2019-11-11 Thread Yishay Weiss
From: Idylog - Nicolas Granon Sent: Monday, November 11, 2019 11:28:42 PM To: yishayj...@hotmail.com Subject: VSCode as3mxml extension issues Hi, We are a small software development shop. We have been using FlashBuilder for years and would like to move t

RE: [royale-asjs] branch develop updated: color-piker-example: add license headers to avoid broken build

2019-11-10 Thread Yishay Weiss
Thanks, Carlos. From: carlosrov...@apache.org Sent: Sunday, November 10, 2019 6:02:35 PM To: comm...@royale.apache.org Subject: [royale-asjs] branch develop updated: color-piker-example: add license headers to avoid broken build This is an automated email from

RE: Build failed in Jenkins: royale-asjs_MXTests #74

2019-10-31 Thread Yishay Weiss
lhost:/step_timeout ? ____ From: Yishay Weiss Sent: Thursday, October 31, 2019 8:25:37 PM To: dev@royale.apache.org Subject: RE: Build failed in Jenkins: royale-asjs_MXTests #74 This is weird. All the tests pass on my local machine. ___

RE: Build failed in Jenkins: royale-asjs_MXTests #74

2019-10-31 Thread Yishay Weiss
This is weird. All the tests pass on my local machine. From: apacheroyal...@gmail.com Sent: Thursday, October 31, 2019 12:58:23 PM To: dev@royale.apache.org Subject: Build failed in Jenkins: royale-asjs_MXTests #74 See

RE: Welcome Greg Dove to Apache Royale's PMC

2019-10-29 Thread Yishay Weiss
Welcome, Greg. Well deserved. From: Serkan Taş Sent: Tuesday, October 29, 2019 12:17:34 PM To: dev@royale.apache.org ; us...@royale.apache.org Subject: Re: Welcome Greg Dove to Apache Royale's PMC Congrats. Greg, Good luck ! Serkan 29.10.2019 11:05 tarihinde

RE: migrating from flex

2019-10-29 Thread Yishay Weiss
>How can I export this project to HTML and JS files? >In your documentation on the website you say: add "+configname=flex" to >the compiler option, can I have an example? Where should I add this line? >Maybe this information is useful: this is not a FlexJS project, but an >ActionScript project bu

RE: [royale-asjs] branch develop updated: get MXTests to pass again. The change to use ListItemRenderer broke a lot of things. I'm surprised it worked in any configuration

2019-10-27 Thread Yishay Weiss
Sometimes works sometimes I get this message, so not sure what’s going on. Anyway, when the tests do run they don’t fail. From: Yishay Weiss Sent: Sunday, October 27, 2019 3:19:20 PM To: dev@royale.apache.org Subject: RE: [royale-asjs] branch develop updated

RE: [royale-asjs] branch develop updated: get MXTests to pass again. The change to use ListItemRenderer broke a lot of things. I'm surprised it worked in any configuration

2019-10-27 Thread Yishay Weiss
to being absolute positioned -Other code expects Renderers to be ISelectabieItemRenderer Those 3 expectations were broken by having ListItemRenderer as a child of Basic DataGroup/DataGridListArea/DataGridColumnList. I created UIComponent-based DataGridListArea/DataGridColumnList and had to make

RE: [royale-asjs] branch develop updated: get MXTests to pass again. The change to use ListItemRenderer broke a lot of things. I'm surprised it worked in any configuration

2019-10-24 Thread Yishay Weiss
ataGridListArea/DataGridColumnList and had to make more abstractions in the Basic DataGridViews. And then the flashgraphics bug showed up as well. -Alex On 10/24/19, 4:36 AM, "Yishay Weiss" wrote: Thanks for fixing this. Can you expl

UIComponent.setVisible() versus UIComponet.visible

2019-10-24 Thread Yishay Weiss
I noticed the implementations were different. .visible changes style.visibility while .setVisible() changes style.display. This can cause inconsistencies if different client call different methods. This happens in ViewStack for instance.

RE: [royale-asjs] branch develop updated: get MXTests to pass again. The change to use ListItemRenderer broke a lot of things. I'm surprised it worked in any configuration

2019-10-24 Thread Yishay Weiss
Thanks for fixing this. Can you explain the problems you saw and how you fixed them? From: aha...@apache.org Sent: Wednesday, October 23, 2019 10:11:05 PM To: comm...@royale.apache.org Subject: [royale-asjs] branch develop updated: get MXTests to pass again. The

RE: Emulation of labelFunction in ADG

2019-10-22 Thread Yishay Weiss
In my opinion it’s easier and more elegant to add the missing functionality in a bead (e.g. DataItemRendererFactoryForICollectionViewAdvancedDataGridData ) rather than reproduce Flex’s class hierarchy. The only reason to do the latter would be to make code that depends on a particular class hier

RE: Setting up Royale on Windows

2019-09-26 Thread Yishay Weiss
Yes, they’re in the compiler readme. I don’t have them set and build the compiler regularly. From: Alex Harui Sent: Thursday, September 26, 2019 9:14:50 PM To: dev@royale.apache.org Subject: Re: Setting up Royale on Windows I believe they are only necessary f

RE: RoyaleUnit [BeforeClass], [AfterClass], Reflection

2019-09-22 Thread Yishay Weiss
>Is that metadata supposed to go on static methods? All examples I’ve seen use static methods. I’m not sure why.

RoyaleUnit [BeforeClass], [AfterClass], Reflection

2019-09-22 Thread Yishay Weiss
Those are not working for me. I think the problem is that metadata is that only non-static methods are iterated when figuring out the meta-data. But then I run into a different problem, which is how to invoke a static method with reflection. Any ideas?

RE: Async RoyaleUnit Tests

2019-09-17 Thread Yishay Weiss
x27;s something that I hope to add when time allows. -- Josh Tynjala Bowler Hat LLC <https://bowlerhat.dev> On Sun, Sep 15, 2019 at 2:15 AM Yishay Weiss wrote: > Hi, > > We’re trying to create a test suite for out application using RoyaleUnit. > Some of these tests requi

Async RoyaleUnit Tests

2019-09-15 Thread Yishay Weiss
Hi, We’re trying to create a test suite for out application using RoyaleUnit. Some of these tests require loading fonts before running the test. Does RoyaleUnit currently support async operations similar to FlexUnit [1]. Or, as a work around, can anyone think of a way to load fonts synchronousl

RE: Discuss of release steps preparation

2019-09-04 Thread Yishay Weiss
was certain that I have this env variable setup, cause ant is working for me. I have no idea how. Let me set it and see whether it help. Thanks, Piotr śr., 4 wrz 2019 o 10:37 Yishay Weiss napisał(a): > > > /Users/piotr/Downloads/royale/release/releaseasjs_ant/sources/royale-asjs/build

RE: Discuss of release steps preparation

2019-09-04 Thread Yishay Weiss
t because I'm on Windows at > the > > > >> moment, > > > >> > and > > > >> > > I can't check. However, if you right-click the .app file, > and > > choose > > > >> Show > > > >> > > Package

RE: Problems with running Royale app

2019-09-03 Thread Yishay Weiss
developer - cause there is a difference. I'm using Intellij to code in framework for example. Thanks, Piotr On Tue, Sep 3, 2019, 3:56 PM Yishay Weiss wrote: > > >Is there any way to use royale in flashbuilder? > > Yes, I’m using it. If you are not satisfied with Moonshine or

RE: Problems with running Royale app

2019-09-03 Thread Yishay Weiss
>Is there any way to use royale in flashbuilder? Yes, I’m using it. If you are not satisfied with Moonshine or VSCode, then Flash Builder is a viable option, although Piotr is right that Adobe does not support it anymore (as far as I can tell).

RE: Discuss of release steps preparation

2019-09-03 Thread Yishay Weiss
. In that folder there is no such file as it's on stacktrace. > There are only swf files -> https://ibb.co/7vh7MnD > > Thanks, > Piotr > > wt., 3 wrz 2019 o 14:40 Yishay Weiss napisał(a): > >> If I understand correctly these messages [1] don’t indicate a failure, >

RE: Discuss of release steps preparation

2019-09-03 Thread Yishay Weiss
If I understand correctly these messages [1] don’t indicate a failure, but are part of a test to make sure that the proper error message appears when you write to a read-only prop. Can you find the tests that failed further up in the output? [1] [junit] /Users/piotr/Downloads/royale/rele

RE: Can't build royale-asjs with mvn

2019-08-19 Thread Yishay Weiss
: Can't build royale-asjs with mvn It is not your full log. Did it build anything? Any module? On Mon, Aug 19, 2019, 1:17 PM Yishay Weiss wrote: > Changing the params [1], gets past that error. I’m now getting a different > error [2]. > > [1] mvn -s settings-template.xml -DskipTe

RE: Can't build royale-asjs with mvn

2019-08-19 Thread Yishay Weiss
Changing the params [1], gets past that error. I’m now getting a different error [2]. [1] mvn -s settings-template.xml -DskipTests -P generate-swf,generate-swcs-for-swf,main clean install [2] https://paste.apache.org/ksg3t From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday,

Can't build royale-asjs with mvn

2019-08-19 Thread Yishay Weiss
mvn -s settings-template.xml -P main clean install I get this: [ERROR] Failed to execute goal org.apache.maven.plugins:maven-remote-resources-plugin:1.5:process (process-resource-bundles) on project Express: Failed to resolve dependencies for one or more projects in the reactor. Reason: Missin

RE: Build failed in Jenkins: royale-asjs_MXTests #1044

2019-08-12 Thread Yishay Weiss
click event handler that triggers (b)? From: Yishay Weiss Sent: Monday, August 12, 2019 3:40:28 PM To: dev@royale.apache.org Subject: RE: Build failed in Jenkins: royale-asjs_MXTests #1044 This is due to my latest changes. But I’m not sure about the test [1

RE: Build failed in Jenkins: royale-asjs_MXTests #1044

2019-08-12 Thread Yishay Weiss
This is due to my latest changes. But I’m not sure about the test [1]. This [2] works as expected. Thoughts? [1] [2] https://pas

RE: [GitHub] [royale-asjs] angelhdz opened a new issue #449: [QUESTION] "style" property, background not changing

2019-08-11 Thread Yishay Weiss
Have u tried inspecting in dev tools to see what the bg color actually is and what styling makes the difference? From: GitBox Sent: Sunday, August 11, 2019 12:08:56 AM To: iss...@royale.apache.org Subject: [GitHub] [royale-asjs] angelhdz opened a new issue #44

RE: Royale Commercial Support Page (was: Fwd: AIR and Royale)

2019-08-07 Thread Yishay Weiss
s! I'm ok! > > > > Thanks for asking. > > > > pon., 5 sie 2019 o 11:13 Yishay Weiss > napisał(a): > > > >> Actually, please add a + before the phone number so it links to Skype. > >> > >> > >> > >> Piotr, are u ok with being ad

RE: Royale Commercial Support Page (was: Fwd: AIR and Royale)

2019-08-05 Thread Yishay Weiss
Actually, please add a + before the phone number so it links to Skype. Piotr, are u ok with being added? From: Yishay Weiss Sent: Monday, August 5, 2019 12:09:40 PM To: dev@royale.apache.org Subject: RE: Royale Commercial Support Page (was: Fwd: AIR and

RE: Royale Commercial Support Page (was: Fwd: AIR and Royale)

2019-08-05 Thread Yishay Weiss
/ El lun., 5 ago. 2019 a las 10:49, Yishay Weiss () escribió: > > >ok, you can check here the addition before publish. > > Was there supposed to be a link? > > > > > El lun., 5 ago. 2019 a las 10:10, Yishay Weiss () > escribió: &

RE: Royale Commercial Support Page (was: Fwd: AIR and Royale)

2019-08-05 Thread Yishay Weiss
>ok, you can check here the addition before publish. Was there supposed to be a link? El lun., 5 ago. 2019 a las 10:10, Yishay Weiss () escribió: > I’ll try to find one. Thanks! > > > > > From: Carlos Rovira > Sent: Monday, August

RE: Royale Commercial Support Page (was: Fwd: AIR and Royale)

2019-08-05 Thread Yishay Weiss
O (if applies) (PNG, background transparent, good resolution (at least above 800px)) thanks El lun., 5 ago. 2019 a las 9:23, Yishay Weiss () escribió: > Apache Royale contributor(s): Piotr Zarzycki (committer and PMC member), > Yishay Weiss (committer and

RE: Royale Commercial Support Page (was: Fwd: AIR and Royale)

2019-08-05 Thread Yishay Weiss
Apache Royale contributor(s): Piotr Zarzycki (committer and PMC member), Yishay Weiss (committer and PMC member). From: Yishay Weiss Sent: Monday, August 5, 2019 10:17:52 AM To: dev@royale.apache.org Subject: RE: Royale Commercial Support Page (was: Fwd: AIR and

RE: Royale Commercial Support Page (was: Fwd: AIR and Royale)

2019-08-05 Thread Yishay Weiss
Apache Flex and Apache Royale. Our team includes Royale specialists with experience in porting Apache Flex applications to Apache Royale. Logo: https://1drv.ms/u/s!AgH-0pVQ5zPPxAevfQfnGMANlj0b Website URL: https://prominic.net/ Contact Person: Yishay Weiss Contact Email: yishayj

RE: [royale-asjs] branch label_fix created (now 1b6170c)

2019-08-01 Thread Yishay Weiss
>Do I understand correctly that the commented code which I removed was never >meant to be fully >implemented and we can add functionality as we go? I meant the code in SkinnableTextBase.text I didn’t remove it, just not relying on it.

RE: [royale-asjs] branch label_fix created (now 1b6170c)

2019-08-01 Thread Yishay Weiss
Alex, Can u have a look at this branch? I want to make sure I’m doing the right thing before merging to develop. The fix is a simple copy and paste from the mx emulation component. Do I understand correctly that the commented code which I removed was never meant to be fully implemented and

RE: Website - create Showcase section

2019-07-24 Thread Yishay Weiss
anies that wants to be listed in our site to sell services and consultancy around Apache Royale. thanks El mié., 24 jul. 2019 a las 8:17, Yishay Weiss () escribió: > Hi, > > Is it time to have a production showcase section? > > We have Harbs [1] and Justin [2] in production. Hop

Website - create Showcase section

2019-07-23 Thread Yishay Weiss
Hi, Is it time to have a production showcase section? We have Harbs [1] and Justin [2] in production. Hopefully Carlos, Alina, Andrew, et al join them soon. Tour de Flex and documentation app can also be made to be showcase worthy, although perhaps in a different section. What do you all thin

RE: ComboBox list-item renderer

2019-07-22 Thread Yishay Weiss
Note that the overridden css is of ComboBoxList, which is by default the list created in runtime, not ComboBox, which is the button that creates the list. From: Yishay Weiss Sent: Monday, July 22, 2019 8:13:31 PM To: dev@royale.apache.org Subject: RE

RE: ComboBox list-item renderer

2019-07-22 Thread Yishay Weiss
Actually, have you tried something like this in your css? ComboBoxList { IItemRenderer: ClassReference("com.ccc.myRenderer"); } From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Monday, July 22, 2019 8:08 PM Subject: RE: ComboBox list-item renderer Oh, it looks like

RE: ComboBox list-item renderer

2019-07-22 Thread Yishay Weiss
om the combo box. It might be that we can set the itemRenderer property of the list object as it's created by the combo box's view object, but this feels a little hacky and it would be nicer if we could accomplish this just via MXML or CSS.. cheers -Original Message- From:

RE: ComboBox list-item renderer

2019-07-22 Thread Yishay Weiss
Another option is to specify the renderer class as an mxml att [1]. ItemRenderers are not beads, so adding them to the beads list has no effect (it should actually cause an RTE). [1] https://github.com/apache/royale-asjs/blob/f637c857122d56f838bab21314a11900ed0add8e/examples/royale/TodoListSa

Potentially Breaking Changes in FileModel and FileProxy

2019-07-21 Thread Yishay Weiss
Hi, FileModel.blob now returns an Object rather than a BinaryData. FileModel.blob is now read-only. Use FileModel.fileContent to set the blob. FileProxy now requires a model to be added to it explicitly, as in I am also considering to rename IFileModel.blob to IFileModel.data. The rationale

RE: How DateAndTimeFormatter work ?

2019-07-18 Thread Yishay Weiss
Hi Piotr, Maybe this example [1] helps. It was experimental so I suggest you take a look and decide whether it can be used for your purposes, refined, or removed. To the best of my knowledge it’s not used in our app. [1] https://github.com/yishayw/Examples/tree/DateField

RE: Crux Branch

2019-07-16 Thread Yishay Weiss
Hi Carlos, >So for me is something to market with the rest of Royale (strand, beads, >jewel,...) that we decided together to separate from the marketing of Flex. It’s true we wanted a separated identity, but as I recall we always had In mind to engage the Flex user base. I think it’s important

RE: Uploading files with parameters

2019-07-15 Thread Yishay Weiss
oyale/net/URLBinaryLoader.as#L162 [3] https://github.com/apache/royale-asjs/blob/0a9a732845a5d90c615754c0f8078f7b2f649893/frameworks/projects/Network/src/main/royale/org/apache/royale/net/URLStream.as#L136 Thanks, Piotr > pon., 15 lip 2019 o 11:01 Yishay Weiss napisał(a): > Hi Piotr, &

RE: Uploading files with parameters

2019-07-15 Thread Yishay Weiss
_Objects Thanks, Piotr niedz., 14 lip 2019 o 14:10 Yishay Weiss napisał(a): > It could be enough to create a new model FileModelWithParams implements > IFileModel which has blob() return FormData in JS. I don’t think you need > FileUploaderWithParams b

RE: Uploading files with parameters

2019-07-14 Thread Yishay Weiss
i Yishay, > > Some comments inline. > > [1] https://paste.apache.org/rk1ro > > sob., 13 lip 2019 o 14:06 Yishay Weiss > napisał(a): > >> Hi Piotr, >> >> >> >> The beads [1] you mentioned are supposed to implement FileReference >> method

RE: Uploading files with parameters

2019-07-13 Thread Yishay Weiss
rying to achieve exactly what is in the link from SOF. Thanks, Piotr On Fri, Jul 12, 2019, 7:35 PM Yishay Weiss wrote: > Can you show a flash snippet of what you’re trying to achieve? Would you > be using FileReference in flash? > > > > > Fr

RE: Uploading files with parameters

2019-07-13 Thread Yishay Weiss
:50:53 PM To: dev@royale.apache.org Subject: Re: Uploading files with parameters Hi Yishay, I'm trying to achieve exactly what is in the link from SOF. Thanks, Piotr On Fri, Jul 12, 2019, 7:35 PM Yishay Weiss wrote: > Can you show a flash snippet of what you’re trying to achieve? Would

RE: Uploading files with parameters

2019-07-12 Thread Yishay Weiss
Can you show a flash snippet of what you’re trying to achieve? Would you be using FileReference in flash? From: Piotr Zarzycki Sent: Friday, July 12, 2019 4:02:13 PM To: dev@royale.apache.org Subject: Re: Uploading files with parameters Hi Harbs, I mean somet

RE: Support for XML embedded via 'source' attribute

2019-07-09 Thread Yishay Weiss
/TextLayout3Example.mxml From: Yishay Weiss Sent: Tuesday, July 9, 2019 5:10:27 PM To: dev@royale.apache.org Subject: RE: Support for XML embedded via 'source' attribute Hi Andrew, There’s an example [1] here. [1] https://github.com/apache/royale-asjs/blob/develo

RE: Support for XML embedded via 'source' attribute

2019-07-09 Thread Yishay Weiss
Hi Andrew, There’s an example [1] here. [1] https://github.com/apache/royale-asjs/blob/develop/examples/mxroyale/tourdeflexmodules/src/explorer.mxml From: Frost, Andrew Sent: Tuesday, July 9, 2019 4:52:36 PM To: dev@royale.apache.org Subject: Support for

RE: Build failed in Jenkins: royale-asjs_jsonly #3219

2019-07-09 Thread Yishay Weiss
: royale-asjs_jsonly #3219 animate is not yet a standard and it doesn’t work in Edge or Safari. I’m not sure if it’s something we should be adding just yet... > On Jul 9, 2019, at 11:41 AM, Yishay Weiss wrote: > > I’m not sure. Looking at the js build [1] I can see the externs file bein

RE: Build failed in Jenkins: royale-asjs_jsonly #3219

2019-07-09 Thread Yishay Weiss
wt., 9 lip 2019 o 10:14 Yishay Weiss napisał(a): > Hi Carlos, > > > > It looks like [1] this is experimental technology, which is probably why > it’s missing from our typedefs [2]. Theoretically it can be added [2], but > I don’t know if this is a good idea if it’s not guaran

RE: Build failed in Jenkins: royale-asjs_jsonly #3219

2019-07-09 Thread Yishay Weiss
Hi Carlos, It looks like [1] this is experimental technology, which is probably why it’s missing from our typedefs [2]. Theoretically it can be added [2], but I don’t know if this is a good idea if it’s not guaranteed to work in every browser. Thoughts? [1] https://developer.mozilla.or

Re: Compiler Performance (was Re: Problem with Vectors)

2019-06-30 Thread Yishay Weiss
Sun, Jun 30, 2019, 1:35 AM Yishay Weiss wrote: > On my windows/powershell env there’s a significant improvement (~34 > seconds instead of ~42) when building our app with verbose switched off. > I’m getting a ‘GC overhead limit exceeded’ [1] error though quite often > which brings it

RE: Compiler Performance (was Re: Problem with Vectors)

2019-06-30 Thread Yishay Weiss
gt;>>>>> I would personally like to see the following: > > > > >>>>>>>> > > > > >>>>>>>> 1. A global optimization setting that affects all > > instances in > >

RE: Js-release code not working for an object generated by RemoteObject

2019-06-27 Thread Yishay Weiss
ed by RemoteObject Thanks , I think this is the case . Is it possible to change the closure compiler ADVANCED_OPTIMIZATIONS to SIMPLE_OPTIMIZATIONS? If yes how can I Do ? Thanks again Spiros -Original Message- From: Yishay Weiss [mailto:yishayj...@hotmail.com] Sent: Wednesday, June 26, 2

<    3   4   5   6   7   8   9   10   11   >