Re: Update Server setting

2024-05-06 Thread MARK HARTNETT
oduct "Allow CORS: Access-Control-Allow-Origin 0.1.9" Easily add (Access-Control-Allow-Origin: *) rule to the response header. > On 05/06/2024 9:50 AM EDT MARK HARTNETT wrote: > > > Hi Piotr, Still stuck on the small bug. Below you can see I made a request > f

Re: Update Server setting

2024-05-06 Thread MARK HARTNETT
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 athttp://www.causeLogix.com and received that same message. These are both being requested through Moonshine server localhost:3000. The option Access-Control-Allow

Re: Update Server setting

2024-05-04 Thread MARK HARTNETT
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 mailto:m_hartn...@comcast.net> wrote: > > > The CORs policy restricts unknown serv

Update Server setting

2024-05-04 Thread MARK HARTNETT
system. Access to XMLHttpRequest at 'http://localhost:8080/rootmodel/securityCommand.flex?reqType=login&userId=randy&userPwd=steak' from origin 'http://localhost:3000' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the reques

Server setting

2024-05-04 Thread MARK HARTNETT
odel/securityCommand.flex?reqType=login&userId=randy&userPwd=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

RE: JS questions

2024-05-04 Thread MARK HARTNETT
y://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 t

JS questions

2024-05-02 Thread MARK HARTNETT
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. With JS the null hpc throws an error. Moving those variables to creationComplete sol

Almost

2024-05-01 Thread MARK HARTNETT
ate 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 mailto:m_hartn...@comcast.net> napisał(a): > > > I can kind of see what's

Re: Not Found Error

2024-05-01 Thread MARK HARTNETT
Hi Alex, Yes that was it. Thanks Mark > On 05/01/2024 2:15 AM EDT Alex Harui via users > wrote: > > > > It’s been a long time since I was in this code, but my recollection is that > Royale does not support resultFormat=”xml”. I see that option commented

Re: Not Found Error

2024-04-30 Thread MARK HARTNETT
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 tha

Re: Not Found Error

2024-04-30 Thread MARK HARTNETT
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 mailto:m_hartn...@comcast.net> napisał(a): > > > Hi Yisha

Re: Not Found Error

2024-04-30 Thread MARK HARTNETT
deas - 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

Re: Not Found Error

2024-04-29 Thread MARK HARTNETT
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

Re: Not Found Error

2024-04-29 Thread MARK HARTNETT
st on the server. > > -- > Josh Tynjala > Bowler Hat LLC https://bowlerhat.dev > > On Mon, Apr 29, 2024 at 6:44 AM MARK HARTNETT mailto:m_hartn...@comcast.net> wrote: > > > Hi, > > Here's another output - I'm running Chrome 109.0.5.4. > >

Re: Not Found Error

2024-04-29 Thread MARK HARTNETT
rowser console is saying ? > > > Piotr Zarzycki > > > > On Mon, 29 Apr 2024 at 16:43, MARK HARTNETT mailto:m_hartn...@comcast.net> wrote: > > > I will move the development environment onto a new machine with the latest > > software and try ag

Re: Not Found Error

2024-04-29 Thread MARK HARTNETT
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

Re: Not Found Error

2024-04-29 Thread MARK HARTNETT
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: > > &g

Not Found Error

2024-04-29 Thread MARK HARTNETT
me/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-25 Thread MARK HARTNETT
of errors. Everyone on the Apache team and contributors did a great job. Thanks for the help Mark > On 04/25/2024 3:58 PM EDT Greg Dove wrote: > > > > Hi Mark, > > Do you already have a Royale port of AlivePDF ? > If you're using the old A

Re: Cairngorm

2024-04-25 Thread MARK HARTNETT
; 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 H

Re: Cairngorm

2024-04-24 Thread MARK HARTNETT
t; - 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 mailto:m_hartn...@comcast.net> napisał(a): > > > Thanks everyone that w

Re: Cairngorm

2024-04-24 Thread MARK HARTNETT
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 Piot

Re: Cairngorm

