Re: Extending Validators

2021-06-21 Thread David Slotemaker de Bruine
y need ? > Do you want to force tooltip to be removed ? > > Thanks, > Piotr > > śr., 26 maj 2021 o 18:56 David Slotemaker de Bruine < > dslotema...@vicensvives.com> napisał(a): > >> Great! Cheers. >> >> On Wed, 26 May 2021 at 18:55, Piotr Zarzycki &g

Re: Extending Validators

2021-06-21 Thread David Slotemaker de Bruine
;> need to just call it in some specific moment dispatch an event from your >> validator like that: >> >> var host:IPopUpHost = UIUtils.findPopUpHost(hostComponent); >> (host as IUIBase).dispatchEvent(new Event("cleanValidationErrors")); >> >> >> >

Re: Blaze ds does not serialize typed java arrayList to as3 arrayList correctly

2021-06-23 Thread David Slotemaker de Bruine
Hi Roman, I use BlazeDS, and I had all sorts of trouble using the js:Remote and the experts recomended I use mx:Remote. So you need to start there I think. What IDE are you using? I am using Moonshine. I can send you my config if thats what you are on. Cheers, David On Wed, 23 Jun 2021 at

Extending Validators

2021-05-21 Thread David Slotemaker de Bruine
Hi all, I have some Form Items in different Cards within a Grid Component. I would like to validate them before submitting the data. If I create a Form tag in each Card and a Form Validator for each card I can manually execute the validators and continue the process, but this is cumbersome.

Re: Extending Validators

2021-05-21 Thread David Slotemaker de Bruine
I ended up using a form per Card and then just calling .validate on the FormValidator when submitting the Forms. If all FormValidators returned true the Forms are valid. On 2021/05/21 11:06:42, David Slotemaker de Bruine wrote: > Hi all, > > I have some Form Items in different Car

Binding and Popups

2021-05-26 Thread David Slotemaker de Bruine
Hi all, A similar request was made earlier but no answer was proposed. I have a datagrid that the user can selected an Item, in the click handler I do the following: if(!popupHorario.open) popupHorario.open = true;

Re: Extending Validators

2021-05-26 Thread David Slotemaker de Bruine
Bumping this again as I realize I do need to create custom Validators, as it is, I don't think it can be done because the "destroyErrorTip()" function is internal. Would it be possible to make it protected? On 2021/05/21 14:11:31, David Slotemaker de Bruine wrote: > I e

Re: Extending Validators

2021-05-26 Thread David Slotemaker de Bruine
Great! Cheers. On Wed, 26 May 2021 at 18:55, Piotr Zarzycki wrote: > Hi David, > > Sure I can do that for you - I will check code if it's reasonable and > possible. It just been crazy lately with several things here ;) > > śr., 26 maj 2021 o 18:27 David Slotemaker de B

Re: selectedItems for Lists and DataGrids Jewel

2021-05-27 Thread David Slotemaker de Bruine
Give me an example and I'll tell you how I do it. > > > > > > > > Hiedra > > > > > > > > *De:* David Slotemaker de Bruine > > *Enviado el:* lunes, 22 de marzo de 2021 16:49 > > *Para:* users@royale.apache.org > > *Asunto:* Re: selectedItems for L

ArrayCollection

2021-02-07 Thread David Slotemaker de Bruine
Hi All, I did a search on the new group but only came up with suggestions as to what I have already. In the Flex app I am (semi) porting I have a constants file (and others) that have vars pf type ArrayCollection declared. During the initialize event in my main Royal app I am calling:

Re: ArrayCollection

2021-02-08 Thread David Slotemaker de Bruine
ia Jose Esteve () > escribió: > >> Hello david, >> You have to use ArrayList >> >> Hiedra >> >> -Mensaje original- >> De: David Slotemaker de Bruine >> Enviado el: lunes, 8 de febrero de 2021 8:34 >> Para: users@royale.apac

Remote Object Call Performance and Fault Event

2021-02-08 Thread David Slotemaker de Bruine
Hey Guys, I have managed to get a Remote Object Call working to our current BlazeDS backend using Jewel UI and js:RemoteObject, Great work getting that done! Some questions: I have make the call twice, the first one always returns a Error message with the fault string "Detected duplicate

Getting started and issues

