Re: Almost

2024-05-02 Thread Yishay Weiss
Nice milestone, Mark. Good luck and keep us posted. From: MARK HARTNETT Sent: Wednesday, May 1, 2024 8:21 PM To: users@royale.apache.org Subject: Almost Thanks Piotr - I will do that. Success - its just the login screen with errors but it's up. Nine days from co

JS questions

2024-05-02 Thread MARK HARTNETT
Hi all, All of my errors right now are null references. In this code gp.hpc crashes because hpc is null at this point. In Flex, I didn't care about that because once init() was done it was no longer null. With JS the null hpc throws an error. Moving those variables to creationComplete sol

Re: JS questions

2024-05-02 Thread Alex Harui via users
Are you sure ‘hpc’ is null? I would expect that ‘gp’ is null. Where is ‘gp’ defined? There definitely can be differences in the timing of when things are created in Royale compared to Flex. Could still be a bug in the generated code. Or could be a restriction that Royale wants to dynamicall

RE: JS questions

2024-05-02 Thread Maria Jose Esteve
Hi Mark, I don't know how the binding in Flex worked internally but if gp is null an error would surely occur, perhaps it was an internal error that was intercepted but... I can share with you how I do it, although I don't know if it is the best way: Or btnBoxA="{!gp?null:[gp.hpc, gp.statistics