Re: piotr josh and maria (how to reresh output without deleting cookies: moonshine)

2024-05-15 Thread Piotr Zarzycki
Try to do once Build & Run. Next when you change your code (label anything)
in any point - just Project -> Build Project - and refresh opened website.
Maybe it's worth to open that page in incognito mode.

śr., 15 maj 2024 o 19:23 Jim McNamara  napisał(a):

> Hi all-
>
> I just had a cool break through in code.
> Im playing with apache royale again and after the ai showed me how to
> disect and Object:Object which is an object of objects then i could get at
> my data. That will come in so handy with PHP-AMF3 in the future.
>
> My question is that in order to retrieve after i build and run in
> moonshine in a browser project I have to delete cookie history in chrome
> and then re-enter http://127.0.0.1:3000/index.html to get new test
> result. Is there a quicker way to get at the re-run of data refreshed to
> the browser?
>
> thanks,
> jim
>
>
>
>
> Sent with Proton Mail secure email.
>


-- 

Piotr Zarzycki


Re: moonshine ide trailng just a little behind on jre version

2024-05-15 Thread Piotr Zarzycki
You don't necessarily have to build on your own SDK. If you in Moonshine to
menu Help -> Getting Started and click on button "Download Third-Party
Software" - Moonshine SDK Installer should launch.
It allows you to download:

- Java OpenJDK 17
- Apache Royale 0.9.9 released
- Apache Royale 0.9.11 - development version which has newest changes -
This is getting build everyday in Apache infrastructure - so you can
redownload sdk with new changes whenever you want and use it in your app.

I hope it helps,
Piotr

śr., 15 maj 2024 o 16:05 Jim McNamara  napisał(a):

> someone else compiled the sdk with a newer version of java royale-asjs.
>
> the version i am using is from build 446 of moonshine. but it is the same
> version for openjdk as the stable build.
>
> the version number i am referring to is 1.8.0u201 there is a newer version
> java out then 5.2 which is referred to as 52 in the error message. someone
> compiled it with 5.5 or (55).
>
> I can remember what the 5.2 and the 5.5 refer to in java speak but the
> basic idea is that someone compiled the sdk wth a newer version that what
> is available in the moonshine sdk installer.
>
> there is some funny subscription they want us to buy in order for us to
> manage these exacting versions (jre/jdk oracle). we have no control over
> what the people are using to compile for nightlies for royale relative to
> moonshine sdk.
>
> thanks for any help - Piotr
> jim
>
>
>
>
>
> Sent with Proton Mail <https://proton.me/> secure email.
>
> On Wednesday, May 15th, 2024 at 1:21 AM, Piotr Zarzycki <
> piotrzarzyck...@gmail.com> wrote:
>
> Hi Jim,
>
> Are you trying to compile some project or SDK itself? - I don’t get that
> part.
>
> What version of Java sdk are you using ?
>
> Thanks,
> Piotr
>
> Piotr Zarzycki
>
>
> On Wed, 15 May 2024 at 05:07, Jim McNamara 
> wrote:
>
>>
>> Hi all-
>>
>> I checked into this and found out you need a subscription to custom tweak
>> the compilation version of royale-asjs. That would get me out of this but I
>> will wait for you all as nothing i do is that dire. The compilation of
>> 0.9.11 is a little ahead on the jre from what we get with the moonshine-ide
>> development or stable sdk installer.
>>
>> thanks for the cool program,
>> jim
>>
>>
>>
>> Sent with Proton Mail secure email.
>>
>
>

-- 

Piotr Zarzycki


Re: moonshine ide trailng just a little behind on jre version

2024-05-14 Thread Piotr Zarzycki
Hi Jim,

Are you trying to compile some project or SDK itself? - I don’t get that
part.

What version of Java sdk are you using ?

Thanks,
Piotr

Piotr Zarzycki


On Wed, 15 May 2024 at 05:07, Jim McNamara  wrote:

>
> Hi all-
>
> I checked into this and found out you need a subscription to custom tweak
> the compilation version of royale-asjs. That would get me out of this but I
> will wait for you all as nothing i do is that dire. The compilation of
> 0.9.11 is a little ahead on the jre from what we get with the moonshine-ide
> development or stable sdk installer.
>
> thanks for the cool program,
> jim
>
>
>
> Sent with Proton Mail secure email.
>


Re: Update Server setting

2024-05-06 Thread Piotr Zarzycki
Hi Mark,

This is definitely not related to Moonshine. What browser are you using?
Usually Firefox is less restrictive in case of Cors. - It's just quick
thought.

Thanks,
Piotr

pon., 6 maj 2024 o 15:51 MARK HARTNETT  napisał(a):

> Hi Piotr, Still stuck on the small bug. Below you can see I made a request
> from localhost and then from my external Tomcat server at
> www.causeLogix.com and received that same message. These are both being
> requested through Moonshine server localhost:3000.
>
> *The option Access-Control-Allow-Origin:* * needs to be in the page
> header. You mentioned using Apache Server and I have learned the it has
> configurations for control access. If you know how Moonshine sets that
> option can you let me know.
>
> I've tried everything - CORS Filter in web xml, disabling localhost Cors
> in my browser and a number other little fixes. Tomcat is integrated into
> Eclipse so it might be setting some values behind the scenes.
>
> I can add Apache server to the mix but I have so many older development
> tools it might cause problems. So if you don't have any ideas on Moonshine
> - I'll setup a clean machine and go from there.
>
> *Access to XMLHttpRequest at
> 'http://localhost:8080/rootmodel/securityCommand.flex?reqType=login=randy=steak
> <http://localhost:8080/rootmodel/securityCommand.flex?reqType=login=randy=steak>'
> from origin 'http://localhost:3000 <http://localhost:3000/>' has been
> blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present
> on the requested resource.*
>
> *Access to XMLHttpRequest at
> 'http://www.causeLogix.com/rootmodel/securityCommand.flex?reqType=login=randy=steak
> <http://localhost:8080/rootmodel/securityCommand.flex?reqType=login=randy=steak>'
> from origin 'http://localhost:3000 <http://localhost:3000/>?
> <http://localhost:3000/>' has been blocked by CORS policy: No
> 'Access-Control-Allow-Origin' header is present on the requested resosurce.*
>
>
>
>


-- 

Piotr Zarzycki


Re: Update Server setting

2024-05-04 Thread Piotr Zarzycki
How are you launching your app? Trough Build and Debug in Moonshine ?

You need to probably run your all trough the local http server. Setup some
using Xampp or any other tool.

Piotr Zarzycki


On Sat, 4 May 2024 at 22:12, MARK HARTNETT  wrote:

> The CORs policy restricts unknown servers from exchanging data. Tomcat
> needs a CorsFilter.jar and CorsFilter defined in the Tomcat6/conf/Web.xml
> and an entry for localhost:3000.  I did that and still the same error.
>
> When I press the login button, the connection is actually successful. I
> see it in the db log.
> Somewhere between the connection and the return the cors error is thrown.
> *"http://localhost:3000 <http://localhost:3000>' has been blocked by CORS
> policy" - Seems to say Tomcat did the blocking*
>
> It's funny that I need to get by the login screen to work on the rest of
> the system.
>
> *Access to XMLHttpRequest at
> 'http://localhost:8080/rootmodel/securityCommand.flex?reqType=login=randy=steak
> <http://localhost:8080/rootmodel/securityCommand.flex?reqType=login=randy=steak>'
> from origin 'http://localhost:3000 <http://localhost:3000>' has been
> blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present
> on the requested resource.*
>
>
> On 05/04/2024 8:47 AM EDT MARK HARTNETT  wrote:
>
>
> Hi all,
>
> My db server is up and running on 8080 and I get *CORS policy*: No
> 'Access-Control-Allow-Origin' error on connection. I'm guessing this is a
> server setting but I haven't been able to find the solution.
>
> Access to XMLHttpRequest at '
> http://localhost:8080/rootmodel/securityCommand.flex?reqType=login=randy=steak'
> from origin 'http://localhost:3000' has been blocked by* CORS policy*: No
> 'Access-Control-Allow-Origin' header is present on the requested resource.
>
> Thanks
>
> On 05/04/2024 8:36 AM EDT MARK HARTNETT  wrote:
>
>
> Almost every error has been a null reference and Iv'e either moved the
> code to creationComplete or did as did as Maria said used ternary
> statements.
>
> The spark and mx comboBox always fails when the dataProvider is initially
> null. The JS checks to see if the labelField is blank and adds "label" as
> the labelField. (I think it's supposed to exit here)The the dp is accesed
> using the labelField and throws an error.
>
> I switched to the Jewel comboBox and all of the null errors disappeared
> but a lot of extra attribute errors. I have a lot of ComboBoxes with some
> special functionality so I extended the Jewel CB and added some attributes
> that get created as beads if not null. I did a global change from
> s:ComboBox to my extended CL:ComboBox, and the system opened login with no
> errors in the log.
>
> *http://ns.adobe.com/mxml/2009
> <http://ns.adobe.com/mxml/2009>"*
> *xmlns:j="library://ns.apache.org/royale/jewel
> <http://ns.apache.org/royale/jewel>"> *
>
> **
> * *
> **
> **
>
>
>
>
> On 05/02/2024 2:29 PM EDT Maria Jose Esteve  wrote:
>
>
>
> Hi Mark,
>
> I don't know how the binding in Flex worked internally but if gp is null
> an error would surely occur, perhaps it was an internal error that was
> intercepted but...
>
> I can share with you how I do it, although I don't know if it is the best
> way:
>
> * *btnA="['Home','Statistics','Network','MCA Grid']"*
> *btnBoxA="{!gp?[]:[gp.hpc, gp.statisticsCtrl, gp.siteNetworkCtrl,
> gp.dgBOX]}" *
> *itemH="36"*
> *fntSz="16"/>*
>
>
>
> Or
> *btnBoxA="{!gp?null:[gp.hpc, gp.statisticsCtrl, gp.siteNetworkCtrl,
> gp.dgBOX]}" *
>
> Or
> *btnBoxA="{!gp?[null,null,null,null]:[gp.hpc, gp.statisticsCtrl,
> gp.siteNetworkCtrl, gp.dgBOX]}" *
>
>
>
> It depends on what works for you.
>
> Hiedra
>
> *De:* MARK HARTNETT 
> *Enviado el:* jueves, 2 de mayo de 2024 18:44
> *Para:* users@royale.apache.org
> *Asunto:* JS questions
>
>
>
> Hi all,
>
> All of my errors right now are null references.
>
>
>
> In this code gp.hpc crashes because hpc is null at this point.
>
> In Flex, I didn't care about that because once init() was done it was no
> longer null.
>
>
>
> * *btnA="['Home','Statistics','Network','MCA Grid']"*
> *btnBoxA="{[gp.hpc, gp.statisticsCtrl, gp.siteNetworkCtrl, gp.dgBOX]}" *
> *itemH="36"*
> *fntSz="16"/>*
>
>
>
> With JS  the null hpc throws an error.
>
> Moving those variables to creationComplete solves the problem.
>
>
>
> What is the difference with JS binding and Flex in terms of timing and
> object creation?
>
> Is there a a bead that allows nulls?
>
>
>
> Thanks
>
>
>
>
>
>


Re: Almost

2024-05-01 Thread Piotr Zarzycki
This is awesome news!!! Congrats Mark!

Piotr Zarzycki


On Wed, 1 May 2024 at 19:21, MARK HARTNETT  wrote:

> Thanks Piotr - I will do that.
> *Success* - its just the login screen with errors but it's up. Nine days
> from conversion to first screen is good. Working through the JS makes me
> appreciate the simplicity and organization of Flex.
> However, the transcoder is amazing - so much work and co-ordination.
>
> I'm looking forward to upgrading to some Royal components.
>
> Thanks for your help.
>
>
>
>
>
>
>
> On 05/01/2024 10:14 AM EDT Piotr Zarzycki 
> wrote:
>
>
> I'm assuming you are using emulation component - I would move that to
> variables:
>
> private var services:Services;
>
> And instantiate it inside either creationComplete or initComplete - this
> is Royale event if available on component.
>
> śr., 1 maj 2024 o 00:15 MARK HARTNETT 
> napisał(a):
>
> I can kind of see what's going on - the Services in the app (http
> services) are declared
> 
>
>
> 
>
> When the app initializes it instantiates the services. Each service
> instantiates and runs the format method that has a null xml parameter. I
> can delay this but the frontcontroller gets stuck.
>
> So I guess the easiest thing to do is to tweek the application based on js
> errors from the browser debugger.
>
> Thanks
>
>
>
> On 04/30/2024 4:08 PM EDT MARK HARTNETT  wrote:
>
>
> Hi All,
> Made some progress after debugging in the browser.
>
> The error that's killing the browser is
>
> AbstractOperation.as - public function set
> resultFormat(value:String):void.
>
> XML is the parm type. This method retrieves a null  resourcebundle () and
> then throws an error.
> I've included images of my call stack and the point when the error is
> caught.
>
> Are these some of the bugs I need to fix or is this part of trans-coding,
> or maybe this is not the problem.
>
> Thanks
>
>
>
>
>
>
> --
>
> Piotr Zarzycki
>
>


Re: Not Found Error

2024-05-01 Thread Piotr Zarzycki
I'm assuming you are using emulation component - I would move that to
variables:

private var services:Services;

And instantiate it inside either creationComplete or initComplete - this is
Royale event if available on component.

śr., 1 maj 2024 o 00:15 MARK HARTNETT  napisał(a):

> I can kind of see what's going on - the Services in the app (http
> services) are declared
> 
>
>
> 
>
> When the app initializes it instantiates the services. Each service
> instantiates and runs the format method that has a null xml parameter. I
> can delay this but the frontcontroller gets stuck.
>
> So I guess the easiest thing to do is to tweek the application based on js
> errors from the browser debugger.
>
> Thanks
>
>
>
> On 04/30/2024 4:08 PM EDT MARK HARTNETT  wrote:
>
>
> Hi All,
> Made some progress after debugging in the browser.
>
> The error that's killing the browser is
>
> AbstractOperation.as - public function set
> resultFormat(value:String):void.
>
> XML is the parm type. This method retrieves a null  resourcebundle () and
> then throws an error.
> I've included images of my call stack and the point when the error is
> caught.
>
> Are these some of the bugs I need to fix or is this part of trans-coding,
> or maybe this is not the problem.
>
> Thanks
>
>
>
>

-- 

Piotr Zarzycki


Re: Not Found Error

2024-04-30 Thread Piotr Zarzycki
Please try to download Apache Royale 0.9.11 Dev and build your application.
I see you are using officially released version, maybe something has been
fixed in our dev version.

You can download Apache Royale 0.9.11 using Moonshine SDK Installer -
change in combo box to 0.9.11.

wt., 30 kwi 2024 o 14:24 MARK HARTNETT  napisał(a):

> I am on 3.3.4 Build 1511. I attached my configuration.
>
> On 04/30/2024 8:09 AM EDT Piotr Zarzycki 
> wrote:
>
>
> What version of Apache Royale are you using ?
>
> wt., 30 kwi 2024 o 14:07 MARK HARTNETT 
> napisał(a):
>
> Hi Yishay,
> My browser opens up but remains completely blank with
> localhost:3000\index.html in the address. I included the full log. I don't
> know where the 'break on uncaught exception' is located. I looked around
> but couldn't find anything.
>
> I am assuming the minute it executes new RMFullApp_mx_managers_
> SystemManager().start(), the browser hangs and remains blank.
>
> This happens on a Win11 and Win7 systems so it's either my app or
> Moonshine compiler. Since no one has seen this before, I lean towards my
> application as the issue.
>
> I guess my next step is to see if 'break on uncaught exception' helps me.
> If that doesn't work I will write a small app and see if it runs properly.
>
> Thanks
> Mark
>
> On 04/30/2024 5:20 AM EDT Yishay Weiss  wrote:
>
>
> Sorry if my question seems obvious, but are there any js errors in your
> web browser? Do you have 'break on uncaught exception' turned on?
>
> --
> *From:* MARK HARTNETT 
> *Sent:* Tuesday, April 30, 2024 12:14 PM
> *To:* users@royale.apache.org 
> *Subject:* Re: Not Found Error
>
> Hi All,
> Still stuck on this error. Absolutely no clue on what is breaking it.
> 
>
> : [2024-04-30T08:45:58.998Z] "GET /RMFullApp_mx_managers_SystemManager.js"
> "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like
> Gecko) Chrome/109.0.0.0 Safari/537.36"
> : [2024-04-30T08:46:05.981Z] "GET /favicon.ico" "Mozilla/5.0 (Windows NT
> 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0
> Safari/537.36"
> : [2024-04-30T08:46:05.981Z] "GET /favicon.ico" Error (404): "Not found"
> **
>
>
> 1. I put an image called favicon.ico in the localhost root dir.
> 2. The browser freezes when it hits the error.
> 3. Set breakpoints in the debugger but never reaches the debugger.
> 4. I tried it on another machine and it failed the same way. 2 different
> machined same error.
> 5. It always happens after "RMFullApp_mx_managers_SystemManager.js" is
> retrieved.
>
> Is this a coding problem or a compiler problem, I have no idea.
>
> One possible solution is to put * *put
> into the head of index.html, but that file is recreated every build and the
> line disappears.
>
> If no one else has ever run into this error, it seems like it may be in my
> code, but I can't find anything that is suspect.
>
> If anyone has any ideas - please let me know - I can zip my code up if
> needed and send it out if someone can look at it.
>
> Thanks for any help
> Mark
>
>
> On 04/29/2024 5:27 PM EDT Piotr Zarzycki 
> wrote:
>
>
>
> Maybe go step by step. Either comment out some code and try to run app or
> place breaking point in initial places where app is running. You can debug
> stuff in Chrome.
>
> Piotr Zarzycki
>
>
> On Mon, 29 Apr 2024 at 23:00, MARK HARTNETT 
> wrote:
>
> Hi,
>
> I haven't made any progress on this error. The browser freezes and hangs
> when it hits the not-found. I can reproduce the error on a Windows 11
> system using the latest version of Moonshine.
>
> I installed VS Code but still figuring it out.
> Below is the console output from Moonshine right at the point the browser
> freezes.
>
> Thanks
>
> Project files cleaned successfully: CauseLogixR
> : The project 'RMFullApp' has been successfully compiled.
> : 61.559639018 seconds
> : Project CauseLogixR build successfully.
> : Command: C:\MoonshineSDKs\NodeJS\node-v12.15.0\node.exe C:\Program
> Files\Moonshine\elements\http-server\bin\http-server
> C:\development\CauseLogixR\bin\js-debug -p 3000
> : Opening to URL: http://localhost:3000/index.html
> : Launching application using adapter: chrome
> : Starting up http-server, serving C:\development\CauseLogixR\bin\js-debug
> : Available on:
> : http://10.0.0.246:3000
> : http://127.0.0.1:3000
> : Hit CTRL-C to stop the server
> : [2024-04-29T13:37:42.960Z] "GET /favicon.ico" "Mozilla/5.0 (Windows NT
> 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 
> Safari/537.36"
>
> : (node:6416) [DEP0066] DeprecationWarning:
> OutgoingMessage.prototype._headers is deprecated
> : [2024-04-29T13:37:42.970Z] "GET /favicon.ico" Error (404): "Not found"
>
>
>
> --
>
> Piotr Zarzycki
>
>

-- 

Piotr Zarzycki


Re: Not Found Error

2024-04-30 Thread Piotr Zarzycki
What version of Apache Royale are you using ?

wt., 30 kwi 2024 o 14:07 MARK HARTNETT  napisał(a):

> Hi Yishay,
> My browser opens up but remains completely blank with
> localhost:3000\index.html in the address. I included the full log. I don't
> know where the 'break on uncaught exception' is located. I looked around
> but couldn't find anything.
>
> I am assuming the minute it executes new RMFullApp_mx_managers_
> SystemManager().start(), the browser hangs and remains blank.
>
> This happens on a Win11 and Win7 systems so it's either my app or
> Moonshine compiler. Since no one has seen this before, I lean towards my
> application as the issue.
>
> I guess my next step is to see if 'break on uncaught exception' helps me.
> If that doesn't work I will write a small app and see if it runs properly.
>
> Thanks
> Mark
>
> On 04/30/2024 5:20 AM EDT Yishay Weiss  wrote:
>
>
> Sorry if my question seems obvious, but are there any js errors in your
> web browser? Do you have 'break on uncaught exception' turned on?
>
> --
> *From:* MARK HARTNETT 
> *Sent:* Tuesday, April 30, 2024 12:14 PM
> *To:* users@royale.apache.org 
> *Subject:* Re: Not Found Error
>
> Hi All,
> Still stuck on this error. Absolutely no clue on what is breaking it.
> 
>
> : [2024-04-30T08:45:58.998Z] "GET /RMFullApp_mx_managers_SystemManager.js"
> "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like
> Gecko) Chrome/109.0.0.0 Safari/537.36"
> : [2024-04-30T08:46:05.981Z] "GET /favicon.ico" "Mozilla/5.0 (Windows NT
> 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0
> Safari/537.36"
> : [2024-04-30T08:46:05.981Z] "GET /favicon.ico" Error (404): "Not found"
> **
>
>
> 1. I put an image called favicon.ico in the localhost root dir.
> 2. The browser freezes when it hits the error.
> 3. Set breakpoints in the debugger but never reaches the debugger.
> 4. I tried it on another machine and it failed the same way. 2 different
> machined same error.
> 5. It always happens after "RMFullApp_mx_managers_SystemManager.js" is
> retrieved.
>
> Is this a coding problem or a compiler problem, I have no idea.
>
> One possible solution is to put * *put
> into the head of index.html, but that file is recreated every build and the
> line disappears.
>
> If no one else has ever run into this error, it seems like it may be in my
> code, but I can't find anything that is suspect.
>
> If anyone has any ideas - please let me know - I can zip my code up if
> needed and send it out if someone can look at it.
>
> Thanks for any help
> Mark
>
>
> On 04/29/2024 5:27 PM EDT Piotr Zarzycki 
> wrote:
>
>
>
> Maybe go step by step. Either comment out some code and try to run app or
> place breaking point in initial places where app is running. You can debug
> stuff in Chrome.
>
> Piotr Zarzycki
>
>
> On Mon, 29 Apr 2024 at 23:00, MARK HARTNETT 
> wrote:
>
> Hi,
>
> I haven't made any progress on this error. The browser freezes and hangs
> when it hits the not-found. I can reproduce the error on a Windows 11
> system using the latest version of Moonshine.
>
> I installed VS Code but still figuring it out.
> Below is the console output from Moonshine right at the point the browser
> freezes.
>
> Thanks
>
> Project files cleaned successfully: CauseLogixR
> : The project 'RMFullApp' has been successfully compiled.
> : 61.559639018 seconds
> : Project CauseLogixR build successfully.
> : Command: C:\MoonshineSDKs\NodeJS\node-v12.15.0\node.exe C:\Program
> Files\Moonshine\elements\http-server\bin\http-server
> C:\development\CauseLogixR\bin\js-debug -p 3000
> : Opening to URL: http://localhost:3000/index.html
> : Launching application using adapter: chrome
> : Starting up http-server, serving C:\development\CauseLogixR\bin\js-debug
> : Available on:
> : http://10.0.0.246:3000
> : http://127.0.0.1:3000
> : Hit CTRL-C to stop the server
> : [2024-04-29T13:37:42.960Z] "GET /favicon.ico" "Mozilla/5.0 (Windows NT
> 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 
> Safari/537.36"
>
> : (node:6416) [DEP0066] DeprecationWarning:
> OutgoingMessage.prototype._headers is deprecated
> : [2024-04-29T13:37:42.970Z] "GET /favicon.ico" Error (404): "Not found"
>
>

-- 

Piotr Zarzycki


Re: Not Found Error

2024-04-29 Thread Piotr Zarzycki
Maybe go step by step. Either comment out some code and try to run app or
place breaking point in initial places where app is running. You can debug
stuff in Chrome.

Piotr Zarzycki


On Mon, 29 Apr 2024 at 23:00, MARK HARTNETT  wrote:

> Hi,
>
> I haven't made any progress on this error. The browser freezes and hangs
> when it hits the not-found. I can reproduce the error on a Windows 11
> system using the latest version of Moonshine.
>
> I installed VS Code but still figuring it out.
> Below is the console output from Moonshine right at the point the browser
> freezes.
>
> Thanks
>
> Project files cleaned successfully: CauseLogixR
> : The project 'RMFullApp' has been successfully compiled.
> : 61.559639018 seconds
> : Project CauseLogixR build successfully.
> : Command: C:\MoonshineSDKs\NodeJS\node-v12.15.0\node.exe C:\Program
> Files\Moonshine\elements\http-server\bin\http-server
> C:\development\CauseLogixR\bin\js-debug -p 3000
> : Opening to URL: http://localhost:3000/index.html
> : Launching application using adapter: chrome
> : Starting up http-server, serving C:\development\CauseLogixR\bin\js-debug
> : Available on:
> : http://10.0.0.246:3000
> : http://127.0.0.1:3000
> : Hit CTRL-C to stop the server
> : [2024-04-29T13:37:42.960Z] "GET /favicon.ico" "Mozilla/5.0 (Windows NT
> 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 
> Safari/537.36"
>
> : (node:6416) [DEP0066] DeprecationWarning:
> OutgoingMessage.prototype._headers is deprecated
> : [2024-04-29T13:37:42.970Z] "GET /favicon.ico" Error (404): "Not found"
>


Re: Not Found Error

2024-04-29 Thread Piotr Zarzycki
This is Moonshine output. What browser console is saying ?

Piotr Zarzycki


On Mon, 29 Apr 2024 at 16:43, MARK HARTNETT  wrote:

> I will move the development environment onto a new machine with the latest
> software and try again.
>
> On 04/29/2024 9:44 AM EDT MARK HARTNETT  wrote:
>
>
> Hi,
> Here's another output - I'm running Chrome 109.0.5.4.
> It's the same error with a little more info.
>
> Thanks
>
> Project files cleaned successfully: CauseLogixR
> : The project 'RMFullApp' has been successfully compiled.
> : 61.559639018 seconds
> : Project CauseLogixR build successfully.
> : Command: C:\MoonshineSDKs\NodeJS\node-v12.15.0\node.exe C:\Program
> Files\Moonshine\elements\http-server\bin\http-server
> C:\development\CauseLogixR\bin\js-debug -p 3000
> : Opening to URL: http://localhost:3000/index.html
> : Launching application using adapter: chrome
> : Starting up http-server, serving C:\development\CauseLogixR\bin\js-debug
> : Available on:
> : http://10.0.0.246:3000
> : http://127.0.0.1:3000
> : Hit CTRL-C to stop the server
> : [2024-04-29T13:37:42.960Z] "GET /favicon.ico" "Mozilla/5.0 (Windows NT
> 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0
> Safari/537.36"
> : (node:6416) [DEP0066] DeprecationWarning:
> OutgoingMessage.prototype._headers is deprecated
> : [2024-04-29T13:37:42.970Z] "GET /favicon.ico" Error (404): "Not found"
>
> On 04/29/2024 9:26 AM EDT MARK HARTNETT  wrote:
>
>
> Hi,
> I am getting an error when I try to run. System hangs during startup.
> I'n on an older system still running windows 7 if that matters.
>
> : [2024-04-29T13:05:06.319Z] "GET /favicon.ico" "Mozilla/5.0 (Windows NT
> 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0
> Safari/537.36"
> : [2024-04-29T13:05:06.323Z] "GET /favicon.ico" Error (404): "Not found"
>
> Thanks
> Mark Hartnett
>
>


Re: Cairngorm

2024-04-24 Thread Piotr Zarzycki
Thank you so much Josh for this helpful information!

wt., 23 kwi 2024 o 17:32 Josh Tynjala 
napisał(a):