2024-04-22 Thread MARK HARTNETT
s 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.

Re: Cairngorm

2024-04-22 Thread MARK HARTNETT
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 mailto:m_hartn...@comcast.net> napisał(a): > > > No luck with the Cairngorm-js.swc. I pu

Re: Cairngorm

2024-04-22 Thread MARK HARTNETT
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 Cairngor

Re: Cairngorm

2024-04-21 Thread MARK HARTNETT
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: > >

Re: Cairngorm

2024-04-21 Thread MARK HARTNETT
shine connect to the Royale Formatter? Thanks for your help Mark Hartnett > On 04/21/2024 4:15 PM EDT Greg Dove wrote: > > > > Hi Mark, > > I seem to remember reading about why Adobe chose Cairngorm as the name for > that in the past, there was 'a reason

Re: Cairngorm

2024-04-21 Thread MARK HARTNETT
The Crux implementation is almost exactly what's there now. I have most of it replaced. Cairngorm was a terrible name for software - I won't need the swc after all. Thanks > On 04/21/2024 10:44 AM EDT Piotr Zarzycki wrote: > > > Mark, > > It's awesom

Re: Cairngorm

2024-04-21 Thread MARK HARTNETT
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 Zarzyck

Cairngorm

2024-04-21 Thread MARK HARTNETT
Hi, I'm in the middle of migrating and hoping someone has a Cairngorm.swc ported for Royale. Thanks

RE: [Non-DoD Source] UIComponent and transformation matrix

2022-10-03 Thread Kessler CTR Mark J via users
n the ones we used in flex IMO. Royale still has to end up with the browsers features / limitations in the long run if you target web, so we shortcut the process this way. Just my 2c -Mark K -Original Message- From: CapitanoG76 Sent: Monday, October 3, 2022 10:45 To: users@royale.apach

RE: [Non-DoD Source] UIComponent and transformation matrix

2022-10-03 Thread Kessler CTR Mark J via users
One benefit of being the JS environment is the ability to assign external CSS which can also cover transforms. -Mark K -Original Message- From: CapitanoG76 Sent: Sunday, October 2, 2022 19:32 To: users@royale.apache.org Subject: [Non-DoD Source] UIComponent and transformation matrix

RE: detect upload file completed and see the progress

2022-08-08 Thread Kessler CTR Mark J via users
S/docs/Web/API/XMLHttpRequest/upload -Mark K

Re: Incomplete CSS

2022-05-25 Thread Mark
oles, 25 de mayo de 2022 15:15 Para: users@royale.apache.org Asunto: Re: Incomplete CSS Is "mark" missing the period at the start of the name? On Wed, May 25, 2022 at 8:44 AM Maria Jose Esteve wrote: Hi, I find myself with a problem that I don't know how to solve, and I

RE: [Non-DoD Source] Quick check on Linting tools for Apache Royale

2022-05-20 Thread Kessler CTR Mark J
Greg, Currently we are still using v9.3 of SonarQube and v18 for the JDK. -Mark K -Original Message- From: Greg Dove Sent: Friday, May 20, 2022 01:56 To: users@royale.apache.org Cc: Apache Royale Development Subject: Re: [Non-DoD Source] Quick check on Linting tools for Apache

RE: [Non-DoD Source] Quick check on Linting tools for Apache Royale

2022-05-18 Thread Kessler CTR Mark J
structure inside of the MXML files themselves. Run the MXML files lean on code and rely on controllers/VO/utility in pure AS files to give you the most benefit from it. -Mark K -Original Message- From: Greg Dove Sent: Wednesday, May 18, 2022 00:51 To: users@royale.apache.org Cc: Apache Royale

VSCode snippet, getter/setter. was (RE: Binding - dispatch event change)

2022-04-26 Thread Kessler CTR Mark J
"return;", "}", "", "$3 = value;", "", "dispatchEvent(new Event(\"$1Changed\"));", "}" ], "description&

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

2022-03-25 Thread Mark
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

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

2022-03-25 Thread Mark
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.

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

