Re: How to remove Adobe AIR from build targets

2019-04-08 Thread Piotr Zarzycki
in the build chain so it is not even tried OR does anyone > have an idea why mine is failing as below ? > > Thanks > > -- > NetSys International > Tel: +27 12 349-2056 > Fax: +27 12 349-2757http://www.netsys.aero > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: convert json string to arraylist in royale

2019-04-09 Thread Piotr Zarzycki
"2":"1-2016-006 > (SMOP)","keterangan":"1-2016-006 (SMOP)"}] > > i can decode that json to arraycollection in flex using: > > var rawData:String=event.result.toString();//return above json string > var arr:Array=(com.adobe.serialization.json.JSON.decode(rawData) as Array); > > How do i achieve this in apache royale ? how to decode that json string ? > > Regards, > Choirul > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: missing mxmlc.jar

2019-04-10 Thread Piotr Zarzycki
Hi Tiaan, If you build Apache Royale by Maven and would like to use it in IDE you won't be able to cause Maven do not produce binary distribution. There is parameter which force Maven to do that, but results which you get allows you to in the best case code completion works, but not build of your

Moonshine IDE 2.1.0 released!

2019-04-19 Thread Piotr Zarzycki
ttps://www.patreon.com/josht - Support Josh! Thanks, -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: convert mx:HTTPService to js:HTTPService

2019-04-22 Thread Piotr Zarzycki
Hi, In our application we are doing Post, Delete, Get and Put - everything is working like a charm :) Thanks, Piotr On Mon, Apr 22, 2019, 5:59 PM Alex Harui wrote: > I think Yishay and/or Harbs would know better. > > > > -Alex > > > > *From: *Carlos Rovira > *Reply-To: *"users@royale.apache.o

Re: convert mx:HTTPService to js:HTTPService

2019-04-24 Thread Piotr Zarzycki
It is just a matter of spending a bit more time to understand what is happening underneath. Thanks, Piotr wt., 23 kwi 2019 o 03:28 choirul anam napisał(a): > Piotr Zarzycki wrote > > Hi, > > > > In our application we are doing Post, Delete, Get and Put - everything is &

Re: Jewel textinput disable or readonly at runtime

2019-05-02 Thread Piotr Zarzycki
Hi Choirul, Yes you can. It is enough if you add bead [1] and start manipulate property "disabled" - true/false. [1] https://github.com/apache/royale-asjs/blob/develop/frameworks/projects/Jewel/src/main/royale/org/apache/royale/jewel/beads/controls/Disabled.as Thanks, Piotr On Fri, May 3, 2019,

Re: Jewel textinput disable or readonly at runtime

2019-05-03 Thread Piotr Zarzycki
Like I said to you - Use property which is inside bead. Property is being called "disabled" - Do you see it? I recommend you as well to use some additional Bindable property instead reach bead trough array beads - It's definitely not recommended. [Bindable] private var myProperty:Boolean; Than

Moonshine IDE 2.2.0 released!

2019-05-06 Thread Piotr Zarzycki
reviewing a README file. This file may be added to other repositories using the format defined here [1] [1] https://github.com/prominic/Moonshine-IDE/wiki/Link-Related-Projects-with-moonshine-dependencies.xml Thanks, -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <ht

Re: Latest nightly build...

2019-05-09 Thread Piotr Zarzycki
e url below to download the nightly binaries. But they are > updates 3rd May. Am I missing something ? > > > http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-asjs/lastSuccessfulBuild/artifact/out/ > > Thanks, > Serkan > -- Piotr Zarzycki Patreon: *https:

Re: Latest nightly build...

2019-05-09 Thread Piotr Zarzycki
I had to do a bit more and you have http://apacheroyaleci.westus2.cloudapp.azure.com:8080/job/royale-asjs/2235/ On Thu, May 9, 2019, 4:00 PM Piotr Zarzycki wrote: > Hi Serkan, > > I think I have fixed that. Please observe following build [1] to check > whether it's workin

Re: Latest nightly build...

2019-05-09 Thread Piotr Zarzycki
I'm not sure what you are asking. This build was performed 1h ago, so build is the freshest czw., 9 maj 2019 o 18:12 Serkan Taş napisał(a): > Hi Piotr, > > Is this is link is just for today ? > > 9.05.2019 18:07 tarihinde Piotr Zarzycki yazdı: > > I had to do a bi

Re: Latest nightly build...

