Re: Almost

2024-05-02 Thread Yishay Weiss
Nice milestone, Mark. Good luck and keep us posted. From: MARK HARTNETT Sent: Wednesday, May 1, 2024 8:21 PM To: users@royale.apache.org Subject: Almost Thanks Piotr - I will do that. Success - its just the login screen with errors but it's up. Nine days from

Re: Not Found Error

2024-04-30 Thread Yishay Weiss
. Thanks Mark On 04/30/2024 5:20 AM EDT Yishay Weiss wrote: Sorry if my question seems obvious, but are there any js errors in your web browser? Do you have 'break on uncaught exception' turned on? From: MARK HARTNETT Sent: Tuesday, April 30, 2024 12:14 PM

Re: Not Found Error

2024-04-30 Thread Yishay Weiss
Sorry if my question seems obvious, but are there any js errors in your web browser? Do you have 'break on uncaught exception' turned on? From: MARK HARTNETT Sent: Tuesday, April 30, 2024 12:14 PM To: users@royale.apache.org Subject: Re: Not Found Error Hi All,

Re: few comments on blazeds (successfully built)

2023-06-20 Thread Yishay Weiss
Hi Jim, The official location is here [1]. I also found it here [2]. Did you see those? Yishay [1] Apache Flex® - Download Apache Blaze DS [2] Maven Central Namespace: org.apache.flex.blazeds

Re: cool trick fixing blazeds environment configuration

2023-06-12 Thread Yishay Weiss
Hi Jim, Thanks for sharing your progress and good luck with your new job! There's a sample royale-blazeds application in royale examples [1] that might help you get started. It looks like it's designed to be built in Maven. Don't know if that's an issue for you. Thanks [1]

Re: blazeds

2023-06-05 Thread Yishay Weiss
>Is there a guide from converting from a flex app to an apache royale app? Try this [1]. [1] Migrate from Flex (apache.github.io)

[ANNOUNCE] Apache Royale 0.9.10 released

2023-06-05 Thread Yishay Weiss
The Apache Royale community is pleased to announce the release of Apache Royale 0.9.10. The Apache Royale project is the next generation of the Apache Flex SDK. It lets developers use MXML and ActionScript 3 to generate HTML/JS/CSS applications which can run natively in browsers. The

RE: Happy New Year team. 2023

2023-01-01 Thread Yishay Weiss
Happy new year! From: Maria Jose Esteve Sent: Sunday, January 1, 2023 2:37 PM To: users@royale.apache.org; d...@royale.apache.org Subject: Happy New Year team. 2023 Happy New Year team. Let's make 2023 the

RE: json input parser won't parse regular array or indexed array: please help

2022-06-21 Thread Yishay Weiss
I am not sure where JSONInputParser is used, but have you tried just using JSON.parse() ? From: Jim McNamara Sent: Saturday, June 18, 2022 5:19 PM To: users@royale.apache.org Subject: json input parser won't parse regular array or

RE: RemoteObject cannot work with ColdFusion without source attribute

2022-06-14 Thread Yishay Weiss
ld have said that Royale RemoteObject worked with ColdFusion in sdk 0.9.0 (not 0.9.3). I've run out of time right now and won't be back for 2 months, but I'll get back to you if I can reinstate source locally. Doug On 14/06/2022 14:20, Yishay Weiss wrote: Hi Doug, I am not familiar with this

RE: RemoteObject cannot work with ColdFusion without source attribute

2022-06-14 Thread Yishay Weiss
Hi Doug, I am not familiar with this area of code, but it sounds like you have an idea for a patch. Can you make this work locally? From: Doug Simmons Sent: Tuesday, June 14, 2022 4:21 AM To: users@royale.apache.org Subject: Re:

RE: reading bytearray from php into actionscript

2022-06-06 Thread Yishay Weiss
Is length being updated correctly? From: Jim McNamara Sent: Monday, June 6, 2022 5:55 AM To: users@royale.apache.org Subject: reading bytearray from php into actionscript Hi all- I searched the internet for this. I can't seem to get a

RE: could not find artifact new pom

2022-06-03 Thread Yishay Weiss
It looks like you Maven setup is outdated. 0.9.9 has been released and the nightlies are now downloading 0.9.10 snapshots. Which are you trying to build? From: Jim McNamara Sent: Friday, June 3, 2022 8:49 AM To: users@royale.apache.org

