[Royale] Flex to FlexJS migration path

2017-09-29 Thread Peter Ent
. Please share your thoughts. Regards, Peter Ent Adobe Systems/Apache Royale Project On 9/28/17, 6:43 PM, "Idylog - Nicolas Granon" wrote: >Many thanks for your comments and thoughts, > >(this thread is a follow-up of "[FlexJS] Guidelines for implementation of >layout c

Re: [Royale] Flex to FlexJS migration path

2017-10-03 Thread Peter Ent
>> mailto:users@royale.apache.org>>, >> "us...@flex.apache.org<mailto:us...@flex.apache.org>" >> mailto:us...@flex.apache.org>>, >> "ngra...@idylog.com<mailto:ngra...@idylog.com>" >> mailto:ngra...@idylog.com>> >> S

Re: [Royale] Flex to FlexJS migration path

2017-10-03 Thread Peter Ent
gt; mailto:users@royale.apache.org>>, >> "us...@flex.apache.org<mailto:us...@flex.apache.org>" >> mailto:us...@flex.apache.org>>, >> "ngra...@idylog.com<mailto:ngra...@idylog.com>" >> mailto:ngra...@idylog.com>> >> Subjec

Re: [Royale] Flex to FlexJS migration path

2017-10-03 Thread Peter Ent
s? Or if it is >>>> better as plain HTML, put it on royale.a.o? >>>> >>>> -Alex >>>> >>>> On 10/3/17, 1:13 PM, "Harbs" wrote: >>>> >>>>> Definitely on the right path. >>>>> >

Re: Flex2Royale

2017-10-11 Thread Peter Ent
more). Let me know if you think this table would be helpful to people migrating from Flex and what else you would like to see in it (besides more components). —peter On 10/10/17, 10:47 AM, "Peter Ent" wrote: >Its finally uploaded. You can find this new

Re: Royale name

2017-10-24 Thread Peter Ent
Just to play Devil’s Advocate a bit: Before the mid-1990s no one knew what “google” was when that company started. “Google” did not, to the average person or even programmers of that time, associate with anything to do with computers. There are hundreds of products and brands names that initiall

Re: Convert s:DateChooser to js:DateChooser

2017-10-25 Thread Peter Ent
eChooser should be serviceable for you right now and it needs a little more work to come up to par with the Flex DateChooser. Regards, Peter Ent Adobe Systems/Apache Royale Project On 10/25/17, 4:19 AM, "doug777" wrote: >I have a DateChooser that looks like this > >

Re: Convert s:DateChooser to js:DateChooser

2017-10-26 Thread Peter Ent
After looking over what you want, I think this isn't falling into the PAYG philosophy. Most users of DateChooser won't need to dispatch a monthChanged event. The thing to do is subclass the DateChooserView and make that dispatch the monthChanged event. The Basic package is supposed to deliver the

Re: Convert s:DateChooser to js:DateChooser

2017-10-26 Thread Peter Ent
have mention about monthChaned event. I didn't check myself, but in most of our components we are using only change event. It is probably quite common event in html world - What actually is doing change event in DateChooser? Maybe that is the answer for all changes? Thanks, Piotr On Thu, Oct

Re: Convert s:DateChooser to js:DateChooser

2017-10-26 Thread Peter Ent
ome events happen from model etc. ? 2) Have bunch of separate events "displayMonthChanged " etc. ? I mean here events exposed to user, not those one dispatched in model. Thanks for explanation so far, Piotr On Thu, Oct 26, 2017, 20:00 Peter Ent mailto:p...@adobe.com>> wrote: The change even

Re: Live PrintUI Demo

2017-10-26 Thread Peter Ent
I have to this is really impressive. Frankly, I'm surprised Royale can do this. I'm sure it was quite a bit of work. Congratulations and thank you for sharing this. ‹peter On 10/26/17, 4:28 AM, "Harbs" wrote: >FYI, We have a publicly available live demo of our Royale app up on our >site.[1] > >

Re: Convert s:DateChooser to js:DateChooser

