FormItem preferredWidth error

2021-12-22 Thread GAbe Barbosa
Hi Folks, I'm in need of some help. I recently downloaded the latest build of the js-only sdk #3885( before I was using #3502) Using GitHub that places that last commit around Sep 14 or so for #3502 While starting my app I now get this error: FormItem.js:667 Uncaught TypeError: Cannot read prope

Re: How to launch mx:Application from another mx:Application at runtime

2021-12-02 Thread GAbe Barbosa
Why do you need modules at all? In Flash I used modules to > reduce the size of my main application. In Royale I have not found it to be > an issue. > > Harbs > > > On Dec 2, 2021, at 8:57 PM, GAbe Barbosa wrote: > > > > Thanks for responding Harbs! > > >

Re: How to launch mx:Application from another mx:Application at runtime

2021-12-02 Thread GAbe Barbosa
; > I’d probably load it in an iframe you can use either or > > > If you need limited communication, you can use postMessage to communicate > between the two apps. > > https://developer.mozilla.org/en-US/docs/Web/API/Window/postMessage > > > On Nov 25, 2021, at 1:

How to launch mx:Application from another mx:Application at runtime

2021-11-24 Thread GAbe Barbosa
Hi royale folks, I've tried using mx:Modules with no success. I'm trying to come up with an alternative solution and need help. How would you launch/load an application from the currently running application at runtime. Ensuring I don't get any duplicate deps is a whole other problem, so don't wo

Re: Casting workarounds

2021-04-28 Thread GAbe Barbosa
Thanks Hiedra , After reading your post I diffed the upstream and downstream of that VO. The remote class alias had slightly changed! This resolved the issue. -Gabriel Barbosa

Re: Casting workarounds

2021-04-27 Thread GAbe Barbosa
For clarity this is a cast that worked in Flex/Flash from the response of an AMF call. Upon investigation it looks like AMF is stripping away property class data on it's return from the server. This is the structure. We return ResultVO from java with a property result of ChildVO. In our Royale Ap

Re: Getting to 1.0

2021-04-20 Thread GAbe Barbosa
Apologies for posting images. Console dump. url: https://royale.apache.org/asdoc/#!mx.controls.advancedDataGridClasses/AdvancedDataGridColumn Mixed Content: The page at 'https://royale.apache.org/asdoc/' was loaded over HTTPS, but requested an insecure stylesheet ' http://maxcdn.bootstrapcdn.com/

Re: Getting to 1.0

2021-04-20 Thread GAbe Barbosa
t would you like to see more of > in the docs? > > Andrew > > On Tue, Apr 20, 2021 at 1:27 PM GAbe Barbosa > wrote: > > > From a new developer perspective the documentation is awful. Half the > time > > the docs won't even load and the other half you have

Re: Getting to 1.0

2021-04-20 Thread GAbe Barbosa
>From a new developer perspective the documentation is awful. Half the time the docs won't even load and the other half you have to go searching through the source code anyway to see if that method is commented out. I use the flex as3 doc and go straight to the source code now. Not a fun way to dev

Re: mx:DataGrid "change" event behavior

2021-04-05 Thread GAbe Barbosa
Thanks for the explanation Edward! I probably want to eventually eventually port the code to mx:DataGrid because we use it everywhere in our codebase. I took a look at the source code and wasn't sure if the event needs to be dispatched on the strand like in AdvancedDataGrid. I'll have to experimen

Re: mx:DataGrid "change" event behavior

2021-04-02 Thread GAbe Barbosa
" It does generate a ListEvent.ITEM_CLICK event. " I haven't been able to generate an "itemClick" event, only a "change" event. How were you able to accomplish this? The property itemClick is not implemented on the mx:DataGrid side. I explicitly added the eventListener for "itemClick" on the mx:D