2021-02-05 Thread David Slotemaker de Bruine
Hi all, I hope this is the right place to post. I have used Flex 3 and BlazeDS extensively and would like to learn Royal, I am having a few issues following the tutorial, I am using 0.9.7 with Moonshine as the IDE:

Re: Getting started and issues

2021-02-05 Thread David Slotemaker de Bruine
we are close to have release and > it's quite stable now. > > I'm part of the team who is working on Moonshine IDE, so if you have any > problems let me know. > > Thanks, > Piotr > > pt., 5 lut 2021 o 11:06 David Slotemaker de Bruine < > dslotema...@vicensvives.com

Re: Getting started and issues

2021-02-05 Thread David Slotemaker de Bruine
OK, the data wasn't showing up as I had js:DataGridColumns inside aj:DataGrid. I still sometimes get a "unkown property error for the datagrid component when assigning values but it now works. Thanks. On 2021/02/05 11:19:41, David Slotemaker de Bruine wrote: > Thanks for the inst

Re: Getting started and issues

2021-02-05 Thread David Slotemaker de Bruine
t. > > Happy Royaling! :) > > El vie, 5 feb 2021 a las 14:17, David Slotemaker de Bruine (< > dslotema...@vicensvives.com>) escribió: > >> OK, the data wasn't showing up as I had js:DataGridColumns inside >> aj:DataGrid. >> >> I still sometimes get a "

Re: mx:RemoteObject

2021-02-05 Thread David Slotemaker de Bruine
9.7 (js only) On Fri., 5 Feb. 2021, 17:17 Piotr Zarzycki, wrote: > Hi David, > > What version of SDK are you using ? > > pt., 5 lut 2021 o 17:14 David Slotemaker de Bruine < > dslotema...@vicensvives.com> napisał(a): > >> Hi All, >> >> I am trying

Re: mx:RemoteObject

2021-02-05 Thread David Slotemaker de Bruine
you are running is inside downloaded folder of 0.9.7 ? > > Can you try Nightly build ? You can easly download it trough the Moonshine > SDK Installer and try example which comes with that ? > > pt., 5 lut 2021 o 17:22 David Slotemaker de Bruine < > dslotema...@vicensvives.com> na

mx:RemoteObject

2021-02-05 Thread David Slotemaker de Bruine
Hi All, I am trying the RemoteObject example. I only have the JS version of the SDK installed, and I am getting:

Re: Remote Object Call Performance and Fault Event

2021-02-09 Thread David Slotemaker de Bruine
r Zarzycki wrote: > Hi David, > > This is weird. Could you check in project Settings - section “Run” that > you have selected Platform - “JS” > > Piotr > > On Tue, 9 Feb 2021 at 08:57, David Slotemaker de Bruine < > dslotema...@vicensvives.com> wrote: > >> Hi

Re: Remote Object Call Performance and Fault Event

2021-02-08 Thread David Slotemaker de Bruine
ce is far simpler and performant. In Flex we used > to overuse DataGrids. > > HTH > > El lun, 8 feb 2021 a las 16:54, David Slotemaker de Bruine (< > dslotema...@vicensvives.com>) escribió: > > > Hey Guys, > > > > I have managed to get a Remote Object Call

Re: Remote Object Call Performance and Fault Event

2021-02-09 Thread David Slotemaker de Bruine
ng something in his. I don't follow fully this thread. > > Thanks, > Piotr > > wt., 9 lut 2021 o 10:11 David Slotemaker de Bruine < > dslotema...@vicensvives.com> napisał(a): > >> Yes I have "JS" selected as Run, I even selected SWF saved, and >> r

Re: Remote Object Call Performance and Fault Event

2021-02-09 Thread David Slotemaker de Bruine
r your project. I would leave Carlos > clarification. > > If you think that you will have problem with Moonshine try Nightly build > of it to see if it's the same. > > wt., 9 lut 2021 o 11:00 David Slotemaker de Bruine < > dslotema...@vicensvives.com> napisał(a): > &

Re: Remote Object Call Performance and Fault Event

2021-02-09 Thread David Slotemaker de Bruine
Piotr Zarzycki > > wrote: > > > >> Carlos, > >> > >> Could you provide compiler options which you have in your project ? I > >> think David is missing something in his. I don't follow fully this thread. > >> > >> Thanks, > >&

Re: Remote Object Call Performance and Fault Event

