CRUD in Royale

2019-01-03 Thread ja...@fusoti.com.br
I´m analysing the possibility to migrate from Flex to Royale. How can I find a CRUD example in Royale? -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: CRUD in Royale

2019-01-03 Thread Piotr Zarzycki
Hi, Please post any question related to royale on users mailing list of Royale project -> https://royale.apache.org/mailing-lists/ Thanks, Piotr czw., 3 sty 2019 o 11:42 ja...@fusoti.com.br napisał(a): > I´m analysing the possibility to migrate from Flex to Royale. How can I > find > a CRUD ex

How do I see trace messages from Flex framework classes

2019-01-03 Thread kamcknig
How can I set up a logger or trace target that shows the trace messages from the Flex framework itself? Thanks Kyle -- Sent from: http://apache-flex-users.246.n4.nabble.com/

Re: How do I see trace messages from Flex framework classes

2019-01-03 Thread Alex Harui
I'm not sure I understand the question. There are very few actual "trace()" calls in the Flex framework classes, and there is no way to redirect them. They end up in flashlog.txt. The RPC SWC has Logging support. I thought there was reasonable good doc on how to use the logger for network ca

Re: How do I see trace messages from Flex framework classes

2019-01-03 Thread Olaf Krueger
I don't know what you are trying to achieve. Maybe "Monkey patching" of the class(es) you are interested in help in that way, that you get "control" over it? [1] Olaf [1] https://forums.adobe.com/thread/987907 -- Sent from: http://apache-flex-users.246.n4.nabble.com/