> Piotr asked me to take a look. I can reproduce the issue in vscode-as3mxml
> if the .swc file is added to library-path in asconfig.json, but it works if
> I add it to js-library-path instead. It's the same issue in Moonshine. When
> the .swc file is added to "Libraries", it is ignored because that maps to
> library-path. Interestingly, it appears that Moonshine doesn't provide a
> similar "JS Libraries" section in Royale project settings, so it needs to
> be added in "Additional compiler options" instead.
>
> -js-library-path+=lib/cairngorm-js.swc
>
> If anyone is wondering, the reason that you can't use library-path is
> because royale-config.xml (where the default compiler options are set) in
> the Royale SDK sets js-library-path, and js-library-path always takes
> precedence over library-path. So when you create a Royale project, you need
> to add .swc files to js-library-path, like royale-config.xml does.
>
> --
> Josh Tynjala
> Bowler Hat LLC <https://bowlerhat.dev>
>
>
> On Mon, Apr 22, 2024 at 11:32 PM Piotr Zarzycki 
> wrote:
>
>> Mark,
>>
>> We can connect and see what is happening in the next few days. Meanwhile
>> try Development version of Moonshine and I will try add that swc into my
>> Hello world project. I saw link for download somewhere in this email chain.
>>
>> Thanks,
>> Piotr
>>
>> wt., 23 kwi 2024 o 08:01 Greg Dove  napisał(a):
>>
>>> Hi Mark,
>>>
>>> I can confirm that the cairngorm library is accessible and works for me,
>>> although I only did a quick import test. But I am pretty sure this lib is
>>> identical to what I have used in the past.
>>>
>>> It is cairngorm version 2.2.4 I think. I can probably confirm details
>>> this coming weekend and provide source code if that helps.
>>>
>>> Anyway, all I did was this:
>>>
>>> In the main app mxml, added:
>>>
>>> import com.adobe.cairngorm.control.CairngormEvent;
>>>
>>> and then in the main app's initialization handler
>>> (applicationComplete="onComplete()" or whatever):
>>> trace('TEST', new CairngormEvent('test'));
>>>
>>>
>>> when I run it, I can see the following in the browser console:
>>> TEST com.adobe.cairngorm.control.CairngormEvent {type: 'test', target:
>>> undefined, currentTarget: undefined, propagationStopped_: false,
>>> defaultPrevented: false, …}
>>>
>>> so it is clearly working.
>>> I assume there must be some issue with your IDE for referencing the
>>> library, but Piotr knows more about that for Moonshine.
>>> I mostly do my builds with maven or ant from my IDE, so not much help
>>> I'm afraid.
>>>
>>> Regards,
>>> Greg
>>>
>>>
>>>
>>> On Tue, Apr 23, 2024 at 1:10 PM Greg Dove  wrote:
>>>
>>>> Hi Mark, I've definitely used cairngorm 2 (what this is) in porting
>>>> work in the past. I will take another look tonight my time (in about 6
>>>> hours from the time of this post) to see if I can find any issues.
>>>>
>>>> Regards,
>>>> Greg
>>>>
>>>>
>>>>
>>>>
>>>> On Tue, Apr 23, 2024 at 12:50 PM MARK HARTNETT 
>>>> wrote:
>>>>
>>>>> Hi Greg,
>>>>> I haven't been able to use the Cairngorm-js.swc.
>>>>> here:
>>>>> https://github.com/gustavodecarli/apache-royale-cairngorm/blob/master/Cairngorm/libs/cairngorm-js.swc
>>>>>
>>>>> Do you have a currently active Royale project you could drop this into
>>>>> and see if it works in your environment. If it works for you, I know my
>>>>> environment is the problem.
>>>>>
>>>>> I stubbed out the Cairngorm methods and now have a clean compile.
>>>>> I've looked everywhere for the original source code but found nothing.
>>>>> If that swc doesn't work and you can't find anything else, I will change 
>>>>> to
>>>>> crux or puremvc.
>>>>>
>>>>> Thanks
>>>>> Mark
>>>>>
>>>>> On 04/22/2024 2:02 AM EDT Greg Dove  wrote:
>>>>>
>>>>>
>>>>>
>>>>> replying to:
>>>>> "Greg,
>>>>> I looked at the Cairngorm source in git and it appears to be

Re: Cairngorm

2024-04-24 Thread Piotr Zarzycki
If you talking about Moonshine config which is inside obj folder - it is
generated automatically.

In your command you should have space between configname and
js-library-path - it should look like that in Moonshine "Additional
compiler options": "+configname=flex -js-library-path+=lib/cairngorm-js.swc"

śr., 24 kwi 2024 o 16:02 MARK HARTNETT  napisał(a):

> Thanks everyone that works.
> The only problem is that when i put +configname=flex in additional
> compiler options it breaks
> +configname=flex--js-library-path+=lib/cairngorm-js.swc
> I this correct? Can I put that option directly in Royaleconfig.xml?
>
> Unfortunately when I deleted the stubs for cairngorm, Moonshine froze and
> crashed, and deleted the entire source including my conversion. Not
> Moonshine fault, memory issues on my system. I've learned to say "that is
> so funny" a few times and then it become funny.
>
> Thanks for your help
>
>
> On 04/23/2024 11:32 AM EDT Josh Tynjala 
> wrote:
>
>
> Piotr asked me to take a look. I can reproduce the issue in vscode-as3mxml
> if the .swc file is added to library-path in asconfig.json, but it works if
> I add it to js-library-path instead. It's the same issue in Moonshine. When
> the .swc file is added to "Libraries", it is ignored because that maps to
> library-path. Interestingly, it appears that Moonshine doesn't provide a
> similar "JS Libraries" section in Royale project settings, so it needs to
> be added in "Additional compiler options" instead.
>
> -js-library-path+=lib/cairngorm-js.swc
>
> If anyone is wondering, the reason that you can't use library-path is
> because royale-config.xml (where the default compiler options are set) in
> the Royale SDK sets js-library-path, and js-library-path always takes
> precedence over library-path. So when you create a Royale project, you need
> to add .swc files to js-library-path, like royale-config.xml does.
>
> --
> Josh Tynjala
> Bowler Hat LLC <https://bowlerhat.dev>
>
> On Mon, Apr 22, 2024 at 11:32 PM Piotr Zarzycki 
> wrote:
>
> Mark,
>
> We can connect and see what is happening in the next few days. Meanwhile
> try Development version of Moonshine and I will try add that swc into my
> Hello world project. I saw link for download somewhere in this email chain.
>
> Thanks,
> Piotr
>
> wt., 23 kwi 2024 o 08:01 Greg Dove  napisał(a):
>
> Hi Mark,
>
> I can confirm that the cairngorm library is accessible and works for me,
> although I only did a quick import test. But I am pretty sure this lib is
> identical to what I have used in the past.
>
> It is cairngorm version 2.2.4 I think. I can probably confirm details this
> coming weekend and provide source code if that helps.
>
> Anyway, all I did was this:
>
> In the main app mxml, added:
>
> import com.adobe.cairngorm.control.CairngormEvent;
>
> and then in the main app's initialization handler
> (applicationComplete="onComplete()" or whatever):
> trace('TEST', new CairngormEvent('test'));
>
>
> when I run it, I can see the following in the browser console:
> TEST com.adobe.cairngorm.control.CairngormEvent {type: 'test', target:
> undefined, currentTarget: undefined, propagationStopped_: false,
> defaultPrevented: false, …}
>
> so it is clearly working.
> I assume there must be some issue with your IDE for referencing the
> library, but Piotr knows more about that for Moonshine.
> I mostly do my builds with maven or ant from my IDE, so not much help I'm
> afraid.
>
> Regards,
> Greg
>
>
>
> On Tue, Apr 23, 2024 at 1:10 PM Greg Dove  wrote:
>
> Hi Mark, I've definitely used cairngorm 2 (what this is) in porting work
> in the past. I will take another look tonight my time (in about 6 hours
> from the time of this post) to see if I can find any issues.
>
> Regards,
> Greg
>
>
>
>
> On Tue, Apr 23, 2024 at 12:50 PM MARK HARTNETT 
> wrote:
>
> Hi Greg,
> I haven't been able to use the Cairngorm-js.swc.
> here:
> https://github.com/gustavodecarli/apache-royale-cairngorm/blob/master/Cairngorm/libs/cairngorm-js.swc
>
> Do you have a currently active Royale project you could drop this into and
> see if it works in your environment. If it works for you, I know my
> environment is the problem.
>
> I stubbed out the Cairngorm methods and now have a clean compile.
> I've looked everywhere for the original source code but found nothing. If
> that swc doesn't work and you can't find anything else, I will change to
> crux or puremvc.
>
> Thanks
> Mark
>
> On 04/22/2024 2:02 AM EDT Greg Dove  wrote:
>
>
>
> replying to:
> "Greg,
> I look

Re: Cairngorm

2024-04-23 Thread Piotr Zarzycki
Mark,

We can connect and see what is happening in the next few days. Meanwhile
try Development version of Moonshine and I will try add that swc into my
Hello world project. I saw link for download somewhere in this email chain.

Thanks,
Piotr

wt., 23 kwi 2024 o 08:01 Greg Dove  napisał(a):

> Hi Mark,
>
> I can confirm that the cairngorm library is accessible and works for me,
> although I only did a quick import test. But I am pretty sure this lib is
> identical to what I have used in the past.
>
> It is cairngorm version 2.2.4 I think. I can probably confirm details this
> coming weekend and provide source code if that helps.
>
> Anyway, all I did was this:
>
> In the main app mxml, added:
>
> import com.adobe.cairngorm.control.CairngormEvent;
>
> and then in the main app's initialization handler
> (applicationComplete="onComplete()" or whatever):
> trace('TEST', new CairngormEvent('test'));
>
>
> when I run it, I can see the following in the browser console:
> TEST com.adobe.cairngorm.control.CairngormEvent {type: 'test', target:
> undefined, currentTarget: undefined, propagationStopped_: false,
> defaultPrevented: false, …}
>
> so it is clearly working.
> I assume there must be some issue with your IDE for referencing the
> library, but Piotr knows more about that for Moonshine.
> I mostly do my builds with maven or ant from my IDE, so not much help I'm
> afraid.
>
> Regards,
> Greg
>
>
>
> On Tue, Apr 23, 2024 at 1:10 PM Greg Dove  wrote:
>
>> Hi Mark, I've definitely used cairngorm 2 (what this is) in porting work
>> in the past. I will take another look tonight my time (in about 6 hours
>> from the time of this post) to see if I can find any issues.
>>
>> Regards,
>> Greg
>>
>>
>>
>>
>> On Tue, Apr 23, 2024 at 12:50 PM MARK HARTNETT 
>> wrote:
>>
>>> Hi Greg,
>>> I haven't been able to use the Cairngorm-js.swc.
>>> here:
>>> https://github.com/gustavodecarli/apache-royale-cairngorm/blob/master/Cairngorm/libs/cairngorm-js.swc
>>>
>>> Do you have a currently active Royale project you could drop this into
>>> and see if it works in your environment. If it works for you, I know my
>>> environment is the problem.
>>>
>>> I stubbed out the Cairngorm methods and now have a clean compile.
>>> I've looked everywhere for the original source code but found nothing.
>>> If that swc doesn't work and you can't find anything else, I will change to
>>> crux or puremvc.
>>>
>>> Thanks
>>> Mark
>>>
>>> On 04/22/2024 2:02 AM EDT Greg Dove  wrote:
>>>
>>>
>>>
>>> replying to:
>>> "Greg,
>>> I looked at the Cairngorm source in git and it appears to be in spanish?
>>> I attached an example. "
>>>
>>> Hi Mark, yes, the project code is in Spanish in that repo - the app that
>>> uses the Cairngorm swc has some Spanish coding, not the Cairngorm library
>>> swc itself. If you look in that code, you can see all the regular cairngorm
>>> imports.
>>> For example things like:
>>> import com.adobe.cairngorm.commands.ICommand;
>>> import com.adobe.cairngorm.control.CairngormEvent;
>>>
>>> public class ComandoBase implements ICommand 
>>>
>>> So if you are using the swc, hopefully it corresponds with your original
>>> use of Cairngorm. The other stuff in that git repo should not be relevant,
>>> you just wanted the cairngorm swc for download.
>>>
>>> regards,
>>> Greg
>>>
>>> On Mon, Apr 22, 2024 at 12:52 PM MARK HARTNETT 
>>> wrote:
>>>
>>> Hi Pitor,
>>>
>>> I included theCairngorm.js-swc in my lib directory.
>>> Is this configured correctly?
>>>
>>> Greg,
>>> I looked at the Cairngorm source in git and it appears to be in spanish?
>>> I attached an example.
>>>
>>> I am done for the night.
>>>
>>>
>>> On 04/21/2024 10:44 AM EDT Piotr Zarzycki 
>>> wrote:
>>>
>>>
>>> Mark,
>>>
>>> It's awesome to hear that. Switching to Crux would be nice and maybe
>>> quite beneficial for Royale if you find and potentially maybe fix some
>>> issues. :)
>>>
>>> Piotr
>>>
>>> niedz., 21 kwi 2024 o 16:37 MARK HARTNETT 
>>> napisał(a):
>>>
>>> Hi Piotr,
>>>  The migration went well. I have a clean compile other than Cairngorm
>>> errors. I will look at switching to Crux now instead of after bringing the
>>> system back to life. I'd still like the Cairngorm just in case.
>>>
>>> Thanks
>>> Mark
>>>
>>> On 04/21/2024 9:47 AM EDT Piotr Zarzycki 
>>> wrote:
>>>
>>>
>>> Hi Mark,
>>>
>>> I have let know Greg about that over private channel. Hopefully early
>>> next week he will provide you some source code in that matter. :)
>>>
>>> Thanks,
>>> Piotr
>>>
>>> niedz., 21 kwi 2024 o 14:04 MARK HARTNETT 
>>> napisał(a):
>>>
>>> Hi,
>>> I'm in the middle of migrating and hoping someone has a Cairngorm.swc
>>> ported for Royale.
>>>
>>> Thanks
>>>
>>>
>>>
>>> --
>>>
>>> Piotr Zarzycki
>>>
>>>
>>>
>>> --
>>>
>>> Piotr Zarzycki
>>>
>>>

-- 

Piotr Zarzycki


Re: Cairngorm

2024-04-22 Thread Piotr Zarzycki
Mark,

PureMVC used from source is working perfectly. We are using in company this
in several projects.

Thanks,
Piotr

Piotr Zarzycki


On Tue, 23 Apr 2024 at 03:11, Greg Dove  wrote:

> Hi Mark, I've definitely used cairngorm 2 (what this is) in porting work
> in the past. I will take another look tonight my time (in about 6 hours
> from the time of this post) to see if I can find any issues.
>
> Regards,
> Greg
>
>
>
>
> On Tue, Apr 23, 2024 at 12:50 PM MARK HARTNETT 
> wrote:
>
>> Hi Greg,
>> I haven't been able to use the Cairngorm-js.swc.
>> here:
>> https://github.com/gustavodecarli/apache-royale-cairngorm/blob/master/Cairngorm/libs/cairngorm-js.swc
>>
>> Do you have a currently active Royale project you could drop this into
>> and see if it works in your environment. If it works for you, I know my
>> environment is the problem.
>>
>> I stubbed out the Cairngorm methods and now have a clean compile.
>> I've looked everywhere for the original source code but found nothing. If
>> that swc doesn't work and you can't find anything else, I will change to
>> crux or puremvc.
>>
>> Thanks
>> Mark
>>
>> On 04/22/2024 2:02 AM EDT Greg Dove  wrote:
>>
>>
>>
>> replying to:
>> "Greg,
>> I looked at the Cairngorm source in git and it appears to be in spanish?
>> I attached an example. "
>>
>> Hi Mark, yes, the project code is in Spanish in that repo - the app that
>> uses the Cairngorm swc has some Spanish coding, not the Cairngorm library
>> swc itself. If you look in that code, you can see all the regular cairngorm
>> imports.
>> For example things like:
>> import com.adobe.cairngorm.commands.ICommand;
>> import com.adobe.cairngorm.control.CairngormEvent;
>>
>> public class ComandoBase implements ICommand 
>>
>> So if you are using the swc, hopefully it corresponds with your original
>> use of Cairngorm. The other stuff in that git repo should not be relevant,
>> you just wanted the cairngorm swc for download.
>>
>> regards,
>> Greg
>>
>> On Mon, Apr 22, 2024 at 12:52 PM MARK HARTNETT 
>> wrote:
>>
>> Hi Pitor,
>>
>> I included theCairngorm.js-swc in my lib directory.
>> Is this configured correctly?
>>
>> Greg,
>> I looked at the Cairngorm source in git and it appears to be in spanish?
>> I attached an example.
>>
>> I am done for the night.
>>
>>
>> On 04/21/2024 10:44 AM EDT Piotr Zarzycki 
>> wrote:
>>
>>
>> Mark,
>>
>> It's awesome to hear that. Switching to Crux would be nice and maybe
>> quite beneficial for Royale if you find and potentially maybe fix some
>> issues. :)
>>
>> Piotr
>>
>> niedz., 21 kwi 2024 o 16:37 MARK HARTNETT 
>> napisał(a):
>>
>> Hi Piotr,
>>  The migration went well. I have a clean compile other than Cairngorm
>> errors. I will look at switching to Crux now instead of after bringing the
>> system back to life. I'd still like the Cairngorm just in case.
>>
>> Thanks
>> Mark
>>
>> On 04/21/2024 9:47 AM EDT Piotr Zarzycki 
>> wrote:
>>
>>
>> Hi Mark,
>>
>> I have let know Greg about that over private channel. Hopefully early
>> next week he will provide you some source code in that matter. :)
>>
>> Thanks,
>> Piotr
>>
>> niedz., 21 kwi 2024 o 14:04 MARK HARTNETT 
>> napisał(a):
>>
>> Hi,
>> I'm in the middle of migrating and hoping someone has a Cairngorm.swc
>> ported for Royale.
>>
>> Thanks
>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>>


Re: Cairngorm

2024-04-22 Thread Piotr Zarzycki
Mark,

You cannot build after adding library or you don't see in intellisence ?

I think you are configuring this in the right way using library section,
you can try external library but it's probably not the way.

Thanks,
Piotr

pon., 22 kwi 2024 o 15:11 MARK HARTNETT  napisał(a):

> I'm on version 3.3.4
>
> On 04/22/2024 9:00 AM EDT Piotr Zarzycki 
> wrote:
>
>
> What version of Moonshine are you using ?
>
> pon., 22 kwi 2024 o 14:55 MARK HARTNETT 
> napisał(a):
>
> No luck with the Cairngorm-js.swc. I put the file in the lib directory and
> configured Moonshine to use that directory.  Unfortunately cairngorm is
> still not found.
>
> Can someone test the swc on Royal to see if it's picked up in the lib
> directory.
>
>
> Thanks
>
> On 04/22/2024 2:02 AM EDT Greg Dove  wrote:
>
>
>
> replying to:
> "Greg,
> I looked at the Cairngorm source in git and it appears to be in spanish?
> I attached an example. "
>
> Hi Mark, yes, the project code is in Spanish in that repo - the app that
> uses the Cairngorm swc has some Spanish coding, not the Cairngorm library
> swc itself. If you look in that code, you can see all the regular cairngorm
> imports.
> For example things like:
> import com.adobe.cairngorm.commands.ICommand;
> import com.adobe.cairngorm.control.CairngormEvent;
>
> public class ComandoBase implements ICommand 
>
> So if you are using the swc, hopefully it corresponds with your original
> use of Cairngorm. The other stuff in that git repo should not be relevant,
> you just wanted the cairngorm swc for download.
>
> regards,
> Greg
>
> On Mon, Apr 22, 2024 at 12:52 PM MARK HARTNETT 
> wrote:
>
> Hi Pitor,
>
> I included theCairngorm.js-swc in my lib directory.
> Is this configured correctly?
>
> Greg,
> I looked at the Cairngorm source in git and it appears to be in spanish?
> I attached an example.
>
> I am done for the night.
>
>
> On 04/21/2024 10:44 AM EDT Piotr Zarzycki 
> wrote:
>
>
> Mark,
>
> It's awesome to hear that. Switching to Crux would be nice and maybe quite
> beneficial for Royale if you find and potentially maybe fix some issues. :)
>
> Piotr
>
> niedz., 21 kwi 2024 o 16:37 MARK HARTNETT 
> napisał(a):
>
> Hi Piotr,
>  The migration went well. I have a clean compile other than Cairngorm
> errors. I will look at switching to Crux now instead of after bringing the
> system back to life. I'd still like the Cairngorm just in case.
>
> Thanks
> Mark
>
> On 04/21/2024 9:47 AM EDT Piotr Zarzycki 
> wrote:
>
>
> Hi Mark,
>
> I have let know Greg about that over private channel. Hopefully early next
> week he will provide you some source code in that matter. :)
>
> Thanks,
> Piotr
>
> niedz., 21 kwi 2024 o 14:04 MARK HARTNETT 
> napisał(a):
>
> Hi,
> I'm in the middle of migrating and hoping someone has a Cairngorm.swc
> ported for Royale.
>
> Thanks
>
>
>
> --
>
> Piotr Zarzycki
>
>
>
> --
>
> Piotr Zarzycki
>
>
>
> --
>
> Piotr Zarzycki
>
>

-- 

Piotr Zarzycki


Re: Cairngorm

2024-04-22 Thread Piotr Zarzycki
What version of Moonshine are you using ?

pon., 22 kwi 2024 o 14:55 MARK HARTNETT  napisał(a):

> No luck with the Cairngorm-js.swc. I put the file in the lib directory and
> configured Moonshine to use that directory.  Unfortunately cairngorm is
> still not found.
>
> Can someone test the swc on Royal to see if it's picked up in the lib
> directory.
>
>
> Thanks
>
> On 04/22/2024 2:02 AM EDT Greg Dove  wrote:
>
>
>
> replying to:
> "Greg,
> I looked at the Cairngorm source in git and it appears to be in spanish?
> I attached an example. "
>
> Hi Mark, yes, the project code is in Spanish in that repo - the app that
> uses the Cairngorm swc has some Spanish coding, not the Cairngorm library
> swc itself. If you look in that code, you can see all the regular cairngorm
> imports.
> For example things like:
> import com.adobe.cairngorm.commands.ICommand;
> import com.adobe.cairngorm.control.CairngormEvent;
>
> public class ComandoBase implements ICommand 
>
> So if you are using the swc, hopefully it corresponds with your original
> use of Cairngorm. The other stuff in that git repo should not be relevant,
> you just wanted the cairngorm swc for download.
>
> regards,
> Greg
>
> On Mon, Apr 22, 2024 at 12:52 PM MARK HARTNETT 
> wrote:
>
> Hi Pitor,
>
> I included theCairngorm.js-swc in my lib directory.
> Is this configured correctly?
>
> Greg,
> I looked at the Cairngorm source in git and it appears to be in spanish?
> I attached an example.
>
> I am done for the night.
>
>
> On 04/21/2024 10:44 AM EDT Piotr Zarzycki 
> wrote:
>
>
> Mark,
>
> It's awesome to hear that. Switching to Crux would be nice and maybe quite
> beneficial for Royale if you find and potentially maybe fix some issues. :)
>
> Piotr
>
> niedz., 21 kwi 2024 o 16:37 MARK HARTNETT 
> napisał(a):
>
> Hi Piotr,
>  The migration went well. I have a clean compile other than Cairngorm
> errors. I will look at switching to Crux now instead of after bringing the
> system back to life. I'd still like the Cairngorm just in case.
>
> Thanks
> Mark
>
> On 04/21/2024 9:47 AM EDT Piotr Zarzycki 
> wrote:
>
>
> Hi Mark,
>
> I have let know Greg about that over private channel. Hopefully early next
> week he will provide you some source code in that matter. :)
>
> Thanks,
> Piotr
>
> niedz., 21 kwi 2024 o 14:04 MARK HARTNETT 
> napisał(a):
>
> Hi,
> I'm in the middle of migrating and hoping someone has a Cairngorm.swc
> ported for Royale.
>
> Thanks
>
>
>
> --
>
> Piotr Zarzycki
>
>
>
> --
>
> Piotr Zarzycki
>
>

-- 

Piotr Zarzycki


Re: Cairngorm

2024-04-21 Thread Piotr Zarzycki
Mark,

It's awesome to hear that. Switching to Crux would be nice and maybe quite
beneficial for Royale if you find and potentially maybe fix some issues. :)

Piotr

niedz., 21 kwi 2024 o 16:37 MARK HARTNETT 
napisał(a):

> Hi Piotr,
>  The migration went well. I have a clean compile other than Cairngorm
> errors. I will look at switching to Crux now instead of after bringing the
> system back to life. I'd still like the Cairngorm just in case.
>
> Thanks
> Mark
>
> On 04/21/2024 9:47 AM EDT Piotr Zarzycki 
> wrote:
>
>
> Hi Mark,
>
> I have let know Greg about that over private channel. Hopefully early next
> week he will provide you some source code in that matter. :)
>
> Thanks,
> Piotr
>
> niedz., 21 kwi 2024 o 14:04 MARK HARTNETT 
> napisał(a):
>
> Hi,
> I'm in the middle of migrating and hoping someone has a Cairngorm.swc
> ported for Royale.
>
> Thanks
>
>
>
> --
>
> Piotr Zarzycki
>
>

-- 

Piotr Zarzycki


Re: Cairngorm

2024-04-21 Thread Piotr Zarzycki
Hi Mark,

I have let know Greg about that over private channel. Hopefully early next
week he will provide you some source code in that matter. :)

Thanks,
Piotr

niedz., 21 kwi 2024 o 14:04 MARK HARTNETT 
napisał(a):

> Hi,
> I'm in the middle of migrating and hoping someone has a Cairngorm.swc
> ported for Royale.
>
> Thanks
>


-- 

Piotr Zarzycki


Moonshine IDE 3.3.4 and Moonshine SDK Installer 4.6.0 Released!

2024-03-08 Thread Piotr Zarzycki
Hello Royale Community,

We are pleased to announce a huge double release.

Moonshine IDE has been upgraded to version 3.3.4 with a huge amount of
fixes.

You can download it from our website: https://moonshine-ide.com/

Report bug or feature requests on our GitHub:
https://github.com/prominic/Moonshine-IDE

Key features for the 3.3.4 release:

- JDK 17 support. JDK 17 is now the default JDK for Moonshine, except for
Domino projects
- Improvements to workspaces.
  - Switch workspaces from the project sidebar.
  - Manage workspaces from Settings > Workspaces.
  - Automatically create new workspaces when opening a repository or
multiple projects
- Added View editor in Domino Visual Editor. Includes support for Shared
Columns.
- Open Terminal to selected directory in Project sidebar
- Updated license to Server Side Public License

Find Moonshine-IDE CHANGELOG with a huge list of features and bug fixes [1].

Moonshine SDK Installer 4.6.0 includes version updates for Apache Flex SDK
(Harman AIR). It also contains some improvements for the Haxe installation
process. Check CHANGELOG to know more [2].

You can download Moonshine SDK Installer from our website:
https://moonshine-ide.com/download-sdk-installer/

[1]
https://github.com/Moonshine-IDE/Moonshine-IDE/blob/v3.3.4/CHANGELOG.md#moonshine-ide-334
[2]
https://github.com/Moonshine-IDE/Moonshine-SDK-Installer/blob/v4.6.0/CHANGELOG.md#moonshine-sdk-installer-460

Thanks,
-- 

Piotr Zarzycki


Re: Isnt there a zipped royale sdk somewhere?

2023-08-24 Thread Piotr Zarzycki
That’s great! Thanks Josh!

On Thu, 24 Aug 2023 at 18:23, Josh Tynjala 
wrote:

> I was able to successfully remove the old 0.9.10 builds.
>
> For future reference, I found instructions for removing individual files
> here:
>
> https://nightlies.apache.org/authoring.html
>
> --
> Josh Tynjala
> Bowler Hat LLC <https://bowlerhat.dev>
>
>
> On Thu, Aug 24, 2023 at 9:16 AM Piotr Zarzycki 
> wrote:
>
>> I'm not sure how but it would be great to remove these 0.9.10 version -
>> I'm pretty sure it's old - even older than released one.
>>
>> czw., 24 sie 2023 o 18:14 Josh Tynjala 
>> napisał(a):
>>
>>> I'll update the website with that link. We are still pointing to the old
>>> Azure CI.
>>>
>>> --
>>> Josh Tynjala
>>> Bowler Hat LLC <https://bowlerhat.dev>
>>>
>>>
>>> On Thu, Aug 24, 2023 at 8:29 AM Piotr Zarzycki <
>>> piotrzarzyck...@gmail.com> wrote:
>>>
>>>> Jim,
>>>>
>>>> The nightly is here if you needed:
>>>> https://nightlies.apache.org/Royale/Royale-asjs/
>>>>
>>>> czw., 24 sie 2023 o 17:10 Jim McNamara 
>>>> napisał(a):
>>>>
>>>>> O k josh that's what I had resigned to. I await the arrival of 0.9.11.
>>>>>
>>>>> Cool ,
>>>>> Thanks!
>>>>>
>>>>>
>>>>> Sent from Proton Mail mobile
>>>>>
>>>>>
>>>>>
>>>>>  Original Message 
>>>>> On Aug 24, 2023, 11:01 AM, Josh Tynjala < joshtynj...@bowlerhat.dev>
>>>>> wrote:
>>>>>
>>>>>
>>>>> The binary distribution of the newest release (currently version
>>>>> 0.9.10) is available to download from this page:
>>>>>
>>>>> https://royale.apache.org/download/
>>>>>
>>>>> I don't think we currently have nightly builds of the repository to
>>>>> download anywhere.
>>>>>
>>>>> --
>>>>> Josh Tynjala
>>>>> Bowler Hat LLC <https://bowlerhat.dev>
>>>>>
>>>>>
>>>>> On Wed, Aug 23, 2023 at 5:50 PM Jim McNamara 
>>>>> wrote:
>>>>>
>>>>>> Hi,
>>>>>>
>>>>>> When i forked the sdk by mistake i had the root directory of the sdk
>>>>>> and vs code worked.
>>>>>>
>>>>>> When i copied the zip file from github https and downloaded it local
>>>>>> file name being royale-asjs-develop.zip it didnt have josh's file that is
>>>>>> necessary to verify if that is the root directory.
>>>>>>
>>>>>> Josh had said if a certain file existed in the directory than your in
>>>>>> the root.
>>>>>>
>>>>>> I get so frustrated because i cant seem to get that file unless
>>>>>> forked which i dont want to do!
>>>>>>
>>>>>> Can anyone provide a link so i can get a clone of the repository i
>>>>>> forked earlier?
>>>>>>
>>>>>> I since deleted the fork ( on purpose ) .
>>>>>>
>>>>>> Thanks,
>>>>>> Jim
>>>>>>
>>>>>>
>>>>>> Sent from Proton Mail mobile
>>>>>>
>>>>>>
>>>>>>
>>>>
>>>> --
>>>>
>>>> Piotr Zarzycki
>>>>
>>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>


Re: Isnt there a zipped royale sdk somewhere?

