Dozza
unread,Jun 5, 2009, 2:05:43 AM6/5/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to flash-thunderbolt
Hi guys,
Im trying to get Thunderbolt working on my environment. I am using it
with Firebug. Now basically, I have tested firebug/firefox on sample
logged pages (found a link somewhere), so I can verify my firefox can
get logs. Now implementing my own solution, I put the SWC and code in,
and when I view with Firefox, I cant get any log messages. More so, I
get a strange error that pops up.
The flex version I am using is:
<?xml version="1.0"?>
<flex-sdk-description>
<name>Flex 3</name>
<version>3.0.0</version>
<build>477</build>
</flex-sdk-description>
I am using Firebug 1.3 on Firefox 3.0.1, under Vista. I am using
ThunderBoltAS3_Flex_v2.2 and compiling flex through ant. When I use
2.2, I get the following compilation error:
[mxmlc] _Export_mx_managers_SystemManager.as(13): col: 14 Error:
Interface method deployMouseShields in namespace
mx.managers:ISystemManager not implemented by class
_Export_mx_managers_SystemManager.
[mxmlc]
[mxmlc] public class _Export_mx_managers_SystemManager
[mxmlc] ^
When I use 2.0, it compiles but when I run it, i dont get any log
messages at all. My code is:
var myArray: Array = [ "firstValue",
{ x: 100,
y: 200},
"secondValue" ];
logger.error("Calling lled myArray: {0}", myArray);
Any help would be greatly appreciated. Thanks