Re: Added helper function on Bead.as to make beads cleaner

2020-10-20 Thread hferreira
Hi, What do you thing about adding this to Bead.as ? /** * Helper function to remove event listener without the need for casting * @royaleignorecoercion org.apache.royale.events.IEventDispatcher */ protected function

Re: What you think about this fix - SearchFilter bead

2020-10-18 Thread hferreira
Hi Carlos, I was able to replicate the issue on TDJ apply the fix and saw the issue goes away. BUT I had to clean everything and rebuild everything (I even put a console log to be sure that I was testing updated version). I thought that was normal. Thank you for point me out about the remove

Re: Warning in a binding for a Interface

2020-08-13 Thread hferreira
More info: This is my Interface: package pt.solidsoft.gc.language { [Bindable] public interface ILanguage { function get LoginCompany():String function get LoginEMail():String function get LoginPassword():String } } This is my LocaleManager: package