Re: Cairngorm framework

2019-10-12 Thread Harbs
Here: https://sourceforge.net/adobe/cairngorm/source/GetSourceCode/ > On Oct 12, 2019, at 9:41 PM, Harbs wrote: > > That link appears to be the documentation. > > This seems to be the actual framework, but all links on this

Re: Cairngorm framework

2019-10-12 Thread Greg Dove
Hi Takeshita, 1. "model" is the same as Cairngorm's vo (value object)? Answer: Actually 'vo' seems more correct for that example. Those were done quite quickly and I guess I used a package structure as a template. I will change that example to use vo as the package name for those later this week,

Re: Cairngorm framework

2019-10-12 Thread Harbs
That link appears to be the documentation. This seems to be the actual framework, but all links on this project seem to be broken. https://sourceforge.net/adobe/cairngorm/wiki/Downloads/ > On Oct 12, 2019, at 9:38 AM, Alex Harui wrote:

Re: Future proof Flex/Flash apps.

2019-10-12 Thread Paul Stearns
Carlos: The applications we have written really do want to be desktop applications. Having a small subset of functionality for mobile use would be beneficial for a few of the applications we support. Mostly however these are data entry focused applications. One of the applications captures

excludeFrom vs visible & includeInLayout

2019-10-12 Thread Serkan Taş
Hi Herbs, As you mentioned before, after updating the latest sources from github my actual problem is clearly related with the state concept, especially excludeFrom. According to your advises I tried using  visible & includeInLayout, eg. : includeInLayout="false" > It did not work

Issue in launching my application with latest sdk.

2019-10-12 Thread Alina Kazi
Hi Alex, We have downloaded latest sdk 0.9.6 and compiled our Application successfully, After making some changes in code that is : we have replaced parentComponent to parentMxmlDocument in our all .as and .mxml files. Application shows blank screen on browser,when we launch index.html. I have

Re: EventDispatcher.js:73 Uncaught TypeError: cls is not a constructor

2019-10-12 Thread Serkan Taş
Hi Harbs, Today I after updating the repo, I can say that I can not see the exception in my console anymore. Still the layout is awful but no exception at all :) I am going to work on to figure out what is going with layout. If you and/or Alex like to have a look to the application, I can

Re: Cairngorm framework

2019-10-12 Thread Carlos Rovira
Hi Takeshita, I think you already get the link to Crux actual examples in our repo here [1]. For documentation, the official Swiz Framework doc for Flex should be of help here [2] while we create ours in Royale docs for Crux that should be very near to that one but considering the needs and

Re: Cairngorm framework

2019-10-12 Thread Takeshita Shoichiro
Alex and Greg, thanks. I'd like to try Crux first. Greg, several questions for CruxGitHubCommitLogViewer. 1. "model" is the same as Cairngorm's vo (value object)? 2. Is like ServiceLocator mxml required for Crux also? 3. When sending/receiving to/from application server using RemoteObject, how

Re: Cairngorm framework

2019-10-12 Thread Greg Dove
Fyi I recently ported a Cairngorm app to Royale replacing cairngorm with Apache Royale Crux (based on Swiz). That part was quite easy. That's another option to consider. On Sat, 12 Oct 2019, 19:38 Alex Harui, wrote: > It should be possible to emulate Cairngorm similar to how the MXRoyale and >

Re: Cairngorm framework

2019-10-12 Thread Alex Harui
It should be possible to emulate Cairngorm similar to how the MXRoyale and SparkRoyale components emulate the Flex MX and Spark components. The source code appears to still be on SourceForge https://sourceforge.net/projects/cairngorm.adobe/ I don’t have time to work on emulating Cairngorm