2019-05-09 Thread Piotr Zarzycki
gt; > Thanks, > Serkan > > 9.05.2019 19:17 tarihinde Piotr Zarzycki yazdı: > > I'm not sure what you are asking. This build was performed 1h ago, so > build is the freshest > > czw., 9 maj 2019 o 18:12 Serkan Taş > napisał(a): > >> Hi Piotr, >> >>

Re: Latest nightly build...

2019-05-09 Thread Piotr Zarzycki
czw., 9 maj 2019 o 18:29 Piotr Zarzycki napisał(a): > No your one is even better cause you always will have last successful > build, mine just pointing directly to last successful build. > > czw., 9 maj 2019 o 18:24 Serkan Taş > napisał(a): > >> Let me make it cle

Re: Work on Emulation

2019-05-09 Thread Piotr Zarzycki
being sent to what Royale is sending. > > > > HTH, > > -Alex > > > > On 4/12/19, 2:25 PM, "Serkan Taş" > wrote: > > > > Hi Alex, > > > > I have service call in my project. > > > > > result="userOpsService_resultHandler(event)" > > fault="userOpsService_faultHandler(event)" /> > > > > Normally, I expect to call the result method > > userOpsService_resultHandler for successfull operations, but it does not. > > > > Which way I should go through to find out what is going on after calling > > the service ? > > > > Thanks, > > Serkan > > > > > > > > > > > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Jewel numeric stepper not shown in browser

2019-05-15 Thread Piotr Zarzycki
at > Function.org.apache.royale.utils.MXMLDataInterpreter.generateMXMLArray > (MXMLDataInterpreter.js:125) > > <http://apache-royale-users.20374.n8.nabble.com/file/t62/Untitled.png> > > Am i miss some properties or ?... > > - I also test on different browser (firefox a

Re: Compile using nightly build

2019-05-16 Thread Piotr Zarzycki
ol: 1 エラー : このタグを ActionScript > class に解決できませんでした。このタグは無視されます。 > > http://ns.adobe.com/mxml/2009"; > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: create section content at runtime

2019-05-27 Thread Piotr Zarzycki
>> >> >> >> >> >> >> >> >> How if we want to create / add the section content at runtime ? >> Please help. >> >> >> >> >> -- >> Sent from: http://apache-royale-users.20374.n8.nabble.com/ >> > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: create section content at runtime

2019-05-27 Thread Piotr Zarzycki
en check), in this way we make it more clear for coming people > :) > > thanks! > > El lun., 27 may. 2019 a las 12:15, Piotr Zarzycki (< > piotrzarzyck...@gmail.com>) escribió: > >> Hi Choirul, >> >> The question is - did you try do that dynamically ? Cau

Moonshine IDE 2.3.0 released!

2019-06-03 Thread Piotr Zarzycki
the dependencies. In addition, we added initial support for Grails projects. Currently you can create and run new projects, and the projects have limited language server support. We will add more functionality in the next release. Thanks, -- Piotr Zarzycki Patreon: *https://www.patreon.com

Moonshine IDE 2.4.0 released!

2019-07-01 Thread Piotr Zarzycki
of an Adobe AIR SDK in addition to the Flex, Feathers, and Royale SDKs. Thanks, -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Migrate to Royale Apache

2019-08-06 Thread Piotr Zarzycki
>> -- >> Isabelle LOYER >> InterSystemes >> >> 20 rue de Montubois >> 95840 Bethemont la Foret >> >> Tel : 33 +1 34 69 22 66 >> Gsm : 33 +6 75 72 82 93 >> Fax : 33 +1 34 69 26

Looking for a developer to hire

2019-09-02 Thread Piotr Zarzycki
Hi Fred, Royale has page where you can contact directly with some companies or individual developers. [1] [1] https://royale.apache.org/royale-commercial-support/ Thanks, Piotr On Mon, Sep 2, 2019, 6:31 PM Fred Ross-Perry wrote: > Hello, > > I am looking for someone to port an existing Flex/m

Re: Welcome Andrew Wetmore to Apache Royale's PMC

2019-10-04 Thread Piotr Zarzycki
t the Apache Royale PMC > members have voted in Andrew Wetmore to the PMC. Please join us in > welcoming him. This is a recognition of Andrew's great work in helping out > with Apache Royale's documentation among other things. > > > > Regards, > > Om >

[ANNOUNCE] Apache Royale 0.9.6 released!

2019-10-09 Thread Piotr Zarzycki
become involved in shaping the future of application development. The Apache Royale Community -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Issue in launching my application with latest sdk.