2023-08-24 Thread Piotr Zarzycki
I'm not sure how but it would be great to remove these 0.9.10 version - I'm
pretty sure it's old - even older than released one.

czw., 24 sie 2023 o 18:14 Josh Tynjala 
napisał(a):

> I'll update the website with that link. We are still pointing to the old
> Azure CI.
>
> --
> Josh Tynjala
> Bowler Hat LLC <https://bowlerhat.dev>
>
>
> On Thu, Aug 24, 2023 at 8:29 AM Piotr Zarzycki 
> wrote:
>
>> Jim,
>>
>> The nightly is here if you needed:
>> https://nightlies.apache.org/Royale/Royale-asjs/
>>
>> czw., 24 sie 2023 o 17:10 Jim McNamara 
>> napisał(a):
>>
>>> O k josh that's what I had resigned to. I await the arrival of 0.9.11.
>>>
>>> Cool ,
>>> Thanks!
>>>
>>>
>>> Sent from Proton Mail mobile
>>>
>>>
>>>
>>>  Original Message 
>>> On Aug 24, 2023, 11:01 AM, Josh Tynjala < joshtynj...@bowlerhat.dev>
>>> wrote:
>>>
>>>
>>> The binary distribution of the newest release (currently version 0.9.10)
>>> is available to download from this page:
>>>
>>> https://royale.apache.org/download/
>>>
>>> I don't think we currently have nightly builds of the repository to
>>> download anywhere.
>>>
>>> --
>>> Josh Tynjala
>>> Bowler Hat LLC <https://bowlerhat.dev>
>>>
>>>
>>> On Wed, Aug 23, 2023 at 5:50 PM Jim McNamara 
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> When i forked the sdk by mistake i had the root directory of the sdk
>>>> and vs code worked.
>>>>
>>>> When i copied the zip file from github https and downloaded it local
>>>> file name being royale-asjs-develop.zip it didnt have josh's file that is
>>>> necessary to verify if that is the root directory.
>>>>
>>>> Josh had said if a certain file existed in the directory than your in
>>>> the root.
>>>>
>>>> I get so frustrated because i cant seem to get that file unless forked
>>>> which i dont want to do!
>>>>
>>>> Can anyone provide a link so i can get a clone of the repository i
>>>> forked earlier?
>>>>
>>>> I since deleted the fork ( on purpose ) .
>>>>
>>>> Thanks,
>>>> Jim
>>>>
>>>>
>>>> Sent from Proton Mail mobile
>>>>
>>>>
>>>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>

-- 

Piotr Zarzycki


Re: Isnt there a zipped royale sdk somewhere?

2023-08-24 Thread Piotr Zarzycki
Jim,

The nightly is here if you needed:
https://nightlies.apache.org/Royale/Royale-asjs/

czw., 24 sie 2023 o 17:10 Jim McNamara 
napisał(a):

> O k josh that's what I had resigned to. I await the arrival of 0.9.11.
>
> Cool ,
> Thanks!
>
>
> Sent from Proton Mail mobile
>
>
>
>  Original Message 
> On Aug 24, 2023, 11:01 AM, Josh Tynjala < joshtynj...@bowlerhat.dev>
> wrote:
>
>
> The binary distribution of the newest release (currently version 0.9.10)
> is available to download from this page:
>
> https://royale.apache.org/download/
>
> I don't think we currently have nightly builds of the repository to
> download anywhere.
>
> --
> Josh Tynjala
> Bowler Hat LLC <https://bowlerhat.dev>
>
>
> On Wed, Aug 23, 2023 at 5:50 PM Jim McNamara 
> wrote:
>
>> Hi,
>>
>> When i forked the sdk by mistake i had the root directory of the sdk and
>> vs code worked.
>>
>> When i copied the zip file from github https and downloaded it local file
>> name being royale-asjs-develop.zip it didnt have josh's file that is
>> necessary to verify if that is the root directory.
>>
>> Josh had said if a certain file existed in the directory than your in the
>> root.
>>
>> I get so frustrated because i cant seem to get that file unless forked
>> which i dont want to do!
>>
>> Can anyone provide a link so i can get a clone of the repository i forked
>> earlier?
>>
>> I since deleted the fork ( on purpose ) .
>>
>> Thanks,
>> Jim
>>
>>
>> Sent from Proton Mail mobile
>>
>>
>>

-- 

Piotr Zarzycki


Re: Isnt there a zipped royale sdk somewhere?

2023-08-23 Thread Piotr Zarzycki
Hi Jim,

It sounds like you wanted to have binary distribution which you can use in
your IDE? If that’s the case try to sue Moonshine SDK Installer [1].
If you need the most recent fixed choose from drop down list 0.9.11 version
and download it.

[1]
https://moonshine-ide.com/download-sdk-installer/

Thanks,
Piotr

On Thu, 24 Aug 2023 at 02:50, Jim McNamara  wrote:

> Hi,
>
> When i forked the sdk by mistake i had the root directory of the sdk and
> vs code worked.
>
> When i copied the zip file from github https and downloaded it local file
> name being royale-asjs-develop.zip it didnt have josh's file that is
> necessary to verify if that is the root directory.
>
> Josh had said if a certain file existed in the directory than your in the
> root.
>
> I get so frustrated because i cant seem to get that file unless forked
> which i dont want to do!
>
> Can anyone provide a link so i can get a clone of the repository i forked
> earlier?
>
> I since deleted the fork ( on purpose ) .
>
> Thanks,
> Jim
>
>
> Sent from Proton Mail mobile
>
>
>


Re: mirror for 0.9.11 maven

2023-07-10 Thread Piotr Zarzycki
Hi Jim,

I’m not sure if I understand. Moonshine IDE with Moonshine SDK Installer
provides binary distribution of released Apache Royale 0.9.10 and
development version of 0.9.11.

You can build your project using binary distribution or using build system
Maven - in that case both versions of SDKs should be part of Maven central.

What are you trying to do?

Thanks,
Piotr

On Mon, 10 Jul 2023 at 12:22, Jim McNamara  wrote:

> Hi all-
>
> I am using the moonshine IDE, and it has version 0.9.10 and github clone
> is version 0.9.11. I think maven central has no artifacts but the
> https://mvnrepository.com/artifact/org.apache.royale repo does but only
> 0.9.10.
>
> What is the best POM snippet to have it get 0.9.10 stuff it needs off repo
> https://mvnrepository.com/artifact/org.apache.royale? Is there a simpler
> POM I can look at then the big one in the SDK? I think it is with some
> example files...right?
>
> My best bet at this point is just to run with 0.9.10.. right? Is there a
> link for 0.9.10?
>
> Does anyone run 0.9.11 and specify for it not to go getting things
> from the maven central repo or this other repo
> https://mvnrepository.com/artifact/org.apache.royale?
>
> THANKS,
> jim
>
>
> Sent with Proton Mail secure email.
>
-- 

Piotr Zarzycki


Re: moonshine-ide possible virus

2023-06-07 Thread Piotr Zarzycki
Can you post what exactly was reported? What is your OS version ?

śr., 7 cze 2023 o 11:31 Jim McNamara  napisał(a):

> VirusTotal <https://www.virustotal.com/gui/home/upload>
>
> Sent with Proton Mail <https://proton.me/> secure email.
>
> --- Original Message ---
> On Wednesday, June 7th, 2023 at 5:05 AM, Piotr Zarzycki <
> piotrzarzyck...@gmail.com> wrote:
>
> Hi Jim,
>
> Can you please provide a link to that antivirus. I have never heard about
> nano antivirus.
>
> Thanks,
> Piotr
>
> śr., 7 cze 2023 o 10:53 Jim McNamara 
> napisał(a):
>
>> Hi all-
>>
>> There is a possible virus that I reported in github at moonshine-ide
>> project in the issues. When you run the virus scan for virus total on the
>> .exe files for the sdk and the ide it says the nano antivirus picks up a
>> trojan virus.
>>
>> thanks,
>> jim
>>
>> Sent with Proton Mail <https://proton.me/> secure email.
>>
>
>
> --
>
> Piotr Zarzycki
>
>
>

-- 

Piotr Zarzycki


Re: moonshine-ide possible virus

2023-06-07 Thread Piotr Zarzycki
Hi Jim,

Can you please provide a link to that antivirus. I have never heard about
nano antivirus.

Thanks,
Piotr

śr., 7 cze 2023 o 10:53 Jim McNamara  napisał(a):

> Hi all-
>
> There is a possible virus that I reported in github at moonshine-ide
> project in the issues. When you run the virus scan for virus total on the
> .exe files for the sdk and the ide it says the nano antivirus picks up a
> trojan virus.
>
> thanks,
> jim
>
> Sent with Proton Mail <https://proton.me/> secure email.
>


-- 

Piotr Zarzycki


Moonshine SDK Installer 4.4.0 Released!

2023-03-15 Thread Piotr Zarzycki
Hello Royale Community,

We are pleased to announce Moonshine SDK Installer release.

You can download it from our website:
https://moonshine-ide.com/download-sdk-installer/

Moonshine SDK Installer 4.4.0 bringing support for Java OpenJDK 17 which is
required for the latest language servers in the upcoming Moonshine-IDE
3.3.4 release.
We have upgraded as well Harman AIR Version for Apache Flex SDK (Harman
AIR) installation to 50.2.2.1.

More information in our CHANGELOG:
https://github.com/Moonshine-IDE/Moonshine-SDK-Installer/blob/v4.4.0/CHANGELOG.md#moonshine-sdk-installer-440

Thanks,
-- 

Piotr Zarzycki


Some Moonshine errors

2022-06-20 Thread Piotr Zarzycki
Hi Mark

It looks like I lost this email somewhere and didn't help you. Do you still
have problems with Moonshine ? I'm happy to assist.

Thanks,
Piotr

pt., 4 mar 2022 o 20:55 Mark  napisał(a):

> This is in Moonshine.
> Question about running first Flex migration code.
> I'm getting all these errors for any s or mx object.
> Does this mean there is not emulator for these objects?
> I thought a VGroup would be converted and pass the compiler.
>
> Any help, thanks
>


-- 

Piotr Zarzycki


Re: quick question 2

2022-06-20 Thread Piotr Zarzycki
Hi Jim,

I just found out that all your emails from your yahoo.com email are landing
in my gmail to spam folder. I didn't even noticed a lot of your questions.

pon., 6 cze 2022 o 23:20 Jim McNamara  napisał(a):

> Hi Yishay and Heidra-
>
> var bytes:ByteArray = new ByteArray();
> bytes.writeUTF(urlLoader.data)
> input2.text = bytes.readUTFByes(6);
>
> /home/megatron/apache-royale/royale-asjs/examples/mxroyale/HelloWorld/src/main/royale/HelloWorld.mxml(114):
> col: 29 Error: Call to a possibly undefined method readUTFByes through a
> reference with static type ByteArray.
>
> input2.text = bytes.readUTFByes(6);
>
> I get a similar message on the above calls.
>
> thanks,
> jim
>


-- 

Piotr Zarzycki


Re: This is a clean install of VSC. Does anyone know where these classes are?

2022-03-25 Thread Piotr Zarzycki
Ohh! Sorry! :) This is wonderful news :) I look forward to hear more query
from you.

pt., 25 mar 2022 o 12:45 Mark  napisał(a):

> We’re converting to Royale next year.
>
> *From:* Piotr Zarzycki 
> *Sent:* Friday, March 25, 2022 7:39 AM
> *To:* users@royale.apache.org
> *Subject:* Re: This is a clean install of VSC. Does anyone know where
> these classes are?
>
> Hi Mark,
>
> Ahh Sorry to hear that Royale won't be used for conversion. Your Moonshine
> usage and Royale itself would be wonderful addition hear.
>
> Good luck with rewriting!
> Piotr
>
> pt., 25 mar 2022 o 12:04 Mark  napisał(a):
>
>> Hi Piotr,
>> That was my first guess but was not sure where to put it.
>> We have actually decided to hold off on the conversion, so I didn’t test
>> this.
>>
>> We have a first time on the market Flex product that was stalled by the I
>> year of riots in America, and 2 years of covid.
>> So we decided to sell with a guarantee of a rewrite next year.
>>
>> The whole Royale team has done a incredible job.
>> Thanks for your help
>>
>> *From:* Piotr Zarzycki 
>> *Sent:* Friday, March 25, 2022 4:42 AM
>> *To:* users@royale.apache.org
>> *Subject:* Re: This is a clean install of VSC. Does anyone know where
>> these classes are?
>>
>> Hi Mark,
>>
>> Do you have in additional configuration field +configname=flex ?
>>
>> Thanks,
>> Piotr
>>
>> czw., 24 mar 2022 o 10:04 Yishay Weiss 
>> napisał(a):
>>
>>> mx.rpc.IResponder is in MXRoyaleBase which is a relatively new library
>>>
>>>
>>>
>>> Piotr, could it be you need to add MXRoyaleBase to moonshine’s lib
>>> default lib path?
>>>
>>>
>>>
>>> *From: *Mark 
>>> *Sent: *Wednesday, March 23, 2022 10:32 PM
>>> *To: *users@royale.apache.org
>>> *Subject: *This is a clean install of VSC. Does anyone know where these
>>> classes are?
>>>
>>>
>>>
>>> MXMLJSC
>>>
>>>
>>> +royalelib=c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.8-bin-js\royale-asjs\frameworks
>>>
>>> --debug=true
>>>
>>> --targets=JSRoyale
>>>
>>> --source-path+=src
>>>
>>> --
>>>
>>> src\SampleSystem.mxml
>>>
>>> The project 'SampleSystem' has been successfully compiled.
>>>
>>> c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.8-bin-js\royale-asjs\frameworks\js\libs\CruxJS.swc
>>> Warning: The definition mx.rpc.IResponder depended on by
>>> org.apache.royale.crux.utils.async.IAsynchronousOperation in the SWC
>>> c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.8-bin-js\royale-asjs\frameworks\js\libs\CruxJS.swc
>>> could not be found
>>>
>>>
>>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>
>
> --
>
> Piotr Zarzycki
>


-- 

Piotr Zarzycki


Re: This is a clean install of VSC. Does anyone know where these classes are?

2022-03-25 Thread Piotr Zarzycki
Hi Mark,

Ahh Sorry to hear that Royale won't be used for conversion. Your Moonshine
usage and Royale itself would be wonderful addition hear.

Good luck with rewriting!
Piotr

pt., 25 mar 2022 o 12:04 Mark  napisał(a):

> Hi Piotr,
> That was my first guess but was not sure where to put it.
> We have actually decided to hold off on the conversion, so I didn’t test
> this.
>
> We have a first time on the market Flex product that was stalled by the I
> year of riots in America, and 2 years of covid.
> So we decided to sell with a guarantee of a rewrite next year.
>
> The whole Royale team has done a incredible job.
> Thanks for your help
>
> *From:* Piotr Zarzycki 
> *Sent:* Friday, March 25, 2022 4:42 AM
> *To:* users@royale.apache.org
> *Subject:* Re: This is a clean install of VSC. Does anyone know where
> these classes are?
>
> Hi Mark,
>
> Do you have in additional configuration field +configname=flex ?
>
> Thanks,
> Piotr
>
> czw., 24 mar 2022 o 10:04 Yishay Weiss 
> napisał(a):
>
>> mx.rpc.IResponder is in MXRoyaleBase which is a relatively new library
>>
>>
>>
>> Piotr, could it be you need to add MXRoyaleBase to moonshine’s lib
>> default lib path?
>>
>>
>>
>> *From: *Mark 
>> *Sent: *Wednesday, March 23, 2022 10:32 PM
>> *To: *users@royale.apache.org
>> *Subject: *This is a clean install of VSC. Does anyone know where these
>> classes are?
>>
>>
>>
>> MXMLJSC
>>
>>
>> +royalelib=c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.8-bin-js\royale-asjs\frameworks
>>
>> --debug=true
>>
>> --targets=JSRoyale
>>
>> --source-path+=src
>>
>> --
>>
>> src\SampleSystem.mxml
>>
>> The project 'SampleSystem' has been successfully compiled.
>>
>> c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.8-bin-js\royale-asjs\frameworks\js\libs\CruxJS.swc
>> Warning: The definition mx.rpc.IResponder depended on by
>> org.apache.royale.crux.utils.async.IAsynchronousOperation in the SWC
>> c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.8-bin-js\royale-asjs\frameworks\js\libs\CruxJS.swc
>> could not be found
>>
>>
>>
>
>
> --
>
> Piotr Zarzycki
>


-- 

Piotr Zarzycki


Re: This is a clean install of VSC. Does anyone know where these classes are?

2022-03-25 Thread Piotr Zarzycki
Hi Mark,

Do you have in additional configuration field +configname=flex ?

Thanks,
Piotr

czw., 24 mar 2022 o 10:04 Yishay Weiss  napisał(a):

> mx.rpc.IResponder is in MXRoyaleBase which is a relatively new library
>
>
>
> Piotr, could it be you need to add MXRoyaleBase to moonshine’s lib default
> lib path?
>
>
>
> *From: *Mark 
> *Sent: *Wednesday, March 23, 2022 10:32 PM
> *To: *users@royale.apache.org
> *Subject: *This is a clean install of VSC. Does anyone know where these
> classes are?
>
>
>
> MXMLJSC
>
>
> +royalelib=c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.8-bin-js\royale-asjs\frameworks
>
> --debug=true
>
> --targets=JSRoyale
>
> --source-path+=src
>
> --
>
> src\SampleSystem.mxml
>
> The project 'SampleSystem' has been successfully compiled.
>
> c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.8-bin-js\royale-asjs\frameworks\js\libs\CruxJS.swc
> Warning: The definition mx.rpc.IResponder depended on by
> org.apache.royale.crux.utils.async.IAsynchronousOperation in the SWC
> c:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.8-bin-js\royale-asjs\frameworks\js\libs\CruxJS.swc
> could not be found
>
>
>


-- 

Piotr Zarzycki


Re: Moonshine blowing up with Crux

2022-03-16 Thread Piotr Zarzycki
Hi Mark,

Did you try with 0.9.9-SNAPSHOT version of Royale ? You can download it
using Moonshine.

wt., 15 mar 2022 o 18:18 Mark  napisał(a):

> The compile-add-config.xml has paths to the swc’s.
> When does this used in the compile process?
>
> 
>
> ../../../../../../frameworks/js/libs/BasicJS.swc
>
> ../../../../../../frameworks/js/libs/CruxJS.swc
>
> ../../../../../../frameworks/js/libs/MXRoyaleBaseJS.swc
>
>
>
>
> *From:* Mark 
> *Sent:* Tuesday, March 15, 2022 1:03 PM
> *To:* users@royale.apache.org
> *Subject:* Moonshine blowing up with Crux
>
> I used the CruxQuickStart code and copied the relevant parts into my
> system.
> I am building a Jewel app and I am getting errors that CruxJS.swc can’t be
> found.
> Any ideas?
> Thanks.
>
>
> Using Royale SDK:
> "C:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.8-bin-js\royale-asjs"
> : MXMLJSC
> :
> -sdk-js-lib=C:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.8-bin-js\royale-asjs\frameworks\js\Royale\generated-sources
> : -load-config+=obj/SampleSystemConfig.xml
> : -debug=true
> : -source-map=true
> : -theme=${royalelib}/themes/JewelTheme/src/main/resources/defaults.css
> : -html-template=src/resources/jewel-index-template.html
> : -compiler.targets=JSRoyale
> : -js-output=C:\AADevelopment\SampleSystem
> : Could not find file for class: mx.core.mx_internal
> : Error: File not found: mx.core.mx_internal
> :
> :
> : Internal error: java.lang.RuntimeException: Unable to find JavaScript
> filePath for class: mx.core.mx_internal
> org.apache.royale.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:779)org.apache.royale.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:808)org.apache.royale.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:808)org.apache.royale.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:808)org.apache.royale.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:808)org.apache.royale.compiler.internal.graph.GoogDepsWriter.addDeps(GoogDepsWriter.java:808)org.apache.royale.compiler.internal.graph.GoogDepsWriter.buildDB(GoogDepsWriter.java:468)org.apache.royale.compiler.internal.graph.GoogDepsWriter.getListOfFiles(GoogDepsWriter.java:115)org.apache.royale.compiler.internal.codegen.mxml.royale.MXMLRoyalePublisher.publish(MXMLRoyalePublisher.java:471)org.apache.royale.compiler.clients.MXMLJSCRoyale.compile(MXMLJSCRoyale.java:442)org.apache.royale.compiler.clients.MXMLJSCRoyale._mainNoExit(MXMLJSCRoyale.java:259)org.apache.royale.compiler.clients.MXMLJSCRoyale.mainNoExit(MXMLJSCRoyale.java:216)org.apache.royale.compiler.clients.MXMLJSC._mainNoExit(MXMLJSC.java:363)org.apache.royale.compiler.clients.MXMLJSC.mainNoExit(MXMLJSC.java:298)org.apache.royale.compiler.clients.MXMLJSC.staticMainNoExit(MXMLJSC.java:256)org.apache.royale.compiler.clients.MXMLJSC.main(MXMLJSC.java:238)
> :
> :
> :
> C:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.8-bin-js\royale-asjs\frameworks\js\libs\CruxJS.swc
> Warning: The definition mx.rpc.IResponder depended on by
> org.apache.royale.crux.utils.async.AbstractAsynchronousOperation in the SWC
> C:\MoonshineSDKs\Royale_SDK\apache-royale-0.9.8-bin-js\royale-asjs\frameworks\js\libs\CruxJS.swc
> could not be found
> :
>
>
>


-- 

Piotr Zarzycki


Re: Moonshine flex running code - Royale

2022-03-07 Thread Piotr Zarzycki
Hi Mark,

Thanks a lot! Please raise all of these feature request on our GitHub -
They sound really good - we should take care of that! ->
https://github.com/Moonshine-IDE/Moonshine-IDE

Piotr

pon., 7 mar 2022 o 13:40 Mark  napisał(a):

> Hi Piotr,
>
> Thanks for your response.
> I figured it out. I misunderstood what the Royale compiler was going to do.
> Since then, my conversation has been going great.
>
> Great job on moonshine. I tried Visual Studio as well, but MoonShine is
> more intuitive.
> I have 3 future enhancements for your consideration.
> 1. Save All button.
> 2. Code format – is this available through a plugin or extension.
> 3. Local backup – Not a checkout system – just a local backup of the file
> being edited, and utility to restore a backup.
>
> Again, great job on the system.
> Thanks
> Mark
>
> *From:* Piotr Zarzycki 
> *Sent:* Monday, March 07, 2022 5:29 AM
> *To:* users@royale.apache.org
> *Subject:* Moonshine flex running code - Royale
>
> Hi Mark,
>
> Can you provide Moonshine version. What are you trying to do exactly ? Are
> you trying to build Flex project with Royale ?
>
> pt., 4 mar 2022 o 20:55 Mark  napisał(a):
>
>> This is in Moonshine.
>> Question about running first Flex migration code.
>> I'm getting all these errors for any s or mx object.
>> Does this mean there is not emulator for these objects?
>> I thought a VGroup would be converted and pass the compiler.
>>
>> Any help, thanks
>>
>
>
> --
>
> Piotr Zarzycki
>


-- 

Piotr Zarzycki


Moonshine flex running code - Royale

2022-03-07 Thread Piotr Zarzycki
Hi Mark,

Can you provide Moonshine version. What are you trying to do exactly ? Are
you trying to build Flex project with Royale ?

pt., 4 mar 2022 o 20:55 Mark  napisał(a):

> This is in Moonshine.
> Question about running first Flex migration code.
> I'm getting all these errors for any s or mx object.
> Does this mean there is not emulator for these objects?
> I thought a VGroup would be converted and pass the compiler.
>
> Any help, thanks
>


-- 

Piotr Zarzycki


Moonshine IDE 3.3.1 and Moonshine SDK Installer 4.2.0 Released!

2022-02-22 Thread Piotr Zarzycki
Hello Royale Community,

We are pleased to announce the double release.

Moonshine IDE has been upgraded to version 3.3.1 with several small fixes.
Main addition to this release is added Vagrant support [1].

You can download it from our website: https://moonshine-ide.com/

Report bug or feature requests on our GitHub:
https://github.com/prominic/Moonshine-IDE
More information about updates check our CHANGELOG [2].

Moonshine SDK Installer upgraded to version 3.2.0 bringing with this
release option to install Haxe and Neko which is being supported in
Moonshine IDE. We have also upgraded Harman Air to version 33.1.1.743.
CHANGELOG is available here [3]

You can download Moonshine SDK Installer from our website:
https://moonshine-ide.com/download-sdk-installer/

[1] https://www.vagrantup.com/
[2]
https://github.com/Moonshine-IDE/Moonshine-IDE/blob/v3.3.1/CHANGELOG.md#moonshine-ide-331
[3]
https://github.com/Moonshine-IDE/Moonshine-SDK-Installer/blob/v4.2.0/CHANGELOG.md#moonshine-sdk-installer-420

Thanks,
-- 

Piotr Zarzycki


Re: WithCredentials implementation in URLBinaryLoader

2022-02-10 Thread Piotr Zarzycki
Hi,

In our application we are using following bead:

var service:HTTPService = new HTTPService();
service.addBead(new CORSCredentialsBead(true));

Maybe at some point this code can be used to resolve issue.

Thanks,
Piotr

czw., 10 lut 2022 o 05:42 H J, Yashasvini (CW) (Enterprise) <
yashasvini...@trellix.com> napisał(a):

> Hi,
>
>
>
> We are using URLBinaryLoader in of our files, when we referred to
> URLLoader we found that, there is an implementation for
> WithCredentials(code snippet added below),
>
> same way it needs to be implemented for URLBinaryLoader as well for
> setting up the cookies and parameters to the request header of URLRequest.
>
>
>
> Note: Since am getting failure message from us...@apache.royale.org I
> have posted my query here
>
>
>
> Thanks & Regards,
>
> Yashasvini.
>
>
>


-- 

Piotr Zarzycki


Re: Talk on Royale

2022-01-25 Thread Piotr Zarzycki
Woo! Good to see you Harbs :)

wt., 25 sty 2022 o 12:57 Harbs  napisał(a):

> 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 performance.
>
> I used the router classes as an example of MXML and Royale features.
>
> It might be of interest. There will be some colloquial terms you might not
> recognize, but it should all be understandable...
>
> https://www.youtube.com/watch?v=QWGISrmN4to
>
>
>

-- 

Piotr Zarzycki


Moonshine IDE 3.3.0 released!

2022-01-10 Thread Piotr Zarzycki
Hello Royale Community,

We are pleased to announce that Moonshine 3.3.0 has been released.

You can download it from our website: https://moonshine-ide.com/

Report bug or feature requests on our GitHub:
https://github.com/prominic/Moonshine-IDE

The main features of Moonshine 3.3.0 are:
- Project sidebar will be updated automatically to match filesystem changes
- If there is a Moonshine update, Moonshine will not open projects and
start language servers unless the user cancels the update prompt.
This resolved performance issues and some cases with hanging Java language
servers.
- Fixes for new Code Editor
- Updates to language servers and debug adapters

More information in CHANGELOG ->
https://github.com/Moonshine-IDE/Moonshine-IDE/blob/v3.3.0/CHANGELOG.md#moonshine-ide-330

Thanks for trying Moonshine,
-- 

Piotr Zarzycki


Re: Load time is very slow

2021-12-27 Thread Piotr Zarzycki
Hi Roman,

When you compile framework with artifacts will be stored locally.

Next when your application start with compilation it will uses these stored
locally artifacts.

Thanks,
Piotr

On Mon, 27 Dec 2021 at 18:52, Roman Isitua  wrote:

> I will try this and revert back to you.
>
> One question, how do i get my application project to use this branch of
> apache royale  ?
>
> My project is maven based.
>
> On Mon, 27 Dec 2021, 18:47 Harbs,  wrote:
>
>> The build instructions should be the same.
>>
>> checkout the branch in both royale-compiler 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 Isitua  wrote:
>>
>> Would definitely not mind trying this out.
>>
>> I have built 0.9.8 from source before following the instructions here
>>
>> https://royale.apache.org/source-code/
>>
>> I checked out the branch "develop" and built the source.
>>
>> My app uses maven.
>>
>> How can I test this out ?
>>
>>
>> --

Piotr Zarzycki


Re: Load time is very slow

2021-12-24 Thread Piotr Zarzycki
Maybe in your pom you are trying to use swf dependency. Show us your whole
pom - best would be some link to file if possible. Be careful with
sensitive info cause it’s a public list.

Maria,