2021-02-09 Thread David Slotemaker de Bruine
In case if you have problems with Moonshine try Nightly build of it. It >> is available on Moonshine's website by clicking small arrow near Download >> button. >> >> wt., 9 lut 2021 o 11:34 David Slotemaker de Bruine < >> dslotema...@vicensvives.com> napisał

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread David Slotemaker de Bruine
; napisał(a): > >> Hi David, >> >> sorry but I'm not an expert in Moonshine, to set up a project hope Piotr >> could give you a hand. Since you're doing from scratch it should be fairly >> straight forward. >> >> El mar, 9 feb 2021 a las 16:07, David Sl

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread David Slotemaker de Bruine
ontinue) > > > > Anyway, wait for another colleague to give us their opinion. > > > > Hiedra. > > > > *De:* David Slotemaker de Bruine > *Enviado el:* miércoles, 10 de febrero de 2021 15:59 > *Para:* users@royale.apache.org > *Asunto:* Re: Remote Object Call Per

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread David Slotemaker de Bruine
: command line Error: configuration variable 'compiler.exclude-defaults-css-files' value contains unknown token 'royale.framework.version'. On Wed, 10 Feb 2021 at 13:34, David Slotemaker de Bruine < dslotema...@vicensvives.com> wrote: > Hi guys, > > @Carlos I am using Moonshin

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread David Slotemaker de Bruine
ble > directly, but that's the info you need to build yours for sure. > > One more thing you'll need is to avoid CSS from MXRoyale until we separate > RPC from visual mx/spark components: > -compiler.exclude-defaults-css-files=MXRoyale-${ > royale.framework.version}-js.swc:defau

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread David Slotemaker de Bruine
seeing this for selected SDK. On Mac that path is different. > > > śr., 10 lut 2021 o 09:53 Piotr Zarzycki > napisał(a): > > > Please upload to some dropbox, onedrive or something like that and send me > > to my email - do you see my email here ? > > > >

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread David Slotemaker de Bruine
t; >>> śr., 10 lut 2021 o 13:43 Piotr Zarzycki >>> napisał(a): >>> >>>> David, >>>> >>>> Show me screenshot with your compiler options. Carlos provided you >>>> correct stuff now you just need to place in a proper way. >&g

Re: Remote Object Call Performance and Fault Event

2021-02-10 Thread David Slotemaker de Bruine
520, the response from the server is immediate. The objects inherit from a base object, could that be the cause? On Wed., 10 Feb. 2021, 15:57 Maria Jose Esteve, wrote: > Hi David, > > How many records do you have? > > > > Hiedra > > > > *De:* David Sl

Re: Remote Object Call Performance and Fault Event

2021-02-11 Thread David Slotemaker de Bruine
Sure! Great Thank you. On Thu, 11 Feb 2021 at 09:38, Maria Jose Esteve wrote: > Hi David, > > I'm going to set up a project of examples, with little things that I'm > doing, I'll share the address when I have it. Can you wait? > > > > Hiedra > > > > *De:* Da

Best choice for Responsive Jewel App using forms.

2021-02-11 Thread David Slotemaker de Bruine
Hi All, The app I am building has a lot of states and most states contain a large form, I am using Jewel. I would like to have a app header and footer and I would like the form take up 2 (or 3 rows) on the desktop and 1 on Mobile. Looking at Tour de Jewel I see that there is a

Re: selectedItems for Lists and DataGrids Jewel

2021-03-23 Thread David Slotemaker de Bruine
Give me an example and I'll tell you how I do it. > > > > > > > > Hiedra > > > > > > > > *De:* David Slotemaker de Bruine > > *Enviado el:* lunes, 22 de marzo de 2021 16:49 > > *Para:* users@royale.apache.org > > *Asunto:* Re: selectedI

Re: Generic DataGrid Renderers

2021-03-23 Thread David Slotemaker de Bruine
hts? On Tue, 23 Mar 2021 at 09:03, Piotr Zarzycki wrote: > If that's the case I would remove everything in that item renderer, > override property data and there filter: > > super.data = value; > if (!data) { > this.text = ""; > } > > wt., 23

Re: Generic DataGrid Renderers

2021-03-23 Thread David Slotemaker de Bruine
rer is do same thing as the default > one, what's the point of creating this one ? Are you going to expand it's > functionality ? > > Thanks, > Piotr > > wt., 23 mar 2021 o 08:31 David Slotemaker de Bruine < > dslotema...@vicensvives.com> napisał(a): > >>