2019-10-13 Thread Piotr Zarzycki
Hi Alex, I've been a bit closer to that issue but I don't know what is happening with it. 1) There is no exceptions in the console 2) HTML has everything what it's needed. Module which is being mentioned loads correctly - there is just nothing on the screen I thought Alina that she need to naile

Issue in launching my application with latest sdk.

2019-10-13 Thread Piotr Zarzycki
to see > their width/height and visibility-related CSS properties. > > > > -Alex > > > > *From: *Piotr Zarzycki > *Reply-To: *"users@royale.apache.org" > *Date: *Sunday, October 13, 2019 at 2:20 AM > *To: *"users@royale.apache.org" >

IDE for Royale

2019-10-13 Thread Piotr Zarzycki
Hi Paul, Here is the link to information about IDE [1] Here is code to tourdeflex [2] and other Emulation components examples. [1] https://apache.github.io/royale-docs/get-started/development-tools [2] https://github.com/apache/royale-asjs/tree/develop/examples/mxroyale Thanks, Piotr On Sun, O

IDE for Royale

2019-10-13 Thread Piotr Zarzycki
Stearns > Advanced Consulting Enterprises, Inc. > > 15280 NW 79th Ct. > Suite 250 > Miami Lakes, Fl 33016 > > Voice: (305)623-0360 x107 > Fax: (305)623-4588 > > -- > *From*: Piotr Zarzycki > *Sent*: 10/13/19 12:28 PM > *To*: pa.

IDE for Royale

2019-10-13 Thread Piotr Zarzycki
tors for Royale/MXML? > > Paul R. Stearns > Advanced Consulting Enterprises, Inc. > > 15280 NW 79th Ct. > Suite 250 > Miami Lakes, Fl 33016 > > Voice: (305)623-0360 x107 > Fax: (305)623-4588 > > -- > *From*: Piotr Zarzycki >

[ANNOUNCE] Apache Royale 0.9.6 released!

2019-10-13 Thread Piotr Zarzycki
n as possible please. >>> >>> Thank you, >>> Radu >>> >>> On Wed, Oct 9, 2019 at 11:06 AM Carlos Rovira >>> wrote: >>> >>>> Congratulations to all people involved in this release. It was huge and >>>> ver

IDE for Royale

2019-10-14 Thread Piotr Zarzycki
whether that product was being maintained. > > Paul R. Stearns > Advanced Consulting Enterprises, Inc. > > 15280 NW 79th Ct. > Suite 250 > Miami Lakes, Fl 33016 > > Voice: (305)623-0360 x107 > Fax: (305)623-4588 > > ------ > *From*: Piot

Re: IDE for Royale

2019-10-15 Thread Piotr Zarzycki
y my advice is that you embrace >> with the change the new tools. In this case, Moonshine or VSCode are the >> main ones for now. >> Flash Builder is a tool in some kind of EOL by Adobe, without any update >> in about 10 years, so although I know some people is still using it,

Re: IDE for Royale

2019-10-15 Thread Piotr Zarzycki
orts this days, what means Royale is finally > here usable and ready to go for many use cases. > And that's what we know since probably others are going hidden to our eyes > :) > > El mar., 15 oct. 2019 a las 10:02, Piotr Zarzycki (< > piotrzarzyck...@gmail.com>) escribi

Moonshine IDE

2019-10-25 Thread Piotr Zarzycki
Hi Takeshita, I'm happy to give you short answer as one of the developer who is working on Moonshine. We do want to give user same capabilities as FB and even better. However there is probably lot's of to improve and the only way to have that improvement is feedback from such users like you. We

Moonshine IDE

2019-10-25 Thread Piotr Zarzycki
ting Flex desktop project, right? > > 2019年10月25日(金) 17:00 Piotr Zarzycki : > >> Hi Takeshita, >> >> I'm happy to give you short answer as one of the developer who is working >> on Moonshine. >> >> We do want to give user same capabilities as FB and even b

Moonshine IDE

2019-10-25 Thread Piotr Zarzycki
I meant point folder with Flash Builder project. Is it multimodule application? On Fri, Oct 25, 2019, 11:02 AM Piotr Zarzycki wrote: > Yes it is possible. Try just point folder with Flash Builder and it should > import project. There maybe check if paths are correct etc. > > Tha

Re: Application Structure

2019-10-28 Thread Piotr Zarzycki
f I use Visual Studio Code, how the application structure will be? > -- > Shoichiro Takeshita > 武下 祥一郎 > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Welcome Greg Dove to Apache Royale's PMC

