Re: apache royale and Node js

2022-03-22 Thread Roman Isitua
>From my responses inline. On Tue, 22 Mar 2022, 12:07 Harbs, wrote: > > > On Mar 22, 2022, at 12:35 PM, Roman Isitua wrote: > > > I recently stumbled upon the below links > > https://apache.github.io/royale-docs/get-started/royale-cli > > https://apache.gith

apache royale and Node js

2022-03-22 Thread Roman Isitua
I recently stumbled upon the below links https://apache.github.io/royale-docs/get-started/royale-cli https://apache.github.io/royale-docs/features/nodejs It looks pretty interesting. As I look to bring new front end developers to join my team. Using royale with a node js compiler might be a goo

Re: Royale support for progressive web apps (pwa)

2022-03-22 Thread Roman Isitua
oyale/ Is this what you mean by "none" integration ? On Mon, Mar 21, 2022 at 5:34 PM Alex Harui wrote: > Responses inline… > > > > *From: *Roman Isitua > *Reply-To: *"users@royale.apache.org" > *Date: *Saturday, March 19, 2022 at 9:07 PM > *To:

Re: Royale support for progressive web apps (pwa)

2022-03-19 Thread Roman Isitua
ilable by detecting OS > or via some Cordova libraries. > > > > But if the goal is to leverage these new browser APIs in Royale, then it > comes down to picking the level of integration and creating any wrapping > code if desired. It would be interesting to see if Royale v

Re: Royale support for progressive web apps (pwa)

2022-03-14 Thread Roman Isitua
me it would go alongside explaining how to prepare a Royale > app for use with Cordova to achieve a similar goal. > > a > > On Mon, Mar 14, 2022 at 8:16 AM Roman Isitua > wrote: > >> One question. >> >> At which point in the code should the below actionscript code be

Re: Royale support for progressive web apps (pwa)