RE: Binding - dispatch event change

2022-04-12 Thread Yishay Weiss
You might find answers here [1] [1] Using Bindable Metadata Events | Tournas Dimitrios (wordpress.com) From: Maria Jose Esteve Sent: Tuesday, April 12, 2022 1:14 PM To:

Automated Testing in Royale

2022-04-05 Thread Yishay Weiss
Hi, We are in the process of porting a large Flex app to Royale and there has been a request to introduce some automated testing. Can users share their experience with applying this in their Royale app? I received queries about how to use RoyaleUnit effectively, mocking frameworks, leveraging

[ANNOUNCE] Apache Royale 0.9.9 released

2022-03-30 Thread Yishay Weiss
The Apache Royale community is pleased to announce the release of Apache Royale 0.9.9. The Apache Royale project is the next generation of the Apache Flex SDK. It lets developers use MXML and ActionScript 3 to generate HTML/JS/CSS applications which can run natively in browsers. The

RE: This is a clean install of VSC. Does anyone know where these classes are?

2022-03-24 Thread Yishay Weiss
mx.rpc.IResponder is in MXRoyaleBase which is a relatively new library Piotr, could it be you need to add MXRoyaleBase to moonshine’s lib default lib path? From: Mark Sent: Wednesday, March 23, 2022 10:32 PM To:

RE: Binding to xml

2022-03-08 Thread Yishay Weiss
Is lastName bindable? Are you getting a similar warning in Flex? From: Mark Sent: Monday, March 7, 2022 8:31 PM To: users@royale.apache.org Subject: Binding to xml I having trouble binding to elements in xml. Flex 4.6 setup. Just a

RE: Talk on Royale

2022-01-25 Thread Yishay Weiss
Nice presentation. Too bad there wasn’t a Q What was the reaction? From: Harbs Sent: Tuesday, January 25, 2022 1:57 PM To: users@royale.apache.org Subject: Talk on Royale I recently gave a talk on Royale to a local group in Jerusalem.

RE: IDE to build AIR macOS apps

2022-01-20 Thread Yishay Weiss
This question if more suited for an AIR or Flex forum. For what it’s worth I use VSCode to build and debug my Mac Air app. More information here. [1] Home · BowlerHatLLC/vscode-as3mxml Wiki (github.com) From: Isabelle

RE: 'Remote Shared Object' support in apache royale?

2022-01-13 Thread Yishay Weiss
It does look like getRemote is not yet implemented. You might get some info on planned development if you post a question on the development mailing list [1] [1] Mailing Lists - Apache Royale™ From: learningroyale

RE: Setting up spectrum

2022-01-05 Thread Yishay Weiss
lt;mailto:users@royale.apache.org> Subject: Re: Setting up spectrum How do I unsubscribe? Sent from Nine<http://www.9folders.com/> From: Yishay Weiss Sent: Wednesday, January 5, 2022 1:41 AM To: users@royale.apache.org Subject: RE: Setting up spectrum [EXTERNAL] I don’t know why that check was necessa

RE: Setting up spectrum

2022-01-04 Thread Yishay Weiss
I don’t know why that check was necessary in the original build, but it seems it isn’t for the spectrum one. Roman, you can just remove this line [1] from build.xml and I think it should work. [1] From: Harbs Sent: Wednesday, January 5, 2022 12:07 AM To:

RE: Load time is very slow

2021-12-27 Thread Yishay Weiss
> Debug compile times are generally less than 10 seconds. That will depend on the hardware and other running processes. I would guess triple the amount of time for the same code is not uncommon. We have a client now whose devs are seeing four minutes for each iteration, on top of which they

RE: SSLHandshakeException

2021-11-11 Thread Yishay Weiss
Hi Yashasvini, Not all subscribers can see embedded pngs. Can you please copy and paste the console output in text format? If it’s not too long paste the whole error stack just in case there’s good information there. Thanks, Yishay From: H J, Yashasvini (CW)

Re: Maven settings for mx components

2021-10-28 Thread Yishay Weiss
Hi Hepzy, Welcome to Royale. This (see link below) [1] is the smallest pom.xml I could come up with to run an MX example with Maven. There may be redundancies, so anyone with more maven experience is welcome to comment on it. If you want to add spark components you should replace MXRoyale

