Re: JS questions

2024-05-02 Thread Alex Harui via users
Are you sure ‘hpc’ is null? I would expect that ‘gp’ is null. Where is ‘gp’ defined? There definitely can be differences in the timing of when things are created in Royale compared to Flex. Could still be a bug in the generated code. Or could be a restriction that Royale wants to

Re: Not Found Error

2024-05-01 Thread Alex Harui via users
It’s been a long time since I was in this code, but my recollection is that Royale does not support resultFormat=”xml”. I see that option commented out in the source. I believe there is partial or full support for resultFormat=”e4x”. IIRC, the “xml” format is a Flash subsystem and was

Re: RemoteObject cannot work with ColdFusion without source attribute

2022-06-13 Thread Alex Harui
Hi Doug, I might have missed a post, but have you tried Charles or a network analyzer to compare what Flex sends and receives vs Royale? Knowing the difference can help determine next steps. Thanks, -Alex On 6/13/22, 1:31 AM, "Doug Simmons" wrote: EXTERNAL: Use caution when clicking on

Re: Incomplete CSS

2022-05-26 Thread Alex Harui
r\internal\driver\js\royale\ JSCSSCompilationSession.java Line 293: List htmlElementNames = Arrays.asList( "a", "aside", "b", "br", … "u", "ul" ); Am I in the right place?

Re: Incomplete CSS

2022-05-26 Thread Alex Harui
he styles that are not yet supported. Thx Hiedra De: Alex Harui Enviado el: jueves, 26 de mayo de 2022 21:26 Para: users@royale.apache.org Asunto: Re: Incomplete CSS Royale (and Flex) compilers have special handling for CSS Type Selectors. Default values are provided in non-standard Type Selector

Re: Incomplete CSS

2022-05-26 Thread Alex Harui
Royale (and Flex) compilers have special handling for CSS Type Selectors. Default values are provided in non-standard Type Selectors. If a type is not used in the compilation, those Type Selectors are not included in the output. I think Royale does have a list of standard type selectors it

Re: Custom windows with Apache Flex 4.16.1 and Air 33

2022-04-26 Thread Alex Harui
Hello, Is there a stack trace along with the error? If so, please post it. Try making a very simple test case with your custom Window and Skin and open a bug report with that test case. You can swap in different graphics if your skins are proprietary. -Alex From: Isabelle LOYER Reply-To:

Re: Air desktop apllication and External CSS file with AS3Mxml

2022-04-20 Thread Alex Harui
o be : But even if this path is good, this does not fix the problem of the paths for the pictures included in the assets directory. Thanks for helping. Best regards Le 16/04/2022 à 17:13, Alex Harui a écrit : Hello, Try removing the first ‘/’. Some IDEs liked leading ‘/’ and removed them

Re: Air desktop apllication and External CSS file with AS3Mxml