2022-03-14 Thread Roman Isitua
ener: > > if ("serviceWorker" in window.navigator) { > window.navigator.serviceWorker > .register("/serviceWorker.js") > .then(function(res):void{trace("service worker registered")}) > .catch(function(err):void{trace("service worker not registered: &qu

Re: Royale support for progressive web apps (pwa)

2022-03-14 Thread Roman Isitua
One question. At which point in the code should the below actionscript code be added. Is it in the sp:Application (assuming I am using spectrum) area ? I.e In the fx script portion of the mxml ? On Mon, 14 Mar 2022, 08:45 Roman Isitua, wrote: > Wow ! I will definitely try this and provide

Re: Royale support for progressive web apps (pwa)

2022-03-14 Thread Roman Isitua
t;service worker not registered: "+ > err)}) > }) > } > > If there’s no typedef support for serviceWorker you might need to use: > window.navigator[“serviceWorker”] > > On Mar 14, 2022, at 1:00 AM, Roman Isitua wrote: > > From the tutorial the code to register the se

Re: Royale support for progressive web apps (pwa)

2022-03-13 Thread Roman Isitua
x html file, or in your ActionScript code. > > On Mar 13, 2022, at 8:24 PM, Roman Isitua wrote: > > From the below link > > > https://www.google.com/amp/s/www.freecodecamp.org/news/build-a-pwa-from-scratch-with-html-css-and-javascript/amp/ > > > The following steps are to

Re: Royale support for progressive web apps (pwa)

2022-03-13 Thread Roman Isitua
9:18 PM, Andrew Wetmore wrote: >> >> What is the gain of adding the .json file and all that? Doesn't a Royale >> app compiled for use with JS files run just fine without further >> modification on a web page? >> >> On Sun, Mar 13, 2022 at 3:26 PM Roman Isitu

Re: Royale support for progressive web apps (pwa)

2022-03-13 Thread Roman Isitua
r it in royale sdk. > > > > On Sun, 13 Mar 2022, 18:36 Harbs, wrote: > >> It shouldn’t be any different than a regular web app. >> >> You can add whatever you want to the template index.html file. >> >> On Mar 12, 2022, at 11:53 AM, Roman Isitua wrote:

Re: Royale support for progressive web apps (pwa)

2022-03-13 Thread Roman Isitua
Harbs, wrote: > It shouldn’t be any different than a regular web app. > > You can add whatever you want to the template index.html file. > > On Mar 12, 2022, at 11:53 AM, Roman Isitua wrote: > > I just stumbled on a tutorial on how to create a pwa app using plain html, > jav

Royale support for progressive web apps (pwa)

2022-03-12 Thread Roman Isitua
I just stumbled on a tutorial on how to create a pwa app using plain html, javascript and css (i.e. no framework). I am now forced to ask the question. How can i do this in royale ? Here is the link https://www.google.com/amp/s/www.freecodecamp.org/news/build-a-pwa-from-scratch-with-html-css-an

Re: Spectrum UI components

2022-02-28 Thread Roman Isitua
ot an IMenuItem. > > We are using spectrum based on royale 0.9.8 with this commit id "024b730" > > In other words we are not on version 0.9.9-snapshot? > > > You can cherry-pick the change. > > On Feb 28, 2022, at 10:44 AM, Roman Isitua wrote: > > Is there

Re: Spectrum UI components

2022-02-28 Thread Roman Isitua
sn't have a change attribute. How do you > execute an event on selecting from the list. > > On Sun, Feb 27, 2022 at 12:28 AM Roman Isitua > wrote: > >> How can I populate a spectrum combo box dynamically ? I intend to use an >> array list of data objects ? >>

Re: Spectrum UI components

2022-02-26 Thread Roman Isitua
sed. In the above example a static fx array was used. How can I use an arrayList of data objects instead ? On Wed, Jan 12, 2022 at 5:21 PM Roman Isitua wrote: > Understood. Thanks. > > On Wed, Jan 12, 2022 at 5:14 PM Harbs wrote: > >> >> >

Re: Talk on Royale

2022-01-26 Thread Roman Isitua
I have a question to ask regarding the load time of the spectrum browser (it's really fast) when compared to the demo spectrum app I deployed online. I will ask my question on another thread shortly. On Wed, Jan 26, 2022 at 1:34 PM Harbs wrote: > Reaction was positive. Not sure I convinced anyon

Re: Talk on Royale

2022-01-26 Thread Roman Isitua
This is nice. I have bookmarked this link and will watch it. On Tue, Jan 25, 2022 at 12:56 PM Harbs wrote: > I recently gave a talk on Royale to a local group in Jerusalem. Please > excuse the poor delivery. I was recovering from Covid and a flu. ;-) > > I went a bit into strands, beads and perf

Re: Spectrum UI components

2022-01-12 Thread Roman Isitua
Understood. Thanks. On Wed, Jan 12, 2022 at 5:14 PM Harbs wrote: > > > On Jan 12, 2022, at 6:08 PM, Roman Isitua wrote: > > What is the purpose of ? since it was no > longer necessary > > > It’s necessary in Royale Basic to use ArrayLists. > > In Spectrum,

Re: Spectrum UI components

2022-01-12 Thread Roman Isitua
gt; > On Jan 12, 2022, at 5:08 PM, Roman Isitua wrote: > > I have tested it again. No errors. > > > > On Wed, Jan 12, 2022 at 3:54 PM Harbs wrote: > >> Do you get an error of some kind? >> >> On Jan 12, 2022, at 4:29 PM, Roman Isitua wrote: >> >

Re: Spectrum UI components

2022-01-12 Thread Roman Isitua
I have tested it again. No errors. On Wed, Jan 12, 2022 at 3:54 PM Harbs wrote: > Do you get an error of some kind? > > On Jan 12, 2022, at 4:29 PM, Roman Isitua wrote: > > Sorry, what I meant to say is that the arrayList does not render. > > For example when I

Re: Spectrum UI components

2022-01-12 Thread Roman Isitua
gt; > ActionScript: > addBead(new ArrayListSelectionModel()); > addBead(new DataItemRendererFactoryForArrayList()); > > On Jan 12, 2022, at 2:44 PM, Roman Isitua wrote: > > How can this be applied let say for example on an sp:List ? As a bead ? > > Let's say

Re: Spectrum UI components

2022-01-12 Thread Roman Isitua
using collections you should > use DataItemRendererFactoryForArrayList or > DataItemRendererFactoryForCollectionView instead. > > HTH, > Harbs > > On Jan 12, 2022, at 1:35 PM, Roman Isitua wrote: > > Hence the reason, I need to confirm from Harbs the array data type that is

Re: Spectrum UI components

2022-01-12 Thread Roman Isitua
Hence the reason, I need to confirm from Harbs the array data type that is supported in spectrum. On Tue, 11 Jan 2022, 21:33 Maria Jose Esteve, wrote: > Hi, > > From what I see in the "ListModel.as" code it allows Object, IArray and > IArrayList. > > > >

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-12 Thread Roman Isitua
> *Reply-To: *"users@royale.apache.org" > *Date: *Wednesday, January 5, 2022 at 9:53 AM > *To: *"users@royale.apache.org" > *Subject: *Re: Compiling Modules (was Re: Load time is very slow) > > > > I probably won’t have time to really dig into this unt

Re: Spectrum UI components

2022-01-11 Thread Roman Isitua
question is Array data type the only collection class that is supported in spectrum ? On Tue, Jan 11, 2022 at 6:30 PM Roman Isitua wrote: > Hi, > > I am trying to populate my first List for some reason it is not > being populated. Here is my

Re: Spectrum UI components

2022-01-11 Thread Roman Isitua
wrote: > Use a > > > On Jan 8, 2022, at 4:34 PM, Roman Isitua wrote: > > > > Hi Harbs, > > > > I am trying to create a login form. How do I hide the password in > > > > > > > > could it be that it does not support password hiding ? Do I have to > resort to using royale basic text field ? > >

Re: Creating and using spectrum composite components

2022-01-08 Thread Roman Isitua
gt; To do what you want, it should subclass Spectrum Group. That’s an > oversight. > > Please make a PR. :-) > > On Jan 8, 2022, at 6:49 PM, Roman Isitua wrote: > > I have a simple spectrum view that references a container as follows > > > > > > > > &

Re: Creating and using spectrum composite components

2022-01-08 Thread Roman Isitua
Thanks. On Sat, Jan 8, 2022 at 5:58 PM Harbs wrote: > pull requsest. > > https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests > > > On Jan 8, 2022, at 6:55 PM, Roman Isitua wrote: >

Re: Creating and using spectrum composite components

2022-01-08 Thread Roman Isitua
Pardon my ignorance, what is a PR ? On Sat, Jan 8, 2022 at 5:52 PM Harbs wrote: > Card subclasses SpectrumBase. > > To do what you want, it should subclass Spectrum Group. That’s an > oversight. > > Please make a PR. :-) > > On Jan 8, 2022, at 6:49 PM, Roman Isitua wr

Creating and using spectrum composite components

2022-01-08 Thread Roman Isitua
I have a simple spectrum view that references a container as follows The SignInForm contains the definition of the sp:Card in a separate SignInForm.mxml file. I noticed that royale does not render the card. However, if I do this

Spectrum UI components

2022-01-08 Thread Roman Isitua
Hi Harbs, I am trying to create a login form. How do I hide the password in could it be that it does not support password hiding ? Do I have to resort to using royale basic text field ?

Re: Setting up spectrum

2022-01-07 Thread Roman Isitua
ts in MXML about what legal values for > properties are. > 4. Spectrum favors baking functionality in over beads. > 5. Icons are specified using strings which applies named SVG symbols using > “use” elements. > > Feel free to ask me questions... > > On Jan 7, 2022, at 9:42 AM,

Re: Setting up spectrum

2022-01-06 Thread Roman Isitua
est way to do that is to just copy the assets and template from > there. > > On Jan 7, 2022, at 8:53 AM, Roman Isitua wrote: > > Harbs I have been able to build the Spectrum project using ant. I used the > binary release of 0.9.8 to achieve this. > > I have a questi

Re: Setting up spectrum

2022-01-06 Thread Roman Isitua
fig to build it. > > Thanks, > Harbs > > On Jan 5, 2022, at 4:33 PM, Roman Isitua wrote: > > I commented it out. It did not work. I had to comment on another area with > a similar message. > > The current error > > C:\Users\nyemi\git\spectrum\spectrum-royale\Spect

Re: Setting up spectrum

2022-01-05 Thread Roman Isitua
Okay. On Wed, 5 Jan 2022, 17:44 Maria Jose Esteve, wrote: > Both constructs coexist with the code in their respective directories. > > Hiedra > > > > *De:* Roman Isitua > *Enviado el:* miércoles, 5 de enero de 2022 17:41 > *Para:* users@royale.apache.org > *As

Re: Setting up spectrum

2022-01-05 Thread Roman Isitua
I don’t use Maven, so I don’t have a Maven build in > Spectrum. > > You can feel free to make a PR with a Maven config to build it. > > Thanks, > Harbs > > On Jan 5, 2022, at 4:33 PM, Roman Isitua wrote: > > I commented it out. It did not work. I had to comment on

Re: Setting up spectrum

2022-01-05 Thread Roman Isitua
oyale.apache.org > *Subject: *Re: Setting up spectrum > > > > It’s checking for compiler-mxmlc.jar in the lib directory in ROYALE_HOME. > Are you missing that for some reason? > > I’m not sure why it’s checking for that instead of compc.jar which is what > it shoul

Re: Setting up spectrum

2022-01-05 Thread Roman Isitua
nd maven, I found it was the best for debugging, > do you want me to send you my build bat? Do you use windows? > > > > Hiedra > > > > *De:* Roman Isitua > *Enviado el:* miércoles, 5 de enero de 2022 15:34 > *Para:* users@royale.apache.org > *Asunto:* Re: Settin

Re: Setting up spectrum

2022-01-05 Thread Roman Isitua
gt; > I’m not sure why it’s checking for that instead of compc.jar which is what > it should actually be using. > > It was copied from the build.xml files used in the framework compile. > > Maybe Alex or Josh (or Greg?) can comment on that. > > > On Jan 4, 2022, at 11:5

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-04 Thread Roman Isitua
then we > have a good chance of things working. > > > > -Alex > > > > *From: *Roman Isitua > *Reply-To: *"users@royale.apache.org" > *Date: *Tuesday, January 4, 2022 at 12:39 AM > *To: *"users@royale.apache.org" > *Subject: *Re: Compi

Setting up spectrum

2022-01-04 Thread Roman Isitua
I am trying to build royale spectrum from source using ant. I get the below error C:\Users\nyemi\git\spectrum\spectrum-royale\Spectrum>ant Buildfile: C:\Users\nyemi\git\spectrum\spectrum-royale\Spectrum\build.xml [echo] ROYALE_HOME: C:\ROYALE\apache-royale-0.9.8 check-compiler-home: BUILD

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-04 Thread Roman Isitua
s a -load-externs in the same way it was used when > compiling Flex modules. The goal for the module is, like Flex, to not have > any classes in the module that exist in the main app. Then it doesn’t > matter about class renaming within the release-mode JS file. > > > > HTH,

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-03 Thread Roman Isitua
commended options for modules involving variable maps and property maps > may need to be abandoned in favor of externs and preventing renames. > > > > -Alex > > > > > > *From: *Roman Isitua > *Reply-To: *"users@royale.apache.org" > *Date: *Saturday

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-01 Thread Roman Isitua
t; royaleinspiretree > > royalearq > > royaledto > > royalecommons > > royaleconfig > > royaleconfigsystem > > royalesproducts > > … > > > > > > When I refer to the Maven modules I

Re: Compiling Modules (was Re: Load time is very slow)

2022-01-01 Thread Roman Isitua
erences can be > renamed, in this case, from SimpleCSSValuesImpl to QI > > > > I don’t know the renaming options we’ve added to the Royale Compiler, so I > don’t know if there is an option to control that. I think there is a way > to convince the Closure Compiler to not rename S

Re: Release compilation does not work: maven modules and crux

2021-12-31 Thread Roman Isitua
f there are others in the > community whose experience is different and can confirm that things are > working for them in release builds, please let us know. > > > > Maria, it is also possible that in your case, that use of Crux inside > modules is another layer of complexity i

Re: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Roman Isitua
Yes. On Thu, 30 Dec 2021, 23:03 Harbs, wrote: > Did you apply the input_file options to the module? > > On Dec 30, 2021, at 11:42 PM, Roman Isitua wrote: > > > I have applied the js compiler option as follows > > > -source-map=false;-compiler.show-binding

Re: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Roman Isitua
-option=--variable_map_input_file > ../../../../../MainApp/bin/js-release/gccvars.txt;-js-compiler-option+=--property_map_input_file > ../../../../../MainApp/bin/js-release/gccprops.txt > > On Dec 30, 2021, at 7:43 PM, Roman Isitua wrote: > > I think it will be better for me to shar

Re: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Roman Isitua
bled the below settings >> >> -js-dynamic-access-unknown-members=true; >> -js-default-initializers=true >> >> >> The release version starts up >> >> >> > Hiedra, that’s great! > > On Dec 30, 2021, at 7:15 PM, Roman Isitua wrote: >

Re: Compiling Modules (was Re: Load time is very slow)

2021-12-30 Thread Roman Isitua
ebRelease/App.js:5041:66) > at OW.J.init (http://localhost:8080/WPWebRelease/App.js:950:452) > at OW.J.u (http://localhost:8080/WPWebRelease/App.js:951:454) > at $$.J.addBead (http://localhost:8080/WPWebRelease/App.js:357:549) > > The main difference: > project compiled

Re: Load time is very slow

2021-12-28 Thread Roman Isitua
; *Para:* users@royale.apache.org > *Asunto:* Re: Load time is very slow > > > > That doesn’t sound right. > > > > Are you sure you’re compiling debug and not release? That sounds like > release build times. > > > > On Dec 27, 2021, at 3:31 PM, Roman Isitu

Re: Load time is very slow

2021-12-27 Thread Roman Isitua
piler and royale-asjs and rebuild > the same way you normally do. > > This git command should check out the branch. > > git checkout feature/ROYALE_INTERFACE_INFO > > If it doesn’t work, details on what happens should help us fix it. > > On Dec 27, 2021, at 3:37 PM, Roman

Re: Load time is very slow

2021-12-27 Thread Roman Isitua
2 PM Harbs wrote: > Yes. I made some changes which I’m hoping might help for modules. > > On Dec 27, 2021, at 3:06 PM, Roman Isitua wrote: > > What feature are you referring to here ? Minification of modules ? Please > clarify. > > > On Mon, Dec 27, 2021 at 1:44 PM Ha

Re: Load time is very slow

2021-12-27 Thread Roman Isitua
On Mon, Dec 27, 2021 at 2:11 PM Harbs wrote: > Compile times of debug builds should be very fast. What compile times are >> you seeing? >> > > What I mean is that, if we develop the entire application using only > one module, as we add new functionality, compile times will continue to > increas

Re: Load time is very slow

2021-12-27 Thread Roman Isitua
nch both for royale-compiler and royale-asjs. > > > On Dec 27, 2021, at 2:04 PM, Roman Isitua wrote: > > So I definitely need to figure out how to get modules working with > minification. > > I have also been following the threads on the developer list on > minification. > > >

Re: Load time is very slow

2021-12-27 Thread Roman Isitua
Find my responses below On Mon, Dec 27, 2021 at 1:40 PM Harbs wrote: > > > On Dec 27, 2021, at 2:04 PM, Roman Isitua wrote: > > - compile times. With modules as I am adding new features to the app, > compile times will not be affected too much. > This is very useful for

Re: Load time is very slow

2021-12-27 Thread Roman Isitua
eral threads > about it. In the next few days, I will come back to this because my > application has a lot of Maven modules and I can't get the release version > to work. > > > > Hiedra > > > > *De:* Roman Isitua > *Enviado el:* viernes, 24 de diciembre de 2

Re: Load time is very slow

2021-12-24 Thread Roman Isitua
> On Fri, 24 Dec 2021 at 10:35, Maria Jose Esteve wrote: > >> Hi, >> >> This error tells me that you have dependencies to swf artifacts but your >> SDK "surely" is JS Only can it be? >> >> Hiedra >> >> >> >> *De:* Roman Isitua

Re: Feliz Navidad!!!!!!!!!!!!!!!

2021-12-24 Thread Roman Isitua
Merry Christmas Everyone ! On Fri, Dec 24, 2021 at 4:31 PM Hugo Ferreira wrote: > Feliz Natal de Portugal :) > > Maria Jose Esteve escreveu no dia sexta, 24/12/2021 > à(s) 14:43: > >> >> Feliz Navidad, Bon Nadal, Joyeux Noël, Feliz Natal, Frohe Weihnachten, >> חג מולד שמח!!! >> >> Merr

Re: Load time is very slow

2021-12-24 Thread Roman Isitua
e-defaults-css-files=MXRoyale-0.9.7-js.swc:defaults.css;" > because you don't need it anymore. > > > > Let us know how it works for you. > > Hiedra > > > > *De:* Roman Isitua > *Enviado el:* jueves, 23 de diciembre de 2021 18:36 > *Para:* users@r

Re: Load time is very slow

2021-12-23 Thread Roman Isitua
in order to have maven artifacts - > they are stored in maven apache central. It means if you set version in pom > to 0.9.9-SNAPSHOT - artifacts will be downloaded once a day during first > build. > > > > There is a way of forcing downloading artifacts on every build, but I ha

Re: Load time is very slow

2021-12-23 Thread Roman Isitua
qr77QN0CEYB6c2KGuvhaliuUtDeR8Ov/view?usp=sharing > > Hiedra > > > > *De:* Roman Isitua > *Enviado el:* jueves, 23 de diciembre de 2021 17:23 > *Para:* users@royale.apache.org > *Asunto:* Re: Load time is very slow > > > > Thanks. My team is very new to royale. W

Re: Load time is very slow

2021-12-23 Thread Roman Isitua
> Thanks, > Piotr > > czw., 23 gru 2021 o 17:23 Roman Isitua napisał(a): > >> Thanks. My team is very new to royale. We have no prior adobe flex >> experience. We are using royale material design. >> >> How many seconds does it take to load at your end ? >

Re: Load time is very slow

2021-12-23 Thread Roman Isitua
k > with the latest one? > > > > Hiedra > > > > *De:* Roman Isitua > *Enviado el:* jueves, 23 de diciembre de 2021 16:22 > *Para:* users@royale.apache.org > *Asunto:* Load time is very slow > > > > Hi Everyone, > > > > I am current

Load time is very slow

2021-12-23 Thread Roman Isitua
Hi Everyone, I am currently working on an app. The app is still in development. I have deployed it to a test server online. The app can be access on this url below http://140.238.127.236:8081/spaciofm/js-debug/index.html I noticed that the app loading time is slow. It takes up to 20 seconds

Re: Global data transfer objects in a crux app

2021-12-01 Thread Roman Isitua
y welcome) - they might work for debug > builds, but they are not currently a working solution for release builds. > > > > > On Thu, Dec 2, 2021 at 7:03 AM Roman Isitua wrote: > >> My application is multi module and crux based. In my main module, I have >> a c