Re: Generic DataGrid Renderers

2021-03-23 Thread David Slotemaker de Bruine
rid Column? ;) > > What is the stringValue ? > > On Tue, 23 Mar 2021 at 12:17, David Slotemaker de Bruine < > dslotema...@vicensvives.com> wrote: > >> Hi Piotr, >> >> I have tried overriding the set data method. The problem is that >> "dataFie

Re: Generic DataGrid Renderers

2021-03-23 Thread David Slotemaker de Bruine
lter these out in the renderer. >> >> On Tue, 23 Mar 2021 at 08:39, Piotr Zarzycki >> wrote: >> >>> Hi David, >>> >>> It looks like your DataGridItemRenderer is do same thing as the default >>> one, what's the point of creating this one ? A

Generic DataGrid Renderers

2021-03-23 Thread David Slotemaker de Bruine
Hi All, I would like to create a generic Datagrid renderer for some of my VOs. I have followed the example for TDJ but it's not going me any output or error message. My code is the following: http://ns.adobe.com/mxml/2009; xmlns:j="library://ns.apache.org/royale/jewel"

Re: Generic DataGrid Renderers

2021-03-23 Thread David Slotemaker de Bruine
} > >} > > > > (In my case I use a class type, but I imagine that with Object it will be > the same) > > > > Hiedra > > > > *De:* David Slotemaker de Bruine > *Enviado el:* martes, 23 de marzo de 2021 12:39 > *Para:*

Re: Generic DataGrid Renderers

2021-03-23 Thread David Slotemaker de Bruine
ta = value; stringValue = value[dataField]; this.text = stringValue; } public function StringDataGridItemRenderer() { } } } On Tue, 23 Mar 2021 at 12:58, Piotr Zarzycki wrote: > Can you show me now full code of your item renderer ? > > wt., 23 mar 2021 o 12:39 David Slotemaker de

Re: Generic DataGrid Renderers

2021-03-23 Thread David Slotemaker de Bruine
On Tue, 23 Mar 2021 at 14:39, Piotr Zarzycki wrote: > David, > > Please check if you have labelField available and it's not null. > > Thanks, > Piotr > > wt., 23 mar 2021 o 13:47 David Slotemaker de Bruine < > dslotema...@vicensvives.com> napisał(a): > &

Re: Generic DataGrid Renderers

2021-03-23 Thread David Slotemaker de Bruine
e this renderer in MXML as you did before and use it? > > wt., 23 mar 2021 o 13:08 David Slotemaker de Bruine < > dslotema...@vicensvives.com> napisał(a): > >> Yes, it works if I Cast the Object, but I don't want to cast it, I want a >> generic Renderer that uses the &q

onInitComplete fires before variables are set.

2021-03-25 Thread David Slotemaker de Bruine
Hi, I am trying to set columns in a Datagrid depending on the size of the screen. I have extended the DataGrid Component and added Array Variables that contain the columns that should be visible at each screen size. I have added a to the component. On initCompleteEvent I setup the listeners

Re: onInitComplete fires before variables are set.

2021-03-25 Thread David Slotemaker de Bruine
stener initComplete to DataGrid itself initially ? > > Thanks, > Piotr > > czw., 25 mar 2021 o 11:38 David Slotemaker de Bruine < > dslotema...@vicensvives.com> napisał(a): > >> Hi, >> >> I am trying to set columns in a Datagrid depending on the size of the &

Re: onInitComplete fires before variables are set.

2021-03-25 Thread David Slotemaker de Bruine
dModel).addEventListener("dataProviderChanged", > handleDataProviderChanged); > > > czw., 25 mar 2021 o 12:16 David Slotemaker de Bruine < > dslotema...@vicensvives.com> napisał(a): > >> Hi Piotr, >> >> I am not sure what you mea or where I am to out the

Strange runtime error With AMF and Moonshine

2021-03-25 Thread David Slotemaker de Bruine
I have been busy coding away today and everything has run great. All of a sudden the server call response for logging in returns correctly (visible in Charles) But the the fault event is execute in Royal, the Fault message is shown below. I have restarted both Moonshine and the webserver.

Re: Strange runtime error With AMF and Moonshine

