Moonshine IDE 2.1.0 released!

2019-04-19 Thread Piotr Zarzycki
Hi Flex Community, Moonshine IDE 2.1.0 has been released with huge update to SVN management and many more fixes. You can download it from our website http://moonshine-ide.com/ and App Store. Report any bugs or feature requests on our GitHub project: https://github.com/prominic/Moonshine-IDE *Ad

Re: Style on custom component isn't being inherited by labels

2019-04-19 Thread kamcknig
Ah good idea on pastebin *slaps forehead. Here it is in pastebin, https://pastebin.com/1y9yJvxu So are you saying that the Label within BottomControlBar would be something like: Thank you for taking the time, Kyle -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: Error deleting batik lib contents during build

2019-04-19 Thread kamcknig
For Java I am using Amazon's Corretto 11. I did get it to work just by removing the ** so I'm OK not finding the answer to this at this point since I was able to get it to work. I did have another problem downloading some of the files during the build now but I'll start another thread for that

Re: Error deleting batik lib contents during build

2019-04-19 Thread Piotr Zarzycki
Hi Kyle, I'm wondering why are you trying to build 4.15.0 tag instead develop with newest version ? Thanks, Piotr pt., 19 kwi 2019 o 13:13 kamcknig napisał(a): > For Java I am using Amazon's Corretto 11. > > I did get it to work just by removing the ** so I'm OK not finding the > answer to th

Re: Error deleting batik lib contents during build

2019-04-19 Thread kamcknig
Hi there, Piotr! The project I'm working on is using it and they don't want to update yet (we're even still using AIR 20.0 instead of 32.0 ). I'd like to make some changes to the source and didn't want to just copy the class over to our own project and change it there. I also like to tinker/play/l

Re: Style on custom component isn't being inherited by labels

2019-04-19 Thread kamcknig
Setting styleName to "{this}" on Labels within the BottomControlBar did indeed set the proper styles on the Label! And you were also right it looks like about inheriting, if I remove the selector for the spark Label in my css file and do /not/ use styleName on the Labels, then the Labels do inheri

Re: Error deleting batik lib contents during build

2019-04-19 Thread Alex Harui
OK, that probably explains why we didn't see it earlier. Feel free to submit your changed downloads.xml as a patch or pull request. Thanks, -Alex On 4/19/19, 4:14 AM, "kamcknig" wrote: For Java I am using Amazon's Corretto 11. I did get it to work just by removing the ** so I'm