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]

Re: Isnt there a zipped royale sdk somewhere?

2023-08-24 Thread Piotr Zarzycki
; > -- > 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 release

Some Moonshine errors

2022-06-20 Thread Piotr Zarzycki
tting 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
teArray. > > input2.text = bytes.readUTFByes(6); > > I get a similar message on the above calls. > > thanks, > jim > -- Piotr Zarzycki

Moonshine SDK Installer 4.4.0 Released!

2023-03-15 Thread Piotr Zarzycki
, -- Piotr Zarzycki

Re: mirror for 0.9.11 maven

2023-07-10 Thread Piotr Zarzycki
; 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
un 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

Re: moonshine-ide possible virus

2023-06-07 Thread Piotr Zarzycki
-- > 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

Re: Cairngorm

2024-04-22 Thread Piotr Zarzycki
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 > con

Re: Cairngorm

2024-04-22 Thread Piotr Zarzycki
? > > 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. Switchin

Re: Cairngorm

2024-04-23 Thread Piotr Zarzycki
>>> >>> 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, >

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 a

Re: Cairngorm

2024-04-21 Thread Piotr Zarzycki
rm.swc > ported for Royale. > > Thanks > -- Piotr Zarzycki

Re: Cairngorm

2024-04-21 Thread Piotr Zarzycki
r 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

Re: Cairngorm

2024-04-24 Thread Piotr Zarzycki
(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. > > -- > Jo

Re: Cairngorm

2024-04-24 Thread Piotr Zarzycki
K 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> > >

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 t

Re: Not Found Error

2024-04-30 Thread Piotr Zarzycki
le 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 a

Re: Not Found Error

2024-04-30 Thread Piotr Zarzycki
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): > &

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 wro

Re: Update Server setting

2024-05-06 Thread Piotr Zarzycki
otmodel/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: 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

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 f

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 subscripti

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

2024-05-15 Thread Piotr Zarzycki
; 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

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

2024-05-15 Thread Piotr Zarzycki
gt; jim > > > > > Sent with Proton Mail secure email. > -- Piotr Zarzycki

Re: Not Found Error

2024-05-01 Thread Piotr Zarzycki
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

Moonshine IDE 3.3.4 and Moonshine SDK Installer 4.6.0 Released!

2024-03-08 Thread Piotr Zarzycki
tps://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

<    1   2   3   4   5