Re: List Colors under DropDownList

2021-10-26 Thread Yishay Weiss
Hi, A simple test app demonstrating the issue would help us help you. Thanks On 2021/10/25 21:25:16, Bill Spence wrote: > OK, I'll give this Royale Mailing List thing a shot. > > How do you change the background and text colors of the List that displays > once you click on a DropDownList? I

[no subject]

2021-10-24 Thread Yishay Weiss

RE: [ANNOUNCE] Apache Royale 0.9.8 Released

2021-09-19 Thread Yishay Weiss
Unfortunately I was mistaken. Hopefully it’ll happen next year. From: Yishay Weiss<mailto:yish...@apache.org> Sent: Thursday, September 2, 2021 2:14 PM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: Re: [ANNOUNCE] Apache Royale 0.9.8 Released We will have a

RE: crux not injecting model in view

2021-09-19 Thread Yishay Weiss
Can you please report [1] that bug? [1] Issues (github.com) From: Roman Isitua Sent: Saturday, September 18, 2021 11:21 PM To: users@royale.apache.org Subject: Re: crux not injecting model in view I got it

Re: Royale with Material design lite

2021-09-08 Thread Yishay Weiss
There used to be an extensive mdl example with source code. I expect navigation was also showcased. @piotr, do you know where roman can find this example? On 2021/09/07 13:39:31, Roman Isitua wrote: > Hi everyone, > > I am exploring the feasibility of using royale with material design >

RE: Errors building stand alone actionscript library

2021-09-02 Thread Yishay Weiss
I suspect you have not added the MX dependencies. In Ant you would just set the compiler’s configuration argument to ‘flex’, but I’m not sure how that’s done in Maven . It’s a bit trickier than just adding a dependency as I recall. Let’s wait and see if someone remembers this and responds,

Re: [ANNOUNCE] Apache Royale 0.9.8 Released

2021-09-02 Thread Yishay Weiss
er <https://github.com/radubirsan/FlashBrowser2> > On Thu, Sep 2, 2021 at 1:48 PM Yishay Weiss wrote: > > > The Apache Royale community is pleased to announce the release of Apache > > > > Royale 0.9.8. > > > > > > > > The Apache Royale project

[ANNOUNCE] Apache Royale 0.9.8 Released

2021-09-02 Thread Yishay Weiss
The Apache Royale community is pleased to announce the release of Apache Royale 0.9.8. The Apache Royale project is the next generation of the Apache Flex SDK. It lets developers use MXML and ActionScript 3 to generate HTML/JS/CSS applications which can run natively in browsers. The

RE: Uncaught TypeError: Cannot convert [object Object] to IBead

2021-08-12 Thread Yishay Weiss
Oh, I see you have resolved it, thanks for sharing. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Thursday, August 12, 2021 6:11 PM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: RE: Uncaught TypeError: Cannot convert [object Object] to IBead I have

RE: Uncaught TypeError: Cannot convert [object Object] to IBead

2021-08-12 Thread Yishay Weiss
I have encountered similar issues in the past. I think the runtime requirement that all beads actually implement IBead was added a bit late so there may be code that fails in runtime. I would put a breakpoint in your browser and inspect beads to see if one of them is not an IBead. From:

RE: Access URL Query Information in Royale

2021-04-29 Thread Yishay Weiss
Checkout ApplicationParametersCaseInsensitiveBead From: Bilbosax Sent: Thursday, April 29, 2021 4:54 AM To: users@royale.apache.org Subject: Access URL Query Information in Royale So I want to create a small web-app that is

Re: dts2as (archived) + ECharts

2021-03-02 Thread Yishay Weiss
with this. Many thanks for everything. I will inform you of the progress. Hiedra De: Yishay Weiss mailto:yishayj...@hotmail.com>> Enviado el: lunes, 1 de marzo de 2021 7:32 Para: users@royale.apache.org<mailto:users@royale.apache.org> Asunto: Re: dts2as (archived) + ECharts Hi

Re: dts2as (archived) + ECharts

2021-02-28 Thread Yishay Weiss
and it is the case  Basic concepts like extern or Closure I don't handle them correctly, so my will be my first step ... "understand" Thank you very much Yishay, what little I have read "gives me good vibes"  and I am going to investigate it in more detail. Hiedra De:

Re: dts2as (archived) + ECharts

2021-02-28 Thread Yishay Weiss
Hi Maria, As far as I know dt2as is no longer maintained. It could be that creating typedefs manually, or even writing your own conversion script is your best bet. There is a tool [1] to convert dts to externs, which our compiler can then turn into typedefs, but I don't know if it will work in

RE: Porting flex app to royale: problem with .as files

2020-12-14 Thread Yishay Weiss
Hi Jim, It sounds like a static initializer bug, see my comment, I suggested a workaround here https://github.com/apache/royale-compiler/issues/167#issuecomment-744127492 From: Jim Page Sent: Monday, December 14, 2020 12:41 AM To:

RE: Porting from flex: Uncaught TypeError: org.apache.royale.debugging.assert is not a function

2020-12-11 Thread Yishay Weiss
Happy to help, Jim. We all feed off the same ecosystem. This forum has been gratifying to me as well. From: Jim Page Sent: Friday, December 11, 2020 3:20 PM To: users@royale.apache.org Subject: RE: Porting from flex: Uncaught

RE: Porting from flex: Uncaught TypeError: org.apache.royale.debugging.assert is not a function

2020-12-11 Thread Yishay Weiss
We have seen assertion bugs crop up with Xml as well. It would be good if you could file a compiler bug for that. In the meantime you could disable asserts. In ant you can add a jvm arg to mxmlc like this I’m not sure about Maven, I thought they were disabled by default. From: Jim

RE: Josh Tynjala's Flexwires ... is there a port to Royale?

2020-12-08 Thread Yishay Weiss
It’s used internally by the crux framework. The bead is added once at the app level but will affect any element added to dom. I think this should work: JSStageEvents el = new UIComponent; el.addEverntListener(‘addedToStage’, myHandler); addElement(el);

RE: Josh Tynjala's Flexwires ... is there a port to Royale?

2020-12-07 Thread Yishay Weiss
>The ENTER_FRAME and ADDED_TO_STAGE events are both very flash-y so I am not sure what to do with those, and I have no idea about InteractiveObject Have a look at AnimationUtil under Core for ENTER_FRAME like behavior, and at JSStageEvents under Crux for addedToStage simulation. -- Sent from:

RE: How to minify mxroyale\HelloWorld .js file

2020-10-24 Thread Yishay Weiss
most of the stuff in this file is never used. Examples: Bl='org.apache.royale.utils.Timer' vf='org.apache.royale.graphics.GradientEntry' On Tue, Oct 20, 2020 at 12:08 PM Yishay Weiss mailto:yishayj...@hotmail.com>> wrote: Sorry, missed that. So to expand a bit on Carlos’s answer, using e

RE: How to minify mxroyale\HelloWorld .js file

2020-10-20 Thread Yishay Weiss
ify mxroyale\HelloWorld .js file Hi Yishay, he's talking about reducing size of the js-release version El mar., 20 oct. 2020 a las 17:07, Yishay Weiss (mailto:yishayj...@hotmail.com>>) escribió: There should be [1] a minified version under js-release [1] https://apache.github.io/royal

RE: How to minify mxroyale\HelloWorld .js file

2020-10-20 Thread Yishay Weiss
There should be [1] a minified version under js-release [1] https://apache.github.io/royale-docs/get-started/hello-world From: Carlos Rovira Sent: Monday, October 19, 2020 11:06 PM To: users@royale.apache.org Subject: Re: How to

RE: Royale Emulation Components with Jewel

2020-09-16 Thread Yishay Weiss
The catch is that emulation components expect subcomponents to extend UIComponent and Jewel components don’t. Theoretically it should be possible to mix both component sets if the Jewel components are contained in MX containers. However, I’m not sure what the styles would look like. It may be

RE: resizing after adding a child

2020-09-03 Thread Yishay Weiss
Hi Nicolas, Can you please create a GitHub issue and attach your test project? Thanks, Yishay From: tranquiliste Sent: Wednesday, September 2, 2020 9:18 PM To: users@royale.apache.org Subject: Re: resizing after adding a child

RE: @externs tutorial I can not work.