He is using Maven so SDK and build is the one which he indicates trough
dependencies.


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 
> *Enviado el:* viernes, 24 de diciembre de 2021 9:59
> *Para:* users@royale.apache.org
> *Asunto:* Re: Load time is very slow
>
>
>
> I have started the upgrade to  0.9.9-SNAPSHOT
>
>
>
> I am getting the following error
>
>
>
> Could not resolve dependencies for project com.spacio:spacio_as3:swc:1.0:
> The following artifacts could not be resolved:
> org.apache.royale.framework:Core:swc:swf:0.9.9-SNAPSHOT,
> org.apache.royale.framework:Reflection:swc:swf:0.9.9-SNAPSHOT,
> org.apache.royale.framework:Network:swc:swf:0.9.9-SNAPSHOT:
> org.apache.royale.framework:Core:swc:swf:0.9.9-SNAPSHOT was not found in
> https://repository.apache.org/content/repositories/snapshots during a
> previous attempt. This failure was cached in the local repository and
> resolution is not reattempted until the update interval of apache-snapshots
> has elapsed or updates are forced
>
>
>
>
>
>
>
>
>
>
>
>
>
> On Thu, Dec 23, 2021 at 8:48 PM Maria Jose Esteve 
> wrote:
>
> Roman, I see you use mx. In version 0.9.9-SNAPSHOT MX has been separated
> into two different projects: MXRoyaleBase and MXRoyale (The first contains
> all the classes that are not visual, and the second the visuals).
>
> You say you are using Materials, so I guess you are not using the MX
> visual controls; you will have to change MXRoyale to MXRoyaleBase and also
> remove
> "-compiler.exclude-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@royale.apache.org
> *Asunto:* Re: Load time is very slow
>
>
>
> Thanks. I will update my pom with this.
>
> I will try the 0.9.9-snapshot and revert.
>
>
>
>
>
> Regards,
>
>
>
>
>
> On Thu, 23 Dec 2021, 18:30 Maria Jose Esteve,  wrote:
>
> I have like this the artifact download, when I want to force it I change
> "updatePolicy" to "always":
>
>
>
>
>
> 
>
> 
>
> apache-release
>
> 
> https://repository.apache.org/content/repositories/releases
>
> 
>
> true
>
> **
>
> daily
>
> 
>
> 
>
>     false
>
> 
>
> 
>
> 
>
> apache-snapshots
>
> 
> https://repository.apache.org/content/repositories/snapshots
>
> 
>
> false
>
> 
>
> 
>
> true
>
> daily
>
> 
>
> 
>
> 
>
>
>
> always
>
> daily
>
> newer
>
>
>
>
>
> Hiedra
>
>
>
> *De:* Piotr Zarzycki 
> *Enviado el:* jueves, 23 de diciembre de 2021 18:10
> *Para:* users@royale.apache.org
> *Asunto:* Re: Load time is very slow
>
>
>
> 0.9.8 - is official stable release
>
> 0.9.9-SNAPSHOT - is nightly build
>
>
>
> You do not have to build out of sources 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 have
> never used that option. Usually that first build and downloaded artifacts
> once is enough.
>
>
>
>
>
>
>
> czw., 23 gru 2021 o 17:57 Roman Isitua  napisał(a):
>
> I have downloaded 0.9.8 sdk though I am yet to switch to it. I pulled the
> source from git then built it using maven.
>
>
>
> So how can I access the latest sdk ? i.e. 0.9.9 is it in the official
> distribution ?
>
>
>
>
>
>
>
>
>
> On Thu, Dec 23, 2021 at 5:37 PM Maria Jose Esteve 
> wrote:
>
> I have recorded a gif for you to see it yourself [1], about 6 seconds, it
> is not very fast but considering that you are using js-debug, I see it
&

Re: Load time is very slow

2021-12-23 Thread Piotr Zarzycki
0.9.8 - is official stable release
0.9.9-SNAPSHOT - is nightly build

You do not have to build out of sources 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 have
never used that option. Usually that first build and downloaded artifacts
once is enough.



czw., 23 gru 2021 o 17:57 Roman Isitua  napisał(a):

> I have downloaded 0.9.8 sdk though I am yet to switch to it. I pulled the
> source from git then built it using maven.
>
> So how can I access the latest sdk ? i.e. 0.9.9 is it in the official
> distribution ?
>
>
>
>
> On Thu, Dec 23, 2021 at 5:37 PM Maria Jose Esteve 
> wrote:
>
>> I have recorded a gif for you to see it yourself [1], about 6 seconds, it
>> is not very fast but considering that you are using js-debug, I see it
>> acceptable.
>>
>>
>>
>> Regarding the sdk change... in principle where you have the literal
>> "0.9.7" you should put "0.9.8" are you using the official distribution?
>>
>> There are many changes from 0.9.7 to 0.9.8 and even more in 0.9.9 which
>> is the current one. I advise you to change it to 0.9.9.9 I can help you to
>> debug the bugs you get, I also use Maven.
>>
>>
>>
>> [1]
>> https://drive.google.com/file/d/1Fqr77QN0CEYB6c2KGuvhaliuUtDeR8Ov/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. We have no prior adobe flex
>> experience. We are using royale material design.
>>
>>
>>
>> How many seconds does it take to load at your end ?
>>
>>
>>
>> I will check my internet access speed but I have to get the app to load
>> with the internet access speed I am using. Most users will likely be using
>> similar internet
>>
>> connections.
>>
>>
>>
>>
>>
>> I am using maven. To perform an upgrade to version 0.9.8 is it as simple
>> as changing the version number in my pom to  0.9.8 ?
>>
>>
>>
>> Also, is there a major performance improvement in load time in the newer
>> version ?
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> On Thu, Dec 23, 2021 at 5:10 PM Maria Jose Esteve 
>> wrote:
>>
>> Hi Roman, I like the design you have chosen, it looks great.
>>
>> It doesn't take me 20 seconds to load, are you sure it's not a question
>> of your access?
>>
>>
>>
>> I see you are still connected to SDK 0.9.7, couldn't you get it to work
>> 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 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
>> to load the application. I have checked to see other royale apps
>>
>> e.g the adobe spectrum demo, jewel tour de jewel demo and the mdl example
>> demo. Those apps load much faster.
>>
>>
>>
>>
>>
>>
>>
>> My maven compilation settings is as follows
>>
>>
>>
>>   -compiler.show-binding-warnings=false;> royale.showbindingWarnings>
>>
>> -source-map=true;> royale.sourceMapSettings>
>>
>> -js-default-initializers=true;> royale.jsDefaultInitializers>
>>
>> 
>> -js-dynamic-access-unknown-members=true;> royale.jsDynamicAccessUnknownMembers>
>>
>> JSRoyale
>>
>> true
>>
>> 
>> -compiler.exclude-defaults-css-files=MXRoyale-0.9.7-js.swc:defaults.css;
>> 
>>
>>
>>
>>
>>
>> I will like to ask what could be the reason for the slow load times ?
>>
>>
>>
>> As the app is currently in development is there a need to compile to
>> release mode to get fast load times ?
>>
>>
>>
>> The file size of the debug version is currently 7mb. I am deploying it in
>> a spring boot embedded tomcat server.
>>
>>
>>
>>
>>
>> Any ideas ? I would like to tackle this early in the development phase.
>>
>>
>>
>> Regards,
>>
>>
>>
>> Roman,
>>
>>
>>
>>
>>
>>

-- 

Piotr Zarzycki


Re: Load time is very slow

2021-12-23 Thread Piotr Zarzycki
Hi Roman,

Definitely change SDK to newest one - there is a lot improvements. In case
of your test I think you should use what was produced in bin/js-release -
does that version load 20 second ?

If you are using Maven it should be a matter of changing version in pom.

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 ?
>
> I will check my internet access speed but I have to get the app to load
> with the internet access speed I am using. Most users will likely be using
> similar internet
> connections.
>
>
> I am using maven. To perform an upgrade to version 0.9.8 is it as simple
> as changing the version number in my pom to  0.9.8 ?
>
> Also, is there a major performance improvement in load time in the newer
> version ?
>
>
>
>
>
>
> On Thu, Dec 23, 2021 at 5:10 PM Maria Jose Esteve 
> wrote:
>
>> Hi Roman, I like the design you have chosen, it looks great.
>>
>> It doesn't take me 20 seconds to load, are you sure it's not a question
>> of your access?
>>
>>
>>
>> I see you are still connected to SDK 0.9.7, couldn't you get it to work
>> 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 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
>> to load the application. I have checked to see other royale apps
>>
>> e.g the adobe spectrum demo, jewel tour de jewel demo and the mdl example
>> demo. Those apps load much faster.
>>
>>
>>
>>
>>
>>
>>
>> My maven compilation settings is as follows
>>
>>
>>
>>   -compiler.show-binding-warnings=false;> royale.showbindingWarnings>
>>
>> -source-map=true;> royale.sourceMapSettings>
>>
>> -js-default-initializers=true;> royale.jsDefaultInitializers>
>>
>> 
>> -js-dynamic-access-unknown-members=true;> royale.jsDynamicAccessUnknownMembers>
>>
>> JSRoyale
>>
>> true
>>
>> 
>> -compiler.exclude-defaults-css-files=MXRoyale-0.9.7-js.swc:defaults.css;
>> 
>>
>>
>>
>>
>>
>> I will like to ask what could be the reason for the slow load times ?
>>
>>
>>
>> As the app is currently in development is there a need to compile to
>> release mode to get fast load times ?
>>
>>
>>
>> The file size of the debug version is currently 7mb. I am deploying it in
>> a spring boot embedded tomcat server.
>>
>>
>>
>>
>>
>> Any ideas ? I would like to tackle this early in the development phase.
>>
>>
>>
>> Regards,
>>
>>
>>
>> Roman,
>>
>>
>>
>>
>>
>

-- 

Piotr Zarzycki


Re: Gett started with Royale with Intellij

2021-12-11 Thread Piotr Zarzycki
What does not work in Moonshine ? :)

On Fri, 10 Dec 2021 at 23:20, Andrew Wetmore  wrote:

> Thanks. At the very least I want to change the page from "coming soon" to
> an explanation that it is not as easy as, say, working with Moonshine.
>
> On Fri, Dec 10, 2021 at 5:40 PM Greg Dove  wrote:
>
>>
>> Sure, Andrew.
>> This possibility was originally discovered and shared by Chris Dutz, so
>> it did not originate with me.
>> And like I said, it is not a general solution to getting IntelliJ to
>> 'work' with Royale. I do hope to find time to look into that at some point,
>> if no-one else does, but it will involve learning something 'new' because I
>> am not familiar with Intellij plugin development.
>>
>>
>>
>> On Sat, Dec 11, 2021 at 2:43 AM Andrew Wetmore 
>> wrote:
>>
>>> @Greg Dove  can I adapt what you wrote here for
>>> the page on IntelliJ in the help docs?
>>>
>>> On Fri, Dec 10, 2021 at 1:22 AM Greg Dove  wrote:
>>>
>>>>
>>>> Intellij does not officially support Royale at this point.
>>>> Hopefully someone will get a chance to address that in time.
>>>>
>>>> But I do use it. You can get code completion and intellisense etc if
>>>> you build with maven, but only if you include the FlexMojos dependency in
>>>> your pom.xml. This is the way I use it (with the existing intellij
>>>> Flash/Flex plugin).
>>>>
>>>> 
>>>> 
>>>> net.flexmojos.oss
>>>> flexmojos-maven-plugin
>>>> 7.1.1
>>>> 
>>>>
>>>> The above alone was working for me with versions 2021.2 and earlier.
>>>> It may not play nice with the very latest build of Intellij, I assume
>>>> the embedded maven version for the IDE was updated to a version that, by
>>>> default, does not allow http downloads and some of the dependencies for
>>>> that plugin are specified as http. If you pursue this and wish to get it
>>>> working, check with me directly and I can share a way to overcome that.
>>>>
>>>>
>>>>
>>>>
>>>> On Fri, Dec 10, 2021 at 4:36 AM Harbs  wrote:
>>>>
>>>>> I know Greg is using IntelliJ. Greg do you have time to fill out that
>>>>> page?
>>>>>
>>>>> > On Dec 9, 2021, at 4:28 PM, Vincent Jugé 
>>>>> wrote:
>>>>> >
>>>>> > Hello,
>>>>> >
>>>>> > As I have a some spare time, I would like to try Royale using
>>>>> Intellij IDE but the "Intellij set up" wiki page (
>>>>> https://github.com/apache/royale-asjs/wiki/IntelliJ-IDEA) is empty.
>>>>> >
>>>>> > Does someone know if there is an existing tutorial on this subject ?
>>>>> >
>>>>> > Thank you.
>>>>> >
>>>>> > Vincent.
>>>>> >
>>>>>
>>>>>
>>>
>>> --
>>> Andrew Wetmore
>>>
>>> Editor, Moose House Publications <https://moosehousepress.com/>
>>> Editor-Writer, The Apache Software Foundation <https://apache.org/>
>>>
>>>
>>>
>>>
>>>
>
> --
> Andrew Wetmore
>
> Editor, Moose House Publications <https://moosehousepress.com/>
> Editor-Writer, The Apache Software Foundation <https://apache.org/>
>
>
>
>
> --

Piotr Zarzycki


Re: Nuevo control Jewel TriStateCheckBox

2021-12-09 Thread Piotr Zarzycki
Congrats on your huge contribution!

czw., 9 gru 2021 o 08:22 Harbs  napisał(a):

> Great work! :-)
>
> Harbs
>
> On Dec 9, 2021, at 4:13 AM, Maria Jose Esteve  wrote:
>
> Hi,
> I wanted to share the new Jewel TriStateCheckBox control, a Jewel
> CheckBox, only Js, with 3 states: Checked, Unchecked and Indeterminate.
>
>
>- It can be configured with the indeterminate look, which we are all
>used to, or with a rejected look (with a dash symbol in the middle) by
>setting the rejectedVersion property to true.
>- By default, the "unchecked" state is assigned a value of "0", the
>"checked" state a value of "1" and the "indeterminate" state a value of
>"-1".
>
> With the TriStateCheckBoxStatesValues bead we can set a custom value for
> each state.
>
>- To set the state "selected" we use selected=true, to set the state
>"deselected" we use selected=false, and to set the state "indeterminate" we
>use indeterminate=true. (indeterminate=false sets the default state to
>"deselected")
>- The state can be obtained by retrieving the state property or by
>using the functions: isChecked(), isUnChecked() and isIndeterminate()
>- Distinguishes state changes set by code, valueCommit event, from
>changes made by the user, clickCommit event.
>- With the TriStateCheckBoxLabelState bead we can display a different
>text for each state.
>
>
> An example has been added to the TDJ [1]
>
> I hope it is useful to you.
>
> [1]
> https://github.com/apache/royale-asjs/blob/develop/examples/jewel/TourDeJewel/src/main/royale/TriStateCheckBoxPlayGround.mxml
>
> Hiedra
>
>
>

-- 

Piotr Zarzycki


Re: query to count the number of labels in xml

2021-11-30 Thread Piotr Zarzycki
Hi Nayeem,

Can you share some code, it is not clear to me what do you trying to
achieve.

Thanks,
Piotr

wt., 30 lis 2021 o 12:51 NayeemShah, Mohd (CW) (Enterprise) <
mohd_nayeems...@mcafee.com> napisał(a):

> Hi ,
>
> I need to find the total number of basic labels and jewel labels used in
> my mxml file.
> how can I achieve it?
>


-- 

Piotr Zarzycki


Moonshine SDK Installer 4.1.1 released

2021-11-19 Thread Piotr Zarzycki
Hello Royale Community,

We have just released minor update to Moonshine SDK Installer.

You can review changelog here ->
https://github.com/Moonshine-IDE/Moonshine-SDK-Installer/blob/v4.1.1/CHANGELOG.md#moonshine-sdk-installer-411

SDK Installer can be used trough Moonshine using menu Help -> Gettings
Started -> Download Third Party Software

You can also download installer as a standalone application here:
https://moonshine-ide.com/download-sdk-installer/

Thanks,
-- 

Piotr Zarzycki


Re: Jewel DataGrid variableRowHeight

2021-11-17 Thread Piotr Zarzycki
Hi,

I don't think it's working. It is known problem with lack of that
functionality.

Thanks,
Piotr

śr., 17 lis 2021 o 17:29 ichsan anam  napisał(a):

> Dear All, does anyone know is variableRowHeight working in Jewel Datagrid?
>
> Already try with this code, but still not working.
>
> 
> 
>  "true"/>
> 
>
> 
> 
> 
> 
>  align="right" columnWidth="45" />
> 
>      align="left" explicitColumnWidth="400"/>
> 
> 
>


-- 

Piotr Zarzycki


Moonshine IDE 3.2.0 released!

2021-11-08 Thread Piotr Zarzycki
Hello Royale Community,

We are pleased to announce that Moonshine 3.2.0 has been released.

You can download it from our website: https://moonshine-ide.com/

Report bug or feature requests on our GitHub:
https://github.com/prominic/Moonshine-IDE

Summary for that release:
- An improved text/code editor based on Haxe
- Nightly builds were renamed to MoonshineDevelopment, and will now
automatically update on restart if new builds are available.
- Many minor updates and bug fixes

More information in CHANGELOG ->
https://github.com/Moonshine-IDE/Moonshine-IDE/blob/v3.2.0/CHANGELOG.md#moonshine-ide-320

Thanks for trying Moonshine,
-- 

Piotr Zarzycki


Moonshine SDK Installer 4.1.0 released!

2021-10-29 Thread Piotr Zarzycki
Hello Royale Community,

We are pleased to announce that Moonshine SDK Installer 4.1.0 has been
released. We have fixed some minor issues and update Harman Air to
33.1.1.633.

More information in our release notes:
https://github.com/Moonshine-IDE/Moonshine-SDK-Installer/blob/v4.1.0/CHANGELOG.md#moonshine-sdk-installer-410

SDK Installer can be used trough Moonshine using menu Help -> Gettings
Started -> Download Third Party Software

You can also download installer as a standalone application here:
https://moonshine-ide.com/download-sdk-installer/

Thanks,
-- 

Piotr Zarzycki


Re: Harman Air 33 - Configuration and

2021-10-28 Thread Piotr Zarzycki
Hi Isabelle,

What problems do you have ? Could you describe ? I believe this email
should be send to flex users list instead Royale one.

Thanks,
Piotr

czw., 28 paź 2021 o 12:24 Isabelle LOYER 
napisał(a):

> Dear Flex user,
>
> I need your help to find  Harman Air 33 system requirements.
>
> Indeed, I need to upgrade a desktop application initialy develloping with
> Flex sdk 4.6.0.
>
> Best regards
> --
> -
>


-- 

Piotr Zarzycki


Re: Royale with Material design lite

2021-09-28 Thread Piotr Zarzycki
Hi Roman,

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 2021 o 14:32 Roman Isitua  napisał(a):

>
> 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.
>>
>>
>> On Mon, 13 Sep 2021, 10:31 Harbs,  wrote:
>>
>>> It’s not built by or published to Maven. You can include a SWC in any
>>> project.
>>>
>>> On Sep 13, 2021, at 11:41 AM, Roman Isitua 
>>> wrote:
>>>
>>> Thanks for sharing Harbs.
>>> This is another impressive ui library.
>>>
>>>
>>> Just one observation. It appears not to have support for maven. Is this
>>> correct ?
>>>
>>>
>>> Regards,
>>>
>>>
>>>
>>> On Mon, 13 Sep 2021, 08:49 Harbs,  wrote:
>>>
>>>> https://github.com/unhurdle/spectrum-royale
>>>> https://unhurdle.github.io/spectrum-royale/
>>>>
>>>> On Sep 13, 2021, at 10:22 AM, Piotr Zarzycki 
>>>> wrote:
>>>>
>>>> Harbs I believe you have some links and examples - you did that
>>>> implementation - I'm just mentioning that cause it could be a good addition
>>>> for evaluation for you. ;)
>>>>
>>>>
>>>>
>>>

-- 

Piotr Zarzycki


Re: Moonshine SDK Installer 4.0.0 released

2021-09-27 Thread Piotr Zarzycki
We can setup a meeting with some screensharing and try couple of things if
you have time this week. Let me know - we can talk on priv.

pon., 27 wrz 2021 o 17:22 Piotr Zarzycki 
napisał(a):

> Yep previous installer was 32 bit, we have switched to 64 some time ago.
>
> pt., 24 wrz 2021 o 18:42 Maria Jose Esteve  napisał(a):
>
>> @Piotr, the previous installer was 32bit?...could you pull from this
>> thread? The 32bit one did work for me, maybe there is some residue left
>> over from the previous install and I'm not noticing... what do you think?
>>
>>
>>
>> Hiedra
>>
>>
>>
>> *De:* Maria Jose Esteve 
>> *Enviado el:* viernes, 24 de septiembre de 2021 18:30
>> *Para:* users@royale.apache.org
>> *Asunto:* RE: Moonshine SDK Installer 4.0.0 released
>>
>>
>>
>> Hi Piotr,
>>
>>
>> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/lastSuccessfulBuild/artifact/out/
>> à Ok
>>
>> https://nightlies.apache.org/Royale/Royale-asjs/ à Ok
>>
>>
>>
>> It's something else Piotr..., it's not a problem of access to any
>> repository because I can't download Git or Node.js either.
>>
>> Is the error I get generic or in response to a "no access" to the
>> download repositories or does it have a unique origin?
>>
>>
>>
>> Forgive me for being clumsy with Moonshine, ... I have it installed and I
>> update all the versions you have released because I want "at some point" to
>> try it seriously, but so far I haven't had "that time".
>>
>> I have my own SDK builds configured but I would like to know how I would
>> work with an environment that gives me facilities to work with different
>> sdk's.
>>
>>
>>
>> Thanks.
>>
>> Hiedra.
>>
>>
>>
>>
>>
>> *De:* Piotr Zarzycki 
>> *Enviado el:* jueves, 23 de septiembre de 2021 10:20
>> *Para:* users@royale.apache.org
>> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>>
>>
>>
>> Can you access above link actually ?
>>
>>
>>
>> czw., 23 wrz 2021 o 10:19 Piotr Zarzycki 
>> napisał(a):
>>
>> It doesn't look into repository. Downloading happening trough that ->
>> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/lastSuccessfulBuild/artifact/out/
>>
>>
>>
>> We will switch soon to https://nightlies.apache.org/Royale/Royale-asjs/
>> but it will take some time before we release new version.
>>
>>
>>
>> śr., 22 wrz 2021 o 15:19 Maria Jose Esteve 
>> napisał(a):
>>
>> Hello Piotr, I'm sorry I didn't answer you, forgive me.
>>
>>
>>
>> Yes, I still can't download.
>>
>> I do not know the process that is used but I understand that it will
>> connect to a repository and the last day I stayed at this point, looking at
>> the path of the repositories that you are trying to access.
>>
>> Tonight I will try to continue the test.
>>
>>
>>
>> Thanks for your interest.
>>
>>
>>
>> Hiedra.
>>
>>
>>
>> *De:* Piotr Zarzycki 
>> *Enviado el:* miércoles, 22 de septiembre de 2021 12:26
>> *Para:* users@royale.apache.org
>> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>>
>>
>>
>> Maria,
>>
>>
>>
>> Do you still have problems with downloading SDK trough Moonshine SDK
>> Installer ?
>>
>>
>>
>> śr., 15 wrz 2021 o 18:36 Piotr Zarzycki 
>> napisał(a):
>>
>> Hi Maria,
>>
>>
>>
>> We can make a short call when you will be available and you could show
>> me. Please try uninstall Moonshine SDK Installer and install fresh one.
>> Make sure that your antivirus won't block anything.
>>
>>
>>
>> śr., 15 wrz 2021 o 14:05 Piotr Zarzycki 
>> napisał(a):
>>
>> We have just tested on Windows and everything works just fine. I'm not
>> sure what could be wrong on your sight.
>>
>>
>>
>> śr., 15 wrz 2021 o 12:32 Maria Jose Esteve 
>> napisał(a):
>>
>> It has not worked, same message ☹
>>
>>
>>
>> Hiedra
>>
>>
>>
>> *De:* Piotr Zarzycki 
>> *Enviado el:* miércoles, 15 de septiembre de 2021 11:19
>> *Para:* users@royale.apache.org
>> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>>
>>
>>
>> Try to uninstall previous version of installer. I have just tried 0.9.9
>> Nightly on

Re: Moonshine SDK Installer 4.0.0 released

2021-09-27 Thread Piotr Zarzycki
Yep previous installer was 32 bit, we have switched to 64 some time ago.

pt., 24 wrz 2021 o 18:42 Maria Jose Esteve  napisał(a):

> @Piotr, the previous installer was 32bit?...could you pull from this
> thread? The 32bit one did work for me, maybe there is some residue left
> over from the previous install and I'm not noticing... what do you think?
>
>
>
> Hiedra
>
>
>
> *De:* Maria Jose Esteve 
> *Enviado el:* viernes, 24 de septiembre de 2021 18:30
> *Para:* users@royale.apache.org
> *Asunto:* RE: Moonshine SDK Installer 4.0.0 released
>
>
>
> Hi Piotr,
>
>
> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/lastSuccessfulBuild/artifact/out/
> à Ok
>
> https://nightlies.apache.org/Royale/Royale-asjs/ à Ok
>
>
>
> It's something else Piotr..., it's not a problem of access to any
> repository because I can't download Git or Node.js either.
>
> Is the error I get generic or in response to a "no access" to the download
> repositories or does it have a unique origin?
>
>
>
> Forgive me for being clumsy with Moonshine, ... I have it installed and I
> update all the versions you have released because I want "at some point" to
> try it seriously, but so far I haven't had "that time".
>
> I have my own SDK builds configured but I would like to know how I would
> work with an environment that gives me facilities to work with different
> sdk's.
>
>
>
> Thanks.
>
> Hiedra.
>
>
>
>
>
> *De:* Piotr Zarzycki 
> *Enviado el:* jueves, 23 de septiembre de 2021 10:20
> *Para:* users@royale.apache.org
> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>
>
>
> Can you access above link actually ?
>
>
>
> czw., 23 wrz 2021 o 10:19 Piotr Zarzycki 
> napisał(a):
>
> It doesn't look into repository. Downloading happening trough that ->
> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/lastSuccessfulBuild/artifact/out/
>
>
>
> We will switch soon to https://nightlies.apache.org/Royale/Royale-asjs/
> but it will take some time before we release new version.
>
>
>
> śr., 22 wrz 2021 o 15:19 Maria Jose Esteve  napisał(a):
>
> Hello Piotr, I'm sorry I didn't answer you, forgive me.
>
>
>
> Yes, I still can't download.
>
> I do not know the process that is used but I understand that it will
> connect to a repository and the last day I stayed at this point, looking at
> the path of the repositories that you are trying to access.
>
> Tonight I will try to continue the test.
>
>
>
> Thanks for your interest.
>
>
>
> Hiedra.
>
>
>
> *De:* Piotr Zarzycki 
> *Enviado el:* miércoles, 22 de septiembre de 2021 12:26
> *Para:* users@royale.apache.org
> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>
>
>
> Maria,
>
>
>
> Do you still have problems with downloading SDK trough Moonshine SDK
> Installer ?
>
>
>
> śr., 15 wrz 2021 o 18:36 Piotr Zarzycki 
> napisał(a):
>
> Hi Maria,
>
>
>
> We can make a short call when you will be available and you could show me.
> Please try uninstall Moonshine SDK Installer and install fresh one. Make
> sure that your antivirus won't block anything.
>
>
>
> śr., 15 wrz 2021 o 14:05 Piotr Zarzycki 
> napisał(a):
>
> We have just tested on Windows and everything works just fine. I'm not
> sure what could be wrong on your sight.
>
>
>
> śr., 15 wrz 2021 o 12:32 Maria Jose Esteve  napisał(a):
>
> It has not worked, same message ☹
>
>
>
> Hiedra
>
>
>
> *De:* Piotr Zarzycki 
> *Enviado el:* miércoles, 15 de septiembre de 2021 11:19
> *Para:* users@royale.apache.org
> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>
>
>
> Try to uninstall previous version of installer. I have just tried 0.9.9
> Nightly on my Mac and everything went smoothly. Maybe something blocking
> downloading.
>
>
>
> śr., 15 wrz 2021 o 11:12 Piotr Zarzycki 
> napisał(a):
>
> Last question - Are you on Windows or Mac ?
>
>
>
> śr., 15 wrz 2021 o 10:51 Maria Jose Esteve  napisał(a):
>
> I have tried to download 0.9.8 and 0.9.9 and the result is the same, I
> can't really download "nothing" so I was wondering if I needed to configure
> any url or something like that.
>
>
>
> I had the previous "Moonshine SDK Installer" installed and I have not
> uninstalled it before installing the new version, could it be because of
> this?
>
> Hiedra
>
>
>
> *De:* Piotr Zarzycki 
> *Enviado el:* miércoles, 15 de septiembre de 2021 10:18
> *Para:* users@royale.apache.org
> *Asunto:* R

Re: Moonshine SDK vs IntelliJ IDEA

2021-09-23 Thread Piotr Zarzycki
Hi Gareth,

In order to unsubscribe you need to send email ->
https://royale.apache.org/mailing-lists/

czw., 23 wrz 2021 o 11:36 Gareth J. Rubery 
napisał(a):

> Please can I be taken off of this mailing list, thank you.
>
>
> > On 23 Sep 2021, at 09:51, Isabelle LOYER 
> wrote:
> >
> > Hi Flex community,
> >
> > Since a couple of days, I try to choose a new IDE to convert an Air App
> from Flash Builder 4.6.
> >
> > As some of you suggested, I tested IntelliJ IDEA.
> >
> > To work with AS3 this IDE need annual fees, not a lot, but one by
> computeur and by user.
> >
> > Before finalizing my choice I would like to know the advantages of
> IntelliJ IDEA compared to Moonshine SDK.
> >
> > Thanks for helping.
> >
> > Best regards.
> >
> > --
>
>

-- 

Piotr Zarzycki


Re: Moonshine SDK vs IntelliJ IDEA

2021-09-23 Thread Piotr Zarzycki
Hi Isabelle,

