Re: UIBase.model not Bindable

2018-10-22 Thread Alex Harui
On 10/22/18, 2:22 PM, "Carlos Rovira" wrote: ok, I never though we have separate a property for different platforms in different classes. In fact seems a bit strange to me... is this done intentionally? Not sure what you mean by "intentionally". In JS, there was some common code

Re: Adding more than one bead of the same type to strand

2018-10-22 Thread Alex Harui
AddBead does not search the strand. getBeadByType returns the first bead added that is, extends, or implements the type. Some Basic components like DataGrid have a data model and a presentation model. The data model is intended to support the properties exposed to the developer. The IBeadMod

Build failed in Jenkins: royale-typedefs #824

2018-10-22 Thread apacheroyaleci
See -- [...truncated 146.57 KB...] [java]

Re: Adding more than one bead of the same type to strand

2018-10-22 Thread Piotr Zarzycki
Hi Carlos, The one think which come up to my mind are interfaces. What if your new model - bead - will have different interface implemented. Adding it by addBead should work... Piotr On Tue, Oct 23, 2018, 12:14 AM Carlos Rovira wrote: > Hi, > > I'm using the bead system a lot in my app, and is

Adding more than one bead of the same type to strand

2018-10-22 Thread Carlos Rovira
Hi, I'm using the bead system a lot in my app, and is very powerful, but I have some case that I'm not sure how to deal with: Let's say I migrating some business logic separated in different classes for example some Model classes (IBeadModel), some controllers (IBeadController) that manages the b

Re: UIBase.model not Bindable

2018-10-22 Thread Carlos Rovira
Hi Alex El lun., 22 oct. 2018 a las 19:25, Alex Harui () escribió: > > > On 10/22/18, 8:06 AM, "Carlos Rovira" wrote: > > Hi, > > UIBase.model is not Bindable is this metadata missed and could be > added? > It has metadata in JS, but not for SWF. It should be ok to add it to the > SWF

Re: UIBase.model not Bindable

2018-10-22 Thread Alex Harui
On 10/22/18, 8:06 AM, "Carlos Rovira" wrote: Hi, UIBase.model is not Bindable is this metadata missed and could be added? It has metadata in JS, but not for SWF. It should be ok to add it to the SWF code. A model use to be Bindable in all cases since is used in MXML wit

Re: Odd Error

2018-10-22 Thread Alex Harui
GoogDepsWriter tries to cache dependency information in the individual JS files in the js-debug folder. So if what is being cached isn't quite right, then it could cause problems on the next build. What does ArrayList.js look like after it compiles on a clean build? -Alex On 10/22/18, 1:30 A

Re: Getting An Emulation Component To Run

2018-10-22 Thread Alex Harui
Hi Alina, Again, I cannot help you as efficiently if you do not provide important details. You are showing some part of the console for building the application. But did the compiler hang, or did it think it finished? What does your build.xml look like? What was the full console output? I w

UIBase.model not Bindable

2018-10-22 Thread Carlos Rovira
Hi, UIBase.model is not Bindable is this metadata missed and could be added? A model use to be Bindable in all cases since is used in MXML with binding. As a curiosity, I see that UIBase.model is COMPILE::SWF and don't see JS version, but is there in JS, how is this possible? thanks -- Carlos

Jenkins build is back to normal : royale-asjs_MXTests #92

2018-10-22 Thread apacheroyaleci
See

Github problems

2018-10-22 Thread Carlos Rovira
Hi some colleges told me about a huge problem in Github. Seems that creating things like a PR is making a hard time in some projects. Don''t know if this affects to us, but I think we should be cautious and wait to see if things stabilize Best -- Carlos Rovira http://about.me/carlosrovira

Re: Odd Error

2018-10-22 Thread Carlos Rovira
Hi Harbs, same here with something similar. I get two errors in jewel Button.js with same issue but related to org.apache.royale.core.WrappedHTMLElement; org.apache.royale.html.util.addElementToWrapper; As you I only see this from time to time, so was not reporting since I didn't know how to comm

Odd Error

2018-10-22 Thread Harbs
Recently I started getting this error when compiling my app: Oct 22, 2018 11:25:06 AM com.google.javascript.jscomp.LoggerErrorManager println SEVERE: /Users/harbs/Documents/git/PrintUI/printui-flexjs/PortedPrintUI/bin/js-debug/org/apache/royale/collections/ArrayList.js:14: ERROR - required "org.

Build failed in Jenkins: royale-asjs_MXTests #91

2018-10-22 Thread apacheroyaleci
See -- [...truncated 2.01 MB...] [mxmlc] using source file:

RE: Getting An Emulation Component To Run

2018-10-22 Thread Alina Kazi
Hi Alex, This time I told you about folders hierarchy its same as examples/royale/ModuleExample. js:UIModuleLoader is replaced with mx:ModuleLoader url property is added in ModuleLoader and extra properties are removed, js:UIModule is replaced with mx:Module js:Application is replaced with

RE: Getting An Emulation Component To Run

2018-10-22 Thread Alina Kazi
It compiles MainApp and then Module and then console stopped at : [mxmlc] 109142 bytes written to D:\apache-royale-0.9.3-bin-js-swf\royale-asjs\examples\royale\ModuleExample\Module\bin-debug\Module.swf in 3.220 seconds -Original Message- From: Alina Kazi [mailto:alina.k...@d-bz.com] Se

Re: Getting An Emulation Component To Run

2018-10-22 Thread Alex Harui
Hi Alina, Again, half a world away, I cannot know what your folder structure and build files look like, or what you tried or didn't try. And now, I have to stop working and we missed an opportunity to help you because the important information was not provided in your earlier email. I wrote s

RE: Getting An Emulation Component To Run

2018-10-22 Thread Alina Kazi
Hi Alex, My folders hierarchy, build.xml and everything else is similar to royale/ModuleExample . Only difference is royale/ModuleExample using js controls while I am using mx controls. Thanks, Alina Kazi -Original Message- From: Alex Harui [mailto:aha...@adobe.com.INVALID] Sent: M