Global data transfer objects in a crux app

2021-12-01 Thread Roman Isitua
My application is multi module and crux based. In my main module, I have a class ConfigData that holds app configuration. The ConfigData class is declared in the crux beans.xml file. This class is initialized during application start up. A call to a web service fetches the data and populates thi

Re: referencing a class from a sibling module

2021-12-01 Thread Roman Isitua
. Regards, On Thu, 25 Nov 2021, 20:17 Roman Isitua, wrote: > I am working on a maven based multi module royale project. The project > uses crux. I created some classes in the main module. These classes were > declared in my crux config. I want to reference these classes in the child

Re: [EXTERNAL] Configuring rpc end points in royale

2021-11-26 Thread Roman Isitua
Hi brian, just to let you know that I am still interested in the nginx option. Of course at your own convenience. On Thu, 25 Nov 2021, 20:53 Roman Isitua, wrote: > I have never heard of the tool before. I will look it up. > > Thanks > > On Thu, Nov 25, 2021 at 8:42 PM G

Re: [EXTERNAL] Configuring rpc end points in royale

2021-11-25 Thread Roman Isitua
d it adapts very well to > various circumstances. It also has good inspection support for amf, json, > xml etc in the http logging which can always be helpful. > > Just in case that's of interest... > > > > On Fri, Nov 26, 2021 at 2:41 AM Roman Isitua > wrote: > &