2021-04-01 Thread David Slotemaker de Bruine
causing this? Any help would be great! On Thu, 25 Mar 2021 at 18:08, Piotr Zarzycki wrote: > Could it be that Moonshine has download a new version of the SDK >> automatically? > > > No it's not possible. > > czw., 25 mar 2021 o 18:02 David Slotemaker de Bruine < &g

Re: Strange runtime error With AMF and Moonshine

2021-04-06 Thread David Slotemaker de Bruine
g" this causes the compiler to use this set of classes INSTEAD of the MX classes. Causing the error I was receiving at run time! Where should I send this information? David On Thu, 1 Apr 2021 at 13:15, David Slotemaker de Bruine < dslotema...@vicensvives.com> wrote: > Hi all again

Re: Strange runtime error With AMF and Moonshine

2021-04-06 Thread David Slotemaker de Bruine
Done. On Tue, 6 Apr 2021 at 14:42, Andrew Wetmore wrote: > Can you put that in a bug report for Royale at > https://github.com/apache/royale-asjs/issues ? > > On Tue, Apr 6, 2021 at 6:03 AM David Slotemaker de Bruine < > dslotema...@vicensvives.com> wrote: > >&

Re: Enable and Disable Application

2021-03-11 Thread David Slotemaker de Bruine
With Hiedras help I am going to go with a custom pupup component to block the UI. Thank you all. On Thu, 11 Mar 2021 at 10:40, David Slotemaker de Bruine < dslotema...@vicensvives.com> wrote: > Hi Hiedra, > > Thanks! > > So doing what you said works: > > > >

Enable and Disable Application

2021-03-10 Thread David Slotemaker de Bruine
Hi, In Flex, the Application and View Containters had the "enabled" property that you could bind to the model so that when you had remote calls executing you could disable the UI if you wanted. How do we go about doing that in Royal? Cheers, David

Re: CRUX event not found

2021-03-12 Thread David Slotemaker de Bruine
ceCompilation.forcedClasses; > > See if something like that helps... good luck. > Greg > > > On Sat, Mar 13, 2021 at 9:59 AM David Slotemaker de Bruine < > dslotema...@vicensvives.com> wrote: > >> Hi all, >> >> I have the following defined in my

Re: Remote Object Call Performance and Fault Event

2021-03-12 Thread David Slotemaker de Bruine
It seems that the issue is with the Node server that runs with Moonshine, exporting to a tomcat server the correct calls are made and no duplicate sessions occur. Thank you all for your help. On 2021/03/09 09:15:58, David Slotemaker de Bruine wrote: > Hi Safrizal, > > I only j

CRUX event not found

2021-03-12 Thread David Slotemaker de Bruine
Hi all, I have the following defined in my App.mxml But I am getting this error when running the app: Uncaught Error: Could not get a reference to class for CommonEvent.EVENT_CARGAR_CONFIGURACIONES. Did you specify its package in cruxConfig::eventPackages? Events for

Calling Crux Events from Controllers

2021-03-13 Thread David Slotemaker de Bruine
Hi all, I am not sure if this is CRUX correct. I have a loginEvent that checks the user details on the server via the UsuarioController, if the result of the service call is correct I want to call a CommonEvent that will call the CommonController. I have tried creating an Event and dispatching

Re: CRUX event not found

2021-03-13 Thread David Slotemaker de Bruine
OK! So creating an instance of the event in application complete did the trick. Also I changed the root "event" folder to "events" as it was causing problems when the as was converted to javascript. On 2021/03/12 21:30:48, David Slotemaker de Bruine wrote: > It's n

Re: Calling Crux Events from Controllers

2021-03-18 Thread David Slotemaker de Bruine
(myEvent); D On 2021/03/13 17:27:13, David Slotemaker de Bruine wrote: > Hi all, > > I am not sure if this is CRUX correct. I have a loginEvent that checks the > user details on the server via the UsuarioController, if the result of the > service call is correct I want to cal

Chaining Events/Sever requests

2021-03-17 Thread David Slotemaker de Bruine
Hi All, I need to chain server requests so that request 3 only fires after 1 and 2 have returned. I am using CRUX, I see there is a ChainEvent class but not sure if that is what I am looking for. I would like to chain the events from the Controller and also from the View. Cheers, David

Validation

