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 17:
u
>> 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"));
>>
>>
>>
you actually 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, Pio
; 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
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
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:
>
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;
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
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.
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:
>
>>
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
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 &l
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. Could
sharedModel).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 ou
ner 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
&
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 f
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):
&
his 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
>
>}
>
>
>
> (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
> *P
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
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
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
to filter 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 th
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):
&g
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"
xmlns:js="libr
; > 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:
Yes, but I want to be able to select and set multiple values. Like you
could in Flex.
On Mon, 22 Mar 2021 at 16:47, Maria Jose Esteve wrote:
> David, what do you mean? Can't access myList.selectedItem?
> Hiedra
>
> -Mensaje original-
> De: David Slotemaker de Bruine
Slotemaker de Bruine
wrote:
> 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)?
>
>
Hi,
Are there plans to add "selectedItems" to the List and Datagrid components?
David
Event(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
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
t
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
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
>
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
{
appModel.isCommu
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
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
ForceCompilation.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
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 event.us
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
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:
>
>
>
>
r you? 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! :)
&
>
>
> 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: us
w if I'm late ...
> 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,
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
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 usi
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", Arra
ass in JewelTheme 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: fa
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
Jewel-Dark-NoFla
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:
>
u 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-Dar
ore than one theme,
> 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,
> HTH
>
>
> 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://ap
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
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 + "-" + emph
wrong.
>
>
>
> 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 proje
tions?
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 (<
> dslo
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
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
is
of type:
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 w
add as well to
>> 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>)
oyale/basic"
> xmlns:j="library://ns.apache.org/royale/jewel"
> xmlns:html="library://ns.apache.org/royale/html">
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> HTH
>
> Carlos
&
information.
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 Slote
he file [1]
>
> [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?
>&
nt 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 hidden.
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ó:
>
. 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
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 problem
>> we 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,
>>&g
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:
http
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 an
's
> MainContent.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 t
ind a
> few 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
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
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 HorizontalFlow
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
>
>
>
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
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
>>>
>>> ś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 w
: 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
the line could be not usable
> 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-${
> roy
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 ?
> >
>
ovira
> 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
t
>> 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.
ns for 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ł(
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,
>
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
>&
Piotr 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:
>
>>
eader, since 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 Ob
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 HTTP-
aria 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.apach
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:
registe
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
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
Hi All,
I am trying the RemoteObject example. I only have the JS version of the SDK
installed, and I am getting:
it out.
>
> 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
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
cause 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 <
> dslotem
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:
https://apache.github.io/royale-docs/create-an-application/application-tutorial
98 matches
Mail list logo