2020-08-11 Thread Yishay Weiss
Hi Yushiro, Can you share your code so we can help you? From: yushiro maeda Sent: Tuesday, August 11, 2020 9:56 AM To: users@royale.apache.org Subject: @externs tutorial I can not work. Hello I follow the tutorial below. But the

RE: Issue when extending mx.Core.Application

2020-07-23 Thread Yishay Weiss
Hi Nicolas, I’m not sure if we’re on the right thread here but I can’t understand what this asconfig.json is doing, and why MXRoyaleJS.swc is added separately in the library path. For what it’s worth, here’s the asconfig.json I used for my emulation examples. { "config": "flex",

RE: Issue when extending mx.Core.Application

2020-07-23 Thread Yishay Weiss
Looks like a bug to me. Can you file it on GitHub [1]? [1] https://github.com/apache/royale-asjs/issues From: tranquiliste Sent: Wednesday, July 22, 2020 8:54 AM To: users@royale.apache.org Subject: Issue when extending

RE: Help: New application in royale

2020-07-18 Thread Yishay Weiss
Hi, Are you looking for routing that will be stored in the browser’s history? If that’s the case I think you might want to take a look at BrowserRouter [1]. I am not aware of a public example of how to use this, so I hope others who have used it can offer some info, if you can’t figure it out

RE: Bug with Box ? error =>TypeError: child is null BoxLayout.js:77:9

2020-07-10 Thread Yishay Weiss
Without looking deeply into the stack trace I would guess the problem is mixing Jewel elements with MX containers. There is code in the MX package that assumes components are UIComponents and as Jewel components are not, errors are not surprising. My suggestion is to either stick to one of

RE: UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-08 Thread Yishay Weiss
Are you compiling from source? If so, it should be as easy as re-compiling after cherry-picking 9029464918b0d3dbb746343cd5bb337d77cd2a3c. From: tranquiliste Sent: Wednesday, July 8, 2020 1:09 PM To: users@royale.apache.org

RE: UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-07 Thread Yishay Weiss
Yes, it’s a bug. Which version are you using? Have you tried the nightly build? I think this has been fixed. From: tranquiliste Sent: Tuesday, July 7, 2020 3:14 PM To: users@royale.apache.org Subject: UIComponents set visible

RE: Know if a class implements a certain interface

2020-07-01 Thread Yishay Weiss
It depends on what you want to check for. If you want to check that a component/strand has a certain bead, then yes, use getBeadByType(). If you want to check if myObj implements IMyInterface, then check If (myObj is IMyInterface) Hope that’s clear. From: Maria Jose

RE: Is there a emulation available for flash.display.DisplayObject

2020-06-29 Thread Yishay Weiss
In Royale [1] the first param is an Object [1] https://royale.apache.org/asdoc/#!mx.managers/PopUpManager/createPopUp From: Anil Guntur - agun...@us.ibm.com Sent: Monday, June 29, 2020 8:51 PM To: users@royale.apache.org Cc:

RE: XSLT for royal jewel libs

2020-06-25 Thread Yishay Weiss
Hi Aniket, An XSLT would of course be cool, but if you want to know the standard approach you might want to look at out existing docs [1], in case you haven’t already. Good luck, Yishay [1] https://apache.github.io/royale-docs/migrate-an-existing-app/migrate-from-flex From: Carlos

RE: Need Migration Help

2020-06-25 Thread Yishay Weiss
Try adding config: flex compiler option. If you’re using VSCode to compile your app you can do this by adding the following line at the top level: "config": "flex" From: Sohail Abdul Khaliq Sent: Thursday, June 25, 2020 12:09 PM To:

RE: Show an alternate image when the original is not found

2020-06-17 Thread Yishay Weiss
e image when the original is not found Hi Maria Jose, it'd be good to have such bead as Yishay comment. Please try to make it work and report. If that works add a PR thanks! El mié., 17 jun. 2020 a las 14:22, Yishay Weiss (mailto:yishayj...@hotmail.com>>) escribió: Looking at your solut

RE: Show an alternate image when the original is not found

2020-06-17 Thread Yishay Weiss
Looking at your solution I would create a bead for image. Something like (not tested, needs work): package { Class ImageAvatarBead implements IBead { … private var _avatarSrc:String; private var _strand:IStrand; public function set avatarUrl(value:String):void { _avatarUrl =

RE: Add Beads

2020-06-15 Thread Yishay Weiss
Hi Hiedra, I see nothing wrong. In what sense does it not work for you? Did you try putting a breakpoint in the “set strand” method of ComboBoxTextPrompt? From: Maria Jose Esteve Sent: Monday, June 15, 2020 3:04 PM To:

RE: Export UML

2020-05-21 Thread Yishay Weiss
I don’t know how well this [1] will work on a Royale project, but maybe it’s worth a try. I’ve never personally used it. [1] http://www.uml4as.com/index.html From: Maria Jose Esteve Sent: Thursday, May 21, 2020 7:25 PM To:

RE: Typescript to Haxe externs might be used for AS3

2020-05-20 Thread Yishay Weiss
May 19, 2020 5:12 PM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: Re: Typescript to Haxe externs might be used for AS3 Since AS3 and Haxe are almost similar we could adapt it for npm packages conversion. 12:43, May 19, 2020, Yishay Weiss : Hi Ramazan, How do you pr

RE: Typescript to Haxe externs might be used for AS3

2020-05-19 Thread Yishay Weiss
Hi Ramazan, How do you propose to use this for Royale? Thanks, Yishay From: Ramazan Ergüder Bekrek Sent: Tuesday, May 19, 2020 12:34 PM To: users Subject: Typescript to Haxe externs might be used for AS3 Greetings to all! This

RE: Heads Up: was replaced with

2020-05-16 Thread Yishay Weiss
One last note to make it clear, if you use static initializers like that you don’t need at all. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Saturday, May 16, 2020 2:47 PM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: RE: Heads Up: was replaced w

RE: Heads Up: was replaced with

2020-05-16 Thread Yishay Weiss
Should be getJs():String{} and getCss():String{} From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Saturday, May 16, 2020 2:42 PM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: RE: Heads Up: was replaced with To avoid errors in the console and have more

RE: Heads Up: was replaced with

2020-05-16 Thread Yishay Weiss
en loaded yet } } } } This also allows for a conditional load based on BrowserInfo. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Saturday, May 16, 2020 2:04 PM To: users@royale.apache.org<mailto:users@royale.a