2021-03-17 Thread David Slotemaker de Bruine
Hi, I need to validate a form. I have been checking out the TDJ example and have some questions: Can you write you own validation function that validates an array of validators that you have specified (Like in Flex)? Example I have 2 TextInputs and a Combo. The form can only be submitted if

Re: Remote Object Call Performance and Fault Event

2021-03-09 Thread David Slotemaker de Bruine
Hi Safrizal, I only just found your reply now as it got buried in the thread and I was off trying to fic everything else. Back on the server side of things now and want to implement your solution. I have to use MX:RemoteObject as my existing backend is BlazeDS 4.0.1. I would like to keep

Re: Register Class error

2021-03-10 Thread David Slotemaker de Bruine
ate ... > Do you have the bead "" included? > > Hiedra > -Mensaje original----- > De: David Slotemaker de Bruine > Enviado el: lunes, 8 de marzo de 2021 14:13 > Para: users@royale.apache.org > Asunto: Register Class error > > Hi All,

selectedItems for Lists and DataGrids Jewel

2021-03-22 Thread David Slotemaker de Bruine
Hi, Are there plans to add "selectedItems" to the List and Datagrid components? David

Strange conversion to JS

2021-03-15 Thread David Slotemaker de Bruine
Hi all, I have two CRUX calls to a RemoteObject which are semantically the same 1) works correctly: [EventHandler(event="CommonEvent.EVENT_CARGAR_CONFIGURACIONES" )] public function cargarConfiguraciones(): void {

Re: Enable and Disable Application

2021-03-11 Thread David Slotemaker de Bruine
> > > There are examples in the TDJ and in other examples on the blog. > > Hiedra > > -Mensaje original- > De: David Slotemaker de Bruine > Enviado el: miércoles, 10 de marzo de 2021 12:08 > Para: users@r

Re: Register Class error

2021-03-11 Thread David Slotemaker de Bruine
? Do you still have the error? > > > > Hiedra > > > > *De:* David Slotemaker de Bruine > *Enviado el:* miércoles, 10 de marzo de 2021 13:39 > *Para:* users@royale.apache.org > *Asunto:* Re: Register Class error > > > > Never too late with help! :) >

Re: Strange conversion to JS

2021-03-16 Thread David Slotemaker de Bruine
cargarAnyoActual():AsyncToken { return remoteObject.commonService.cargarAnyoActual(); } On Tue, 16 Mar 2021 at 17:49, Maria Jose Esteve wrote: > Hola David, > Could you send the content of commonService? > > Hiedra. > > -Mensaje original- > De: David Slotemaker de Bruine >

Re: Jewel Themes

2021-03-02 Thread David Slotemaker de Bruine
Thanks Bill and Carlos, I understand the emphasis property like "primary", "secondary" or "emphasized". That's not the problem, currently there is NO formatting or styles on the Cards, Application Bar etc. I am guessing because I no longer point to the JewelTheme folder only the

Re: Getting Started with Crux

2021-02-25 Thread David Slotemaker de Bruine
: mx.rpc.remoting.mxml.RemoteObject; I now have issues getting the correct response from the server, but that will be another post :) On Thu, 25 Feb 2021 at 08:42, David Slotemaker de Bruine < dslotema...@vicensvives.com> wrote: > Hi Piotr, I will send you a link with the code, cheers! I will

Jewel Themes

2021-03-01 Thread David Slotemaker de Bruine
Hi, I want to implement Jewel themes like in TDJ. The docs currently point to a 404 page: https://apache.github.io/royale-docs/component-sets/jewel/jewel-themes Looking at the source code of TDJ I see you can call an new theme with: loadCSS("assets/themes/Jewel-Light-" + flatState + "-" +

Re: Jewel Themes

2021-03-02 Thread David Slotemaker de Bruine
ou have the CSS to be used directly > > El mar, 2 mar 2021 a las 13:34, David Slotemaker de Bruine (< > dslotema...@vicensvives.com>) escribió: > >> Hi Carlos, >> >> In the compile line I changed "JewelTheme" in the path to >> "Jewel-Dark-NoF

Re: Jewel Themes

2021-03-02 Thread David Slotemaker de Bruine
, > so I think you can use an array for multiple CSS here, but didn't try it. > > > > > El mar, 2 mar 2021 a las 11:55, David Slotemaker de Bruine (< > dslotema...@vicensvives.com>) escribió: > >> Hi Carlos, >> >> Thanks for the overview, do you h

