RE: mx:ComboBox using prompt and labelFunction questions

2021-03-09 Thread Yishay Weiss
Yes, correct. MX components should have all behaviors accessible through the top level component, e.g. ComboBox. So if you don’t see prompt there then it isn’t implemented. On the other hand, it may be possible to easily add that behavior by using one of the Basic beads, as I think is explained

Re: mx:ComboBox using prompt and labelFunction questions

2021-03-09 Thread gbarbosa
Hi yishayw, I hadn't seen that wiki article, that explained alot. I've went through it a couple times. Is it correct to say that if a mx component doesn't have a method implemented in it's class or any inherited class for it's inherited property, it will not work? Is this true for style propertie

Re: [MAVEN DISTRIBUTION] getting the Ant and Maven aligned

2021-03-09 Thread Piotr Zarzycki
Thanks Chris. I will try to give it a try tomorrow. Piotr wt., 9 mar 2021 o 16:41 Christofer Dutz napisał(a): > Hehe ... > > Murphy's definitely not a nice guy :-/ > > Turns out all libraries in the Ant distribution have no version number ... > all except: > > - commons-compress-1.10.jar > - co

AW: [MAVEN DISTRIBUTION] getting the Ant and Maven aligned

2021-03-09 Thread Christofer Dutz
Hehe ... Murphy's definitely not a nice guy :-/ Turns out all libraries in the Ant distribution have no version number ... all except: - commons-compress-1.10.jar - commons-lang-2.6.jar - commons-lang3-3.4.jar The missing class is in commons-lang-2.6.jar I found the invalid classpath entry i

Re: [MAVEN DISTRIBUTION] getting the Ant and Maven aligned

2021-03-09 Thread Piotr Zarzycki
Hi Chris, So I had some time today and build whole SDK with your latest changes. Distribution has been prepared without the problem. I didn't check yet building only distribution, but I will. I moved to test produced distribution with small example and Moonshine - It builds without the problems.