referencing a class from a sibling module

2021-11-25 Thread Roman Isitua
I am working on a maven based multi module royale project. The project uses crux. I created some classes in the main module. These classes were declared in my crux config. I want to reference these classes in the child module. How can I register the main module as a dependency to the child module

Re: [EXTERNAL] Configuring rpc end points in royale

2021-11-25 Thread Roman Isitua
relative endpoint url. 3. Use nginx to proxy the front end request to the back end. I have installed nginx. and tried your earlier configuration. It is not working. I am using a windows pc. Regards, On Tue, Nov 23, 2021 at 11:07 AM Roman Isitua wrote: > I have gone through the below. The o

Re: [EXTERNAL] Re: Crux - ItemRenderer

2021-11-24 Thread Roman Isitua
Your solution worked. Good to know that I can enable crux work in a pop up. Thanks Brian. On Tue, Nov 23, 2021 at 10:59 AM Roman Isitua wrote: > Thanks for sharing this. I will try your suggestion and revert back to you. > > One question I have now is must the modal property be set to

Re: [EXTERNAL] Configuring rpc end points in royale

2021-11-23 Thread Roman Isitua
location @remoteserver { > > # Development Servers > > proxy_pass http://path/to/dev/server; > > > > # Test, other, etc > > #proxy_pass http://something/else/; > > } > > } > > > > Brian > > > > *Fro

Re: [EXTERNAL] Re: Crux - ItemRenderer

2021-11-23 Thread Roman Isitua
iembre de 2021 23:29 > *Para:* users@royale.apache.org > *Asunto:* RE: [EXTERNAL] Re: Crux - ItemRenderer > > > > To make Crux work within popups, simply dispatch the ADD_BEAN event for > the content before opening it. For example: > > > > var somePopupContent:SomePo

Re: [EXTERNAL] Re: Crux - ItemRenderer

2021-11-23 Thread Roman Isitua
ent(BeanEvent.REMOVE_BEAN, this)); > > dispatchEvent(new Event('closePopUp')); > > > > Hope this helps. > > > > Brian > > > > > > *From:* Roman Isitua > *Sent:* Monday, November 22, 2021 12:33 PM > *To:* users@royale.apache.org > *Sub