2019-10-29 Thread Piotr Zarzycki
great work in helping out with Apache > Royale's compiler and architecture among other things. > > Regards, > Harbs > (On behalf of Apache Royale PMC) -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: menu is not initialized

2019-11-02 Thread Piotr Zarzycki
e code as below it is disğlayed as > expected : > > > > > > > > > > > > Should I file an issue ? > > Thanks, > Serkan > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

menu is not initialized

2019-11-02 Thread Piotr Zarzycki
; > > Should I change my code and define it as variable ? > > This is my question :) > > Thanks, > Serkan > > 2.11.2019 16:18 tarihinde Piotr Zarzycki yazdı: > > Hi Serkan, > > Try provide to this menu dataProvider with XML instead declaring it in >

Re: Cairngorm to Crux

2019-11-03 Thread Piotr Zarzycki
irngorm/wiki/GettingStartedWithCairngorm/ >>>>>>>>>>> >>>>>>>>>>> On Thu, Oct 31, 2019 at 11:12 AM Takeshita Shoichiro < >>>>>>>>>>> jl03...@gmail.com> wrote: >>>>>>>>>>>

moonshine

2019-11-04 Thread Piotr Zarzycki
Hi Mandeep, Please raise an issue for that on our GitHub. We will take care of it. Thanks, Piotr On Tue, Nov 5, 2019, 6:05 AM Mandeep Sarma wrote: > in moonshine I'm trying to override the URL as shown in the picture to use > http instead of the local disk because I find when using the local d

Re: moonshine

2019-11-05 Thread Piotr Zarzycki
t; Harbs > > On Nov 5, 2019, at 8:13 AM, Piotr Zarzycki > wrote: > > Hi Mandeep, > > Please raise an issue for that on our GitHub. We will take care of it. > > Thanks, > Piotr > > On Tue, Nov 5, 2019, 6:05 AM Mandeep Sarma wrote: > >> in moonshine I&#

Re: moonshine

2019-11-05 Thread Piotr Zarzycki
n=sig-email&utm_content=webmail> > Virus-free. > www.avg.com > <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> > <#m_4380046097372789854_DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2> > > On Tue,

Re: Unknown property errors with CSS file

2019-11-07 Thread Piotr Zarzycki
This is weird to me that VSCode has problems with that. Just remember that for Royale compiler both forms are correct. On Thu, Nov 7, 2019, 9:39 AM Yishay Weiss wrote: > Use hyphens instead of camel case, so e.g. > > > > border-color > > not > > borderColor > > > > Camel case is only for changin

Re: moonshine

2019-11-08 Thread Piotr Zarzycki
ge: image.png] > > > <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail> > Virus-free. > www.avg.com > <http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-em

Re: DataGridExample build with VS Code

2019-11-13 Thread Piotr Zarzycki
ew folder; then build. >> >> The problem is that the image folder (resource\assets) is not copied into >> bin\js-debug folder. >> >> In case using mvn clean install, the image folder is copied into the >> target folder. >> >> Is this a bug or am I missi

Re: Rename of Jewel "Slider" to "HSlider"

2019-11-13 Thread Piotr Zarzycki
Hi Carlos, Good change in my opinion. I was thinking about the same some time ago ;) Thanks, Piotr On Thu, Nov 14, 2019, 12:13 AM Carlos Rovira wrote: > Hi, > > for anyone using Jewel Slider, just notice that I rename this component to > HSlider since we now have a VSlider too, in order to hav

Re: compile error can't find hljs.js

2019-11-21 Thread Piotr Zarzycki
Hi Mandeep, It's a bit strange that you are getting this. One of the option is to surround that part of the code with: COMPILE::JS { Your code } Thanks, Piotr On Fri, Nov 22, 2019, 6:02 AM Mandeep Sarma wrote: > while using moonshine 2.4 and 2.5 with SDK 0.9.7 and 0.9.6 the compiler > throw

Moonshine IDE 2.5.0 released!

2019-11-25 Thread Piotr Zarzycki
.nabble.com/Broken-royale-config-in-JS-only-build-of-released-Apache-Royale-SDK-0-9-6-td12515.html Thanks, -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: compile error can't find hljs.js

2019-11-27 Thread Piotr Zarzycki
: 22.6855043 seconds > > On Fri, Nov 22, 2019 at 12:25 PM Carlos Rovira > wrote: > >> Hi, >> just build TDJ and see it working right. I built with Maven, didn't try >> from IDE (Moonshine), and maybe some config is not correctly set up on TDJ >> project. &g