Well Intellij has large company behind it, so there is probably much more
sophisticated editor itself and a lot of features in it which makes your
work quite pleasant. It's hard to make a big comparison. What I can
definitely say that as one of the developer in Moonshine IDE - we are
definitely improving stuff over the usage. I'm personally use Moonshine for
Flex and Royale for at least 2 years - although there are bugs - thanks to
daily usage I can improve things - this is the advantage. Additionally
Royale is not supported officially in Intellij, you will need to probably
make some adjustment to use binary distributions of SDK, but even if
intellisence work - I'm not sure if you will be able to build anything due
to lack of support.
Of course your application can be build with Maven - than intellij has
support for that.

Summarize everything it's hard to compare things.

Definitely if you try Moonshine, raise bug we will try to fix this as soon
as possible. There is also coming up in near future big update in Moonshine
where we will provide completely new code editor - we hope to provide users
a lot of convenance.

I hope it helps,
Piotr

czw., 23 wrz 2021 o 10:51 Isabelle LOYER 
napisał(a):

> Hi Flex community,
>
> Since a couple of days, I try to choose a new IDE to convert an Air App
> from Flash Builder 4.6.
>
> As some of you suggested, I tested IntelliJ IDEA.
>
> To work with AS3 this IDE need annual fees, not a lot, but one by
> computeur and by user.
>
> Before finalizing my choice I would like to know the advantages of
> IntelliJ IDEA compared to Moonshine SDK.
>
> Thanks for helping.
>
> Best regards.
>
> --
>


-- 

Piotr Zarzycki


Re: Moonshine SDK Installer 4.0.0 released

2021-09-23 Thread Piotr Zarzycki
Can you access above link actually ?

czw., 23 wrz 2021 o 10:19 Piotr Zarzycki 
napisał(a):

> It doesn't look into repository. Downloading happening trough that ->
> http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/lastSuccessfulBuild/artifact/out/
>
> We will switch soon to https://nightlies.apache.org/Royale/Royale-asjs/
> but it will take some time before we release new version.
>
> śr., 22 wrz 2021 o 15:19 Maria Jose Esteve  napisał(a):
>
>> Hello Piotr, I'm sorry I didn't answer you, forgive me.
>>
>>
>>
>> Yes, I still can't download.
>>
>> I do not know the process that is used but I understand that it will
>> connect to a repository and the last day I stayed at this point, looking at
>> the path of the repositories that you are trying to access.
>>
>> Tonight I will try to continue the test.
>>
>>
>>
>> Thanks for your interest.
>>
>>
>>
>> Hiedra.
>>
>>
>>
>> *De:* Piotr Zarzycki 
>> *Enviado el:* miércoles, 22 de septiembre de 2021 12:26
>> *Para:* users@royale.apache.org
>> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>>
>>
>>
>> Maria,
>>
>>
>>
>> Do you still have problems with downloading SDK trough Moonshine SDK
>> Installer ?
>>
>>
>>
>> śr., 15 wrz 2021 o 18:36 Piotr Zarzycki 
>> napisał(a):
>>
>> Hi Maria,
>>
>>
>>
>> We can make a short call when you will be available and you could show
>> me. Please try uninstall Moonshine SDK Installer and install fresh one.
>> Make sure that your antivirus won't block anything.
>>
>>
>>
>> śr., 15 wrz 2021 o 14:05 Piotr Zarzycki 
>> napisał(a):
>>
>> We have just tested on Windows and everything works just fine. I'm not
>> sure what could be wrong on your sight.
>>
>>
>>
>> śr., 15 wrz 2021 o 12:32 Maria Jose Esteve 
>> napisał(a):
>>
>> It has not worked, same message ☹
>>
>>
>>
>> Hiedra
>>
>>
>>
>> *De:* Piotr Zarzycki 
>> *Enviado el:* miércoles, 15 de septiembre de 2021 11:19
>> *Para:* users@royale.apache.org
>> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>>
>>
>>
>> Try to uninstall previous version of installer. I have just tried 0.9.9
>> Nightly on my Mac and everything went smoothly. Maybe something blocking
>> downloading.
>>
>>
>>
>> śr., 15 wrz 2021 o 11:12 Piotr Zarzycki 
>> napisał(a):
>>
>> Last question - Are you on Windows or Mac ?
>>
>>
>>
>> śr., 15 wrz 2021 o 10:51 Maria Jose Esteve 
>> napisał(a):
>>
>> I have tried to download 0.9.8 and 0.9.9 and the result is the same, I
>> can't really download "nothing" so I was wondering if I needed to configure
>> any url or something like that.
>>
>>
>>
>> I had the previous "Moonshine SDK Installer" installed and I have not
>> uninstalled it before installing the new version, could it be because of
>> this?
>>
>> Hiedra
>>
>>
>>
>> *De:* Piotr Zarzycki 
>> *Enviado el:* miércoles, 15 de septiembre de 2021 10:18
>> *Para:* users@royale.apache.org
>> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>>
>>
>>
>> Hi Maria,
>>
>>
>>
>> What version of Apache Royale did you try to download ?
>>
>>
>>
>> Thanks,
>>
>> Piotr
>>
>>
>>
>> śr., 15 wrz 2021 o 10:13 Maria Jose Esteve 
>> napisał(a):
>>
>> Hi Piotr, I have installed the new Moonshine SDK Installer but when I try
>> to download any of the SDK's, it gives me an error and I don't know why:
>>
>>
>>
>> “Oops! Apache Royale download is currently unavailable!
>>
>> Please, contact the administrator, or try again later.”
>>
>>
>>
>> Do I have to configure something?
>>
>>
>>
>> Thx
>>
>> Hiedra.
>>
>>
>>
>>
>>
>> *De:* Piotr Zarzycki 
>> *Enviado el:* martes, 14 de septiembre de 2021 11:31
>> *Para:* users@royale.apache.org
>> *Asunto:* Moonshine SDK Installer 4.0.0 released
>>
>>
>>
>> Hello Royale Community,
>>
>>
>>
>> We are pleased to announce that Moonshine SDK Installer 4.0.0 has been
>> released.
>>
>> This release provides ability to download binary distribution of newly
>> released Apache Royale 0.9.8. Nightly build of Royale was updated to 0.9.9.
>>
>>
>>
>> More information in our release notes:
>> https://github.com/Moonshine-IDE/Moonshine-SDK-Installer/blob/master/CHANGELOG.md#moonshine-sdk-installer-400
>>
>>
>>
>> SDK Installer can be used trough Moonshine using menu Help -> Gettings
>> Started -> Download Third Party Software
>>
>>
>>
>> You can also download installer as a standalone application here:
>> https://moonshine-ide.com/download-sdk-installer/
>>
>>
>>
>> Thanks,
>>
>> --
>>
>> *Piotr Zarzycki *
>>
>>
>>
>>
>> --
>>
>> *Piotr Zarzycki *
>>
>>
>>
>>
>> --
>>
>> *Piotr Zarzycki *
>>
>>
>>
>>
>> --
>>
>> *Piotr Zarzycki *
>>
>>
>>
>>
>> --
>>
>> *Piotr Zarzycki *
>>
>>
>>
>>
>> --
>>
>> *Piotr Zarzycki *
>>
>>
>>
>>
>> --
>>
>> *Piotr Zarzycki *
>>
>
>
> --
>
> Piotr Zarzycki
>


-- 

Piotr Zarzycki


Re: Moonshine SDK Installer 4.0.0 released

2021-09-23 Thread Piotr Zarzycki
It doesn't look into repository. Downloading happening trough that ->
http://apacheroyaleci2.westus2.cloudapp.azure.com:8080/job/royale-asjs_jsonly/lastSuccessfulBuild/artifact/out/

We will switch soon to https://nightlies.apache.org/Royale/Royale-asjs/ but
it will take some time before we release new version.

śr., 22 wrz 2021 o 15:19 Maria Jose Esteve  napisał(a):

> Hello Piotr, I'm sorry I didn't answer you, forgive me.
>
>
>
> Yes, I still can't download.
>
> I do not know the process that is used but I understand that it will
> connect to a repository and the last day I stayed at this point, looking at
> the path of the repositories that you are trying to access.
>
> Tonight I will try to continue the test.
>
>
>
> Thanks for your interest.
>
>
>
> Hiedra.
>
>
>
> *De:* Piotr Zarzycki 
> *Enviado el:* miércoles, 22 de septiembre de 2021 12:26
> *Para:* users@royale.apache.org
> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>
>
>
> Maria,
>
>
>
> Do you still have problems with downloading SDK trough Moonshine SDK
> Installer ?
>
>
>
> śr., 15 wrz 2021 o 18:36 Piotr Zarzycki 
> napisał(a):
>
> Hi Maria,
>
>
>
> We can make a short call when you will be available and you could show me.
> Please try uninstall Moonshine SDK Installer and install fresh one. Make
> sure that your antivirus won't block anything.
>
>
>
> śr., 15 wrz 2021 o 14:05 Piotr Zarzycki 
> napisał(a):
>
> We have just tested on Windows and everything works just fine. I'm not
> sure what could be wrong on your sight.
>
>
>
> śr., 15 wrz 2021 o 12:32 Maria Jose Esteve  napisał(a):
>
> It has not worked, same message ☹
>
>
>
> Hiedra
>
>
>
> *De:* Piotr Zarzycki 
> *Enviado el:* miércoles, 15 de septiembre de 2021 11:19
> *Para:* users@royale.apache.org
> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>
>
>
> Try to uninstall previous version of installer. I have just tried 0.9.9
> Nightly on my Mac and everything went smoothly. Maybe something blocking
> downloading.
>
>
>
> śr., 15 wrz 2021 o 11:12 Piotr Zarzycki 
> napisał(a):
>
> Last question - Are you on Windows or Mac ?
>
>
>
> śr., 15 wrz 2021 o 10:51 Maria Jose Esteve  napisał(a):
>
> I have tried to download 0.9.8 and 0.9.9 and the result is the same, I
> can't really download "nothing" so I was wondering if I needed to configure
> any url or something like that.
>
>
>
> I had the previous "Moonshine SDK Installer" installed and I have not
> uninstalled it before installing the new version, could it be because of
> this?
>
> Hiedra
>
>
>
> *De:* Piotr Zarzycki 
> *Enviado el:* miércoles, 15 de septiembre de 2021 10:18
> *Para:* users@royale.apache.org
> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>
>
>
> Hi Maria,
>
>
>
> What version of Apache Royale did you try to download ?
>
>
>
> Thanks,
>
> Piotr
>
>
>
> śr., 15 wrz 2021 o 10:13 Maria Jose Esteve  napisał(a):
>
> Hi Piotr, I have installed the new Moonshine SDK Installer but when I try
> to download any of the SDK's, it gives me an error and I don't know why:
>
>
>
> “Oops! Apache Royale download is currently unavailable!
>
> Please, contact the administrator, or try again later.”
>
>
>
> Do I have to configure something?
>
>
>
> Thx
>
> Hiedra.
>
>
>
>
>
> *De:* Piotr Zarzycki 
> *Enviado el:* martes, 14 de septiembre de 2021 11:31
> *Para:* users@royale.apache.org
> *Asunto:* Moonshine SDK Installer 4.0.0 released
>
>
>
> Hello Royale Community,
>
>
>
> We are pleased to announce that Moonshine SDK Installer 4.0.0 has been
> released.
>
> This release provides ability to download binary distribution of newly
> released Apache Royale 0.9.8. Nightly build of Royale was updated to 0.9.9.
>
>
>
> More information in our release notes:
> https://github.com/Moonshine-IDE/Moonshine-SDK-Installer/blob/master/CHANGELOG.md#moonshine-sdk-installer-400
>
>
>
> SDK Installer can be used trough Moonshine using menu Help -> Gettings
> Started -> Download Third Party Software
>
>
>
> You can also download installer as a standalone application here:
> https://moonshine-ide.com/download-sdk-installer/
>
>
>
> Thanks,
>
> --
>
> *Piotr Zarzycki *
>
>
>
>
> --
>
> *Piotr Zarzycki *
>
>
>
>
> --
>
> *Piotr Zarzycki *
>
>
>
>
> --
>
> *Piotr Zarzycki *
>
>
>
>
> --
>
> *Piotr Zarzycki *
>
>
>
>
> --
>
> *Piotr Zarzycki *
>
>
>
>
> --
>
> *Piotr Zarzycki *
>


-- 

Piotr Zarzycki


Re: Moonshine SDK Installer 4.0.0 released

2021-09-22 Thread Piotr Zarzycki
Maria,

Do you still have problems with downloading SDK trough Moonshine SDK
Installer ?

śr., 15 wrz 2021 o 18:36 Piotr Zarzycki 
napisał(a):

> Hi Maria,
>
> We can make a short call when you will be available and you could show me.
> Please try uninstall Moonshine SDK Installer and install fresh one. Make
> sure that your antivirus won't block anything.
>
> śr., 15 wrz 2021 o 14:05 Piotr Zarzycki 
> napisał(a):
>
>> We have just tested on Windows and everything works just fine. I'm not
>> sure what could be wrong on your sight.
>>
>> śr., 15 wrz 2021 o 12:32 Maria Jose Esteve 
>> napisał(a):
>>
>>> It has not worked, same message ☹
>>>
>>>
>>>
>>> Hiedra
>>>
>>>
>>>
>>> *De:* Piotr Zarzycki 
>>> *Enviado el:* miércoles, 15 de septiembre de 2021 11:19
>>> *Para:* users@royale.apache.org
>>> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>>>
>>>
>>>
>>> Try to uninstall previous version of installer. I have just tried 0.9.9
>>> Nightly on my Mac and everything went smoothly. Maybe something blocking
>>> downloading.
>>>
>>>
>>>
>>> śr., 15 wrz 2021 o 11:12 Piotr Zarzycki 
>>> napisał(a):
>>>
>>> Last question - Are you on Windows or Mac ?
>>>
>>>
>>>
>>> śr., 15 wrz 2021 o 10:51 Maria Jose Esteve 
>>> napisał(a):
>>>
>>> I have tried to download 0.9.8 and 0.9.9 and the result is the same, I
>>> can't really download "nothing" so I was wondering if I needed to configure
>>> any url or something like that.
>>>
>>>
>>>
>>> I had the previous "Moonshine SDK Installer" installed and I have not
>>> uninstalled it before installing the new version, could it be because of
>>> this?
>>>
>>> Hiedra
>>>
>>>
>>>
>>> *De:* Piotr Zarzycki 
>>> *Enviado el:* miércoles, 15 de septiembre de 2021 10:18
>>> *Para:* users@royale.apache.org
>>> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>>>
>>>
>>>
>>> Hi Maria,
>>>
>>>
>>>
>>> What version of Apache Royale did you try to download ?
>>>
>>>
>>>
>>> Thanks,
>>>
>>> Piotr
>>>
>>>
>>>
>>> śr., 15 wrz 2021 o 10:13 Maria Jose Esteve 
>>> napisał(a):
>>>
>>> Hi Piotr, I have installed the new Moonshine SDK Installer but when I
>>> try to download any of the SDK's, it gives me an error and I don't know why:
>>>
>>>
>>>
>>> “Oops! Apache Royale download is currently unavailable!
>>>
>>> Please, contact the administrator, or try again later.”
>>>
>>>
>>>
>>> Do I have to configure something?
>>>
>>>
>>>
>>> Thx
>>>
>>> Hiedra.
>>>
>>>
>>>
>>>
>>>
>>> *De:* Piotr Zarzycki 
>>> *Enviado el:* martes, 14 de septiembre de 2021 11:31
>>> *Para:* users@royale.apache.org
>>> *Asunto:* Moonshine SDK Installer 4.0.0 released
>>>
>>>
>>>
>>> Hello Royale Community,
>>>
>>>
>>>
>>> We are pleased to announce that Moonshine SDK Installer 4.0.0 has been
>>> released.
>>>
>>> This release provides ability to download binary distribution of newly
>>> released Apache Royale 0.9.8. Nightly build of Royale was updated to 0.9.9.
>>>
>>>
>>>
>>> More information in our release notes:
>>> https://github.com/Moonshine-IDE/Moonshine-SDK-Installer/blob/master/CHANGELOG.md#moonshine-sdk-installer-400
>>>
>>>
>>>
>>> SDK Installer can be used trough Moonshine using menu Help -> Gettings
>>> Started -> Download Third Party Software
>>>
>>>
>>>
>>> You can also download installer as a standalone application here:
>>> https://moonshine-ide.com/download-sdk-installer/
>>>
>>>
>>>
>>> Thanks,
>>>
>>> --
>>>
>>> *Piotr Zarzycki *
>>>
>>>
>>>
>>>
>>> --
>>>
>>> *Piotr Zarzycki *
>>>
>>>
>>>
>>>
>>> --
>>>
>>> *Piotr Zarzycki *
>>>
>>>
>>>
>>>
>>> --
>>>
>>> *Piotr Zarzycki *
>>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>
>
> --
>
> Piotr Zarzycki
>


-- 

Piotr Zarzycki


Re: Moonshine SDK Installer 4.0.0 released

2021-09-15 Thread Piotr Zarzycki
Hi Maria,

We can make a short call when you will be available and you could show me.
Please try uninstall Moonshine SDK Installer and install fresh one. Make
sure that your antivirus won't block anything.

śr., 15 wrz 2021 o 14:05 Piotr Zarzycki 
napisał(a):

> We have just tested on Windows and everything works just fine. I'm not
> sure what could be wrong on your sight.
>
> śr., 15 wrz 2021 o 12:32 Maria Jose Esteve  napisał(a):
>
>> It has not worked, same message ☹
>>
>>
>>
>> Hiedra
>>
>>
>>
>> *De:* Piotr Zarzycki 
>> *Enviado el:* miércoles, 15 de septiembre de 2021 11:19
>> *Para:* users@royale.apache.org
>> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>>
>>
>>
>> Try to uninstall previous version of installer. I have just tried 0.9.9
>> Nightly on my Mac and everything went smoothly. Maybe something blocking
>> downloading.
>>
>>
>>
>> śr., 15 wrz 2021 o 11:12 Piotr Zarzycki 
>> napisał(a):
>>
>> Last question - Are you on Windows or Mac ?
>>
>>
>>
>> śr., 15 wrz 2021 o 10:51 Maria Jose Esteve 
>> napisał(a):
>>
>> I have tried to download 0.9.8 and 0.9.9 and the result is the same, I
>> can't really download "nothing" so I was wondering if I needed to configure
>> any url or something like that.
>>
>>
>>
>> I had the previous "Moonshine SDK Installer" installed and I have not
>> uninstalled it before installing the new version, could it be because of
>> this?
>>
>> Hiedra
>>
>>
>>
>> *De:* Piotr Zarzycki 
>> *Enviado el:* miércoles, 15 de septiembre de 2021 10:18
>> *Para:* users@royale.apache.org
>> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>>
>>
>>
>> Hi Maria,
>>
>>
>>
>> What version of Apache Royale did you try to download ?
>>
>>
>>
>> Thanks,
>>
>> Piotr
>>
>>
>>
>> śr., 15 wrz 2021 o 10:13 Maria Jose Esteve 
>> napisał(a):
>>
>> Hi Piotr, I have installed the new Moonshine SDK Installer but when I try
>> to download any of the SDK's, it gives me an error and I don't know why:
>>
>>
>>
>> “Oops! Apache Royale download is currently unavailable!
>>
>> Please, contact the administrator, or try again later.”
>>
>>
>>
>> Do I have to configure something?
>>
>>
>>
>> Thx
>>
>> Hiedra.
>>
>>
>>
>>
>>
>> *De:* Piotr Zarzycki 
>> *Enviado el:* martes, 14 de septiembre de 2021 11:31
>> *Para:* users@royale.apache.org
>> *Asunto:* Moonshine SDK Installer 4.0.0 released
>>
>>
>>
>> Hello Royale Community,
>>
>>
>>
>> We are pleased to announce that Moonshine SDK Installer 4.0.0 has been
>> released.
>>
>> This release provides ability to download binary distribution of newly
>> released Apache Royale 0.9.8. Nightly build of Royale was updated to 0.9.9.
>>
>>
>>
>> More information in our release notes:
>> https://github.com/Moonshine-IDE/Moonshine-SDK-Installer/blob/master/CHANGELOG.md#moonshine-sdk-installer-400
>>
>>
>>
>> SDK Installer can be used trough Moonshine using menu Help -> Gettings
>> Started -> Download Third Party Software
>>
>>
>>
>> You can also download installer as a standalone application here:
>> https://moonshine-ide.com/download-sdk-installer/
>>
>>
>>
>> Thanks,
>>
>> --
>>
>> *Piotr Zarzycki *
>>
>>
>>
>>
>> --
>>
>> *Piotr Zarzycki *
>>
>>
>>
>>
>> --
>>
>> *Piotr Zarzycki *
>>
>>
>>
>>
>> --
>>
>> *Piotr Zarzycki *
>>
>
>
> --
>
> Piotr Zarzycki
>


-- 

Piotr Zarzycki


Re: Moonshine SDK Installer 4.0.0 released

2021-09-15 Thread Piotr Zarzycki
We have just tested on Windows and everything works just fine. I'm not sure
what could be wrong on your sight.

śr., 15 wrz 2021 o 12:32 Maria Jose Esteve  napisał(a):

> It has not worked, same message ☹
>
>
>
> Hiedra
>
>
>
> *De:* Piotr Zarzycki 
> *Enviado el:* miércoles, 15 de septiembre de 2021 11:19
> *Para:* users@royale.apache.org
> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>
>
>
> Try to uninstall previous version of installer. I have just tried 0.9.9
> Nightly on my Mac and everything went smoothly. Maybe something blocking
> downloading.
>
>
>
> śr., 15 wrz 2021 o 11:12 Piotr Zarzycki 
> napisał(a):
>
> Last question - Are you on Windows or Mac ?
>
>
>
> śr., 15 wrz 2021 o 10:51 Maria Jose Esteve  napisał(a):
>
> I have tried to download 0.9.8 and 0.9.9 and the result is the same, I
> can't really download "nothing" so I was wondering if I needed to configure
> any url or something like that.
>
>
>
> I had the previous "Moonshine SDK Installer" installed and I have not
> uninstalled it before installing the new version, could it be because of
> this?
>
> Hiedra
>
>
>
> *De:* Piotr Zarzycki 
> *Enviado el:* miércoles, 15 de septiembre de 2021 10:18
> *Para:* users@royale.apache.org
> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>
>
>
> Hi Maria,
>
>
>
> What version of Apache Royale did you try to download ?
>
>
>
> Thanks,
>
> Piotr
>
>
>
> śr., 15 wrz 2021 o 10:13 Maria Jose Esteve  napisał(a):
>
> Hi Piotr, I have installed the new Moonshine SDK Installer but when I try
> to download any of the SDK's, it gives me an error and I don't know why:
>
>
>
> “Oops! Apache Royale download is currently unavailable!
>
> Please, contact the administrator, or try again later.”
>
>
>
> Do I have to configure something?
>
>
>
> Thx
>
> Hiedra.
>
>
>
>
>
> *De:* Piotr Zarzycki 
> *Enviado el:* martes, 14 de septiembre de 2021 11:31
> *Para:* users@royale.apache.org
> *Asunto:* Moonshine SDK Installer 4.0.0 released
>
>
>
> Hello Royale Community,
>
>
>
> We are pleased to announce that Moonshine SDK Installer 4.0.0 has been
> released.
>
> This release provides ability to download binary distribution of newly
> released Apache Royale 0.9.8. Nightly build of Royale was updated to 0.9.9.
>
>
>
> More information in our release notes:
> https://github.com/Moonshine-IDE/Moonshine-SDK-Installer/blob/master/CHANGELOG.md#moonshine-sdk-installer-400
>
>
>
> SDK Installer can be used trough Moonshine using menu Help -> Gettings
> Started -> Download Third Party Software
>
>
>
> You can also download installer as a standalone application here:
> https://moonshine-ide.com/download-sdk-installer/
>
>
>
> Thanks,
>
> --
>
> *Piotr Zarzycki *
>
>
>
>
> --
>
> *Piotr Zarzycki *
>
>
>
>
> --
>
> *Piotr Zarzycki *
>
>
>
>
> --
>
> *Piotr Zarzycki *
>


-- 

Piotr Zarzycki


Re: Moonshine SDK Installer 4.0.0 released

2021-09-15 Thread Piotr Zarzycki
Try to uninstall previous version of installer. I have just tried 0.9.9
Nightly on my Mac and everything went smoothly. Maybe something blocking
downloading.

śr., 15 wrz 2021 o 11:12 Piotr Zarzycki 
napisał(a):

> Last question - Are you on Windows or Mac ?
>
> śr., 15 wrz 2021 o 10:51 Maria Jose Esteve  napisał(a):
>
>> I have tried to download 0.9.8 and 0.9.9 and the result is the same, I
>> can't really download "nothing" so I was wondering if I needed to configure
>> any url or something like that.
>>
>>
>>
>> I had the previous "Moonshine SDK Installer" installed and I have not
>> uninstalled it before installing the new version, could it be because of
>> this?
>>
>> Hiedra
>>
>>
>>
>> *De:* Piotr Zarzycki 
>> *Enviado el:* miércoles, 15 de septiembre de 2021 10:18
>> *Para:* users@royale.apache.org
>> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>>
>>
>>
>> Hi Maria,
>>
>>
>>
>> What version of Apache Royale did you try to download ?
>>
>>
>>
>> Thanks,
>>
>> Piotr
>>
>>
>>
>> śr., 15 wrz 2021 o 10:13 Maria Jose Esteve 
>> napisał(a):
>>
>> Hi Piotr, I have installed the new Moonshine SDK Installer but when I try
>> to download any of the SDK's, it gives me an error and I don't know why:
>>
>>
>>
>> “Oops! Apache Royale download is currently unavailable!
>>
>> Please, contact the administrator, or try again later.”
>>
>>
>>
>> Do I have to configure something?
>>
>>
>>
>> Thx
>>
>> Hiedra.
>>
>>
>>
>>
>>
>> *De:* Piotr Zarzycki 
>> *Enviado el:* martes, 14 de septiembre de 2021 11:31
>> *Para:* users@royale.apache.org
>> *Asunto:* Moonshine SDK Installer 4.0.0 released
>>
>>
>>
>> Hello Royale Community,
>>
>>
>>
>> We are pleased to announce that Moonshine SDK Installer 4.0.0 has been
>> released.
>>
>> This release provides ability to download binary distribution of newly
>> released Apache Royale 0.9.8. Nightly build of Royale was updated to 0.9.9.
>>
>>
>>
>> More information in our release notes:
>> https://github.com/Moonshine-IDE/Moonshine-SDK-Installer/blob/master/CHANGELOG.md#moonshine-sdk-installer-400
>>
>>
>>
>> SDK Installer can be used trough Moonshine using menu Help -> Gettings
>> Started -> Download Third Party Software
>>
>>
>>
>> You can also download installer as a standalone application here:
>> https://moonshine-ide.com/download-sdk-installer/
>>
>>
>>
>> Thanks,
>>
>> --
>>
>> *Piotr Zarzycki *
>>
>>
>>
>>
>> --
>>
>> *Piotr Zarzycki *
>>
>
>
> --
>
> Piotr Zarzycki
>


-- 

Piotr Zarzycki


Re: Moonshine SDK Installer 4.0.0 released

2021-09-15 Thread Piotr Zarzycki
Last question - Are you on Windows or Mac ?

śr., 15 wrz 2021 o 10:51 Maria Jose Esteve  napisał(a):

> I have tried to download 0.9.8 and 0.9.9 and the result is the same, I
> can't really download "nothing" so I was wondering if I needed to configure
> any url or something like that.
>
>
>
> I had the previous "Moonshine SDK Installer" installed and I have not
> uninstalled it before installing the new version, could it be because of
> this?
>
> Hiedra
>
>
>
> *De:* Piotr Zarzycki 
> *Enviado el:* miércoles, 15 de septiembre de 2021 10:18
> *Para:* users@royale.apache.org
> *Asunto:* Re: Moonshine SDK Installer 4.0.0 released
>
>
>
> Hi Maria,
>
>
>
> What version of Apache Royale did you try to download ?
>
>
>
> Thanks,
>
> Piotr
>
>
>
> śr., 15 wrz 2021 o 10:13 Maria Jose Esteve  napisał(a):
>
> Hi Piotr, I have installed the new Moonshine SDK Installer but when I try
> to download any of the SDK's, it gives me an error and I don't know why:
>
>
>
> “Oops! Apache Royale download is currently unavailable!
>
> Please, contact the administrator, or try again later.”
>
>
>
> Do I have to configure something?
>
>
>
> Thx
>
> Hiedra.
>
>
>
>
>
> *De:* Piotr Zarzycki 
> *Enviado el:* martes, 14 de septiembre de 2021 11:31
> *Para:* users@royale.apache.org
> *Asunto:* Moonshine SDK Installer 4.0.0 released
>
>
>
> Hello Royale Community,
>
>
>
> We are pleased to announce that Moonshine SDK Installer 4.0.0 has been
> released.
>
> This release provides ability to download binary distribution of newly
> released Apache Royale 0.9.8. Nightly build of Royale was updated to 0.9.9.
>
>
>
> More information in our release notes:
> https://github.com/Moonshine-IDE/Moonshine-SDK-Installer/blob/master/CHANGELOG.md#moonshine-sdk-installer-400
>
>
>
> SDK Installer can be used trough Moonshine using menu Help -> Gettings
> Started -> Download Third Party Software
>
>
>
> You can also download installer as a standalone application here:
> https://moonshine-ide.com/download-sdk-installer/
>
>
>
> Thanks,
>
> --
>
> *Piotr Zarzycki *
>
>
>
>
> --
>
> *Piotr Zarzycki *
>