RE: Heads Up: was replaced with

2020-05-16 Thread Yishay Weiss
, Carlos Rovira (mailto:carlosrov...@apache.org>>) escribió: Hi Yishay, yes I build all days before starting El sáb., 16 may. 2020 a las 11:54, Yishay Weiss (mailto:yishayj...@hotmail.com>>) escribió: Are you sure you updated both the compiler and asjs? I did test Alert. From: C

RE: Heads Up: was replaced with

2020-05-16 Thread Yishay Weiss
. 2020 a las 17:26, Yishay Weiss (mailto:yishayj...@hotmail.com>>) escribió: Hi, A heads-up in case your application uses . Due to a bug [1] that was found when loading modules on IE was deprecated in favor of . So if you’ve used to add html elements to your application, please c

Heads Up: was replaced with

2020-05-15 Thread Yishay Weiss
Hi, A heads-up in case your application uses . Due to a bug [1] that was found when loading modules on IE was deprecated in favor of . So if you’ve used to add html elements to your application, please convert it to add js instead. For example, * * *

[ANNOUNCE] Apache Royale 0.9.7 Released

2020-05-15 Thread Yishay Weiss
The Apache Royale community is pleased to announce the release of Apache Royale 0.9.7. The Apache Royale project is the next generation of the Apache Flex SDK. It lets developers use MXML and ActionScript 3 to generate HTML/JS/CSS applications which can run natively in browsers. The

RE: RTMFP with Apache Royale

2020-04-03 Thread Yishay Weiss
I think Harbs and Josh can share their experience in that regard. From: Ramazan Ergüder Bekrek Sent: Friday, April 3, 2020 6:01:30 PM To: users Subject: RTMFP with Apache Royale Greetings to y'all! Some times ago we discussed about p2p in Royale and I asked a question about when does the

RE: Jewel DataGrid Column Sizing

2020-02-18 Thread Yishay Weiss
Sorry Carlos, sent too soon. This may or may not be relevant to what Brian is asking, so I don’t want to distract him from your answer. From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Tuesday, February 18, 2020 10:32 PM To: users@royale.apache.org<mailto:users@royale.apache.

RE: Jewel DataGrid Column Sizing