2022-03-25 Thread Mark
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

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

2022-03-23 Thread Mark
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\

Re: Really need some help here

2022-03-20 Thread Mark
One correction on that – none of the handlers are responding. the Alert widows appearing are saying a button was clicked. This has to be an easy fix, or a basic misunderstanding , I just don’t see it. From: Mark Sent: Sunday, March 20, 2022 2:38 PM To: users@royale.apache.org Subject: Re

Re: Really need some help here

2022-03-20 Thread Mark
d put the correct bead "binding" to each container... In the xml Application the correct bead is "ApplicationDataBinding" and not "ConainerDataBinding". - I see that you are relying on the crux basic example,..., maybe you should check also todomvc-jewel-crux. It will h

Really need some help here

2022-03-19 Thread Mark
I’m having a hard time understanding why these eventHandlers will not respond. I must be missing something very fundamental here. I’m using Moonshine 3.3.1 I’ve attached the project. Any help would be greatly appreciated . This is a very simple app Heading - button that dispatches a LOGON_REQUEST

Re: Moonshine blowing up with Crux

2022-03-16 Thread Mark
Hi Piotr, As it turns out, I didn’t leave a space between +configname=flex and the other compiler options. Lost a half day on that dumb error. Thanks From: Piotr Zarzycki Sent: Wednesday, March 16, 2022 3:44 AM To: users@royale.apache.org Subject: Re: Moonshine blowing up with Crux Hi Mark

Re: Moonshine blowing up with Crux

2022-03-15 Thread Mark
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

Re: Binding to xml

2022-03-09 Thread Mark
Weiss Sent: Tuesday, March 08, 2022 8:11 PM To: users@royale.apache.org Subject: RE: Binding to xml Is lastName bindable? Are you getting a similar warning in Flex? From: Mark Sent: Monday, March 7, 2022 8:31 PM To: users@royale.apache.org Subject: Binding to xml I having trouble binding to

Binding to xml

2022-03-07 Thread Mark
I having trouble binding to elements in xml. Flex 4.6 setup. Just a simple singleton with user credential info. [Bindable] public class BaseModel{ public var userCred:XML= new XML(); public static function getInstance() : BaseModel { if ( baseModel == null ) base

Re: Moonshine flex running code - Royale

2022-03-07 Thread Mark
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

I get it now - good link

2022-03-04 Thread Mark
This link has a back to back view of a Flex object >> recoded to a Royale object. I haven’t seen this out in a tutorial before, but it helped me understand right away what needs to happen. https://walkingtree.tech/converting-flex-application-html-js/?unapproved=2352&moderation-hash=9e929e00397a

[no subject]

2022-03-04 Thread Mark
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

Re: WELCOME to users@royale.apache.org

2022-03-04 Thread Mark
n5nxhTiJZQDLGnXwq6; Fri, 04 Mar 2022 19:11:54 + X-Xfinity-VMeta: sc=0.00;st=legit Message-ID: <9C95FB5FC9684B8D9C114845FFBF7975@MarkPC> From: "Mark" To: Subject: Please add me to the mailing list Date: Fri, 4 Mar 2022 14:11:55 -0500 MIME-Version: 1.0 Content-Type: mult

Subscribe please

2022-03-04 Thread Mark
Thanks

Re: [FlexJS] Guidelines for implementation of layout containers and navigation containers

2017-10-01 Thread Mark Kessler
+1 and all 3 points. The power of the current flex SDK is based on the fact it can target multiple things with one code base. While the browser portion is clear, meaning Flash to JS, the support for Air is important. Air can easily do desktop and mobile. -Mark K On Sat, Sep 30, 2017 at 10:29

Re: [Royale] Flex to FlexJS migration path

2017-09-29 Thread Mark Kessler
It's a good idea. Would definitely make a transition easier if I could plan out over time. Being able to stage changes to migrate more easily would be welcome. -Mark K On Fri, Sep 29, 2017 at 2:40 PM, Peter Ent wrote: > Hi, > > I'm moving to discussion over to Royale,