-- 

Piotr Zarzycki


Re: Moonshine SDK Installer 4.0.0 released

2021-09-15 Thread Piotr Zarzycki
Hi Maria,

What version of Apache Royale did you try to download ?

Thanks,
Piotr

śr., 15 wrz 2021 o 10:13 Maria Jose Esteve  napisał(a):

> Hi Piotr, I have installed the new Moonshine SDK Installer but when I try
> to download any of the SDK's, it gives me an error and I don't know why:
>
>
>
> “Oops! Apache Royale download is currently unavailable!
>
> Please, contact the administrator, or try again later.”
>
>
>
> Do I have to configure something?
>
>
>
> Thx
>
> Hiedra.
>
>
>
>
>
> *De:* Piotr Zarzycki 
> *Enviado el:* martes, 14 de septiembre de 2021 11:31
> *Para:* users@royale.apache.org
> *Asunto:* Moonshine SDK Installer 4.0.0 released
>
>
>
> Hello Royale Community,
>
>
>
> We are pleased to announce that Moonshine SDK Installer 4.0.0 has been
> released.
>
> This release provides ability to download binary distribution of newly
> released Apache Royale 0.9.8. Nightly build of Royale was updated to 0.9.9.
>
>
>
> More information in our release notes:
> https://github.com/Moonshine-IDE/Moonshine-SDK-Installer/blob/master/CHANGELOG.md#moonshine-sdk-installer-400
>
>
>
> SDK Installer can be used trough Moonshine using menu Help -> Gettings
> Started -> Download Third Party Software
>
>
>
> You can also download installer as a standalone application here:
> https://moonshine-ide.com/download-sdk-installer/
>
>
>
> Thanks,
>
> --
>
> *Piotr Zarzycki *
>


-- 

Piotr Zarzycki


Moonshine SDK Installer 4.0.0 released

2021-09-14 Thread Piotr Zarzycki
Hello Royale Community,

We are pleased to announce that Moonshine SDK Installer 4.0.0 has been
released.
This release provides ability to download binary distribution of newly
released Apache Royale 0.9.8. Nightly build of Royale was updated to 0.9.9.

More information in our release notes:
https://github.com/Moonshine-IDE/Moonshine-SDK-Installer/blob/master/CHANGELOG.md#moonshine-sdk-installer-400

SDK Installer can be used trough Moonshine using menu Help -> Gettings
Started -> Download Third Party Software

You can also download installer as a standalone application here:
https://moonshine-ide.com/download-sdk-installer/

Thanks,
-- 

Piotr Zarzycki


Re: Royale with Material design lite

2021-09-13 Thread Piotr Zarzycki
Roman,

Whatever application you are building using MyAccount it can be build with
Maven.

pon., 13 wrz 2021 o 10:42 Roman Isitua  napisał(a):

> Thanks for sharing Harbs.
> This is another impressive ui library.
>
>
> Just one observation. It appears not to have support for maven. Is this
> correct ?
>
>
> Regards,
>
>
>
> On Mon, 13 Sep 2021, 08:49 Harbs,  wrote:
>
>> https://github.com/unhurdle/spectrum-royale
>> https://unhurdle.github.io/spectrum-royale/
>>
>> On Sep 13, 2021, at 10:22 AM, Piotr Zarzycki 
>> wrote:
>>
>> Harbs I believe you have some links and examples - you did that
>> implementation - I'm just mentioning that cause it could be a good addition
>> for evaluation for you. ;)
>>
>>
>>

-- 

Piotr Zarzycki


Re: Royale with Material design lite

2021-09-13 Thread Piotr Zarzycki
Hi Roman,

Source code is in the branch "Examples" in my repository. Here you have ->
https://github.com/piotrzarzycki21/TranspiledActionScript/tree/examples/Examples

Good luck! :)

Btw. I know about one more implementation which utilize different framework
than MDL in Royale.

Harbs I believe you have some links and examples - you did that
implementation - I'm just mentioning that cause it could be a good addition
for evaluation for you. ;)

Thanks,
Piotr

pt., 10 wrz 2021 o 19:08 Roman Isitua  napisał(a):

> Hi Piotr,
>
> I have started going through the source. It has been very helpful so far.
> Thanks once again.
>
> is the source code available for this site
>
> https://transpiledactionscript.com/examples/MDLExample/
>
> I have checked this url that you shared with me:
>
> https://github.com/piotrzarzycki21/TranspiledActionScript
>
> it does not seem to be there.
>
> I will like to look at how some components where implemented in the
> https://transpiledactionscript.com/examples/MDLExample/ site
>
>
> Regards,
>
> On Wed, Sep 8, 2021 at 4:54 PM Roman Isitua  wrote:
>
>> Okay.
>>
>>
>>
>> On Wed, 8 Sep 2021, 16:50 Piotr Zarzycki, 
>> wrote:
>>
>>> Ahh I forgot about that, yes you are right, but I'm not sure whether
>>> WebKit is out of date for years now - unless Harman updates it in new Air
>>> version. If not displaying your application probably would be a big
>>> problem.
>>>
>>> śr., 8 wrz 2021 o 17:15 Roman Isitua  napisał(a):
>>>
>>>> Okay. What led me to ask this question was the following comment on the
>>>> jewel component set.
>>>>
>>>> *Note: This component is currently only available for JavaScript.*
>>>>
>>>> However, checking the wiki on adobe air the following comment caught my
>>>> attention
>>>>
>>>> %
>>>>
>>>> " AIR internally uses a shared codebase with the Flash Player
>>>> rendering engine and ActionScript 3.0 as the primary programming language.
>>>> Applications must specifically be built for AIR to use additional features
>>>> provided, such as multi-touch
>>>> <https://en.wikipedia.org/wiki/Multi-touch>, file system integration,
>>>> native client extensions, integration with Taskbar
>>>> <https://en.wikipedia.org/wiki/Taskbar> or Dock
>>>> <https://en.wikipedia.org/wiki/Dock_(computing)>, and access to
>>>> accelerometer <https://en.wikipedia.org/wiki/Accelerometer> and GPS
>>>> <https://en.wikipedia.org/wiki/GPS> devices.[9]
>>>> <https://en.wikipedia.org/wiki/Adobe_AIR#cite_note-9> HTML5
>>>> applications may run on the WebKit
>>>> <https://en.wikipedia.org/wiki/WebKit> engine
>>>> <https://en.wikipedia.org/wiki/Web_browser_engine> included in AIR.
>>>>
>>>> %
>>>>
>>>>
>>>> Since AIR comes with a webkit engine for running html5 apps, I thought
>>>> it would be possible to package MDL or jewel based royale apps as AIR
>>>> applications.
>>>>
>>>>
>>>>
>>>> On Wed, Sep 8, 2021 at 4:02 PM Piotr Zarzycki <
>>>> piotrzarzyck...@gmail.com> wrote:
>>>>
>>>>> I'm not sure if that is possible. I believe whatever you write in
>>>>> Royale you will have to wrap up with Apache Cordova if you wanted to have
>>>>> it as an mobile app. Otherwise in mobile webrowser will work.
>>>>>
>>>>> śr., 8 wrz 2021 o 16:59 Roman Isitua 
>>>>> napisał(a):
>>>>>
>>>>>>
>>>>>>
>>>>>> Can I use Royale with material design to develop mobile apps that use
>>>>>> Adobe AIR as runtime ?
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>>
>>>>>> On Wed, Sep 8, 2021 at 1:41 PM Roman Isitua 
>>>>>> wrote:
>>>>>>
>>>>>>> This is what I need. I will go through.
>>>>>>>
>>>>>>> Thanks Piotr.
>>>>>>>
>>>>>>> On Wed, Sep 8, 2021 at 1:26 PM Piotr Zarzycki <
>>>>>>> piotrzarzyck...@gmail.com> wrote:
>>>>>>>
>>>>>>>> Hi Roman,
>>>>>>>>
>>>>>>>> In Apache Royale repository you have couple of examples marked as
>>>>

Re: Royale with Material design lite

2021-09-08 Thread Piotr Zarzycki
Ahh I forgot about that, yes you are right, but I'm not sure whether WebKit
is out of date for years now - unless Harman updates it in new Air version.
If not displaying your application probably would be a big problem.

śr., 8 wrz 2021 o 17:15 Roman Isitua  napisał(a):

> Okay. What led me to ask this question was the following comment on the
> jewel component set.
>
> *Note: This component is currently only available for JavaScript.*
>
> However, checking the wiki on adobe air the following comment caught my
> attention
>
> %
>
> " AIR internally uses a shared codebase with the Flash Player rendering
> engine and ActionScript 3.0 as the primary programming language.
> Applications must specifically be built for AIR to use additional features
> provided, such as multi-touch <https://en.wikipedia.org/wiki/Multi-touch>,
> file system integration, native client extensions, integration with
> Taskbar <https://en.wikipedia.org/wiki/Taskbar> or Dock
> <https://en.wikipedia.org/wiki/Dock_(computing)>, and access to
> accelerometer <https://en.wikipedia.org/wiki/Accelerometer> and GPS
> <https://en.wikipedia.org/wiki/GPS> devices.[9]
> <https://en.wikipedia.org/wiki/Adobe_AIR#cite_note-9> HTML5 applications
> may run on the WebKit <https://en.wikipedia.org/wiki/WebKit> engine
> <https://en.wikipedia.org/wiki/Web_browser_engine> included in AIR.
>
> %
>
>
> Since AIR comes with a webkit engine for running html5 apps, I thought it
> would be possible to package MDL or jewel based royale apps as AIR
> applications.
>
>
>
> On Wed, Sep 8, 2021 at 4:02 PM Piotr Zarzycki 
> wrote:
>
>> I'm not sure if that is possible. I believe whatever you write in Royale
>> you will have to wrap up with Apache Cordova if you wanted to have it as an
>> mobile app. Otherwise in mobile webrowser will work.
>>
>> śr., 8 wrz 2021 o 16:59 Roman Isitua  napisał(a):
>>
>>>
>>>
>>> Can I use Royale with material design to develop mobile apps that use
>>> Adobe AIR as runtime ?
>>>
>>> Regards,
>>>
>>>
>>> On Wed, Sep 8, 2021 at 1:41 PM Roman Isitua 
>>> wrote:
>>>
>>>> This is what I need. I will go through.
>>>>
>>>> Thanks Piotr.
>>>>
>>>> On Wed, Sep 8, 2021 at 1:26 PM Piotr Zarzycki <
>>>> piotrzarzyck...@gmail.com> wrote:
>>>>
>>>>> Hi Roman,
>>>>>
>>>>> In Apache Royale repository you have couple of examples marked as MDL
>>>>> as well [1]. In case of transpiledaction script this was and is my effort 
>>>>> -
>>>>> Go to main page [2] and you will find link to GitHub. You probably need to
>>>>> switch to branch "Examples" to have the most updated code. Web page itself
>>>>> is also created using MDL. :)
>>>>>
>>>>> [1] https://github.com/apache/royale-asjs/tree/develop/examples/royale
>>>>> [2] https://transpiledactionscript.com/
>>>>>
>>>>> Thanks,
>>>>> Piotr
>>>>>
>>>>> śr., 8 wrz 2021 o 12:49 Roman Isitua 
>>>>> napisał(a):
>>>>>
>>>>>>
>>>>>> I just stumbled upon this
>>>>>>
>>>>>> https://apache.github.io/royale-docs/libraries/mdl-royale
>>>>>>
>>>>>> The links references this two interesting showcase
>>>>>>
>>>>>> https://transpiledactionscript.com/examples/MDLExample/
>>>>>>
>>>>>> https://transpiledactionscript.com/examples/PureMVCEmployeeAdminMDL/
>>>>>>
>>>>>> Are the sources for the above examples available on github ?
>>>>>>
>>>>>> If not, I would still appreciate any other showcase.
>>>>>>
>>>>>>
>>>>>>
>>>>>> Regards,
>>>>>>
>>>>>>
>>>>>>
>>>>>> On Wed, Sep 8, 2021 at 11:03 AM Yishay Weiss 
>>>>>> wrote:
>>>>>>
>>>>>>> There used to be an extensive mdl example with source code. I expect
>>>>>>> navigation was also showcased. @piotr, do you know where roman can find
>>>>>>> this example?
>>>>>>>
>>>>>>> On 2021/09/07 13:39:31, Roman Isitua  wrote:
>>>>>>> > Hi everyone,
>>>>>>> >
>>&

Re: Royale with Material design lite

2021-09-08 Thread Piotr Zarzycki
I'm not sure if that is possible. I believe whatever you write in Royale
you will have to wrap up with Apache Cordova if you wanted to have it as an
mobile app. Otherwise in mobile webrowser will work.

śr., 8 wrz 2021 o 16:59 Roman Isitua  napisał(a):

>
>
> Can I use Royale with material design to develop mobile apps that use
> Adobe AIR as runtime ?
>
> Regards,
>
>
> On Wed, Sep 8, 2021 at 1:41 PM Roman Isitua  wrote:
>
>> This is what I need. I will go through.
>>
>> Thanks Piotr.
>>
>> On Wed, Sep 8, 2021 at 1:26 PM Piotr Zarzycki 
>> wrote:
>>
>>> Hi Roman,
>>>
>>> In Apache Royale repository you have couple of examples marked as MDL as
>>> well [1]. In case of transpiledaction script this was and is my effort - Go
>>> to main page [2] and you will find link to GitHub. You probably need to
>>> switch to branch "Examples" to have the most updated code. Web page itself
>>> is also created using MDL. :)
>>>
>>> [1] https://github.com/apache/royale-asjs/tree/develop/examples/royale
>>> [2] https://transpiledactionscript.com/
>>>
>>> Thanks,
>>> Piotr
>>>
>>> śr., 8 wrz 2021 o 12:49 Roman Isitua  napisał(a):
>>>
>>>>
>>>> I just stumbled upon this
>>>>
>>>> https://apache.github.io/royale-docs/libraries/mdl-royale
>>>>
>>>> The links references this two interesting showcase
>>>>
>>>> https://transpiledactionscript.com/examples/MDLExample/
>>>>
>>>> https://transpiledactionscript.com/examples/PureMVCEmployeeAdminMDL/
>>>>
>>>> Are the sources for the above examples available on github ?
>>>>
>>>> If not, I would still appreciate any other showcase.
>>>>
>>>>
>>>>
>>>> Regards,
>>>>
>>>>
>>>>
>>>> On Wed, Sep 8, 2021 at 11:03 AM Yishay Weiss 
>>>> wrote:
>>>>
>>>>> There used to be an extensive mdl example with source code. I expect
>>>>> navigation was also showcased. @piotr, do you know where roman can find
>>>>> this example?
>>>>>
>>>>> On 2021/09/07 13:39:31, Roman Isitua  wrote:
>>>>> > Hi everyone,
>>>>> >
>>>>> > I am exploring the feasibility of using royale with material design
>>>>> > lite(MDL) to port an existing application built with react that uses
>>>>> > material design.
>>>>> > I have no prior experience with material design so I am getting up
>>>>> to speed
>>>>> > with it by learning from this site.
>>>>> >
>>>>> >
>>>>> https://www.tutorialspoint.com/materialdesignlite/materialdesignlite_environment.htm
>>>>> >
>>>>> > I am trying to replicate the following
>>>>> >
>>>>> >  
>>>>> >  
>>>>> > Material Design
>>>>> > 
>>>>> >Home
>>>>> >>>>> "">Features
>>>>> >About
>>>>> Us
>>>>> >Log
>>>>> Out
>>>>> > 
>>>>> >  
>>>>> >
>>>>> >  
>>>>> > >>>> "padding-left:100px;">Hello
>>>>> > World!
>>>>> >  
>>>>> >
>>>>> >
>>>>> > in royale. It appears to be much more complicated than I thought.
>>>>> > My implementation
>>>>> >
>>>>> > 
>>>>> >  
>>>>> > Material
>>>>> > Design
>>>>> >     
>>>>> >>>>> "mdl-navigation__link" href
>>>>> > = "" innerText="Home">
>>>>> >>>>> "mdl-navigation__link" href
>>>>> > = "" innerText="Features">
>>>>> >>>>> "mdl-navigation__link" href
>>>>> > = "" innerText="About Us">
>>>>> >>>>> "mdl-navigation__link" href
>>>>> > = "" innerText="Log Out">
>>>>> > 
>>>>> >  
>>>>> >
>>>>> > 
>>>>> > >>>> > "padding-left:100px;" innerText="Hello World !!!">
>>>>> >  
>>>>> >
>>>>> > 
>>>>> >
>>>>> >
>>>>> > The navigation links do not show.
>>>>> > The action script documentation for the material design lite does
>>>>> not open
>>>>> > so I have no idea how to configure it.
>>>>> >
>>>>> > Browsing through the source code of royale mdl library I found the
>>>>> > following comment on mdl Navigation.as
>>>>> >
>>>>> > /*
>>>>> > The Navigation class is a  tag in HTML. It parents a list of
>>>>> links
>>>>> > *  In Royale Navigation is implemented as a List component and by
>>>>> default
>>>>> > *  it uses NavigationLinkItemRenderer class to define each item.
>>>>> > */
>>>>> >
>>>>> > This made me realise that my above configuration will not work.
>>>>> >
>>>>> > Would appreciate help on this.
>>>>> >
>>>>> >
>>>>> > Regards,
>>>>> >
>>>>>
>>>>
>>>
>>> --
>>>
>>> Piotr Zarzycki
>>>
>>

-- 

Piotr Zarzycki


Re: Royale with Material design lite

2021-09-08 Thread Piotr Zarzycki
Hi Roman,

In Apache Royale repository you have couple of examples marked as MDL as
well [1]. In case of transpiledaction script this was and is my effort - Go
to main page [2] and you will find link to GitHub. You probably need to
switch to branch "Examples" to have the most updated code. Web page itself
is also created using MDL. :)

[1] https://github.com/apache/royale-asjs/tree/develop/examples/royale
[2] https://transpiledactionscript.com/

Thanks,
Piotr

śr., 8 wrz 2021 o 12:49 Roman Isitua  napisał(a):

>
> I just stumbled upon this
>
> https://apache.github.io/royale-docs/libraries/mdl-royale
>
> The links references this two interesting showcase
>
> https://transpiledactionscript.com/examples/MDLExample/
>
> https://transpiledactionscript.com/examples/PureMVCEmployeeAdminMDL/
>
> Are the sources for the above examples available on github ?
>
> If not, I would still appreciate any other showcase.
>
>
>
> Regards,
>
>
>
> On Wed, Sep 8, 2021 at 11:03 AM Yishay Weiss  wrote:
>
>> There used to be an extensive mdl example with source code. I expect
>> navigation was also showcased. @piotr, do you know where roman can find
>> this example?
>>
>> On 2021/09/07 13:39:31, Roman Isitua  wrote:
>> > Hi everyone,
>> >
>> > I am exploring the feasibility of using royale with material design
>> > lite(MDL) to port an existing application built with react that uses
>> > material design.
>> > I have no prior experience with material design so I am getting up to
>> speed
>> > with it by learning from this site.
>> >
>> >
>> https://www.tutorialspoint.com/materialdesignlite/materialdesignlite_environment.htm
>> >
>> > I am trying to replicate the following
>> >
>> >  
>> >  
>> > Material Design
>> > 
>> >Home
>> >Features
>> >About Us
>> >Log Out
>> > 
>> >  
>> >
>> >  
>> > > "padding-left:100px;">Hello
>> > World!
>> >  
>> >
>> >
>> > in royale. It appears to be much more complicated than I thought.
>> > My implementation
>> >
>> > 
>> >  
>> > Material
>> > Design
>> > 
>> >> href
>> > = "" innerText="Home">
>> >> href
>> > = "" innerText="Features">
>> >> href
>> > = "" innerText="About Us">
>> >> href
>> > = "" innerText="Log Out">
>> > 
>> >  
>> >
>> > 
>> > > > "padding-left:100px;" innerText="Hello World !!!">
>> >  
>> >
>> > 
>> >
>> >
>> > The navigation links do not show.
>> > The action script documentation for the material design lite does not
>> open
>> > so I have no idea how to configure it.
>> >
>> > Browsing through the source code of royale mdl library I found the
>> > following comment on mdl Navigation.as
>> >
>> > /*
>> > The Navigation class is a  tag in HTML. It parents a list of links
>> > *  In Royale Navigation is implemented as a List component and by
>> default
>> > *  it uses NavigationLinkItemRenderer class to define each item.
>> > */
>> >
>> > This made me realise that my above configuration will not work.
>> >
>> > Would appreciate help on this.
>> >
>> >
>> > Regards,
>> >
>>
>

-- 

Piotr Zarzycki


Re: Errors building stand alone actionscript library

2021-09-02 Thread Piotr Zarzycki
st
>> set the compiler’s configuration argument to ‘flex’, but I’m not sure how
>> that’s done in Maven . It’s a bit trickier than just adding a dependency as
>> I recall. Let’s wait and see if someone remembers this and responds,
>> otherwise I’ll try to find out for you.
>>
>>
>>
>> *From: *Roman Isitua 
>> *Sent: *Thursday, September 2, 2021 7:20 PM
>> *To: *users@royale.apache.org
>> *Subject: *Re: Errors building stand alone actionscript library
>>
>>
>>
>> I have seen the announcement for the release of version 0.9.8. I will
>> proceed to download it.
>>
>>
>>
>> could it be that this issue is resolved in 0.9.8 ?
>>
>>
>>
>>
>>
>> Thanks,
>>
>>
>>
>>
>>
>> On Thu, Sep 2, 2021 at 5:14 PM Piotr Zarzycki 
>> wrote:
>>
>> Could you please try 0.9.8 or 0.9.9-SNAPSHOT ?
>>
>>
>>
>> On Thu, 2 Sep 2021 at 18:06, Roman Isitua  wrote:
>>
>> Hi Everyone,
>>
>>
>> I created a stand alone actionscript library to implement some custom
>> data types (DTO) to be used in different royale projects.
>>
>> I noticed that compilation fails at the following point.
>>
>>
>> [INFO] --- royale-maven-plugin:0.9.7:compile-extern
>> (default-compile-extern) @ client_service_lib ---
>> [INFO] Executing COMPC in tool group Royale with args:
>> [-load-config=C:\Users\nyemi\git\RoyaleCRM\RoyaleCRM\client_service\target\compile-extern-config.xml,
>> -compiler.targets=SWF]
>> args:
>>
>> -load-config=C:\Users\nyemi\git\RoyaleCRM\RoyaleCRM\client_service\target\compile-extern-config.xml
>> -compiler.targets=SWF
>> target:SWF
>> COMPC
>> Loading configuration:
>> C:\Users\nyemi\git\RoyaleCRM\RoyaleCRM\client_service\target\compile-extern-config.xml
>>
>> C:\Users\nyemi\git\RoyaleCRM\RoyaleCRM\client_service\src\main\royale\com\spacio\mdx\generic\dto\ResponseDTO.as(3):
>> col: 12 Warning: Definition mx.collections.ArrayCollection could not be
>> found.
>>
>> import mx.collections.ArrayCollection;
>>^
>>
>> C:\Users\nyemi\git\RoyaleCRM\RoyaleCRM\client_service\src\main\royale\com\spacio\mdx\generic\dto\ResponseDTO.as(19):
>>
>> col: 31 Error: Type was not found or was not a compile-time constant:
>> ArrayCollection.
>>
>>   private var _errors:ArrayCollection;
>>   ^
>>
>> C:\Users\nyemi\git\RoyaleCRM\RoyaleCRM\client_service\src\main\royale\com\spacio\mdx\generic\dto\ResponseDTO.as(69):
>>
>> col: 41 Error: Type was not found or was not a compile-time constant:
>> ArrayCollection.
>>
>>   public function set errors(errors:ArrayCollection) : void
>> ^
>>
>> C:\Users\nyemi\git\RoyaleCRM\RoyaleCRM\client_service\src\main\royale\com\spacio\mdx\generic\dto\ResponseDTO.as(74):
>>
>> col: 37 Error: Type was not found or was not a compile-time constant:
>> ArrayCollection.
>>
>>public function get errors():ArrayCollection
>> ^
>>
>> C:\Users\nyemi\git\RoyaleCRM\RoyaleCRM\client_service\src\main\royale\com\spacio\mdx\generic\dto\ShortType.as(5):
>> col: 12 Warning: Definition mx.collections.ArrayCollection could not be
>> found.
>>
>> import mx.collections.ArrayCollection;
>>^
>>
>> C:\Users\nyemi\git\RoyaleCRM\RoyaleCRM\client_service\src\main\royale\com\spacio\mdx\generic\dto\ShortType.as(14):
>> col: 28 Error: Type was not found or was not a compile-time constant:
>> ArrayCollection.
>>
>>private var _values:ArrayCollection;
>>^
>>
>> C:\Users\nyemi\git\RoyaleCRM\RoyaleCRM\client_service\src\main\royale\com\spacio\mdx\generic\dto\ShortType.as(44):
>> col: 41 Error: Type was not found or was not a compile-time constant:
>> ArrayCollection.
>>
>>   public function set values(values:ArrayCollection) : void
>> ^
>>
>> C:\Users\nyemi\git\RoyaleCRM\RoyaleCRM\client_service\src\main\royale\com\spacio\mdx\generic\dto\ShortType.as(51):
>> col: 37 Error: Type was not found or was not a compile-time constant:
>> ArrayCollection.
>>
>>public function get values():ArrayCollection
>> ^
>>
>> C:\Users\nyemi\git\RoyaleCRM\RoyaleCRM\client_service\src\main\royale\com\spacio\mdx\generic\dto\StringType.as(5):
>> col: 12 Warning: Definition mx.col

Re: Errors building stand alone actionscript library

2021-09-02 Thread Piotr Zarzycki
ns.ArrayCollection;
>^
>
> C:\Users\nyemi\git\RoyaleCRM\RoyaleCRM\client_service\src\main\royale\com\spacio\mdx\generic\dto\ResponseDTO.as(19):
>
> col: 31 Type was not found or was not a compile-time constant:
> ArrayCollection.
>
>   private var _errors:ArrayCollection;
>   ^
>
> C:\Users\nyemi\git\RoyaleCRM\RoyaleCRM\client_service\src\main\royale\com\spacio\mdx\generic\dto\ResponseDTO.as(69):
>
> col: 41 Type was not found or was not a compile-time constant:
> ArrayCollection.
>
>   public function set errors(errors:ArrayCollection) : void
> ^
>
> C:\Users\nyemi\git\RoyaleCRM\RoyaleCRM\client_service\src\main\royale\com\spacio\mdx\generic\dto\ResponseDTO.as(74):
>
> col: 37 Type was not found or was not a compile-time constant:
> ArrayCollection.
>
>public function get errors():ArrayCollection
> ^
>
> C:\Users\nyemi\git\RoyaleCRM\RoyaleCRM\client_service\src\main\royale\com\spacio\mdx\generic\dto\ShortType.as(5):
> col: 12 Definition mx.collections.ArrayCollection could not be found.
>
> import mx.collections.ArrayCollection;
>
>
> I have added the required dependencies
>
> 
>   org.apache.royale.framework
>   MXRoyale
>   0.9.7
>   swc
>   js
> 
> 
>   org.apache.royale.framework
>   MXRoyale
>   0.9.7
>   swc
>   swf
> 
>
>
> I have also registered the classes in the myLibClasses.as
>
>
>
>
> import com.spacio.crm.service.ServiceWAO; ServiceWAO;
> import com.spacio.mdx.generic.dto.Attribute; Attribute;
> import com.spacio.mdx.generic.dto.Record; Record;
> import com.spacio.mdx.generic.dto.ResponseDTO; ResponseDTO;
> import com.spacio.mdx.generic.dto.ShortType; ShortType;
> import com.spacio.mdx.generic.dto.StringType; StringType;
> import com.spacio.mdx.generic.util.MDXUtil; MDXUtil;
> import com.spacio.mdx.generic.dao.ServiceDAO; ServiceDAO;
>
> Registered them in the manifest file as well
>
> 
>  "com.spacio.mdx.generic.dao.ServiceDAO"/>
> 
>  />
> 
>  "com.spacio.mdx.generic.dto.ResponseDTO"/>
>  />
>  "com.spacio.mdx.generic.dto.StringType"/>
>
>
> Regards,
>
>
> --

Piotr Zarzycki


Re: users Digest 5 Aug 2021 01:58:36 -0000 Issue 1739

2021-08-05 Thread Piotr Zarzycki
If you have sensitive information to share you can write me on a priv, if
this can be public please share your problem here on mailing list.

czw., 5 sie 2021 o 15:17 romanisi...@yahoo.com 
napisał(a):