Re: How to compile tourdeflexmodules

2019-12-09 Thread Piotr Zarzycki
xmlns:s="library://ns.apache.org/royale/spark" >xmlns:mx="library://ns.apache.org/royale/mx" >width="100%" height="100%"> > > This tag ( > Shoichiro Takeshita > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: How to compile tourdeflexmodules

2019-12-09 Thread Piotr Zarzycki
Compiling one by one using > VS code. ComboBoxExample is one of them. Can Moonshine compile it without > error? > > 2019年12月9日(月) 22:36 Piotr Zarzycki : > >> Hi Takeshita, >> >> I don't think that anyone tried to build multimodule project trough >> avail

Re: examples/royale/DataBindingExample

2019-12-18 Thread Piotr Zarzycki
Hi Takeshita, Feel free change example and provide PR! :) Thanks, Piotr On Thu, Dec 19, 2019, 2:10 AM Takeshita Shoichiro wrote: > With a quick search, I could not find a usable open api for stock info. > Instead, getting the weather info by city name could be one of the > candidates. For exam

New Moonshine website and "Flex Migration to HTML"

2019-12-30 Thread Piotr Zarzycki
u have any feedback and questions do not hesitate to contact us. [1] http://moonshine-ide.com/ [2] http://moonshine-ide.com/flex-migration/ Thanks, -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: New Moonshine website and "Flex Migration to HTML"

2019-12-30 Thread Piotr Zarzycki
Hi Andrew, Thank you. W have spent a bunch of time on that. Credits goes to Adrian and Yishay! pon., 30 gru 2019 o 15:51 Andrew Wetmore napisał(a): > The migration page is very clear and well-written. A pleasure to read! > > a > > On Mon, Dec 30, 2019 at 10:33 AM Piotr Za

Re: Drop down does not show real text BUT [object Object]

2020-01-06 Thread Piotr Zarzycki
Hi, Maybe you need to specify labelField. Thanks, Piotr On Mon, Jan 6, 2020, 1:49 PM Takeshita Shoichiro wrote: > With the following markup/function declaration, the drop down does not show > > 001: Partner A > 002: Partner B > 003: Partner C > > Instead, shows the following. > > [object O

Re: Maven Distribution SDK fixed and working for IDEs

2020-01-21 Thread Piotr Zarzycki
ven docs to reflect this change. > > > > -- > Carlos Rovira > http://about.me/carlosrovira > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Public Web Site powered by Royale

2020-01-30 Thread Piotr Zarzycki
ities for migrating > existing Flex Web applications. > > Thanks. > -- > Shoichiro Takeshita > 武下 祥一郎 > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Public Web Site powered by Royale

2020-01-30 Thread Piotr Zarzycki
ese sites are preferred to use MX/Spark emulation. > > The purpose is to demonstrate the Royale capabilities for migrating > existing Flex Web applications. > > Thanks. > -- > Shoichiro Takeshita > 武下 祥一郎 > -- Piotr Zarzycki Patreon: *https://www.patreon.com/pi

Re: Maven vs Ant

2020-01-31 Thread Piotr Zarzycki
Hi Paul, The question is what do you aiming? 1) Are you going to work on framework itself? 2) Are you going to use framework as a user without touching the code? Upcoming version of Moonshine will have options to install Nightly build and reinstall whenever you want. Current version has only abi

Re: Moonshine/Royale noob question.

2020-01-31 Thread Piotr Zarzycki
tive access operations > : WARNING: All illegal access operations will be denied in a future release > : Unknown tag:compiler.targets > > > > > Paul R. Stearns > Advanced Consulting Enterprises, Inc. > > 15280 NW 79th Ct. > Suite 250 > Miami Lakes, Fl 33016 > > Voice: (305)623-0360 x107 > Fax: (305)623-4588 > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Moonshine/Royale noob question.

2020-01-31 Thread Piotr Zarzycki
s, How do I make it > so that Moonshine uses this instead of what it downloaded? > > Paul R. Stearns > Advanced Consulting Enterprises, Inc. > > 15280 NW 79th Ct. > Suite 250 > Miami Lakes, Fl 33016 > > Voice: (305)623-0360 x107 > Fax: (305)623-4588 > > ---

Re: Moonshine/Royale noob question.

