Re: Alert close after button click

2020-06-26 Thread Alex Harui
Works for me. No exceptions? Does suspendApp get called? Which browser and OS are you using? -Alex From: serkan Reply-To: "users@royale.apache.org" Date: Friday, June 26, 2020 at 8:31 AM To: "users@royale.apache.org" Subject: Alert close after button click Hi, How can I make Alert

RE: Show an alternate image when the original is not found

2020-06-26 Thread Maria Jose Esteve
Hello, I've had a bit of time and implemented "something akin to a bead" . In the end I have called it AlternativeImageBead As you see? package xxx.html.beads { import org.apache.royale.core.IBead; import org.apache.royale.core.IStrand; import org.apache.royale.events.Event;

Re: Emulation for flash.ui.ContextMenu and flash.ui.ContextMenuItem

2020-06-26 Thread Greg Dove
This is not yet done. I have intention to work on this at some point, but I cannot give a fixed timeframe yet. Of course we also welcome contributions from others who may be interested to help if you, or anyone else, are interested in contributing. If so please start a discussion on the dev

Emulation for flash.ui.ContextMenu and flash.ui.ContextMenuItem

2020-06-26 Thread Anil Guntur - agun...@us.ibm.com
Hello, I found the equivalent class for flash.ui.ContextMenu in org.adobe.royale.textLayout.dummy package but could not find for flash.ui.ContextMenuItem Is there one available for flash.ui.ContextMenuItem Thanks again Anil

Alert close after button click

2020-06-26 Thread serkan
Hi, How can I make Alert window to close after clicking a button ? Flex behavior changed in royale and not closing for the usage below. Alert.show("Suspend ?", "Warning", Alert.OK|Alert.CANCEL, this, suspendApp, null, Alert.CANCEL); Thanks, Serkan

Re: empty object is being behaved as if an xml

2020-06-26 Thread ser...@likyateknoloji.com
Simply no Alex, i do not want rewrite xml classes. I am going to prepare a fix and create pr than we can discuss on that. Thanks, Serkan. Android için Outlook'u edinin From: Alex Harui Sent: Friday, June 26, 2020 11:14:24 AM To: serkan ;

Re: empty object is being behaved as if an xml

2020-06-26 Thread Alex Harui
I’m out of time for tonight. I’m still confused because I thought we were discussing handling an empty array but now it appears the array is not empty. If I understand correctly, you want AbstractOperation to use SimpleXMLEncoder to convert an array of values to XML. That sounds like a lot of

Re: Cairngorm framework emulation

2020-06-26 Thread Aniket Chopade
Great! Let me try this one. On Fri, 26 Jun, 2020, 7:55 AM Greg Dove, wrote: > I already ported this, but I have not yet released it on github or > anywhere. > > You can download the ported Cairngorm code or the swcs from here; > >

Re: empty object is being behaved as if an xml

2020-06-26 Thread serkan
Actually "parameters" is null but converted to something in AbstractOperations. Checking the object if array and size is my first choice, I wanted to discuss if we need different approach . Than if we agree I can create PR. Thanks, Serkan 26.06.2020 09:14 tarihinde Alex Harui yazdı: It

Re: empty object is being behaved as if an xml

2020-06-26 Thread Alex Harui
It is unlikely that XMLNode is a factor. More people used e4x than flash.xml. I’m confused because the screenshots indicate that parameters is not null or an array but rather, some string that begins with “user Assuming there is no “request” or “argumentNames” property, then it looks like