Re: [EXTERNAL] Configuring rpc end points in royale

2021-11-22 Thread Roman Isitua
Thank you very much Brian. It worked. I would like to know how I can set up a local instance of Nginx that proxies to my backend. I see a lot of benefits in having this capability. Regards, On Sun, Oct 31, 2021 at 8:43 AM Roman Isitua wrote: > Thanks for this response. I will certainly

Re: Crux - ItemRenderer

2021-11-22 Thread Roman Isitua
I can confirm that crux setter injection does not work inside pop up. The work around I have come up with is to do the setter injection in the parent view then pass the variable to my pop. By setter injection I mean, [Inject( source = "acctController.estateSearchList", bind = "true" )] p

detect user activity

2021-11-18 Thread Roman Isitua
Hi Everyone, How can I track user activity ? I want to automatically log out the user after some time if there is no activity. e.g. to set a time out expiration of 2 minutes I have researched how this is done using adobe flex. http://sandeepsamajdar.blogspot.com/2012/12/custom-user-idle-handler-

Re: New ExternalJS project in royale-asjs\frameworks\projects

2021-10-31 Thread Roman Isitua
This looks interesting. I have the following questions : 1. Which royale ui libraries are this components based on ? E.g jewel, material design (mdl ) ? 2. I am using material design (mdl) for a project. Can I use this components below with material design ? The components I am referring to a