2017-10-27 Thread Peter Ent
I, too, sometimes drift off the PAYG path. Keep in mind that a "component" is really a very light "strand" (often the actual thing on the display list) augmented by beads. One of the beads is a IBeadView that should make the visuals. Like the NumericStepper's view bead creates the text input and sp

Re: converting components.

2017-11-14 Thread Peter Ent
to discount older articles. We are planning a migration of current articles. Just remember to replace "flexjs" with "royale" wherever you see it. Regards, Peter Ent Adobe Systems/Apache Royale Project From: Carlos Cruz mailto:car...@nbtbizcapital.com>> Reply-To: "user

Re: build fails

2017-11-17 Thread Peter Ent
Hi, I downloaded the archive given at the link in your email - it should be the same one you got. After I decompressed it, I went into the directory and ran: % ant -f InstallAdobeSDKs.xml I did not run anything else, just that ANT command. As the script requested, I downloaded an AIRSDK, the p

Re: How to create a vertical slider in MXML?

2017-12-15 Thread Peter Ent
I added HSlider and VSlider to the Express package to make it easier to use them. Maybe I forgot to the put the slider mouse controllers into the basic manifest because you should not need to make more namespaces to use them. ‹peter On 12/14/17, 10:09 PM, "Justin Mclean" wrote: >Hi, > >Anyone m

Re: Canvas

2018-02-06 Thread Peter Ent
the browser they are equivalent. js:Container can be made to scroll and js:Group cannot. If you do not need scrolling, use js:Group: If you do need scrolling, then you would use: Regards, Peter Ent Adobe Systems/Apache Royale Project

Re: Application Structure

2018-02-08 Thread Peter Ent
Hi Alina, I'm going to look into creating some MenuBar and DividedBox controls. I'll keep posting on it. —peter From: Alex Harui mailto:aha...@adobe.com>> Reply-To: "users@royale.apache.org" mailto:users@royale.apache.org>> Date: Thursday, February 8, 2018 at 12:

Re: advancedDataGridClasses

2018-02-14 Thread Peter Ent
list of things to bring into Royale. I just completed the HDividedBox and VDividedBox which is up for review and will be added to the Royale development GIT repository once the review is complete. Regards, Peter Ent Adobe Systems/Apache Royale Project From: Alina Kazi mailto:alina.k...@d

Re: advancedDataGridClasses

2018-02-15 Thread Peter Ent
t;" mailto:users@royale.apache.org>> Subject: RE: advancedDataGridClasses Thanks Peter Regards, Alina From: Peter Ent [mailto:p...@adobe.com] Sent: Wednesday, February 14, 2018 7:03 PM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: Re: advancedDataGridClasses We have something si

Re: Porting to Apache Royale

2018-02-22 Thread Peter Ent
Hi, I have checked in a Menu component similar to the Flex Menu. I'm now working on MenuBar. I'm wondering how extensively MenuBar is used: Cascading Menus? Menu items with icons? Separator graphics between menu items? Thanks, Peter Ent Adobe Systems/Apache Royale Project From:

Re: Porting to Apache Royale

2018-02-23 Thread Peter Ent
m/?url=https%3A%2F%2Fwww.dropbox.com%2Fs%2F163f7fq7u1qx4fe%2Fmenu.png%3Fdl%3D0&data=02%7C01%7Cpent%40adobe.com%7C28ad7322cc9a436ffce808d57aa61779%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636549776138357555&sdata=JyOQRVC0YBAafJo%2BsqzhOzFD4HMJ%2FCsj0QWCBUXDKYE%3D&reserved=0> Regards, Alina

[Royale] Menu and MenuBar

2018-02-27 Thread Peter Ent
lighter and does not support sub-menus), you can specify the menuClass either in MXML, ActionScript, or in a CSS style. Please see examples/MenuExample for an example of how to use Menu and MenuBar. Regards, Peter Ent Adobe Systems/Apache Royale Project

Re: [Royale] Menu and MenuBar