Re: Jewel Themes

2021-03-02 Thread David Slotemaker de Bruine
https://apache.github.io/royale-docs/features/styles-skins-themes at the bottom. "Jewel Themes" On Tue, 2 Mar 2021 at 10:43, Andrew Wetmore wrote: > Hi, David: > > On what page does that broken link appear? > > Andrew > > On Tue, Mar 2, 2021 at 3:55 AM David Sl

Re: Jewel Themes

2021-03-02 Thread David Slotemaker de Bruine
> > > El mar, 2 mar 2021 a las 10:52, Carlos Rovira () > escribió: > >> Hi David, >> >> just fixed the link to jewel themes in docs [1] >> >> I'll answer other points as I have more time >> >> HTH >> >> [1] https://apache.github.io/

Re: Jewel Themes

2021-03-02 Thread David Slotemaker de Bruine
Hi again, I compared the default.css in JewelTheme and Jewel-Dark-NoFlat-Secondary-Red-Theme, they both contain different tags. Perhaps I need to have them both in the Compiler line? David On Tue, 2 Mar 2021 at 13:55, David Slotemaker de Bruine < dslotema...@vicensvives.com> wrote: >

Re: Getting Started with Crux

2021-02-26 Thread David Slotemaker de Bruine
ject; > > while the class used when you add in bean provider mxml file is > mx.rpc.remoting.mxml.RemoteObject; > although is transparent to you since you use without > the need of any import. > > HTH > > Carlos > > > El jue, 25 feb 2021 a las 18:08, David Sl

Re: Jewel Themes

2021-03-03 Thread David Slotemaker de Bruine
elTheme and compile it using SASS >> compiler you can get as well the final CSS combined. >> >> _theme.sass is this code: >> >> //Theme variables (Flat/No Flat - Dark/Light - >> Primary/Secondary/Emphasized Color >> $flat: false >> $dark: false >&g

Register Class error

2021-03-08 Thread David Slotemaker de Bruine
Hi All, I am trying to register the Array class with registerClassAlias("flex.messaging.io.ArrayCollection", ArrayList); But I am getting: Error: Call to a possibly undefined method registerClassAlias. : registerClassAlias("flex.messaging.io.ArrayCollection",

Re: Getting Started with Crux

2021-02-27 Thread David Slotemaker de Bruine
? Thanks David On Fri., 26 Feb. 2021, 18:01 Carlos Rovira, wrote: > Hi, but that seems a problem in backend, not Royale. > are you trying to go from very simple initial calls to more complex ones? > > El vie, 26 feb 2021 a las 16:38, David Slotemaker de Bruine (< > dslotema.

Re: Getting Started with Crux

2021-02-27 Thread David Slotemaker de Bruine
t; > El sáb, 27 feb 2021 a las 12:06, David Slotemaker de Bruine (< > dslotema...@vicensvives.com>) escribió: > >> Hi Carlos, >> >> I would agree with you but the code that works in a non Crux project does >> work when pasted into the Crux project. This co

Re: MaterialIcon binding

2021-02-23 Thread David Slotemaker de Bruine
] > > [1] https://paste.apache.org/ > > El lun, 22 feb 2021 a las 17:55, David Slotemaker de Bruine (< > dslotema...@vicensvives.com>) escribió: > >> Hi Carlos, >> >> OK! that worked, using just menu shows the correct icon. What could it be? >> >&g

Re: Getting Started with Crux

2021-02-24 Thread David Slotemaker de Bruine
>> your beanprovider. >> >> About Moonshine, maybe @Piotr Zarzycki can >> help you I don't have many experience, sorry >> >> >> El mar, 23 feb 2021 a las 15:18, David Slotemaker de Bruine (< >> dslotema...@vicensvives.com>) escribi

Re: MaterialIcon binding

2021-02-24 Thread David Slotemaker de Bruine
t; > xmlns:j="library://ns.apache.org/royale/jewel" > xmlns:html="library://ns.apache.org/royale/html"> > > > > > > > > > > > > > > > > > > > > > > > > > HTH > > Carlos > > > E

Re: Getting Started with Crux

2021-02-23 Thread David Slotemaker de Bruine
mation. 1. Breakpoints (In Moonshine) are not working in the project, but they are in others. 2. There is a blue squiggle at the start of some of the files stating that the files are not within the source directory, but they are. Any ideas? On Thu, 18 Feb 2021 at 17:42, David Slotemaker

Re: Getting Started with Crux

2021-02-26 Thread David Slotemaker de Bruine
There was an unhandled failure on the server. java.lang.NullPointerException Not really helpful :) On Fri, 26 Feb 2021 at 16:18, Carlos Rovira wrote: > Hi, > > we need to see the NPE you refer > thanks > > El vie, 26 feb 2021 a las 11:49, David Slotemaker de Br