> Is there someone I can contact ? A mailing list administrator  ?
>
>
> Sent from Yahoo Mail on Android
> <https://go.onelink.me/107872968?pid=InProduct=Global_Internal_YGrowth_AndroidEmailSig__AndroidUsers_wl=ym_sub1=Internal_sub2=Global_YGrowth_sub3=EmailSignature>
>
> On Thu, 5 Aug 2021 at 14:15, Piotr Zarzycki
>  wrote:
> I'm not sure what do you mean by that ?
>
> czw., 5 sie 2021 o 15:01 romanisi...@yahoo.com 
> napisał(a):
>
> Hi everyone,
>
> Is there an admin for this mailing list ? I would appreciate if someone
> can share his or her mail address.
>
>
>
> Sent from Yahoo Mail on Android
>
> On Thu, 5 Aug 2021 at 13:49, romanisi...@yahoo.com
>  wrote:
> I didn't know. Thanks for this. I will see if if I can use another mail
> account.
>
>
> Sent from Yahoo Mail on Android
>
> On Thu, 5 Aug 2021 at 13:26, Piotr Zarzycki
>  wrote:
> Hi Roman,
>
> Not sure if someone reported it to you, but in my case every email from
> you is landing in spam. This may be the case for others as well.
>
> Thanks,
> Piotr
>
> czw., 5 sie 2021 o 13:49 romanisi...@yahoo.com 
> napisał(a):
>
> Unfortunately it does not work.
>
> One clarification from your earlier response.
>
> Where am I supposed to add the following
>
> " To activate the binding you must add the corresponding bead:
> , in case of views,  in case
> of containers.   "
>
> In the two views ? Or in the responsive view ?
>
> The first view is a Card while the second one is HGroup.
>
> Would also appreciate clarification on the difference between container,
> view and application binding and wgennto use each  ?
>
>
>
>
> Sent from Yahoo Mail on Android
>
> On Thu, 5 Aug 2021 at 2:58, users-digest-h...@royale.apache.org
>  wrote:
>
> users Digest 5 Aug 2021 01:58:36 - Issue 1739
>
> Topics (messages 4792 through 4792)
>
> Re: Access current State from other files?
> 4792 by: Maria Jose Esteve
>
> Administrivia:
>
> -
> To post to the list, e-mail: users@royale.apache.org
> To unsubscribe, e-mail: users-digest-unsubscr...@royale.apache.org
> For additional commands, e-mail: users-digest-h...@royale.apache.org
>
> --
>
> Hello,
>
> I would do it with the binding:
>
> - Add to the two views the beads .
>
> - Add the states also to the two views (I'm not sure if this is
> mandatory... I have them in all the files).
>
> - To activate the binding you must add the corresponding bead:
> , in case of views,  in case
> of containers.
>
> - Pass the currentState variable from the ApplicationResponsiveView to the
> Card, something like this:
>
>
>
> 
>
> 
>
>
>
> I hope this helps.
>
> See you tomorrow.
>
>
>
> Hiedra.
>
>
>
> *De:* romanisi...@yahoo.com 
> *Enviado el:* miércoles, 4 de agosto de 2021 21:55
> *Para:* users@royale.apache.org
> *Asunto:* Access current State from other files?
>
>
>
> Hi Everyone,
>
>
>
> I have created a simple application with two views one for a login form
> and the other is main view that shows the application. To make the code
> readable I decided to put the view definition in separate files and call
> them from the Responsive View. I have defined the states of the app
> accordingly.
>
>
>
> Main.mxml
>
>
>
> 
>
> http://ns.adobe.com/mxml/2009;
>
> xmlns:j="library://ns.apache.org/royale/jewel"
>
> xmlns:js="library://ns.apache.org/royale/basic"
>
> xmlns:html="library://ns.apache.org/royale/html"
>
>  xmlns:mx="library://ns.apache.org/royale/mx"
>
>  xmlns:view="*" initComplete="initCompleteHandler(event)">
>
>
>
>  
>
>   
>
>  
>
>
>
>
>
>
>
> 
>
>   
>
>   
>
>
>
>
>
> 
>
> 
>
> 
>
>
>
> 
>
> 
>
>
>
>
>
>
>
>  hasFooterBar="true" selectedContent="content" includeIn="loggedIn">
>
>
>
>
> 
>
>  
>
>
>
> 
>
>
>
> 
>
>
>
>
>
>
>
> The log in view is defined as 

Re: users Digest 5 Aug 2021 01:58:36 -0000 Issue 1739

2021-08-05 Thread Piotr Zarzycki
I'm not sure what do you mean by that ?

czw., 5 sie 2021 o 15:01 romanisi...@yahoo.com 
napisał(a):

> Hi everyone,
>
> Is there an admin for this mailing list ? I would appreciate if someone
> can share his or her mail address.
>
>
>
> Sent from Yahoo Mail on Android
>
> On Thu, 5 Aug 2021 at 13:49, romanisi...@yahoo.com
>  wrote:
> I didn't know. Thanks for this. I will see if if I can use another mail
> account.
>
>
> Sent from Yahoo Mail on Android
>
> On Thu, 5 Aug 2021 at 13:26, Piotr Zarzycki
>  wrote:
> Hi Roman,
>
> Not sure if someone reported it to you, but in my case every email from
> you is landing in spam. This may be the case for others as well.
>
> Thanks,
> Piotr
>
> czw., 5 sie 2021 o 13:49 romanisi...@yahoo.com 
> napisał(a):
>
> Unfortunately it does not work.
>
> One clarification from your earlier response.
>
> Where am I supposed to add the following
>
> " To activate the binding you must add the corresponding bead:
> , in case of views,  in case
> of containers.   "
>
> In the two views ? Or in the responsive view ?
>
> The first view is a Card while the second one is HGroup.
>
> Would also appreciate clarification on the difference between container,
> view and application binding and wgennto use each  ?
>
>
>
>
> Sent from Yahoo Mail on Android
>
> On Thu, 5 Aug 2021 at 2:58, users-digest-h...@royale.apache.org
>  wrote:
>
> users Digest 5 Aug 2021 01:58:36 - Issue 1739
>
> Topics (messages 4792 through 4792)
>
> Re: Access current State from other files?
> 4792 by: Maria Jose Esteve
>
> Administrivia:
>
> -
> To post to the list, e-mail: users@royale.apache.org
> To unsubscribe, e-mail: users-digest-unsubscr...@royale.apache.org
> For additional commands, e-mail: users-digest-h...@royale.apache.org
>
> --
>
> Hello,
>
> I would do it with the binding:
>
> - Add to the two views the beads .
>
> - Add the states also to the two views (I'm not sure if this is
> mandatory... I have them in all the files).
>
> - To activate the binding you must add the corresponding bead:
> , in case of views,  in case
> of containers.
>
> - Pass the currentState variable from the ApplicationResponsiveView to the
> Card, something like this:
>
>
>
> 
>
> 
>
>
>
> I hope this helps.
>
> See you tomorrow.
>
>
>
> Hiedra.
>
>
>
> *De:* romanisi...@yahoo.com 
> *Enviado el:* miércoles, 4 de agosto de 2021 21:55
> *Para:* users@royale.apache.org
> *Asunto:* Access current State from other files?
>
>
>
> Hi Everyone,
>
>
>
> I have created a simple application with two views one for a login form
> and the other is main view that shows the application. To make the code
> readable I decided to put the view definition in separate files and call
> them from the Responsive View. I have defined the states of the app
> accordingly.
>
>
>
> Main.mxml
>
>
>
> 
>
> http://ns.adobe.com/mxml/2009;
>
> xmlns:j="library://ns.apache.org/royale/jewel"
>
> xmlns:js="library://ns.apache.org/royale/basic"
>
> xmlns:html="library://ns.apache.org/royale/html"
>
>  xmlns:mx="library://ns.apache.org/royale/mx"
>
>  xmlns:view="*" initComplete="initCompleteHandler(event)">
>
>
>
>  
>
>   
>
>  
>
>
>
>
>
>
>
> 
>
>   
>
>   
>
>
>
>
>
> 
>
> 
>
> 
>
>
>
> 
>
> 
>
>
>
>
>
>
>
>  hasFooterBar="true" selectedContent="content" includeIn="loggedIn">
>
>
>
>
> 
>
>  
>
>
>
> 
>
>
>
> 
>
>
>
>
>
>
>
> The log in view is defined as follows
>
>
>
> ?xml version="1.0" encoding="utf-8"?>
>
> http://ns.adobe.com/mxml/2009;
>
>  xmlns:j="library://ns.apache.org/royale/jewel"
>
>   xmlns:js="library://ns.apache.org/royale/basic"
>
>   xmlns:html="library://ns.apache.org/royale/html"
>
>id="loginForm" x="60", y="60" height="50%">
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
>  "currentState = 'loggedIn'" />
>
> 
>
>
>
>
>
> Everything compiles fine. When I run the application and click log in
> button the view does not change to the Content view. In other words the
> button does not work.
>
>
>
> However, If I embed the logIn.mxml inside the Main.mxml it works fine.
>
>
>
>
>
> How can I access the Main.mxml current state from another file ?
>
>
>
>
>
> Regards,
>
>
>
>
>
> --
>
> Piotr Zarzycki
>
>

-- 

Piotr Zarzycki


Re: users Digest 5 Aug 2021 01:58:36 -0000 Issue 1739

2021-08-05 Thread Piotr Zarzycki
Hi Roman,

Not sure if someone reported it to you, but in my case every email from you
is landing in spam. This may be the case for others as well.

Thanks,
Piotr

czw., 5 sie 2021 o 13:49 romanisi...@yahoo.com 
napisał(a):

> Unfortunately it does not work.
>
> One clarification from your earlier response.
>
> Where am I supposed to add the following
>
> " To activate the binding you must add the corresponding bead:
> , in case of views,  in case
> of containers.   "
>
> In the two views ? Or in the responsive view ?
>
> The first view is a Card while the second one is HGroup.
>
> Would also appreciate clarification on the difference between container,
> view and application binding and wgennto use each  ?
>
>
>
>
> Sent from Yahoo Mail on Android
>
> On Thu, 5 Aug 2021 at 2:58, users-digest-h...@royale.apache.org
>  wrote:
>
> users Digest 5 Aug 2021 01:58:36 - Issue 1739
>
> Topics (messages 4792 through 4792)
>
> Re: Access current State from other files?
> 4792 by: Maria Jose Esteve
>
> Administrivia:
>
> -
> To post to the list, e-mail: users@royale.apache.org
> To unsubscribe, e-mail: users-digest-unsubscr...@royale.apache.org
> For additional commands, e-mail: users-digest-h...@royale.apache.org
>
> --
>
> Hello,
>
> I would do it with the binding:
>
> - Add to the two views the beads .
>
> - Add the states also to the two views (I'm not sure if this is
> mandatory... I have them in all the files).
>
> - To activate the binding you must add the corresponding bead:
> , in case of views,  in case
> of containers.
>
> - Pass the currentState variable from the ApplicationResponsiveView to the
> Card, something like this:
>
>
>
> 
>
> 
>
>
>
> I hope this helps.
>
> See you tomorrow.
>
>
>
> Hiedra.
>
>
>
> *De:* romanisi...@yahoo.com 
> *Enviado el:* miércoles, 4 de agosto de 2021 21:55
> *Para:* users@royale.apache.org
> *Asunto:* Access current State from other files?
>
>
>
> Hi Everyone,
>
>
>
> I have created a simple application with two views one for a login form
> and the other is main view that shows the application. To make the code
> readable I decided to put the view definition in separate files and call
> them from the Responsive View. I have defined the states of the app
> accordingly.
>
>
>
> Main.mxml
>
>
>
> 
>
> http://ns.adobe.com/mxml/2009;
>
> xmlns:j="library://ns.apache.org/royale/jewel"
>
> xmlns:js="library://ns.apache.org/royale/basic"
>
> xmlns:html="library://ns.apache.org/royale/html"
>
>  xmlns:mx="library://ns.apache.org/royale/mx"
>
>  xmlns:view="*" initComplete="initCompleteHandler(event)">
>
>
>
>  
>
>   
>
>  
>
>
>
>
>
>
>
> 
>
>   
>
>   
>
>
>
>
>
> 
>
> 
>
> 
>
>
>
> 
>
> 
>
>
>
>
>
>
>
>  hasFooterBar="true" selectedContent="content" includeIn="loggedIn">
>
>
>
>
> 
>
>  
>
>
>
> 
>
>
>
> 
>
>
>
>
>
>
>
> The log in view is defined as follows
>
>
>
> ?xml version="1.0" encoding="utf-8"?>
>
> http://ns.adobe.com/mxml/2009;
>
>  xmlns:j="library://ns.apache.org/royale/jewel"
>
>   xmlns:js="library://ns.apache.org/royale/basic"
>
>   xmlns:html="library://ns.apache.org/royale/html"
>
>id="loginForm" x="60", y="60" height="50%">
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
> 
>
>  "currentState = 'loggedIn'" />
>
> 
>
>
>
>
>
> Everything compiles fine. When I run the application and click log in
> button the view does not change to the Content view. In other words the
> button does not work.
>
>
>
> However, If I embed the logIn.mxml inside the Main.mxml it works fine.
>
>
>
>
>
> How can I access the Main.mxml current state from another file ?
>
>
>
>
>
> Regards,
>
>
>
>

-- 

Piotr Zarzycki


Moonshine SDK Installer 3.9.0 released!

2021-07-26 Thread Piotr Zarzycki
Hello Royale Community,

We are pleased to announce that Moonshine SDK Installer 3.9.0 has been
released.

Main update for this version is fixes related to problems with downloading
Apache Flex SDK 4.16.1 with Harman Air. Improvement got also error
reporting.

You can find more details along with links for download Moonshine SDK
Installer here [1].

[1]
https://github.com/Moonshine-IDE/Moonshine-SDK-Installer/releases/tag/v3.9.0

Thanks,
-- 

Piotr Zarzycki


Re: Extending Validators

2021-06-21 Thread Piotr Zarzycki
I've made one change for you. You can override handler for
cleanValidationErrors event ->
https://github.com/apache/royale-asjs/commit/93570392b1cd9442d632b1a956998a4b4a487669


I kicked of build with my changes [1]. If you are using IDE distribution
wait for nightlies [2] 0.9.8-SNAPSHOT.

[1] https://ci-builds.apache.org/job/Royale/job/Royale-asjs/1313/
[2] https://nightlies.apache.org/Royale/Royale-asjs/

Thanks,
Piotr

pon., 21 cze 2021 o 13:52 Piotr Zarzycki 
napisał(a):

> Well in my opinion you should override only validate function where you
> registering on events etc, creating your own handlers and do what you want
> to do. The question is what do you need from inside that function? If you
> 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"));
>
>
>
>
>
> pon., 21 cze 2021 o 13:37 David Slotemaker de Bruine <
> dslotema...@vicensvives.com> napisał(a):
>
>> Hi Piotr,
>>
>> I wanted to roll my own version of the FormValidator Class for a
>> component of mine that has children. So I copied the code and renamed the
>> class.  But when the my validator validates its children and returns that
>> there are no errors and therefore the topTips should be destroyed,
>> validator.destroyErrorTip() fails as it is private.
>>
>> I am currently running custom validate functions and 2 seperate
>> FormValidators to solve the problem, but is less than optimal.
>>
>> David
>>
>> On Mon, 21 Jun 2021 at 13:30, Piotr Zarzycki 
>> wrote:
>>
>>> Hi David,
>>>
>>> It's been a while. I'm sorry for such a long delay. I looked into your
>>> case and having an destroyErrorTip protected and I came to the conclusion
>>> that I don't want to change anything. This method is marked as internal
>>> intentionaly - it is being called by validator instance in classes which
>>> extending Validator base class - it means if I make it protected it will
>>> fail with error:
>>>
>>> FormValidator.as(127): col: 39 Error: Attempted access of inaccessible
>>> method destroyErrorTip through a reference with static type Validator
>>>
>>>  What is the problem with extending exactly ? Why do 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, 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 Bruine <
>>>>> dslotema...@vicensvives.com> napisał(a):
>>>>>
>>>>>> 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 <
>>>>>> dslotema...@vicensvives.com> wrote:
>>>>>> > 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 <
>>>>>> dslotema...@vicensvives.com> wrote:
>>>>>> > > 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-06-21 Thread Piotr Zarzycki
Well in my opinion you should override only validate function where you
registering on events etc, creating your own handlers and do what you want
to do. The question is what do you need from inside that function? If you
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"));





pon., 21 cze 2021 o 13:37 David Slotemaker de Bruine <
dslotema...@vicensvives.com> napisał(a):

> Hi Piotr,
>
> I wanted to roll my own version of the FormValidator Class for a component
> of mine that has children. So I copied the code and renamed the class.  But
> when the my validator validates its children and returns that there are no
> errors and therefore the topTips should be destroyed,
> validator.destroyErrorTip() fails as it is private.
>
> I am currently running custom validate functions and 2 seperate
> FormValidators to solve the problem, but is less than optimal.
>
> David
>
> On Mon, 21 Jun 2021 at 13:30, Piotr Zarzycki 
> wrote:
>
>> Hi David,
>>
>> It's been a while. I'm sorry for such a long delay. I looked into your
>> case and having an destroyErrorTip protected and I came to the conclusion
>> that I don't want to change anything. This method is marked as internal
>> intentionaly - it is being called by validator instance in classes which
>> extending Validator base class - it means if I make it protected it will
>> fail with error:
>>
>> FormValidator.as(127): col: 39 Error: Attempted access of inaccessible
>> method destroyErrorTip through a reference with static type Validator
>>
>>  What is the problem with extending exactly ? Why do 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, 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 Bruine <
>>>> dslotema...@vicensvives.com> napisał(a):
>>>>
>>>>> 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 <
>>>>> dslotema...@vicensvives.com> wrote:
>>>>> > 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 <
>>>>> dslotema...@vicensvives.com> wrote:
>>>>> > > 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.
>>>>> > >
>>>>> > > If you add the Form within the Grid Component, the Grid will not
>>>>> render correctly.
>>>>> > >
>>>>> > > So I decided to "roll my own", I have copied the ForValidator and
>>>>> renamed it GridValidator, but I cannot compile it as the compiler can't
>>>>> find the file method " validator.destroyErrorTip();"
>>>>> > >
>>>>> > > The Class extenders
>>>>> org.apache.royale.jewel.beads.validators.Validator;  as the FormValidator
>>>>> does, but the source code I have doesn't have that method either.
>>>>> > >
>>>>> > > Any clues on how I should do this better, or how to solve the
>>>>> compiler error?
>>>>> > >
>>>>> > > Cheers,
>>>>> > >
>>>>> > > David
>>>>> > >
>>>>> >
>>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Piotr Zarzycki
>>>>
>>>
>>>
>>> --
>>>
>>> *David Slotemaker de Bruïne*
>>> *Head of Educational Robotics*
>>>
>>>
>>>
>>> Av. Sarriá, 130 - 08017 Barcelona
>>> <https://maps.google.com/?q=Av.+Sarri%C3%A1,+130+-+08017+Barcelona=gmail=g>
>>>
>>>
>>> T. +34 932 523 729 ext. 135
>>>
>>> dslotema...@vicensvives.com
>>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>
>
> --
>
> *David Slotemaker de Bruïne*
> *Head of Educational Robotics*
>
>
>
> Av. Sarriá, 130 - 08017 Barcelona
> <https://maps.google.com/?q=Av.+Sarri%C3%A1,+130+-+08017+Barcelona=gmail=g>
>
>
> T. +34 932 523 729 ext. 135
>
> dslotema...@vicensvives.com
>


-- 

Piotr Zarzycki


Re: Extending Validators

2021-06-21 Thread Piotr Zarzycki
Hi David,

It's been a while. I'm sorry for such a long delay. I looked into your case
and having an destroyErrorTip protected and I came to the conclusion that I
don't want to change anything. This method is marked as internal
intentionaly - it is being called by validator instance in classes which
extending Validator base class - it means if I make it protected it will
fail with error:

FormValidator.as(127): col: 39 Error: Attempted access of inaccessible
method destroyErrorTip through a reference with static type Validator

 What is the problem with extending exactly ? Why do 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, 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 Bruine <
>> dslotema...@vicensvives.com> napisał(a):
>>
>>> 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 <
>>> dslotema...@vicensvives.com> wrote:
>>> > 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 <
>>> dslotema...@vicensvives.com> wrote:
>>> > > 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.
>>> > >
>>> > > If you add the Form within the Grid Component, the Grid will not
>>> render correctly.
>>> > >
>>> > > So I decided to "roll my own", I have copied the ForValidator and
>>> renamed it GridValidator, but I cannot compile it as the compiler can't
>>> find the file method " validator.destroyErrorTip();"
>>> > >
>>> > > The Class extenders
>>> org.apache.royale.jewel.beads.validators.Validator;  as the FormValidator
>>> does, but the source code I have doesn't have that method either.
>>> > >
>>> > > Any clues on how I should do this better, or how to solve the
>>> compiler error?
>>> > >
>>> > > Cheers,
>>> > >
>>> > > David
>>> > >
>>> >
>>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>
>
> --
>
> *David Slotemaker de Bruïne*
> *Head of Educational Robotics*
>
>
>
> Av. Sarriá, 130 - 08017 Barcelona
> <https://maps.google.com/?q=Av.+Sarri%C3%A1,+130+-+08017+Barcelona=gmail=g>
>
>
> T. +34 932 523 729 ext. 135
>
> dslotema...@vicensvives.com
>


-- 

Piotr Zarzycki


Moonshine IDE 3.1.1 and Moonshine SDK Installer 3.8.1 released!

2021-06-10 Thread Piotr Zarzycki
Hello Royale Community,

After months of work Moonshine IDE Team is thrilled to announce release of
Moonshine IDE 3.1.1 and Moonshine SDK Installer 3.8.1 release.

You can download it from our website: https://moonshine-ide.com/

Mac OS AppStore version will be available later on, you can use direct link
to download and install Moonshine IDE without OS restriction (Non-Sandbox).
-> https://moonshine-ide.com/downloads/releases/macos/Moonshine-3.1.1.pkg

Report bug or feature requests on our GitHub:
https://github.com/prominic/Moonshine-IDE

Summary for that release:
- Thanks to Harman we have added ability to download Apache Flex SDK with
Harman Air SDK 33.1 trough Moonshine SDK Installer
- Quickly switch between sets of projects using the improved workspace
support
- Better performance for opening large projects.
- Create HCL Domino forms from a Visual Editor mockup, or generate a form
by defining a list of fields.
- Default JDK updated to OpenJDK v11.0.10. OpenJDK 8 is still supported.

More information in CHANGELOG ->
https://github.com/prominic/Moonshine-IDE/blob/master/CHANGELOG.md

Thanks,
-- 

Piotr Zarzycki


Re: Extending Validators

2021-05-26 Thread Piotr Zarzycki
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 Bruine <
dslotema...@vicensvives.com> napisał(a):

> 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 <
> dslotema...@vicensvives.com> wrote:
> > 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 <
> dslotema...@vicensvives.com> wrote:
> > > 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.
> > >
> > > If you add the Form within the Grid Component, the Grid will not
> render correctly.
> > >
> > > So I decided to "roll my own", I have copied the ForValidator and
> renamed it GridValidator, but I cannot compile it as the compiler can't
> find the file method " validator.destroyErrorTip();"
> > >
> > > The Class extenders
> org.apache.royale.jewel.beads.validators.Validator;  as the FormValidator
> does, but the source code I have doesn't have that method either.
> > >
> > > Any clues on how I should do this better, or how to solve the compiler
> error?
> > >
> > > Cheers,
> > >
> > > David
> > >
> >
>


-- 

Piotr Zarzycki


Re: support for the "presentation model" in crux

2021-05-21 Thread Piotr Zarzycki
Hey Roman,

Please try to use Nightly build. There are lot's of improvements. We are in
a process of release so hopefully in couple of weeks that nightly got out.

Thanks,
Piotr

pt., 21 maj 2021 o 17:21 romanisi...@yahoo.com 
napisał(a):

> Hi Everyone,
>
> I am new to apache royale. Currently learning it by working on the
> examples mentioned in the site. (helloWorld, commit log  examples e.t.c).
> I intend to after completing some of the examples to proceed to port a
> module of an existing app I have developed in ZK framework using the
> presentation model.
> It's a contact management. I intend use the crux framework for this
> exercise.
>
>
> is there support for the "presentation model" in crux in this current
> apache royale version 0.9.7 ?
> if yes, would appreciate a code example or guidiance how to set it up ?
>
>
> Regards,
>
>
>
>

-- 

Piotr Zarzycki


Re: Strange runtime error With AMF and Moonshine

2021-03-25 Thread Piotr Zarzycki
> = null;
> }
> toString: function() {
>   return org.apache.royale.utils.ObjectUtil._toString(this);
> }
> readExternalBody: function(input) {
>   this.body = input.readObject();
> }
> readFlags: function(input) {
>   var /** @type {boolean} */ hasNextFlag = true;
>   var /** @type {Array} */ flagsArray = [];
>   while (hasNextFlag && input.bytesAvailable > 0) {
> var /** @type {number} */ flags = input.readUnsignedByte();
> flagsArray.push(flags);
> if ((flags & 
> org.apache.royale.net.remoting.messages.AbstractMessage.HAS_NEXT_FLAG)
> != 0)
>   hasNextFlag = true;
> else
>   hasNextFlag = false;
>   }
>   return flagsArray;
> }
> writeExternalBody: function(output) {
>   output.writeObject(this.body);
> }
> get__body: function() {
>   return
> this.org_apache_royale_net_remoting_messages_AbstractMessage__body;
> }
> set__body: function(value) {
>   this.org_apache_royale_net_remoting_messages_AbstractMessage__body =
> value;
> }
> get__clientId: function() {
>   return
> this.org_apache_royale_net_remoting_messages_AbstractMessage__clientId;
> }
> set__clientId: function(value) {
>   this.org_apache_royale_net_remoting_messages_AbstractMessage__clientId =
> value;
>
> this.org_apache_royale_net_remoting_messages_AbstractMessage_clientIdBytes
> = null;
> }
> get__destination: function() {
>   return
> this.org_apache_royale_net_remoting_messages_AbstractMessage__destination;
> }
> set__destination: function(value) {
>
> this.org_apache_royale_net_remoting_messages_AbstractMessage__destination =
> value;
> }
> get__headers: function() {
>   if
> (this.org_apache_royale_net_remoting_messages_AbstractMessage__headers ==
> null)
> this.org_apache_royale_net_remoting_messages_AbstractMessage__headers
> = {};
>   return
> this.org_apache_royale_net_remoting_messages_AbstractMessage__headers;
> }
> set__headers: function(value) {
>   this.org_apache_royale_net_remoting_messages_AbstractMessage__headers =
> value;
> }
> get__messageId: function() {
>   if
> (this.org_apache_royale_net_remoting_messages_AbstractMessage__messageId ==
> null)
>
> this.org_apache_royale_net_remoting_messages_AbstractMessage__messageId =
> org.apache.royale.utils.UIDUtil.createUID();
>   return
> this.org_apache_royale_net_remoting_messages_AbstractMessage__messageId;
> }
> set__messageId: function(value) {
>   this.org_apache_royale_net_remoting_messages_AbstractMessage__messageId
> = value;
>
> this.org_apache_royale_net_remoting_messages_AbstractMessage_messageIdBytes
> = null;
> }
> get__timestamp: function() {
>   return
> this.org_apache_royale_net_remoting_messages_AbstractMessage__timestamp;
> }
> set__timestamp: function(value) {
>   this.org_apache_royale_net_remoting_messages_AbstractMessage__timestamp
> = value;
> }
> get__timeToLive: function() {
>   return
> this.org_apache_royale_net_remoting_messages_AbstractMessage__timeToLive;
> }
> set__timeToLive: function(value) {
>   this.org_apache_royale_net_remoting_messages_AbstractMessage__timeToLive
> = value;
> }
>
> Any ideas?
>


-- 

Piotr Zarzycki


Re: onInitComplete fires before variables are set.

2021-03-25 Thread Piotr Zarzycki
I think my solution is a bit better, cause there are a lot of things may
happen before event dataProviderChanged  is going to be dispatched. I
suggest you go with that direction instead above.

czw., 25 mar 2021 o 13:20 David Slotemaker de Bruine <
dslotema...@vicensvives.com> napisał(a):