2020-01-31 Thread Piotr Zarzycki
;; > layout="absolute" > : ^ > : > : 4.4691854 seconds > > > Paul R. Stearns > Advanced Consulting Enterprises, Inc. > > 15280 NW 79th Ct. > Suite 250 > Miami Lakes, Fl 33016 > > Voice: (305)623-0360 x107 > Fax: (305)623-4588 > > -

Re: Moonshine/Royale noob question.

2020-01-31 Thread Piotr Zarzycki
th Ct. > Suite 250 > Miami Lakes, Fl 33016 > > Voice: (305)623-0360 x107 > Fax: (305)623-4588 > > ------ > *From*: Piotr Zarzycki > *Sent*: 1/31/20 4:00 PM > *To*: users@royale.apache.org, Paul Stearns > *Subject*: Re: Moonshine/Royale noob questio

Re: Maven vs Ant

2020-02-02 Thread Piotr Zarzycki
rises, Inc. > > 15280 NW 79th Ct. > Suite 250 > Miami Lakes, Fl 33016 > > Voice: (305)623-0360 x107 > Fax: (305)623-4588 > > -- > *From*: Piotr Zarzycki > *Sent*: 1/31/20 12:11 PM > *To*: users@royale.apache.org, Paul Stearns > *Subje

Moonshine IDE 2.6.0 Released with Apache Royale API report helper generator

2020-02-26 Thread Piotr Zarzycki
release notes: https://bit.ly/2VsvYcz <https://bit.ly/2VsvYcz?fbclid=IwAR1vT659LIhwj_EUhGi6sA67lX1FvRpBMv3IdS2gyBvbC0vnFLtvLWC-_UM> Thanks, -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: SetFocus bead

2020-03-24 Thread Piotr Zarzycki
Hi Carlos, I have spent on that focus stuff a lot of time and I gave up. I was able to get proper focus on very first control text input after app initComplete. When I enter to any other view and explicitly make set focus on text input - it doesn't work. It look like focus was always taken by diff

Re: Form presentation

2020-05-25 Thread Piotr Zarzycki
n_panel). > I looked at the source code and did not see the corresponding code (like > rightalign) > > Thanks > Nicolas > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Form presentation

2020-05-25 Thread Piotr Zarzycki
I forgot to mention that I'm looking first into generated HTML in Chrome dev tools to understand what css classes are assigned to [1] [1] https://ibb.co/2hcqpfX pon., 25 maj 2020 o 09:02 Piotr Zarzycki napisał(a): > Hello Nicolas, > > Usually if cannot see something in the code

Re: Form presentation

2020-05-25 Thread Piotr Zarzycki
t; > Nicolas > > Le lun. 25 mai 2020 à 09:03, Piotr Zarzycki a > écrit : > >> Hello Nicolas, >> >> Usually if cannot see something in the code there are two options: >> >> 1. Something has been done in css file - in case of Jewel it is here [1]. &g

Re: Experiences in Finding Outside Help?

2020-06-10 Thread Piotr Zarzycki
Hi Brian, Individual companies and committers are providing commercial support. Take a look here [1] [1] https://royale.apache.org/royale-commercial-support/ Thanks, Piotr On Thu, Jun 11, 2020, 12:04 AM Brian Raymes wrote: > Hi all, > > > > I’ve been asked by management about bringing in more

Re: Need Migration Help

2020-06-25 Thread Piotr Zarzycki
en shots from my Login screen developed in >> flex. >> >> How much time its going to take to complete the migration process for a >> project contains 500+ files? >> >> >> >> what approach should i use? just replace the flash imports with royale >> imports and everything will fall into place? or should i go with one file >> at a time >> >> >> >> >> >> >> >> -- >> >> *Sohail Abdul Khaliq* >> >> Bee Technica, >> >> Abbottabad. >> >> >> >> >> -- >> >> *Sohail Abdul Khaliq* >> >> Bee Technica, >> >> Abbottabad. >> >> >> > > > -- > *Sohail Abdul Khaliq* > Bee Technica, > Abbottabad. > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Need Migration Help

2020-06-25 Thread Piotr Zarzycki
Best if you would show us results of build - console output. What intellisence is showing you may not be adequate always in that case regardless used IDE. Try to build your app. czw., 25 cze 2020 o 12:14 Piotr Zarzycki napisał(a): > Hi Sohail, > > In Moonshine you should have only th

Re: First time using Apache Royale

2020-06-25 Thread Piotr Zarzycki
rary. >- what should we consider before starting the conversion > > > I have played with the sample project and configured Visual studio Code > with Royale 0.9.7 SDK. > > Thanks > Anil > > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: UIComponents set visible positioner.style.visibility = null not working wir IE11