2022-04-16 Thread Alex Harui
Hello, Try removing the first ‘/’. Some IDEs liked leading ‘/’ and removed them before passing to the compiler. So try changing to ` Next, check the -source-path compiler option. Some IDEs automatically included folders like `assets`. After the compiler is finding the sources, we’ll

Re: Binding - dispatch event change

2022-04-14 Thread Alex Harui
The short answer is if you have the time to write the code to use [Bindable(”fooChange”)] the result will be a bit more efficient. Using [Bindable] is easier to write, but has a cost. The cost is roughly what proportion of public properties need to actually dispatch change events. Royale

Re: Royale support for progressive web apps (pwa)

2022-03-21 Thread Alex Harui
t are similar to AIR like Electron and I think some Cordova-related options ,and I think someone recently got Royale working in Electron. HTH, -Alex On Sun, 20 Mar 2022, 00:23 Alex Harui, mailto:aha...@adobe.com>> wrote: (If you read my thoughts in the “Implementing JS Renderer” thread

Re: Royale support for progressive web apps (pwa)

2022-03-19 Thread Alex Harui
(If you read my thoughts in the “Implementing JS Renderer” thread, you can skip the next 6 paragraphs) AFAIK, there is no current "Royale way" of creating PWAs. However, the whole point of Royale is to improve developer productivity for common patterns. New patterns become popular every

Re: WELCOME to users@royale.apache.org

2022-03-04 Thread Alex Harui
Hi Mark, Looks like you are subscribed. -Alex On 3/4/22, 11:40 AM, "Mark" wrote: I tried and got an email I needed to respond to a link, instead I clicked on the previous link and included the subject and text. I got an email back and I responded by clicking on the link and

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-12 Thread Alex Harui
yale.apache.org" Subject: Re: Compiling Modules (was Re: Load time is very slow) Didn’t totally grok what you said. Can you give a practical difference in when it would be used? On Jan 12, 2022, at 7:39 PM, Alex Harui mailto:aha...@adobe.com>> wrote: The option I added takes

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-12 Thread Alex Harui
January 12, 2022 at 2:30 AM To: "users@royale.apache.org" Subject: Re: Compiling Modules (was Re: Load time is very slow) How is this different than -js-dynamic-access-unknown-members? On Jan 12, 2022, at 10:04 AM, Alex Harui mailto:aha...@adobe.com>> wrote: I added a -prevent-r

Re: Load time is very slow

2021-12-27 Thread Alex Harui
IMO, modularity is a well-proven software development construct. It was key to making some really big Flex apps efficient for both development time as well as initialization time. But like most things, it has to be done properly. Too many small modules will slow initialization time, one huge

Re: Moonshine SDK Installer 4.1.0 released!

2021-10-29 Thread Alex Harui
Hi Gareth, This should be the last email you get from this list. I’ll send the unsubscribe request in a few minutes. -Alex From: "Gareth J. Rubery" Reply-To: "users@royale.apache.org" Date: Friday, October 29, 2021 at 6:18 AM To: "users@royale.apache.org" Subject: Re: Moonshine SDK

Re: Errors building stand alone actionscript library

2021-09-03 Thread Alex Harui
IMO, you have done the right thing. There are different kinds of SWCs in Royale. You are not building an extern SWC so I think turning it off is the right thing to do. -Alex From: Roman Isitua Reply-To: "users@royale.apache.org" Date: Thursday, September 2, 2021 at 2:34 PM To:

Re: Compilation Error with Maven on 2 Different Machines

2021-05-26 Thread Alex Harui
The logs don’t show JAVA_TOOL_OPTIONS or the Xmx settings. Pretty sure Royale requires at least 1g, maybe event 2g, and more than 512m HTH, -Alex From: Alina Kazi Reply-To: "users@royale.apache.org" Date: Wednesday, May 26, 2021 at 4:14 AM To: "users@royale.apache.org" ,

Re: CSS & JS file versioning

2021-01-12 Thread Alex Harui
Without considering whether that’s the right place to change the code, I would not be in favor of adding more variables to the template unless they cannot be specified some other way. If you have to add a compiler option to specify a variable that goes in the output, I think it would be better

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

2020-07-08 Thread Alex Harui
IIRC, standard Flex “monkey-patching” should also work. Copy the one source file into the source-path with the correct folder structure. -Alex From: Piotr Zarzycki Reply-To: "users@royale.apache.org" Date: Wednesday, July 8, 2020 at 4:57 AM To: "users@royale.apache.org" Subject: Re:

Re: Alert close after button click

2020-06-26 Thread Alex Harui
Works for me. No exceptions? Does suspendApp get called? Which browser and OS are you using? -Alex From: serkan Reply-To: "users@royale.apache.org" Date: Friday, June 26, 2020 at 8:31 AM To: "users@royale.apache.org" Subject: Alert close after button click Hi, How can I make Alert

Re: empty object is being behaved as if an xml

2020-06-26 Thread Alex Harui
of work because it sounds like it would require emulating Flash classes like XMLNode and XMLDocument, so depending on how complex the XML needs to be, I’d recommend a hopefully simpler array to string conversion. HTH, -Alex From: serkan Date: Friday, June 26, 2020 at 12:43 AM To: Alex Harui

Re: empty object is being behaved as if an xml

2020-06-26 Thread Alex Harui
Operation will pass sendBody an empty array as params so maybe check for params is Array and params.length = 0; HTH, -Alex From: serkan Reply-To: "users@royale.apache.org" Date: Thursday, June 25, 2020 at 12:40 PM To: "users@royale.apache.org" , Alex Harui Subject: Re: e

Re: empty object is being behaved as if an xml

2020-06-25 Thread Alex Harui
s%3A%2F%2Faka.ms%2Fghei36=02%7C01%7Caharui%40adobe.com%7C9adde787224c40a2859c08d819280960%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637287007035345242=kXec8lJ%2Fa%2Bjs0PPAS1U0KGBuDId3pyboXFOxDvFKbvA%3D=0>'u edinin ________ From: Alex Harui Sent: Thursday

Re: empty object is being behaved as if an xml

2020-06-25 Thread Alex Harui
What does the code look like that calls this? From: serkan Reply-To: "users@royale.apache.org" Date: Wednesday, June 24, 2020 at 11:53 PM To: "users@royale.apache.org" Subject: empty object is being behaved as if an xml Hi, Regarding the exception : [cid:image001.png@01D64AD5.9A683B60]

Re: hscroll bar for adg hides the content

2020-06-17 Thread Alex Harui
width is somehow wrong. I am creating an issue. Thanks, Serkan 17.06.2020 07:04 tarihinde Alex Harui yazdı: Looks like HorizontalLayout has a bug. I don’t think there are too many HorizontalLayouts in the app so if you set a breakpoint in updateDisplayListReal you will hopefully see what it

Re: hscroll bar for adg hides the content

2020-06-16 Thread Alex Harui
and HorizontalLayout. HTH, -Alex From: serkan Date: Tuesday, June 16, 2020 at 7:53 PM To: "users@royale.apache.org" , Alex Harui Subject: Re: hscroll bar for adg hides the content It is so confusing that even the page is loaded, still the setx method called with the condition value continuou

Re: hscroll bar for adg hides the content

2020-06-12 Thread Alex Harui
From: serkan Date: Friday, June 12, 2020 at 12:32 AM To: Alex Harui , "users@royale.apache.org" Subject: Re: hscroll bar for adg hides the content I added the declaration in to the main application mxml. .MXAdvancedDataGridItemRenderer { ove

Re: Compiler warnings !

2020-06-10 Thread Alex Harui
I pushed a change that should handle (data as XML).foo.bar.baz HTH, -Alex From: serkan Date: Tuesday, June 9, 2020 at 10:21 PM To: Alex Harui , "users@royale.apache.org" Subject: Re: Compiler warnings ! I do not like the way but it is really annoying and making hard to find out e

Re: hscroll bar for adg hides the content

2020-06-10 Thread Alex Harui
low:hidden; instead of 'none' 'none' is an option for display, but I don't think for overflow. 'hidden' is sort of close to clipContent=true, I think the other options are scroll, auto and visible iirc On Wed, Jun 10, 2020 at 5:27 PM Alex Harui mailto:aha...@adobe.com>> wrote: You can add i

Re: hscroll bar for adg hides the content

2020-06-09 Thread Alex Harui
You can add it to an existing .css file, or add it in an tag From: serkan Date: Tuesday, June 9, 2020 at 10:19 PM To: Alex Harui , "users@royale.apache.org" Subject: Re: hscroll bar for adg hides the content Where should I add css definition ? .MXAdvancedDataGridIt

Re: Compiler warnings !

2020-06-09 Thread Alex Harui
Up to you. I will try to find some time to see why “as XML” did not work. The risk of suppressing a warning is that you might miss an important one. -Alex From: serkan Date: Tuesday, June 9, 2020 at 2:01 PM To: Alex Harui , "users@royale.apache.org" Subject: Re: Compiler warn

Re: Compiler warnings !

2020-06-09 Thread Alex Harui
I don’t know. Try “as XML” and see if that solves the problem. From: serkan Date: Monday, June 8, 2020 at 1:26 PM To: "users@royale.apache.org" , Alex Harui Subject: Re: Compiler warnings ! Actually they are xml objects. SENSORD

Re: hscroll bar for adg hides the content

2020-06-09 Thread Alex Harui
Sorry, pushed it to the wrong branch. Hopefully I got it right this time. From: serkan Date: Monday, June 8, 2020 at 11:52 PM To: "users@royale.apache.org" , Alex Harui Subject: Re: hscroll bar for adg hides the content i updated repo but no changes related with the issue. your lat

Re: hscroll bar for adg hides the content

2020-06-08 Thread Alex Harui
for quick fix. How can i disable ? 9.06.2020 04:52 tarihinde Alex Harui yazdı: In the Flex version, would the 5 images overflow the width of the column or is the column size fixed width? It might be that the default scrollpolicy for one of the containers is not the same as in Flex, or th

Re: hscroll bar for adg hides the content

2020-06-08 Thread Alex Harui
scrollbars that then overflow the width. Again, the debugger should provide clues. -Alex From: serkan Date: Monday, June 8, 2020 at 1:54 PM To: Alex Harui , "users@royale.apache.org" Subject: Re: hscroll bar for adg hides the content The column shows images according to the state

Re: image component visibility evaluation

2020-06-08 Thread Alex Harui
You might see null for data during initialization but eventually you should see non-null. From: serkan Date: Monday, June 8, 2020 at 1:28 PM To: "users@royale.apache.org" , Alex Harui Subject: Re: image component visibility evaluation I tried set methods of the components but su

Re: hscroll bar for adg hides the content

2020-06-08 Thread Alex Harui
It depends on who is showing scrollbars. Looks like there are several layers. I would check the HTML DOM and see what elements are too big and why. HTH, -Alex From: serkan Date: Monday, June 8, 2020 at 1:19 PM To: "users@royale.apache.org" , Alex Harui Subject: Re: hscroll b

Re: image component visibility evaluation

2020-06-08 Thread Alex Harui
They are evaluated by PropertyWatchers, but it is tricky to setup breakpoints for them and probably not necessary. The first step is to get rid of the warnings as you asked on another thread. Once the warnings are gone, the PropertyWatchers will likely be doing the right thing. Then make

Re: hscroll bar for adg hides the content

2020-06-08 Thread Alex Harui
What is the renderer for the Manage column? If you don’t need scrollbars you should be able to turn them off either via ScrollPolicy or via custom CSS. From: serkan Reply-To: "users@royale.apache.org" Date: Monday, June 8, 2020 at 8:13 AM To: "users@royale.apache.org" Subject: hscroll bar

Re: Compiler warnings !

2020-06-08 Thread Alex Harui
There are two ways, depending on the scenario: 1. Make sure none of the properties in the binding expression are of type Object and that the instances support change events 2. Annotate the appropriate properties with [Bindable(“__NoChangeEvent__”)] This expression looks like itemRenderer

Re: issue #819

2020-06-07 Thread Alex Harui
What problem are you having? The correct icon is shown for me. -Alex On 6/7/20, 12:54 AM, "serkan" wrote: Reminder for

Re: Reminder !

2020-05-27 Thread Alex Harui
ts? On Mar 19, 2020, at 2:35 PM, Serkan Taş mailto:serkan@likyateknoloji.com>> wrote: 18.03.2020 11:30 tarihinde Serkan Taş yazdı: What do you think Harbs? 17.03.2020 08:53 tarihinde Alex Harui yazdı: I think that may be a valid set of warnings. @Harbs<mailto:harbs.li.

Re: Binding question/issue

2020-05-18 Thread Alex Harui
X_CHARS_NOM:int = 50; And the error stack disappears when I remove the [Bindable] but it doesn't solve my issue as the still shows an undefined value Nicolas Le lun. 18 mai 2020 à 07:32, Alex Harui mailto:aha...@adobe.com>> a écrit : Interesting. I wonder if @Greg Dove<mailto:greg.d...

Re: Binding question/issue

2020-05-17 Thread Alex Harui
Documents/dev/ApacheRoyale/TestBinding/bin/js-debug/TestBinding.html:155 Le lun. 18 mai 2020 à 07:17, Alex Harui mailto:aha...@adobe.com>> a écrit : What value is undefined? Is there a call stack or error message? -Alex From: Nicolas Aguttes mailto:nicolas.agut...@gmail.com>> Reply-To:

Re: Binding question/issue

2020-05-17 Thread Alex Harui
ly, I tried what you suggested and added addBead(new ContainerDataBinding()) to the constructor, I also tried to add to the Ecran1.mxml the And read the different example provided Carlos and tried to mimic them,but I still get an undefined value when I execute the application. Le dim. 17 mai 2020

Re: Heads Up: was replaced with

2020-05-17 Thread Alex Harui
Is the script tag from inject_script going before or after the script tag for the application (should be before, IMO)? Make sure the script tag has the same settings as the script tags google closure uses in js-debug. I think they set some options so the scripts load in order. HTH, -Alex

Re: Binding question/issue

2020-05-17 Thread Alex Harui
Hi Nicolas, Looks like you are using the Jewel component set, so you may need to add ContainerDataBinding to the screens. Different MXML files can have different binding implementation for performance reasons and there may not be one specified by default for PAYG reasons. You can do that by

Re: [apache/royale-asjs] Menu construction with xml data (#815)

2020-05-14 Thread Alex Harui
I pushed more fixes last night. Did they not work? It is annoying that GitHub won’t let you re-open, but there are already so many emails that I don’t like re-opening and closing in the same day. From: serkan Reply-To: "users@royale.apache.org" Date: Thursday, May 14, 2020 at 4:05 AM To:

Re: About the label on button

2020-04-29 Thread Alex Harui
pening wrong instead in Royale (please use a literal string instead of resource string in your minimal repro). Thanks Greg On Thu, Apr 30, 2020 at 3:05 PM serkan mailto:ser...@likyateknoloji.com>> wrote: Ok than it is better to create an issue. Thanks 30.04.2020 05:59 tarihinde Alex Har

Re: About the label on button

2020-04-29 Thread Alex Harui
Mx:Button should work like it did in Flex. Might be a pixel or two difference, but mostly the same. -Alex From: serkan Reply-To: "users@royale.apache.org" , "users@royale.apache.org" Date: Wednesday, April 29, 2020 at 7:18 PM To: "users@royale.apache.org" Subject: Re: About the label on

Re: TypeError: Error #1088: The markup in the document following the root element must be well-formed.

2020-04-29 Thread Alex Harui
Serkan, An XMLList literal with one node is indistinguishable from an XML literal. The JS runtime does not understand XMLList and XML so we test by asking the browser to parse the literal. XMLList literals with more than one child will not parse and that’s how we know it is XMLList and not

Re: TypeError: Error #1088: The markup in the document following the root element must be well-formed.

2020-04-28 Thread Alex Harui
I’m not sure what the example is supposed to produce, but I got two MenuBar entries if the XMLList looked like this: And yes, there is a caught exception,

Re: Emulation question : mx.controls.Menu and mx.controls.listClasses.ListBase

2020-04-28 Thread Alex Harui
In theory, the various list classes have moved away from assuming an Array to working with Collections. Pretty sure MenuBar is handling XML correctly, but it uses Basic Menus underneath. I expect that similar changes need to be made for mx:Menu. You might be able to tell from the MenuBar or

Re: [Action Required] About how to release Apache Royale

2020-03-27 Thread Alex Harui
I don’t recall anyone saying “Maven is evil”. I also agree we should support both (and other popular build systems if it would bring in more users). I believe that technically, we have to run Ant at some point in the release process in order to validate the release artifacts for Ant users.

Re: SetFocus bead

2020-03-24 Thread Alex Harui
FWIW, it might be worth considering a different approach. Two issues with putting a bead on a component like this is: 1. Timing: beads are applied very early 2. Duplication: There isn’t anything that will detect that you accidentally have this bead on another component somewhere. An

Re: Layout advises

2020-03-22 Thread Alex Harui
kan Taş Date: Thursday, March 19, 2020 at 9:48 AM To: "users@royale.apache.org" , Alex Harui Subject: Re: Layout advises I guess it is not only related with the images but with layout in general. 19.03.2020 19:19 tarihinde Alex Harui yazdı: Not sure. Spark Image looks like it i

Re: Layout advises

2020-03-19 Thread Alex Harui
7704bd867da08d7cc206020%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637202311747338071=z5Q1frjC01y%2BE9zO21F9K0TYm%2B4zjW0zxY1Br%2FqTWzc%3D=0>'u edinin On Thu, Mar 19, 2020 at 6:34 PM +0300, "Alex Harui" mailto:aha...@adobe.com>> wrote: Probably s:Image needs to force a layout of the parent. From: Serk

Re: height is zero

2020-03-19 Thread Alex Harui
Looks like a bug in Scroller. It should stretch its children. A workaround may be to set height=”100%” or to some value on the child HGroup From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Thursday, March 19, 2020 at 7:19 AM To: "users@royale.apache.org" Subject: height is zero

Re: Layout advises

2020-03-19 Thread Alex Harui
Probably s:Image needs to force a layout of the parent. From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Thursday, March 19, 2020 at 5:58 AM To: "users@royale.apache.org" Subject: Layout advises Hi, I have flex layout like : [cid:image001.png@01D5FDC9.20761100] but getting this

Re: compiler warnings related with image visibility

2020-03-16 Thread Alex Harui
ers@royale.apache.org" Subject: Re: compiler warnings related with image visibility [Bindable] public var data:XML 17.03.2020 08:15 tarihinde Alex Harui yazdı: What class or XML has the visualParams property? From: Serkan Taş <mailto:serkan@likyateknoloji.com> Reply-To: "

Re: compiler warnings related with image visibility

2020-03-16 Thread Alex Harui
What class or XML has the visualParams property? From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Monday, March 16, 2020 at 9:42 PM To: "users@royale.apache.org" , Carlos Rovira Subject: Re: compiler warnings related with image visibility Hi Carlos, I am not sure how to implement

Re: selectionChange of MX ADG is not implemented

2020-03-15 Thread Alex Harui
I pushed some changes that optimized for fewer ADG layout passes. See if it helps bring that 5-6 seconds down to 3-ish. -Alex From: Serkan Taş Date: Saturday, March 14, 2020 at 9:41 PM To: Alex Harui , "users@royale.apache.org" Subject: Re: selectionChange of MX ADG is not imple

Re: Single call for data grid

2020-03-14 Thread Alex Harui
a huge difference, but I would recommend doing it anyway. -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Friday, March 13, 2020 at 11:00 PM To: "users@royale.apache.org" , Alex Harui Subject: Re: Single call for data grid The source for reference

Re: selectionChange of MX ADG is not implemented

2020-03-14 Thread Alex Harui
Can you summarize the comparison between Flex and Royale? I think you are saying the Flex app takes 7 seconds and the Royale takes 14 or 16? -Alex From: Serkan Taş Date: Saturday, March 14, 2020 at 12:12 AM To: "users@royale.apache.org" , Alex Harui Subject: Re: selectionChange

Re: Single call for data grid

2020-03-13 Thread Alex Harui
will check listData issue. For the video, you can see that the duration is very long. There is a timestamp top right that you can check. What is your opinion ? 13.03.2020 21:11 tarihinde Alex Harui yazdı: I suspect that one or more of your custom item renderers is not yet emulating the listDat

Re: Single call for data grid

2020-03-13 Thread Alex Harui
I suspect that one or more of your custom item renderers is not yet emulating the listData property. Comment them all out, and comment them back in until you find the one(s). -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Friday, March 13, 2020 at 12:14 AM To:

Re: selectionChange of MX ADG is not implemented

2020-03-13 Thread Alex Harui
display for the test case. I commented out the custom renderer and it gets around 5.5 secs. Needs more investigation. I am going to work on try to discover how to measure and improve performance if necessary. Thanks, Serkan 13.03.2020 07:53 tarihinde Alex Harui yazdı: Try commenting out al

Re: selectionChange of MX ADG is not implemented

2020-03-12 Thread Alex Harui
Date: Thursday, March 12, 2020 at 3:00 PM To: "users@royale.apache.org" , Alex Harui Subject: Re: selectionChange of MX ADG is not implemented Confirm ! It is working for "change" Alex thanks. I have another question. MX ADG load time is around 6-7 secs. Even it has onl

Re: selectionChange of MX ADG is not implemented

2020-03-12 Thread Alex Harui
We discussed this on March 1. I wrote: “Pretty sure Spark DG “selectionChange” is just “change” for MX ADG”. Is that not the case? I have to stop work for tonight. I will check for your reply tomorrow. -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Wednesday, March 11,

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-11 Thread Alex Harui
C0%7C637195419412435268=%2BgRd8TNKs7o%2BnkqaNf%2BqvETY0rBiwrJ7DlaVkOKkxfY%3D=0>'u edinin ________ Kimden: Alex Harui Gönderildi: 11 Mart 2020 Çarşamba 17:28 Kime: users@royale.apache.org Konu: Re: MXAdvancedDataGridItemRenderer XML parsing Isn’t it being called by the

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-11 Thread Alex Harui
C0%7C637195051593153885=RavOyklfdrvubvF11QQsLnHyq7Bk7DlieBUX7CmRnc4%3D=0>'u edinin On Wed, Mar 11, 2020 at 8:38 AM +0300, "Alex Harui" mailto:aha...@adobe.com>> wrote: I have no idea what question/problem you have. Please re-state it. -Alex From: Serkan Taş Reply-To: "us

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-10 Thread Alex Harui
ally. But they are used just to make the gui more user friendly and to have better look And hey are fıunctional, mean you can click on the images to send actions about the jobs : to stop suspend or run for example. Serkan. 9.03.2020 08:49 tarihinde Alex Harui yazdı: Hi Serkan, Looks like

Re: VSCode + Royale SDK: Ant != Maven Distribution

2020-03-10 Thread Alex Harui
day, March 10, 2020 at 5:12 PM To: "users@royale.apache.org" Subject: RE: VSCode + Royale SDK: Ant != Maven Distribution Ah, good to know. If that’s the case, then some git ignore must be hiding the differences that I wasn’t seeing. I’ll do more testing. Thank you. Brian From: Alex

Re: VSCode + Royale SDK: Ant != Maven Distribution

2020-03-10 Thread Alex Harui
It can be tricky to run both Maven after running Ant in a folder. Maven knows how to clean up its own stuff with the “clean” target but doesn’t know to clean up stuff from Ant and often that’s the reason for a RAT error. Running “ant super-clean” should remove all of the Ant stuff, but there

Re: Image references replaced

2020-03-09 Thread Alex Harui
What is the function call issue? I think I’ve lost track somewhere. -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Monday, March 9, 2020 at 10:25 PM To: "users@royale.apache.org" Subject: Image references replaced Hi Alex, Greg, After adding copy directive to the build

Re: MXAdvancedDataGridItemRenderer XML parsing

2020-03-08 Thread Alex Harui
D5F59B.D44ADE30] Although xml has the node : [cid:image005.png@01D5F59B.D44ADE30] 8.03.2020 10:09 tarihinde Alex Harui yazdı: I just pushed some changes that might help. Binding wasn’t working in s:MXAdvancedDataGridItemRenderer -Alex

Re: Grid does not load data

2020-03-07 Thread Alex Harui
I just pushed some changes that might help. Binding wasn’t working in s:MXAdvancedDataGridItemRenderer -Alex From: Serkan Taş Date: Saturday, March 7, 2020 at 9:49 PM To: "users@royale.apache.org" , Alex Harui Subject: Re: Grid does not load data No exception at all. Debugge

Re: Grid does not load data

2020-03-07 Thread Alex Harui
version: var liveStateInfo:XML = XMLList(XML(data).stateInfos.LiveStateInfos.children())[0]; HTH, -Alex From: Serkan Taş Date: Saturday, March 7, 2020 at 12:10 AM To: "users@royale.apache.org" , Alex Harui Subject: Re: Grid does not load data For the other columns rather than the first

Re: Grid does not load data

2020-03-06 Thread Alex Harui
users@royale.apache.org" Date: Friday, March 6, 2020 at 10:10 PM To: Alex Harui Subject: Re: Grid does not load data 7.03.2020 09:05 tarihinde Serkan Taş yazdı: Showing flex view and flex source for reference. [cid:image001.png@01D5F407.780B90F0] For the first column I use GridIt

Re: Grid does not load data

2020-03-06 Thread Alex Harui
Date: Friday, March 6, 2020 at 3:18 PM To: "users@royale.apache.org" , Alex Harui Subject: Re: Grid does not load data You can see in the details I shared in the link before. I need to put image buttons for one column, statu image for another, and for text alignment for another. Like t

Re: Grid does not load data

2020-03-06 Thread Alex Harui
Royale From: Serkan Taş Date: Friday, March 6, 2020 at 1:34 PM To: Alex Harui , "users@royale.apache.org" Subject: Re: Grid does not load data For which one ? Flex or Royale ? 6.03.2020 19:59 tarihinde Alex Harui yazdı: I didn’t notice earlier that you were using s:DefaultGridIt

Re: Grid does not load data

2020-03-06 Thread Alex Harui
I'm sorry but I don't understand why you must have a custom renderer for that column if it works without. Get Outlook for Android<https://aka.ms/ghei36> From: Serkan Taş Sent: Friday, March 6, 2020 2:31:40 PM To: Alex Harui ; users@royale.apache.org S

Re: Grid does not load data

2020-03-06 Thread Alex Harui
: Friday, March 6, 2020 at 12:26 AM To: Alex Harui , "users@royale.apache.org" Subject: Re: Grid does not load data It is a little bit complex Alex let me try to clarify : ===

Re: Grid does not load data

2020-03-05 Thread Alex Harui
1d1ab%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637190498197436423=Bm%2Ffnhbevf14zEipkV2txTJ8ld7P%2BEFQARrWkMcPPBQ%3D=0>'u edinin ____ Kimden: Alex Harui Gönderildi: 6 Mart 2020 Cuma 02:20 Kime: users@royale.apache.org; users@royale.apache.org Konu: Re: Grid does

Re: Grid does not load data

2020-03-05 Thread Alex Harui
It should be For any tag, the xmlns prefix specifies the namespace (Spark or MX). MXAdvancedDataGridItemRenderer is in the Spark namespace because it is a way to use Spark components in MX AdvancedDataGrid. For any tag, the properties must have the same xmlns prefix as the tag. HTH, -Alex

Re: Grid does not load data

2020-03-05 Thread Alex Harui
Wednesday, March 4, 2020 at 10:53 PM To: "users@royale.apache.org" Subject: Re: Grid does not load data Ok, let me make it clear. When I enable the simplest one of the commented parts here is the output : [cid:image001.png@01D5F285.547B0C20] Thanks Serkan 5.03.2020 06:45 tarihinde

Re: Grid does not load data

2020-03-04 Thread Alex Harui
Hi Serkan, What does “not able to make it work” mean? Compile errors? Something else? In the source, it looked like the item renderers were commented out. -Alex From: Serkan Taş Date: Wednesday, March 4, 2020 at 7:30 PM To: "users@royale.apache.org" , Alex Harui Subject: Re:

Re: Grid does not load data

2020-03-01 Thread Alex Harui
at 2:04 AM To: "users@royale.apache.org" , Alex Harui Subject: Re: Grid does not load data Addition : Itemrenderers are not i

Re: Grid does not load data

2020-02-29 Thread Alex Harui
Pretty sure Spark DG “selectionChange” is just “change” for MX ADG. -Alex From: Serkan Taş Date: Saturday, February 29, 2020 at 4:25 AM To: "users@royale.apache.org" , Alex Harui Subject: Re: Grid does not load data First requirement : selectionChanged This event handler does

Re: Grid does not load data

2020-02-28 Thread Alex Harui
This was working recently: https://github.com/apache/royale-asjs/issues/681 What did your subclass of Spark DG do? -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Friday, February 28, 2020 at 1:36 PM To: "users@royale.apache.org" , Alex Harui Su

Re: Grid does not load data

2020-02-28 Thread Alex Harui
We have hardly worked on Spark DataGrid at all. Can you use MX:AdvancedDataGrid instead? From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Friday, February 28, 2020 at 1:08 PM To: "users@royale.apache.org" Subject: Grid does not load data Hi, Before creating issue I want to get

Re: compiler build failed...

2020-02-26 Thread Alex Harui
OK, thanks for finding that. Should be fixed now. -Alex From: Serkan Taş Date: Wednesday, February 26, 2020 at 11:14 AM To: "users@royale.apache.org" , Alex Harui Subject: Re: compiler build failed... Not sure Full output : https://drive.google.com/open?id=1_6-rBQq

Re: compiler build failed...

2020-02-26 Thread Alex Harui
Which tests failed? From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Wednesday, February 26, 2020 at 10:41 AM To: "users@royale.apache.org" Subject: compiler build failed... BUILD FAILED D:\dev\royale-emulation-works\github\royale-compiler\build.xml:108: The following error

Re: style : overflow : auto

2020-02-25 Thread Alex Harui
I have pushed changes to emulate this behavior. Royale may not be 100% backward-compatible so if this change causes other issues, we may revert it. -Alex From: Serkan Taş Date: Monday, February 24, 2020 at 11:06 PM To: "users@royale.apache.org" , Alex Harui Subject: Re: style

Re: style : overflow : auto

2020-02-24 Thread Alex Harui
I am investigating. Some problems are not quick to resolve. -Alex From: Serkan Taş Date: Monday, February 24, 2020 at 10:25 PM To: "users@royale.apache.org" , Alex Harui Subject: Re: style : overflow : auto Kindly remind. Android için Outlook<https://nam04.safelinks.protectio

Re: style : overflow : auto

2020-02-24 Thread Alex Harui
I may not be understanding you. If it is working in Royale like it works in Flex, then we probably fixed a bug and you are getting correct behavior. -Alex From: Serkan Taş Date: Monday, February 24, 2020 at 11:04 AM To: "users@royale.apache.org" , Alex Harui Subject: Re: style

Re: style : overflow : auto

2020-02-24 Thread Alex Harui
If the Panel’s height is 20, then the content height should be 0. All you should see is the titlebar. What is the height of the Panel in Flex? -Alex From: Serkan Taş Reply-To: "users@royale.apache.org" Date: Monday, February 24, 2020 at 2:25 AM To: "users@royale.apache.or

Re: MenuBar

2020-02-23 Thread Alex Harui
To: "users@royale.apache.org" Subject: Re: MenuBar I have working one but need some guidance to style, spacing between items for example. 24.02.2020 08:01 tarihinde Alex Harui yazdı: There is an mx:MenuBar. It is working for Alina and Pashmina. -Alex From: Serkan

  1   2   3   4   5   6   >