Re: [EXTERNAL] Configuring rpc end points in royale

2021-10-31 Thread Roman Isitua
cket-amf>" > > destination="genericService"> > > > > > > > > > > > > > > Then, what I do, is set up my nginx proxy to forward traffic to my test > server. Have the forward include the “spaceiofm”. Then, your code is > deployment agnostic. &g

Re: [EXTERNAL] Configuring rpc end points in royale

2021-10-25 Thread Roman Isitua
; By doing it this way, I never have to modify a build. They just work in > call cases, whether that be local for development, or remote when deployed. > > > > If you need any config assistance for Nginx, let me know. > > > > Regards, > > Brian > > > >

Configuring rpc end points in royale

2021-10-18 Thread Roman Isitua
Hi, In an app, I am working on. I am using rpc based end points to access my back end. On my development machine I use localhost. I intend to start deploying the the app to a test server for testing. I realise that each time, I do a deployment to the test server, I have to remember to switch from

Re: crux not injecting model in view

2021-10-06 Thread Roman Isitua
On Wed, Oct 6, 2021 at 10:25 AM Maria Jose Esteve wrote: > @roman, ¿has podido solucionar esto? ¿te funciona el binding? ¿podrías > compartirlo? > > > > > > *De:* Roman Isitua > *Enviado el:* martes, 21 de septiembre de 2021 9:40 > *Para:* users@royale.apache.org