2020-02-18 Thread Yishay Weiss
Brian is using Jewel DataGrid. The Jewel version is designed to make possible to work with pixel values and with percentage values. I'll respond now what I see in the royale thread thanks El mar., 18 feb. 2020 a las 10:43, Yishay Weiss (mailto:yishayj...@hotmail.com>>) escribió: I think [1] y

RE: Jewel DataGrid Column Sizing

2020-02-18 Thread Yishay Weiss
I think [1] you need to either use percentages or fixed width. Mixing them is not supported. [1] https://stackoverflow.com/questions/58438995/how-to-set-column-100-width-on-basic-jsdatagrid-on-apache-royale From: Carlos Rovira Sent: Tuesday, February 18,

RE: Event and positioning list jewel

2020-02-06 Thread Yishay Weiss
ing to analyze... El lun., 13 ene. 2020 a las 20:50, Yishay Weiss (mailto:yishayj...@hotmail.com>>) escribió: Theoretically you should be able to use ComboBox and change the view and the popup beads. Then you could also reuse the HideComboBoxOnMouseDownBead. From: Maria Jose Esteve<mailt

RE: Data Binding problem

2020-02-05 Thread Yishay Weiss
ot;ViewDataBinding" without success Is it recommended to use "ApplicationDataBinding"? or is less performant Thank very much. Gustavo. El mié., 5 feb. 2020 a las 10:02, Yishay Weiss (mailto:yishayj...@hotmail.com>>) escribió: Have you tried adding ApplicationDataBinding?

RE: Data Binding problem

2020-02-05 Thread Yishay Weiss
Have you tried adding ApplicationDataBinding? See example [1] [1] https://royale.apache.org/binding-the-text-property-of-a-jewel-textinput-to-update-a-text-label/ From: De Carli Gustavo Sent: Wednesday, February 5, 2020 12:15 AM To:

RE: local name space error

2020-01-27 Thread Yishay Weiss
Looks like you’re missing the namespace declaration. Something like xmlns:local="*" which should go as an attribute at the top tag of your document. From: Serkan Taş Sent: Monday, January 27, 2020 10:15 PM To:

RE: Event and positioning list jewel

2020-01-13 Thread Yishay Weiss
Theoretically you should be able to use ComboBox and change the view and the popup beads. Then you could also reuse the HideComboBoxOnMouseDownBead. From: Maria Jose Esteve Sent: Monday, January 13, 2020 5:04 PM To:

RE: Event and positioning list jewel

2020-01-13 Thread Yishay Weiss
Hi Maria, Flex was richer and heavier, and had lots of features built in just in case someone might need them. In Royale we stress a Pay As You Go philosophy which means your application should contain less code that you are not using. This means there will be less events and attributes out of

RE: Tree menu expand vs click event

2020-01-09 Thread Yishay Weiss
I agree it’s a bug. From: Serkan Taş Sent: Friday, January 10, 2020 9:07:56 AM To: users@royale.apache.org Subject: Tree menu expand vs click event Hi, When using tree component in general (like windows explorer and Flex Tree), there is difference between

RE: flexlib

2020-01-08 Thread Yishay Weiss
Yup. One of our prospective clients is using FlexLib as well. From: Alex Harui Sent: Wednesday, January 8, 2020 10:15 AM To: users@royale.apache.org Subject: Re: flexlib Well, FlexLIb can’t be used as is because it depends on flash APIs

RE: Drop down does not show real text BUT [object Object]

2020-01-06 Thread Yishay Weiss
Looks like he has… Takeshita, please open a bug. From: Piotr Zarzycki Sent: Monday, January 6, 2020 3:25 PM To: users@royale.apache.org Subject: Re: Drop down does not show real text BUT [object Object] Hi, Maybe you need to

RE: Jewel Themes Dynamic Switching

2020-01-05 Thread Yishay Weiss
That looks really cool. Does this mean you can choose in runtime which css to load into your application? In other words is all css preloaded or is there a server call being made? From: Carlos Rovira Sent: Saturday, January 4, 2020 10:20:39 PM To: users@royale.apache.org Subject: Jewel

RE: AdvancedDataGrid Emulation