Re: Best choice for Responsive Jewel App using forms.

2021-02-12 Thread David Slotemaker de Bruine
uot; > ResponsiveResizeListener" in order to add/remove columns at a certain > screen break point (mobile, tablet, desktop,...) > > HTH > > Carlos > > [1] https://github.com/codeoscopic/avant2-website > [2] https://github.com/apache/royale-asjs/issues/1070 > [3] https://r

Re: Best choice for Responsive Jewel App using forms.

2021-02-12 Thread David Slotemaker de Bruine
things that work for your use case. > > HTH > > > El vie, 12 feb 2021 a las 11:06, David Slotemaker de Bruine (< > dslotema...@vicensvives.com>) escribió: > >> Hi Carlos, >> >> Thanks, yes I meant column instead of row. I will have a look at the >

Re: Royale/AMF For Healthcare Apps

2021-02-17 Thread David Slotemaker de Bruine
Hi Jason, I too am from a Flex background and has just started using Royal. You can use any of the IDEs to compile if you want to use RemoteObject. I am using Moonshine, Carlos uses VS Code. If you want to use BlazeDS you should use the mx version of RemoteObject as it is more feature complete

Re: Getting Started with Crux

2021-02-18 Thread David Slotemaker de Bruine
have it here [1], but anyway I'll try to give a bit more info. >> >> [1] https://apache.github.io/royale-docs/libraries/crux/service-layer >> >> El jue, 18 feb 2021 a las 16:49, Carlos Rovira () >> escribió: >> >>> Hi David, >>> >>> I'll

Getting Started with Crux

2021-02-18 Thread David Slotemaker de Bruine
Hi All, I come from a Flex Cairngorm background and I am trying to get my head around Crux and the Crux example. I have gone through the tutorial and read the documentation. But I am stuck on where to place my RemoteObject tags and how to reference/call them. The first code snippet from:

Re: Best choice for Responsive Jewel App using forms.

2021-02-14 Thread David Slotemaker de Bruine
inContent.mxml > > > > El vie, 12 feb 2021 a las 17:08, David Slotemaker de Bruine (< > dslotema...@vicensvives.com>) escribió: > >> Hi Carlos, >> >> Excellent, I have the grid view doing exactly as I need, once I get the >> datagrid at the bottom of th

Re: MaterialIcon binding

2021-02-21 Thread David Slotemaker de Bruine
. Any pointers? Cheers, D On Sat, 20 Feb 2021 at 16:19, Carlos Rovira wrote: > Hi David, > > Remember that binding requires to be composed in Royale (PAYG main > principle). > Do you have this bead at mxml file level? > > > > > > El vie, 19 feb 2021 a las

MaterialIcon binding

2021-02-19 Thread David Slotemaker de Bruine
Hi all, I am trying to recreate the Tour de Jewel Responsive Design. I have almost everything working but I am stuck with the following issue: 1)The MaterialIcon components that use binding ( ) to decide their image show blank, but the tool tips still work which seems to say it isn't a

Re: MaterialIcon binding

2021-02-22 Thread David Slotemaker de Bruine
he string directly it works? > If so, the library is ok. So it must be something in the bind and I need > you to copy a bit of code you're using since I have no idea > > El lun, 22 feb 2021 a las 8:53, David Slotemaker de Bruine (< > dslotema...@vicensvives.com>) escribió: > >

Re: MaterialIcon binding

2021-02-22 Thread David Slotemaker de Bruine
nstant are only for convenience and error checking > > El lun, 22 feb 2021 a las 14:25, David Slotemaker de Bruine (< > dslotema...@vicensvives.com>) escribió: > >> If I remove the { , ie: >> >> >> >> The browser shows the character [ when the menu is hidde