Session (time out) expiry

2021-10-06 Thread Roman Isitua
I am coming from a server side java ui framework background e.g. JSF, ZK e.t.c Royale is a client side UI framework. I will like to know how to implement session expiry. I want to 1. Detect that the session has expired. 2. Log out the user and switch the view to the log in view so that the user

Re: Royale with Material design lite

2021-09-29 Thread Roman Isitua
Basically, you listen to the scrollEnd event and load more content. Make > sure you append to the dataProvider rather than replace it… > > On Sep 28, 2021, at 3:31 PM, Roman Isitua wrote: > > > I intend to fetch data from a table with a huge number of records. Is > there suppo

Re: Royale with Material design lite

2021-09-28 Thread Roman Isitua
In Royale there is no pagination, but if you find in a native version of > Material pagination like support for components you can probably adjust > stuff nad have it. Otherwise you will have to use some external JS data > grid/table > > Thanks > Piotr > > wt., 28 wrz 202

Re: Royale with Material design lite

2021-09-28 Thread Roman Isitua
I intend to fetch data from a table with a huge number of records. Is there support for data pagination in a material design table ? Also do I need to write some extra code for the remote object ? Regards, Roman. On Mon, Sep 13, 2021 at 10:51 AM Roman Isitua wrote: > Okay. > >