2020-07-08 Thread Piotr Zarzycki
etadata+=Inject,Dispatcher,EventHandler,PostConstruct,PreDestroy,ViewAdded,ViewRemoved,Bindable,Transient > -keep-code-with-metadata=Inject", > "mainClass": "Project", > "copySourcePathAssets": true > } > > Thanks > Nicolas > > > > - > Nicolas > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Help: New application in royale

2020-07-18 Thread Piotr Zarzycki
Hi Joanne, In case of Jewel you have example as part of Royale [1] . You can also check real world application written with Jewel and PureMVC [2] - registration is free. [1] https://royale.apache.org/tourdejewel/ [2] https://x.prominic.net/MyAccount Thanks, Piotr On Sat, Jul 18, 2020, 3:17 PM

Re: New Royale App in our official web app and source code avaialble too! :)

2020-07-22 Thread Piotr Zarzycki
and more!). > > I still need to continue improving it with some things in the following > days, since I detected some issues and as well I think others can be > improved. For example I want to add BrowserRouter to it since I > think it will be a very good example for it a

Re: New Royale App in our official web app and source code avaialble too! :)

2020-07-22 Thread Piotr Zarzycki
Yeah it is, but I need to checkout your whole website in order to get that library. It would be great to checkout only that and have it. - That was my point. ;) śr., 22 lip 2020 o 11:39 Carlos Rovira napisał(a): > Thanks folks :) > > @Piotr Zarzycki the library is opened in the >

Re: Issue when extending mx.Core.Application

2020-07-23 Thread Piotr Zarzycki
s is as followed > { > "compilerOptions": { > "targets": ["JSRoyale"], > "source-path": ["src"], > "source-map": true, > "library-path": [ > "${royalelib}/js/libs/MXRoyaleJS.swc" > ], > "js-library-path": [ > "${royalelib}/js/libs/MXRoyaleJS.swc" > ], > "html-output-filename": "TestApp.html" > }, > "mainClass": "Test" > } > > > > - > Nicolas > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > > > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Charts

2020-07-27 Thread Piotr Zarzycki
iders. Before > continuing I wanted to ask you a question ... could you use the mx charts? > > > > Thank you > -- Piotr Zarzycki Patreon: *https://www.patreon.com/piotrzarzycki <https://www.patreon.com/piotrzarzycki>*

Re: Charts

2020-07-27 Thread Piotr Zarzycki
ks! > > Carlos > > > > El lun., 27 jul. 2020 a las 15:25, Piotr Zarzycki (< > piotrzarzyck...@gmail.com>) escribió: > >> Hi Maria, >> >> I don't think that anyone put effort to emulate mx Charts. What's more it >> will be dif

Re: HTTPService and POST

2020-07-27 Thread Piotr Zarzycki
Hi Joanne, Here is how we are sending POST with some parameters. [1] In that case parameter one parameter called "dominoXML" I hope it helps. [1] https://paste.apache.org/x22su Thanks, Piotr On Tue, Jul 28, 2020, 7:28 AM SENEQUE CRAIG THIERRY wrote: > Hi Carlos, > > I added the optional

Re: HTTPService and POST

2020-07-28 Thread Piotr Zarzycki
ot; only. > > > > Thanks for your help. > > Joanne > > > > [1] https://royale.apache.org/asdoc/index.html#!mx.rpc.http/HTTPService > > [2] https://www.paste.org/flatcode/108158 > > > > > > > > On 2020/07/28 05:51:03, Piotr Zarzyck

Re: jewel Datagrid dynamic column label

2020-08-05 Thread Piotr Zarzycki
. Does it mean that it will be in the next > nightly build? > > Next time I will raise an issue in github > > Nicolas > > -- Piotr Zarzycki

Re: Christofer Dutz added to Royale committers list

2020-09-04 Thread Piotr Zarzycki
t; He helped a lot with many PRs and support for this project, and I must say > that probably, without his maven > support, I probably will not be here supporting Royale :). > > So congrats again Chris! :) > > > -- > Carlos Rovira > http://about.me/carlosrovira > > -- Piotr Zarzycki

Re: Thinking about Jewel Forms refactor

2020-09-08 Thread Piotr Zarzycki
it is the time to put in this thread anything > you think I should consider in this refactor, so if you remember the main > issues please take the time to log in this thread so I can have in mind. > > -- > Carlos Rovira > http://about.me/carlosrovira > > -- Piotr Zarzycki