> Hi Piotr,
>
> I could get that to work, the screen would paint only the background color
> with no error in the console.
>
> I ended up going with:
>
> public override function set dataProvider(data:Object):void
> {
> super.dataProvider = data;
> handleResponsiveSizeChange(null);
> }
>
> which is more or less what you where suggesting correcte? This works but I
> am not sure what sort of overhead a call to  handleResponsiveSizeChange on
> every update to the DataGrid, not much by the looks of things.
>
> Thanks.
>
> David
>
> On Thu, 25 Mar 2021 at 12:37, Piotr Zarzycki 
> wrote:
>
>> ahh Sorry I didn't notice. So you essentially need to know that
>> dataProvider changed, because when it happened probably your columns are
>> also ready. You can do this in initComplete:
>>
>> var sharedModel:IDataGridModel = dataGrid.getBeadByType(IDataGridModel) as 
>> IDataGridModel;
>>
>> IEventDispatcher(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 out the listener. In the
>>> code above there is a listener in the extended DataGrid:
>>>   initComplete="onInitComplete(event)"
>>>
>>>
>>>
>>> On Thu, 25 Mar 2021 at 12:06, Piotr Zarzycki 
>>> wrote:
>>>
>>>> Hi David,
>>>>
>>>> Did you try add event listener 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
>>>>> 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 for the ResponsiveSize Events.
>>>>> These all fire correctly and the colums are changed dynamically when the
>>>>> browser size is changed. The exception is the first time the page is 
>>>>> loaded
>>>>> as no "resize" event fires.
>>>>>
>>>>> I have tried manually calling the handler duing the InitCompleteEvent
>>>>> but the Array variables that contain the list of columns are empty at this
>>>>> point. Is there another event that I can listen for?
>>>>>
>>>>> The datagrid code is:
>>>>>
>>>>> 
>>>>> http://ns.adobe.com/mxml/2009;
>>>>>  xmlns:js="library://ns.apache.org/royale/basic"
>>>>>  xmlns:j="library://ns.apache.org/royale/jewel"
>>>>>  initComplete="onInitComplete(event)"
>>>>>   >
>>>>> 
>>>>> 
>>>>>     
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>>
>>>>> And I set the mxml this way:
>>>>>
>>>>> >>>>
>>>>> dataProvider="{pCSearchResults.pagedData}"
>>>>>
>>>>> columnsPhone="{[dgcCodigo,dgcNombre,dgcGPS,dgcTelSimple]}"
>>>>> columnsTablet="{[dgcCodigo,dgcNombre]}"
>>>>>
>>>>> columnsDesktop="{[dgcCodigo,dgcNombre,dgcPoblacion]}"
>>>>>
>>>>> columnsWideScreen="{[dgcCodigo,dgcNombre,dgcPoblacion,dgcGPS,]}"
>>>>>
>>>>> columnsFull="{[dgcCodigo,dgcNombre,dgcPoblacion,dgcGPS]}"
>>>>> >
>>>>> 
>>>>>  >>>> dataField="notesCliente"  />
>>>>> >>>> dataField="nombreCompleto"  />
>>>>> >>>> dataField="poblacionNombre" />
>>>>> >>>> dataField="direccionLatLong" columnWidth="50" />>>>> localId="dgcTelSimple" label="Tlfno" dataField="tlfno" columnWidth="50" />
>>>>> 
>>>>> 
>>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Piotr Zarzycki
>>>>
>>>
>>>
>>> --
>>>
>>> *David Slotemaker de Bruïne*
>>> *Head of Educational Robotics*
>>>
>>>
>>>
>>> Av. Sarriá, 130 - 08017 Barcelona
>>> <https://maps.google.com/?q=Av.+Sarri%C3%A1,+130+-+08017+Barcelona=gmail=g>
>>>
>>>
>>> T. +34 932 523 729 ext. 135
>>>
>>> dslotema...@vicensvives.com
>>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>
>
> --
>
> *David Slotemaker de Bruïne*
> *Head of Educational Robotics*
>
>
>
> Av. Sarriá, 130 - 08017 Barcelona
> <https://maps.google.com/?q=Av.+Sarri%C3%A1,+130+-+08017+Barcelona=gmail=g>
>
>
> T. +34 932 523 729 ext. 135
>
> dslotema...@vicensvives.com
>


-- 

Piotr Zarzycki


Re: onInitComplete fires before variables are set.

2021-03-25 Thread Piotr Zarzycki
ahh Sorry I didn't notice. So you essentially need to know that
dataProvider changed, because when it happened probably your columns are
also ready. You can do this in initComplete:

var sharedModel:IDataGridModel =
dataGrid.getBeadByType(IDataGridModel) as IDataGridModel;

IEventDispatcher(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 out the listener. In the code
> above there is a listener in the extended DataGrid:
>   initComplete="onInitComplete(event)"
>
>
>
> On Thu, 25 Mar 2021 at 12:06, Piotr Zarzycki 
> wrote:
>
>> Hi David,
>>
>> Did you try add event listener 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
>>> 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 for the ResponsiveSize Events.
>>> These all fire correctly and the colums are changed dynamically when the
>>> browser size is changed. The exception is the first time the page is loaded
>>> as no "resize" event fires.
>>>
>>> I have tried manually calling the handler duing the InitCompleteEvent
>>> but the Array variables that contain the list of columns are empty at this
>>> point. Is there another event that I can listen for?
>>>
>>> The datagrid code is:
>>>
>>> 
>>> http://ns.adobe.com/mxml/2009;
>>>  xmlns:js="library://ns.apache.org/royale/basic"
>>>  xmlns:j="library://ns.apache.org/royale/jewel"
>>>  initComplete="onInitComplete(event)"
>>>   >
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>>
>>> And I set the mxml this way:
>>>
>>> >>
>>> dataProvider="{pCSearchResults.pagedData}"
>>>
>>> columnsPhone="{[dgcCodigo,dgcNombre,dgcGPS,dgcTelSimple]}"
>>>     columnsTablet="{[dgcCodigo,dgcNombre]}"
>>>
>>> columnsDesktop="{[dgcCodigo,dgcNombre,dgcPoblacion]}"
>>>
>>> columnsWideScreen="{[dgcCodigo,dgcNombre,dgcPoblacion,dgcGPS,]}"
>>>
>>> columnsFull="{[dgcCodigo,dgcNombre,dgcPoblacion,dgcGPS]}"
>>> >
>>> 
>>>  >> dataField="notesCliente"  />
>>> >> dataField="nombreCompleto"  />
>>> >> dataField="poblacionNombre" />
>>> >> dataField="direccionLatLong" columnWidth="50" />>> localId="dgcTelSimple" label="Tlfno" dataField="tlfno" columnWidth="50" />
>>> 
>>> 
>>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>
>
> --
>
> *David Slotemaker de Bruïne*
> *Head of Educational Robotics*
>
>
>
> Av. Sarriá, 130 - 08017 Barcelona
> <https://maps.google.com/?q=Av.+Sarri%C3%A1,+130+-+08017+Barcelona=gmail=g>
>
>
> T. +34 932 523 729 ext. 135
>
> dslotema...@vicensvives.com
>


-- 

Piotr Zarzycki


Re: onInitComplete fires before variables are set.

2021-03-25 Thread Piotr Zarzycki
Hi David,

Did you try add event listener 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
> 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 for the ResponsiveSize Events.
> These all fire correctly and the colums are changed dynamically when the
> browser size is changed. The exception is the first time the page is loaded
> as no "resize" event fires.
>
> I have tried manually calling the handler duing the InitCompleteEvent but
> the Array variables that contain the list of columns are empty at this
> point. Is there another event that I can listen for?
>
> The datagrid code is:
>
> 
> http://ns.adobe.com/mxml/2009;
>  xmlns:js="library://ns.apache.org/royale/basic"
>  xmlns:j="library://ns.apache.org/royale/jewel"
>  initComplete="onInitComplete(event)"
>   >
> 
> 
> 
> 
> 
> 
> 
> 
>
> And I set the mxml this way:
>
>  dataProvider="{pCSearchResults.pagedData}"
>
> columnsPhone="{[dgcCodigo,dgcNombre,dgcGPS,dgcTelSimple]}"
> columnsTablet="{[dgcCodigo,dgcNombre]}"
>
> columnsDesktop="{[dgcCodigo,dgcNombre,dgcPoblacion]}"
>
> columnsWideScreen="{[dgcCodigo,dgcNombre,dgcPoblacion,dgcGPS,]}"
>
> columnsFull="{[dgcCodigo,dgcNombre,dgcPoblacion,dgcGPS]}"
>     >
> 
>   dataField="notesCliente"  />
>  dataField="nombreCompleto"  />
>  dataField="poblacionNombre" />
>  dataField="direccionLatLong" columnWidth="50" /> localId="dgcTelSimple" label="Tlfno" dataField="tlfno" columnWidth="50" />
> 
> 
>


-- 

Piotr Zarzycki


Re: Generic DataGrid Renderers

2021-03-23 Thread Piotr Zarzycki
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):

> I have tried that too. If I change:
>
> this.text = value[datasField];
> to
> this.text = value["propertyThatIWant"];
>
> to works fine. For some reason "dataField" is not being filled in
> Javascript.
>
> D
>
>
> On Tue, 23 Mar 2021 at 13:29, Piotr Zarzycki 
> wrote:
>
>> Can you try to create 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 "dataField" to get the value.
>>>
>>> On Tue, 23 Mar 2021 at 13:00, Maria Jose Esteve 
>>> wrote:
>>>
>>>> @David, Have you tried bindar only instead of override?
>>>>
>>>>
>>>>
>>>> I have not worked with DataGrid but with the itemrenderers for List I
>>>> do this:
>>>>
>>>>
>>>>
>>>>[Bindable("dataChange")]
>>>>
>>>>public function get
>>>> getReg():CTypeRegAvisosNet
>>>>
>>>>{
>>>>
>>>>if(!data)
>>>>
>>>> return new CTypeRegAvisosNet;
>>>>
>>>>else{
>>>>
>>>> return data as CTypeRegAvisosNet;
>>>>
>>>>}
>>>>
>>>>}
>>>>
>>>>
>>>>
>>>> (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:* users@royale.apache.org
>>>> *Asunto:* Re: Generic DataGrid Renderers
>>>>
>>>>
>>>>
>>>> Yes:
>>>>
>>>>
>>>>
>>>> >>> itemRenderer="utils.renderers.StringDataGridItemRenderer"/>
>>>>
>>>>
>>>>
>>>> StringValue is a [Bindable] String var. that should hold the value of
>>>> the property "dataField" of the data Object. But as  dataField evaluates de
>>>> undefiend it get set to "".
>>>>
>>>>
>>>>
>>>> On Tue, 23 Mar 2021 at 12:26, Piotr Zarzycki 
>>>> wrote:
>>>>
>>>> Do you setup dateField in your DataGrid 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
>>>> "dataField" is undefined.
>>>>
>>>>
>>>>
>>>> public override function set data(value:Object):void
>>>> {
>>>> super.data = value;
>>>> stringValue = value[dataField];
>>>> this.text = stringValue;
>>>> }
>>>>
>>>>
>>>>
>>>> stringValue is cast to "".
>>>>
>>>>
>>>>
>>>> Any thoughts?
>>>>
>>>>
>>>>
>>>> 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 mar 2021 o 08:57 David Slotemaker de Bruine <
>>>&

Re: Generic DataGrid Renderers

2021-03-23 Thread Piotr Zarzycki
Can you try to create 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 "dataField" to get the value.
>
> On Tue, 23 Mar 2021 at 13:00, Maria Jose Esteve  wrote:
>
>> @David, Have you tried bindar only instead of override?
>>
>>
>>
>> I have not worked with DataGrid but with the itemrenderers for List I do
>> this:
>>
>>
>>
>>[Bindable("dataChange")]
>>
>>public function get
>> getReg():CTypeRegAvisosNet
>>
>>{
>>
>>if(!data)
>>
>> return new CTypeRegAvisosNet;
>>
>>else{
>>
>> return data as CTypeRegAvisosNet;
>>
>>}
>>
>>}
>>
>>
>>
>> (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:* users@royale.apache.org
>> *Asunto:* Re: Generic DataGrid Renderers
>>
>>
>>
>> Yes:
>>
>>
>>
>> > itemRenderer="utils.renderers.StringDataGridItemRenderer"/>
>>
>>
>>
>> StringValue is a [Bindable] String var. that should hold the value of the
>> property "dataField" of the data Object. But as  dataField evaluates de
>> undefiend it get set to "".
>>
>>
>>
>> On Tue, 23 Mar 2021 at 12:26, Piotr Zarzycki 
>> wrote:
>>
>> Do you setup dateField in your DataGrid 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
>> "dataField" is undefined.
>>
>>
>>
>> public override function set data(value:Object):void
>> {
>> super.data = value;
>> stringValue = value[dataField];
>> this.text = stringValue;
>> }
>>
>>
>>
>> stringValue is cast to "".
>>
>>
>>
>> Any thoughts?
>>
>>
>>
>> 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 mar 2021 o 08:57 David Slotemaker de Bruine <
>> dslotema...@vicensvives.com> napisał(a):
>>
>> Yes! but I wanted to show that the basic version is not working!
>>
>>
>>
>> My backend returns string constants for null objects and null numbers, I
>> need 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 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):
>>
>> 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="library://ns.apache.org/royale/basic"
>> >
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>> 
>>
>> Is it because I am using "data[dataField]"? If so what is the best way to
>> do this without having t create a spe

Re: Generic DataGrid Renderers

2021-03-23 Thread Piotr Zarzycki
Can you show me now full code of your item renderer ?

wt., 23 mar 2021 o 12:39 David Slotemaker de Bruine <
dslotema...@vicensvives.com> napisał(a):

> Yes:
>
>  itemRenderer="utils.renderers.StringDataGridItemRenderer"/>
>
> StringValue is a [Bindable] String var. that should hold the value of the
> property "dataField" of the data Object. But as  dataField evaluates de
> undefiend it get set to "".
>
> On Tue, 23 Mar 2021 at 12:26, Piotr Zarzycki 
> wrote:
>
>> Do you setup dateField in your DataGrid 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
>>> "dataField" is undefined.
>>>
>>> public override function set data(value:Object):void
>>> {
>>> super.data = value;
>>> stringValue = value[dataField];
>>> this.text = stringValue;
>>> }
>>>
>>> stringValue is cast to "".
>>>
>>> Any thoughts?
>>>
>>> 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 mar 2021 o 08:57 David Slotemaker de Bruine <
>>>> dslotema...@vicensvives.com> napisał(a):
>>>>
>>>>> Yes! but I wanted to show that the basic version is not working!
>>>>>
>>>>> My backend returns string constants for null objects and null numbers,
>>>>> I need to filter these out in the renderer.
>>>>>
>>>>> On Tue, 23 Mar 2021 at 08:39, Piotr Zarzycki <
>>>>> piotrzarzyck...@gmail.com> wrote:
>>>>>
>>>>>> Hi David,
>>>>>>
>>>>>> It looks like your DataGridItemRenderer 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):
>>>>>>
>>>>>>> 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="library://ns.apache.org/royale/basic"
>>>>>>> >
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>> 
>>>>>>>
>>>>>>> Is it because I am using "data[dataField]"? If so what is the best
>>>>>>> way to do this without having t create a specific Renderer for each 
>>>>>>> column.
>>>>>>>
>>>>>>> Cheers,
>>>>>>>
>>>>>>> David
>>>>>>>
>>>>>>
>>>>>>
>>>>>> --
>>>>>>
>>>>>> Piotr Zarzycki
>>>>>>
>>>>>
>>>>>
>>>>> --
>>>>>
>>>>> *David Slotemaker de Bruïne*
>>>>> *Head of Educational Robotics*
>>>>>
>>>>>
>>>>>
>>>>> Av. Sarriá, 130 - 08017 Barcelona
>>>>> <https://maps.google.com/?q=Av.+Sarri%C3%A1,+130+-+08017+Barcelona=gmail=g>
>>>>>
>>>>>
>>>>> T. +34 932 523 729 ext. 135
>>>>>
>>>>> dslotema...@vicensvives.com
>>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Piotr Zarzycki
>>>>
>>>
>>>
>>> --
>>>
>>> *David Slotemaker de Bruïne*
>>> *Head of Educational Robotics*
>>>
>>>
>>>
>>> Av. Sarriá, 130 - 08017 Barcelona
>>> <https://maps.google.com/?q=Av.+Sarri%C3%A1,+130+-+08017+Barcelona=gmail=g>
>>>
>>>
>>> T. +34 932 523 729 ext. 135
>>>
>>> dslotema...@vicensvives.com
>>>
>> --
>>
>> Piotr Zarzycki
>>
>
>
> --
>
> *David Slotemaker de Bruïne*
> *Head of Educational Robotics*
>
>
>
> Av. Sarriá, 130 - 08017 Barcelona
> <https://maps.google.com/?q=Av.+Sarri%C3%A1,+130+-+08017+Barcelona=gmail=g>
>
>
> T. +34 932 523 729 ext. 135
>
> dslotema...@vicensvives.com
>


-- 

Piotr Zarzycki


Re: Generic DataGrid Renderers

2021-03-23 Thread Piotr Zarzycki
Do you setup dateField in your DataGrid 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
> "dataField" is undefined.
>
> public override function set data(value:Object):void
> {
> super.data = value;
> stringValue = value[dataField];
> this.text = stringValue;
> }
>
> stringValue is cast to "".
>
> Any thoughts?
>
> 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 mar 2021 o 08:57 David Slotemaker de Bruine <
>> dslotema...@vicensvives.com> napisał(a):
>>
>>> Yes! but I wanted to show that the basic version is not working!
>>>
>>> My backend returns string constants for null objects and null numbers, I
>>> need 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 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):
>>>>
>>>>> 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="library://ns.apache.org/royale/basic"
>>>>> >
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>> 
>>>>>
>>>>> Is it because I am using "data[dataField]"? If so what is the best way
>>>>> to do this without having t create a specific Renderer for each column.
>>>>>
>>>>> Cheers,
>>>>>
>>>>> David
>>>>>
>>>>
>>>>
>>>> --
>>>>
>>>> Piotr Zarzycki
>>>>
>>>
>>>
>>> --
>>>
>>> *David Slotemaker de Bruïne*
>>> *Head of Educational Robotics*
>>>
>>>
>>>
>>> Av. Sarriá, 130 - 08017 Barcelona
>>> <https://maps.google.com/?q=Av.+Sarri%C3%A1,+130+-+08017+Barcelona=gmail=g>
>>>
>>>
>>> T. +34 932 523 729 ext. 135
>>>
>>> dslotema...@vicensvives.com
>>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>
>
> --
>
> *David Slotemaker de Bruïne*
> *Head of Educational Robotics*
>
>
>
> Av. Sarriá, 130 - 08017 Barcelona
> <https://maps.google.com/?q=Av.+Sarri%C3%A1,+130+-+08017+Barcelona=gmail=g>
>
>
> T. +34 932 523 729 ext. 135
>
> dslotema...@vicensvives.com
>
-- 

Piotr Zarzycki


Re: Generic DataGrid Renderers

2021-03-23 Thread Piotr Zarzycki
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 mar 2021 o 08:57 David Slotemaker de Bruine <
dslotema...@vicensvives.com> napisał(a):

> Yes! but I wanted to show that the basic version is not working!
>
> My backend returns string constants for null objects and null numbers, I
> need 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 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):
>>
>>> 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="library://ns.apache.org/royale/basic"
>>> >
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>>
>>> Is it because I am using "data[dataField]"? If so what is the best way
>>> to do this without having t create a specific Renderer for each column.
>>>
>>> Cheers,
>>>
>>> David
>>>
>>
>>
>> --
>>
>> Piotr Zarzycki
>>
>
>
> --
>
> *David Slotemaker de Bruïne*
> *Head of Educational Robotics*
>
>
>
> Av. Sarriá, 130 - 08017 Barcelona
> <https://maps.google.com/?q=Av.+Sarri%C3%A1,+130+-+08017+Barcelona=gmail=g>
>
>
> T. +34 932 523 729 ext. 135
>
> dslotema...@vicensvives.com
>


-- 

Piotr Zarzycki


Re: selectedItems for Lists and DataGrids Jewel

2021-03-23 Thread Piotr Zarzycki
Hi David,

It probably less effort would be get familiar with framework, implement
your multi selection feature and make a pull request. You will benefit out
of that approach.

Thanks,
Piotr

wt., 23 mar 2021 o 08:28 David Slotemaker de Bruine <
dslotema...@vicensvives.com> napisał(a):

> Great, thank you for the response. I didn't check the Basic components,
> just the ones that are in TDJ. Is is easy to convert a Basic component to
> look like Jewel?
>
>
> On 2021/03/22 17:42:15, Alina Kazi  wrote:
> > Hi David,
> >
> > There's a multiselectionList in Basic. It holds multiple selected items
> and
> > selected indexes.you can set multiple values and get multiple values
> > through it.You can use that.
> > Also you can create a similar one in Jewel.
> >
> > HTH
> > Alina Kazi
> >
> >
> > On Mon, 22 Mar 2021, 8:53 PM Maria Jose Esteve, 
> wrote:
> >
> > > 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 Lists and DataGrids Jewel
> > >
> > >
> > >
> > > 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 
> > > Enviado el: lunes, 22 de marzo de 2021 15:26
> > > Para: users@royale.apache.org
> > > Asunto: selectedItems for Lists and DataGrids Jewel
> > >
> > > Hi,
> > >
> > > Are there plans to add "selectedItems" to the List and Datagrid
> components?
> > >
> > > David
> > >
> > >
> > >
> > >
> > > --
> > >
> > > *David Slotemaker de Bruïne*
> > > *Head of Educational Robotics*
> > >
> > >
> > >
> > > Av. Sarriá, 130 - 08017 Barcelona
> > > <
> https://maps.google.com/?q=Av.+Sarri%C3%A1,+130+-+08017+Barcelona=gmail=g
> >
> > >
> > >
> > > T. +34 932 523 729 ext. 135
> > >
> > > dslotema...@vicensvives.com
> > >
> >
>


-- 

Piotr Zarzycki


Re: Generic DataGrid Renderers

2021-03-23 Thread Piotr Zarzycki
Hi David,

It looks like your DataGridItemRenderer 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):

> 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="library://ns.apache.org/royale/basic"
> >
> 
> 
> 
> 
> 
> 
> 
> 
> 
>
> Is it because I am using "data[dataField]"? If so what is the best way to
> do this without having t create a specific Renderer for each column.
>
> Cheers,
>
> David
>


-- 

Piotr Zarzycki


Re: [EXTERNAL] Re: Soft Keyboard Issue

2021-03-16 Thread Piotr Zarzycki
Hello Bill,

In general if you cannot do something in Royale - try to do that in pure
JS. If it’s possible it is also possible  in Royale. :)

Thanks,
Piotr

On Tue, 16 Mar 2021 at 23:13, Brian Raymes  wrote:

> Take a look at org.apache.royale.utils.OSUtils
>
> -Original Message-
> From: Bilbosax 
> Sent: Tuesday, March 16, 2021 2:42 PM
> To: users@royale.apache.org
> Subject: [EXTERNAL] Re: Soft Keyboard Issue
>
> I have come up with a bandaid for now.  If a textInput gains focus, I
> block the resizing of my app, and allow it to resize again after the
> textInput loses focus.
>
> This works great on a mobile device because they have soft keyboards and
> are the root of this problem. This still leaves a problem for me because if
> someone clicks a textInput on a desktop browser, and then tries to resize
> their browser while the textInput has focus, the app will not rescale. This
> is also the case if they rotate their mobile device during input.
>
> So it just feels like a bandaid.
>
> Wish there was a reliable way to test whether the browser was on a phone,
> a tablet, or a desktop.  Then the problem would be solved.
>
>
>
> --
> Sent from: http://apache-royale-users.20374.n8.nabble.com/
>
-- 

Piotr Zarzycki


Re: Getting Started with Crux

2021-02-24 Thread Piotr Zarzycki
David,

You can send me code of your project and I will take a look at it. I don't
see any connection to Moonshine here. We need more data to help you. The
best would be if you could provide source code by uploading on some server
- if you can of course.

Thanks,
Piotr

śr., 24 lut 2021 o 17:13 Carlos Rovira  napisał(a):

> Hi David,
>
> the two lines refers to 2 injects in UserController. Since I don't know
> the code I guess you have 2 injections there.
> You talk then about a "usuarioController", but I don't know what is. Is
> not UserController? is other controller? then you need to 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>) escribió:
>
>> Hi Carlos,
>>
>> OK,
>>
>> I created everything you said, a new:
>>
>> ServicesConfig.mxml in the config folder and pointed to it
>> in 
>>
>> Then I created:
>> UsuarioController
>> UsuarioEvent
>> UsusarioService
>>
>> for my "usuario" needs.
>>
>> The thing is, It does seem that the new controller is being referenced
>> during compile time. I Get the following:
>>
>> Activating JSStageEvents
>> : InjectProcessor set up [Inject] on Bean{ source: [object Object], name:
>> userController }
>> : InjectProcessor set up [Inject] on Bean{ source: [object Object], name:
>> userController }
>> : [PostConstruct] executing createDefaultUser in UserController
>> : [JS] application setUp stub
>>
>> 2 for userController but none for usuarioController.
>>
>> When I call the UsuarioEvent, it dispatchers but doesn't get sent to the
>> UsuarioController. The userEvent dispatch correctly and is sent to the
>> UserContoller without a problem.
>>
>> 2 additional points of 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 Slotemaker de Bruine <
>> dslotema...@vicensvives.com> wrote:
>>
>>> Great! Thank you!
>>>
>>> I will give it a shot!
>>>
>>> On Thu, 18 Feb 2021 at 17:07, Carlos Rovira 
>>> wrote:
>>>
>>>> Hi,
>>>>
>>>> ok, let's go:
>>>>
>>>> 1.- REMOTEOBJECTS: You will have a mxml file that extends from Crux
>>>> BeanProvider. Let's call it ServicesConfig.mxml. There you have all you
>>>> mx:RemoteObject objects. So this object will provide all remote objects to
>>>> the rest of your app:
>>>>
>>>> >>> destination="loginService"
>>>> channelSet="{loginChannel}"
>>>> showBusyCursor="true"/>
>>>>
>>>> 2.- SERVICE: Then you have a "delegate" like in Cairngorm where you
>>>> inject the remote object:
>>>>
>>>> [Inject(source="loginService", required="true")]
>>>> public var service :RemoteObject = null;
>>>>
>>>> So the remoteobject with name "loginService" will be injected in the
>>>> public var service. In this delegate you can do things like this:
>>>>
>>>> public function recoverPassword(username :String, password :String) :
>>>> AsyncToken {
>>>> return service.recoverPassword(username, password);
>>>> }
>>>>
>>>> 3.- CONTROLLER: Here you have controller methods that will be called
>>>> with events and this will in the end call service methods in the delegate
>>>> layer:
>>>>
>>>> [EventHandler(event="LoginEvent.RECOVER_PASSWORD", properties=
>>>> "password")]
>>>> public function passwordRecovery(password :String) :void {
>>>> executeServiceCall(loginDelegate.recoverPassword(model.recoverUsername,
>>>> password), passwordRecoveryHandler);
>>>> }
>>>>
>>>> executeServiceCall is a Crux function that allow you to call a service
>>>> method and attach a result and fault handlers that will be on this
>>>> controller. So in a controller you have that method plus two handlers
>>>> (result and fault, but

Re: WebBrowser vs IFrame

2021-02-23 Thread Piotr Zarzycki
Bill,

This is the case exactly! I catch myself many times with the Flex way of
thinking, but HTML/JS world is very different. :)

Thanks,
Piotr

wt., 23 lut 2021 o 19:53 Bilbosax  napisał(a):

> Harbs, this worked brilliantly!  My problem is solved.  Thank you for your
> feedback.
>
> With Royale, I think I need to stop thinking so much like a Flex developer
> and realize that this all HTML/Javascript/CSS in the end.  I am just so
> used
> to the constructs of Flex after all of these years.  Probably need to read
> up on web design because I was not grasping that "window" was even an
> object
> in Flex.
>
> Just in case anyone else has run into this issue, it turns out that there
> is
> a wrapper for Google Maps in Royale that I was unaware of and is not well
> documented.  You can find it in the examples under the name of MapSearch
> which uses the Google Map APIs.
>
> Thanks, I feel relieved.  Now to see what kind of data I can actually pass
> this way.
>
>
>
> --
> Sent from: http://apache-royale-users.20374.n8.nabble.com/
>


-- 

Piotr Zarzycki


Re: Royale/AMF For Healthcare Apps

2021-02-19 Thread Piotr Zarzycki
>
> Carlos Rovira
>
> Apache Member & Apache Royale PMC
>
> *Apache Software Foundation*
>
> http://about.me/carlosrovira
> <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fabout.me%2Fcarlosrovira=04%7C01%7C%7C322bf84f84214bd219aa08d8d3dd14ef%7C84df9e7fe9f640afb435%7C1%7C0%7C637492293776438360%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000=lNjcW69OrMonyGlqoVnvd%2BMAqznbQiRmH2vqOWYS%2Bgo%3D=0>
>
>
>
>
>
>
> --
>
> *David Slotemaker de Bruïne*
> *Head of Educational Robotics*
>
>
>
> Av. Sarriá, 130 - 08017 Barcelona
> <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fmaps.google.com%2F%3Fq%3DAv.%2BSarri%25C3%25A1%2C%2B130%2B-%2B08017%2BBarcelona%26entry%3Dgmail%26source%3Dg=04%7C01%7C%7C322bf84f84214bd219aa08d8d3dd14ef%7C84df9e7fe9f640afb435%7C1%7C0%7C637492293776448322%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000=q2OuFPfojF8UL9p%2FggspWA%2FOZQwwtMXjHEbvAdEedaE%3D=0>
>
>
> T. +34 932 523 729 ext. 135
>
> dslotema...@vicensvives.com
>
-- 

Piotr Zarzycki


Re: Graphing

2021-02-16 Thread Piotr Zarzycki
I believe Maria can help to provide you more information. She has examples
outhere somewhere. I hope she respond here soon. :)

I'm using ECharts in a different way a bit in Royale.

wt., 16 lut 2021 o 11:52 Bilbosax  napisał(a):

> Yes. Charting is exactly what I am talking about. I can't seem to find any
> Royale examples. Are these mx or spark emulations  that I can look back to
> older flex documentation to learn?
>
>
>
> --
> Sent from: http://apache-royale-users.20374.n8.nabble.com/
>


-- 

Piotr Zarzycki


Re: Graphing

2021-02-15 Thread Piotr Zarzycki
Hi Bill,

Are you talking about charts? If yes I’m using with good results in my
Royale app Apache Charts.

Thanks,
Piotr

On Tue, 16 Feb 2021 at 04:40, Bilbosax  wrote:

> I'm hoping to include a lot of business intelligence on my website and in
> my
> web app, so I will be generating a lot of reports from the data in my
> database, both tabular and graphical.  Does Royale offer any graphing
> capabilities at all.  I believe that Flex did, but I haven't looked into
> Royale yet.
>
> What are the current graphing capabilities of Royale?
>
>
>
> --
> Sent from: http://apache-royale-users.20374.n8.nabble.com/
>
-- 

Piotr Zarzycki


  1   2   3   4   5   >