Re: crux not invoking event handler method

2021-09-22 Thread Roman Isitua
n time. On Wed, Sep 22, 2021 at 2:07 PM Maria Jose Esteve wrote: > Roman, > > How do you compile ? asconfigc, mvn, …? Can you send pom.xml, > asconfig.json, ...? > > > > Thx > > *De:* Roman Isitua > *Enviado el:* miércoles, 22 de septiembre de 2021 11:47 &g

crux not invoking event handler method

2021-09-22 Thread Roman Isitua
Hi Everyone, I created a new royale project on version 0.9.7. I am able to inject models into view. I have created my first custom event with its corresponding event handler method in the controller. When I dispatch the event crux does not invoke my event handler method What is frustrating is the

Re: crux not injecting model in view

2021-09-21 Thread Roman Isitua
s, does the binding work in > 0.9.8? (I can't test it now) > > If it works, maybe the problem requires further analysis. > > > > Hiedra > > > > *De:* Roman Isitua > *Enviado el:* lunes, 20 de septiembre de 2021 12:23 > *Para:* users@royale.apache.org >

Re: crux not injecting model in view

2021-09-20 Thread Roman Isitua
I have logged the issue here https://github.com/apache/royale-asjs/issues/1151 On Sun, Sep 19, 2021 at 7:21 AM Yishay Weiss wrote: > Can you please report [1] that bug? > > > > [1] Issues (github.com) <https://github.com/issues> > > > > *From: *Roman Isitua

Re: crux not injecting model in view

2021-09-20 Thread Roman Isitua
Hi Yishay Weiss, The link you shared is broken. Can you share another link so I can report the bug ? On Sun, Sep 19, 2021 at 7:21 AM Yishay Weiss wrote: > Can you please report [1] that bug? > > > > [1] Issues (github.com) <https://github.com/issues> > > > &

Re: crux not injecting model in view

2021-09-20 Thread Roman Isitua
in view > > > > Hi Roman, > > I saw your previous code and now I will see this one you attach. I will > try to help you BUT I don't know if I will be able to because although I > use Crux and amf my implementation is different from yours and I don't > control a

Re: crux not injecting model in view

2021-09-20 Thread Roman Isitua
t; > I saw your previous code and now I will see this one you attach. I will > try to help you BUT I don't know if I will be able to because although I > use Crux and amf my implementation is different from yours and I don't > control all the concepts (my original project was

Re: crux not injecting model in view

2021-09-18 Thread Roman Isitua
will have to port my work from royale 0.9.8 to 0.9.7. Regards, On Sat, Sep 18, 2021 at 8:37 PM Roman Isitua wrote: > Just an update on this issue. I implemented the above using royale 0.9.8. > > I decided to try the same thing on royale 0.9.7. It is still working > however I can s

Re: crux not injecting model in view

2021-09-18 Thread Roman Isitua
(JSStageEvents.as:209) I have attached the complete log to this mail On Sat, Sep 18, 2021 at 7:44 PM Roman Isitua wrote: > Thanks for helping out. > > I forgot to attach the GenericLOV source code. > > Find attached to this email. > > > On Sat, Sep 18, 2021 at 6:48 PM Mari

Re: crux not injecting model in view

2021-09-18 Thread Roman Isitua
know if I will be able to because although I > use Crux and amf my implementation is different from yours and I don't > control all the concepts (my original project was set up by a Royale expert > company). > > > > I'll let you know if I get something. > > Hied

crux not injecting model in view

2021-09-18 Thread Roman Isitua
I intend to populate a jewel drop down with data from the server. I have configured the controller and service in the Beans.xml file. >From the logs injection happens. However, I have observed that the model is not injected into the view. Any ideas ? My code is implemented as follows LovBO pu

  1   2   >