Re: Thinking about Jewel Forms refactor

2020-09-09 Thread Piotr Zarzycki
t. Probably for people > happy with the current layout they could continue using it overriding the > set of default beads in his app's css (hopefully). > > > > El mié., 9 sept. 2020 a las 8:34, Piotr Zarzycki (< > piotrzarzyck...@gmail.com>) escribió: > >> Hi Carlos,

Re: Thinking about Jewel Forms refactor

2020-09-09 Thread Piotr Zarzycki
sions or changes, > since that could make it more difficult for them to change to the new one, > but I expect the new Form will have a better look and feel. > > > El mié., 9 sept. 2020 a las 9:30, Piotr Zarzycki (< > piotrzarzyck...@gmail.com>) escribió: > >> Carlos,

Re: Thinking about Jewel Forms refactor

2020-09-09 Thread Piotr Zarzycki
What's more Hugo is using my extension as well - cause he expressed need of that - I have send him off the list that one. I'm not the only person who uses in their app stacked Form. śr., 9 wrz 2020 o 09:45 Piotr Zarzycki napisał(a): > Yes I have more extension of current Form - I

Re: Thinking about Jewel Forms refactor

2020-09-09 Thread Piotr Zarzycki
; use cases, but the components should be sufficient 99% of the time. > > > El mié., 9 sept. 2020 a las 9:46, Piotr Zarzycki (< > piotrzarzyck...@gmail.com>) escribió: > >> What's more Hugo is using my extension as well - cause he expressed need >> of that - I ha

Re: Build a custom version

2020-09-17 Thread Piotr Zarzycki
io Code) it does nothing as if the > sdk > was not recognised. > > Am I missing something? > Nicolas > > > > - > Nicolas > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki

Re: Build a custom version

2020-09-18 Thread Piotr Zarzycki
Piotr pt., 18 wrz 2020 o 08:49 tranquiliste napisał(a): > No, I did not > I will > > Nicolas > > > > - > Nicolas > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki

Re: Build a custom version

2020-09-18 Thread Piotr Zarzycki
I have copied the files generated in -DdistributionTargetFolder into my > source folder royale-ajs overriding exisiting folders, should I put > directly > the -DdistributionTargetFolder to my source folder /royale-ajs/? > > Thanks > Nicolas > > > > - > Nicolas > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki

Re: [EXTERNAL] Re: How to set up a remote object (JS)

2020-09-23 Thread Piotr Zarzycki
le/html" >xmlns:accessories="org.apache.royale.html.accessories.*" >xmlns:local="*" >initialize="appInit()" > > > > > > > > >source="basemap.CFC.MIS_Lists" fault="onFault(event)" /> > > > > I can't figure out what to set to make it compile. > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki

Re: [EXTERNAL] Re: How to set up a remote object (JS)

2020-09-24 Thread Piotr Zarzycki
> just going to die.. > > Die like flash and whatever folks think this means… > > > > Whover is not happy with this statement, I prove you wrong to tell and > show me the contrary.. > > Probably worth millions if you can do it, just saying.. > > > > *

Re: [EXTERNAL] Re: How to set up a remote object (JS)

2020-09-25 Thread Piotr Zarzycki
t sure what I'm doing wrong -- only the > /+configname=flex/ got me somewhere. I'm sure its a setting somewhere. > > By the way -- thank you for all the help getting past these basic issues. > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki

Re: [EXTERNAL] Re: How to set up a remote object (JS)

2020-09-25 Thread Piotr Zarzycki
yalelib}/themes/JewelTheme/src/main/resources/defaults.css > -html-template=src/resources/jewel-index-template.html > -library-path=${royalelib}/js/libs/ -js-library-path=${royalelib}/js/libs/ > > Takes a long time (25 sec) to compile but it got there. > > > > > -- > Sent from: http://apache-royale-users.20374.n8.nabble.com/ > -- Piotr Zarzycki

Re: [EXTERNAL] Re: How to set up a remote object (JS)

2020-09-25 Thread Piotr Zarzycki
Carlos, He is using this example [1] or this one [2] ? [1] https://github.com/apache/royale-asjs/tree/develop/examples/royale/RemoteObjectAMFTest [2] https://github.com/apache/royale-asjs/tree/develop/examples/mxroyale/RemoteObjectAMFTest Thanks, Piotr pt., 25 wrz 2020 o 14:58 Piotr Zarzycki

<    1   2   3   4   5   6   >