Re: Need help with states

2017-12-27 Thread Alex Harui
Because we have an ASDoc app, we have the opportunity to have smarter filtering. Feel free to add more asdoc tags and maybe some filtering logic. -Alex On 12/27/17, 12:58 PM, "Olaf Krueger" wrote: >>..so things "just work" without so much configuring > >For me, it is no

Re: Need help with states

2017-12-27 Thread Olaf Krueger
>you will definitely see everything what you need there when you type "state". :) Sounds great!! :-) Olaf -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

RE: Need help with states

2017-12-27 Thread Olaf Krueger
Hi Yishay, >For what it’s worth I have an example [1] for States in the Examples repo. Thanks, Yishay. Your examples are very helpful! I've already looked at it two days ago but for whatever reason, the state's branch appeared empty for me. However, maybe it makes sense to add a hint regarding

Re: Need help with states

2017-12-27 Thread Piotr Zarzycki
Olaf, Thanks for the information. Today I have spent on that some time and just make code completion more intelligent. In January we will release Moonshine 1.8.0 and you will definitely see everything what you need there when you type "state". :) Thanks, Piotr 2017-12-27 21:55 GMT+01:00 Olaf

Re: Need help with states

2017-12-27 Thread Olaf Krueger
>..so things "just work" without so much configuring For me, it is no problem to add some beads... as long there's a fair chance to find it ;-) Thanks, Olaf -- Sent from: http://apache-royale-users.20374.n8.nabble.com/

RE: Need help with states

2017-12-27 Thread Yishay Weiss
ct: Re: Need help with states Hi guys, the MXML and also the fx:style way works for me. Before asking here I've already thought about a missing bead and so I tried different ways to find out the name of the bead: IDEs CodeCompletion doesn't work cause the bead name doesn't start with "State*&

Re: Need help with states

2017-12-26 Thread Piotr Zarzycki
Olaf, Comments inline. [1] https://github.com/apache/royale-asjs/blob/develop/examples/royale/RoyaleStore/src/main/royale/main.css Thanks, Piotr 2017-12-26 19:39 GMT+01:00 Olaf Krueger : > Hi guys, > the MXML and also the fx:style way works for me. > > Before asking here

Re: Need help with states

2017-12-26 Thread Olaf Krueger
Hi guys, the MXML and also the fx:style way works for me. Before asking here I've already thought about a missing bead and so I tried different ways to find out the name of the bead: IDEs CodeCompletion doesn't work cause the bead name doesn't start with "State*". Then I searched the asjs repo

Re: Need help with states

2017-12-26 Thread Harbs
sers@royale.apache.org <mailto:users@royale.apache.org>" > <users@royale.apache.org <mailto:users@royale.apache.org>> > Subject: Re: Need help with states > > I think you should also be able to just include SimpleStatesImpl in the list > of . > > But it looks

Re: Need help with states

2017-12-26 Thread Alex Harui
s@royale.apache.org>> Date: Monday, December 25, 2017 at 11:46 PM To: "users@royale.apache.org<mailto:users@royale.apache.org>" <users@royale.apache.org<mailto:users@royale.apache.org>> Subject: Re: Need help with states I think you should also be able to just includ

Re: Need help with states

2017-12-25 Thread Piotr Zarzycki
Hi Olaf, You are missing bead SimpleStatesImpl, which need to be added in the following way [1] [1] https://paste.apache.org/C6GW Thanks, Piotr :) 2017-12-25 23:42 GMT+01:00 Olaf Krueger : > Hi, > I am trying to change the text of a TextButton by using states [1] but

Need help with states

2017-12-25 Thread Olaf Krueger
Hi, I am trying to change the text of a TextButton by using states [1] but the text of the button is always empty. I've tried several things but nothing works for me. It seems to me that that the value of currentState is set correctly, but it doesn't have any effect on the properties of the