2018-02-27 Thread Peter Ent
mailto:users@royale.apache.org>> Subject: Re: [Royale] Menu and MenuBar This is great! Will you be making a blog entry about these features? Or would you like me to try to create one? a On Tue, Feb 27, 2018 at 11:17 AM, Peter Ent mailto:p...@adobe.com>> wrote: Hi, I have committed a

Re: [Royale] Menu and MenuBar

2018-02-27 Thread Peter Ent
are reading rapidly can see right away whether what you are talking about addresses what they are trying to do. On Tue, Feb 27, 2018 at 4:25 PM, Peter Ent mailto:p...@adobe.com>> wrote: Hi Andrew, Aside from my description below, and some code, do you see anything else that would be needed? I

Re: ap-report

2018-03-08 Thread Peter Ent
another application's usage of Flex to inspect will help us see what common properties and APIs to focus on first. Regards, Peter Ent Adobe Systems/Apache Royale Project From: Piotr Zarzycki mailto:piotrzarzyck...@gmail.com>> Reply-To: "users@royale.apache.org<mailto:user

Re: Work on Emulation

2018-03-27 Thread Peter Ent
h for your help. Regards, Peter Ent Adobe Systems/Apache Royale Project From: Alina Kazi mailto:alina.k...@d-bz.com>> Reply-To: "users@royale.apache.org<mailto:users@royale.apache.org>" mailto:users@royale.apache.org>> Date: Tuesday, March 27, 2018 at 7:09 AM To:

Re: Work on Emulation

2018-03-28 Thread Peter Ent
z.com>] Sent: Wednesday, March 28, 2018 10:41 AM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: RE: Work on Emulation Hi Peter, I tried emulation examples MXRoyale/HelloWorld and ControlsExample and compiled them successfully. Sure, I will create some examples defin

Re: Work on Emulation

2018-03-28 Thread Peter Ent
FE%3D&reserved=0> -Alina Kazi From: Alina Kazi [mailto:alina.k...@d-bz.com<mailto:alina.k...@d-bz.com>] Sent: Wednesday, March 28, 2018 10:41 AM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: RE: Work on Emulation Hi Peter, I tried emulation exa

Re: Work on Emulation

2018-03-28 Thread Peter Ent
yale.apache.org>> Date: Wednesday, March 28, 2018 at 10:20 AM To: "users@royale.apache.org<mailto:users@royale.apache.org>" mailto:users@royale.apache.org>> Subject: Re: Work on Emulation Peter, You need to edit description. You can also assign to you that ticket and Al

Re: Work on Emulation

2018-04-02 Thread Peter Ent
Hi Alina, Sorry for the delayed response. First, try to port over something easier like VRule and HRule as a first step since these are less complex. As for mx_internal - I have been changing these to "protected". Once you do that you'll find that you will also need IUITextField. I haven't do

Re: Work on Emulation

2018-04-03 Thread Peter Ent
n is whether they are needed to emulate the functionality of the component that you do use. In many cases they are not needed. I am working on getting mx_internal working on the JS side. Even though mx_internal APIs are not supported by Flex, I don't doubt that other namespaces are used s

Re: Work on Emulation

2018-04-03 Thread Peter Ent
mx_internal APIs are not supported by Flex, I don't doubt that other namespaces are used somewhere so we should try to get it to work. It has been working in simple test cases so not sure yet why it isn't working in the emulation components. Thanks, -Alex From: Peter E

Re: Work on Emulation

2018-04-03 Thread Peter Ent
I forgot to mention that I had to remove the IDE image in the code. Please do one last compile before building your pull request. Thanks. —peter From: Peter Ent mailto:p...@adobe.com>> Reply-To: "users@royale.apache.org<mailto:users@royale.apache.org>" mailto:users@ro

Re: Work on Emulation

2018-04-04 Thread Peter Ent
not work. > >Thanks, >-Alex > >From: Alina Kazi >Reply-To: "users@royale.apache.org" >Date: Tuesday, April 3, 2018 at 10:36 PM >To: "users@royale.apache.org" >Subject: RE: Work on Emulation > > >Thanks. >replaced mx_internal with pro