2019-12-31 Thread Yishay Weiss
and Alex. It is working now. See https://github.com/apache/royale-asjs/issues/593 in details. Thanks a lot. On Tue, Dec 3, 2019 at 7:45 AM Takeshita Shoichiro mailto:jl03...@gmail.com>> wrote: Yishay, thanks for your work. ST 2019年12月3日(火) 4:44 Yishay Weiss mailto:yishayj...@hotmail.com&

RE: AdvancedDataGrid Emulation

2019-12-02 Thread Yishay Weiss
your help. https://github.com/apache/royale-asjs/issues/593 On Wed, Nov 27, 2019 at 9:03 PM Takeshita Shoichiro mailto:jl03...@gmail.com>> wrote: Yishay, thanks. I opened issue #593. S. Takeshita On Wed, Nov 27, 2019 at 7:44 PM Yishay Weiss mailto:yishayj...@hotmail.com>> wrote:

RE: Unknown property errors with CSS file

2019-11-07 Thread Yishay Weiss
problems with that. Just remember that for Royale compiler both forms are correct. On Thu, Nov 7, 2019, 9:39 AM Yishay Weiss mailto:yishayj...@hotmail.com>> wrote: Use hyphens instead of camel case, so e.g. border-color not borderColor Camel case is only for changing things programa

RE: Unknown property errors with CSS file

2019-11-07 Thread Yishay Weiss
Use hyphens instead of camel case, so e.g. border-color not borderColor Camel case is only for changing things programaically. From: Takeshita Shoichiro Sent: Thursday, November 7, 2019 10:27:29 AM To: users@royale.apache.org Subject: Unknown property errors

RE: Tree component not functions correctly

2019-11-06 Thread Yishay Weiss
Yishay Weiss : > It’s up to you. If you want to put a breakpoint in > HierarchicalCollectionView.dispatchAddOrRemoveEvents() and come up > with a fix that would be very helpful. > > > From: serkan@likyateknoloji.com > Sent: Wednesday, Novembe

RE: Tree component not functions correctly

2019-11-06 Thread Yishay Weiss
@royale.apache.org Subject: Re: Tree component not functions correctly Thank you for the info Yishay, Let me know if I can do anything. Serkan. Alıntı Yishay Weiss : > The problem is in > HierarchicalCollectionView.dispatchAddOrRemoveEvents(). Item is > removed and index is incremented so the

RE: Tree component not functions correctly

2019-11-05 Thread Yishay Weiss
The problem is in HierarchicalCollectionView.dispatchAddOrRemoveEvents(). Item is removed and index is incremented so the next item to be removed is an index too high. I’ll see if I can come up with a safe fix later today. From: Yishay Weiss Sent: Wednesday

RE: Tree component not functions correctly

2019-11-05 Thread Yishay Weiss
Never mind, I can reproduce it using the example upthread. From: Yishay Weiss Sent: Wednesday, November 6, 2019 6:49:00 AM To: users@royale.apache.org Subject: RE: Tree component not functions correctly Hi Serkan, If you open a bug with a clear test case

RE: Tree component not functions correctly

2019-11-05 Thread Yishay Weiss
Hi Serkan, If you open a bug with a clear test case I’ll have a look at it this week. Thanks, Yishay From: Serkan Taş Sent: Wednesday, November 6, 2019 5:50:50 AM To: users@royale.apache.org Subject: Re: Tree component not functions correctly Alex, I am aware

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: d...@royale.apache.org ; users@royale.apache.org Subject: Re: Welcome Greg Dove to Apache Royale's PMC Congrats. Greg, Good luck ! Serkan 29.10.2019 11:05

RE: Target Deadline (31-JUL) for Porting

2019-07-21 Thread Yishay Weiss
Hi Alina, I think you misunderstood my comment here [1]. I was giving you guidance on how I think this can be resolved. Do you think you can do this? Thanks, Yishay [1] https://github.com/apache/royale-asjs/issues/432#issuecomment-512145887 From: Alina Kazi

RE: WORK ON EMULATION

2018-08-13 Thread Yishay Weiss
There’s an example here [1] [1] https://github.com/yishayw/Examples/blob/FileProxy/Examples.mxml From: Alex Harui Sent: Monday, August 13, 2018 6:48:50 PM To: users@royale.apache.org; d...@royale.apache.org Subject: Re: WORK ON EMULATION Hi Alina, There is

  1   2   >