Re: [Flashcoders] Using XRay

2007-01-18 Thread slangeberg
John, I spoke too soon. I do still have an Fla where things are not displaying correctly in the .swf. I followed these directions and have the following output: (45) Connections: true | true (78) Connections: false | false Things only look correct when I do not 'export to first frame'

Re: [Flashcoders] Using XRay

2007-01-18 Thread John Grden
ok, now add this to your timeline/class : _global.com.blitzagency.xray.Xray.initConnections(); this will init the connections and you should be up and running On 1/18/07, slangeberg [EMAIL PROTECTED] wrote: John, I spoke too soon. I do still have an Fla where things are not displaying

Re: [Flashcoders] Using XRay

2007-01-18 Thread slangeberg
Now it's printing (still not publishing correctly): (39) Connections: true | true (71) Connections: false | false -Scott On 1/18/07, John Grden [EMAIL PROTECTED] wrote: ok, now add this to your timeline/class : _global.com.blitzagency.xray.Xray.initConnections(); this will init the

Re: [Flashcoders] Using XRay

2007-01-18 Thread John Grden
?? 2 x's that's weird. Do you have Xray connector loading 2x's (one in the library, another in an external SWF)? On 1/18/07, slangeberg [EMAIL PROTECTED] wrote: Now it's printing (still not publishing correctly): (39) Connections: true | true (71) Connections: false | false -Scott On

Re: [Flashcoders] Using XRay

2007-01-18 Thread slangeberg
I am loading an external swf, but that one does not contain the Xray connector. -Scott On 1/18/07, John Grden [EMAIL PROTECTED] wrote: ?? 2 x's that's weird. Do you have Xray connector loading 2x's (one in the library, another in an external SWF)? On 1/18/07, slangeberg [EMAIL PROTECTED]

Re: [Flashcoders] Using XRay

2007-01-18 Thread John Grden
can you send me the project offlist to look at? On 1/18/07, slangeberg [EMAIL PROTECTED] wrote: I am loading an external swf, but that one does not contain the Xray connector. -Scott On 1/18/07, John Grden [EMAIL PROTECTED] wrote: ?? 2 x's that's weird. Do you have Xray connector loading

Re: [Flashcoders] Using XRay

2007-01-17 Thread slangeberg
John, Thanks for all your help. By tinkering around, I was able to get things working just fine. I was already able to diagnose a serious, last-minute situation this morning, so blessings on your life, my friend! As someone else has said, I'm not sure what I was doing without it! -Scott On

Re: [Flashcoders] Using XRay

2007-01-17 Thread John Grden
many thanks man, I really appreciate hearing things went well :) On 1/17/07, slangeberg [EMAIL PROTECTED] wrote: John, Thanks for all your help. By tinkering around, I was able to get things working just fine. I was already able to diagnose a serious, last-minute situation this morning, so

Re: [Flashcoders] Using XRay

2007-01-16 Thread slangeberg
So where is this log info supposed to go? I tried catching it using the Flex XRay client, but it's not connecting: http://www.rockonflash.com/xray/flex/Xray.html -Scott On 1/15/07, John Grden [EMAIL PROTECTED] wrote: http://www.rockonflash.com/xray/downloads/as3/logger/Xray_AS3_Logger.zip

Re: [Flashcoders] Using XRay

2007-01-16 Thread John Grden
that's where it's supposed to go alright - can you send me your code offline? Or maybe just one class/mxml that uses the log? I just wanna verify On 1/16/07, slangeberg [EMAIL PROTECTED] wrote: So where is this log info supposed to go? I tried catching it using the Flex XRay client, but it's

Re: [Flashcoders] Using XRay

2007-01-16 Thread Webdevotion
It fails for me too in an AS3 project. Tried with the online Flex tool, tried the windows exe, in the stand alone debug player and in Opera. package { import com.blitzagency.xray.logger.XrayLog; public class Photobar extends Sprite { private var log:XrayLog; public function Photobar () {

Re: [Flashcoders] Using XRay

2007-01-16 Thread John Grden
bugger. Let me see if I missed something.. Although, if I missed a class, you should see a compile or runtime error. I assume neither is happening? On 1/16/07, Webdevotion [EMAIL PROTECTED] wrote: It fails for me too in an AS3 project. Tried with the online Flex tool, tried the windows exe,

Re: [Flashcoders] Using XRay

2007-01-16 Thread Webdevotion
I don't get to see any errors when compiling. BTW: I tried both the Log and Logger class. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Using XRay

2007-01-16 Thread John Grden
any chance I could get you to send me your files offlist so I could diagnose? The only thing I can think of is security, but that hasn't been an issue as of yet. My LC's use an underscore in the connection name etc etc and shouldn't be a security issue. But that's about all I can think that

Re: [Flashcoders] Using XRay

2007-01-16 Thread Webdevotion
I've sent you my tiny project that I used as an example ;) ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

Re: [Flashcoders] Using XRay

2007-01-16 Thread John Grden
yep got it! One thing to note: You WILL get a no swf to connect to message, but the logging will still work. Thats because Xray doesn't detect the introspection LC that comes with the connector for doing snapshots. On 1/16/07, Webdevotion [EMAIL PROTECTED] wrote: I've sent you my tiny

Re: [Flashcoders] Using XRay

2007-01-16 Thread Webdevotion
Indeed, it works. Can we make snapshots of our apps or can we only use the trace messages ? ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Re: [Flashcoders] Using XRay

2007-01-16 Thread John Grden
right now, logging is all that you can do. I'm working on the snapshots ;) On 1/16/07, Webdevotion [EMAIL PROTECTED] wrote: Indeed, it works. Can we make snapshots of our apps or can we only use the trace messages ? ___

Re: [Flashcoders] Using XRay

2007-01-16 Thread slangeberg
Yes, works for me too. Thanks a lot, John! -Scott On 1/16/07, John Grden [EMAIL PROTECTED] wrote: yep got it! One thing to note: You WILL get a no swf to connect to message, but the logging will still work. Thats because Xray doesn't detect the introspection LC that comes with the

Re: [Flashcoders] Using XRay

2007-01-16 Thread Webdevotion
Allright. Thanks for the effort you put into this project! ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software

Re: [Flashcoders] Using XRay

2007-01-16 Thread John Grden
awesome! \m/ On 1/16/07, slangeberg [EMAIL PROTECTED] wrote: Yes, works for me too. Thanks a lot, John! -Scott [ JPG ] ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] Using XRay

2007-01-16 Thread slangeberg
So, anyone ever see the XRay Connector component kill their app? I get the following message, but nothing else: (75) Connections: true | true This application is a bit complex, loads external swf modules and associates classes with those. Thanks, -Scott On 9/28/06, John Grden [EMAIL

Re: [Flashcoders] Using XRay

2007-01-16 Thread John Grden
ifyou get true|true, that means the logger and controller LC connections were made successfully. Are you using it in an FLA by chance? If so, find Xray in the library, right click and choose linkageID - don't have hit export in first frame. Then, if it's not on stage, put it on stage. Then, in

Re: [Flashcoders] Using XRay

2007-01-15 Thread slangeberg
How about XRay + Flex2/AS3/FP9? I believe that J Grden(?) was going to post code to get the Logger working there? I tried on my own, but it was a no-go! -Scott On 9/29/06, Hans Wichman [EMAIL PROTECTED] wrote: And once you have it running, you'll have the best weekend ever, throw a party and

Re: [Flashcoders] Using XRay

2007-01-15 Thread John Grden
OHHH yeah! thanks for reminding me ;) On 1/15/07, slangeberg [EMAIL PROTECTED] wrote: How about XRay + Flex2/AS3/FP9? I believe that J Grden(?) was going to post code to get the Logger working there? I tried on my own, but it was a no-go! -Scott On 9/29/06, Hans Wichman [EMAIL PROTECTED]

Re: [Flashcoders] Using XRay

2007-01-15 Thread John Grden
http://www.rockonflash.com/xray/downloads/as3/logger/Xray_AS3_Logger.zip Pretty straight forward to use: import com.blitzagency.xray.logger.XrayLog; private var log:XrayLog = new XrayLog(); // usage log.debug(string message[, object]); log.info(string message[, object]); log.warn(string

Re: [Flashcoders] Using XRay

2006-09-29 Thread Hans Wichman
And once you have it running, you'll have the best weekend ever, throw a party and won't understand how you every managed without it... :) On 9/28/06, Alain Rousseau [EMAIL PROTECTED] wrote: Try this link, It has everything you need to know about XRay, including where to download ! Enjoy !

Re: [Flashcoders] Using XRay

2006-09-28 Thread John Grden
all downloads: http://www.osflash.org/xray#downloads Latest interface: http://mirror1.cvsdude.com/trac/osflash/xray/browser/downloads/interface/Flex/Xray.zip?format=raw Connector: http://mirror1.cvsdude.com/trac/osflash/xray/browser/downloads/connector/xray_conn_1.6.1.mxp?format=raw Just

RE: [Flashcoders] Using XRay

2006-09-28 Thread Alain Rousseau
Try this link, It has everything you need to know about XRay, including where to download ! Enjoy ! http://www.osflash.org/xray A -Original Message- From: slangeberg [mailto:[EMAIL PROTECTED] Sent: 28 septembre 2006 14:09 To: Flashcoders mailing list; [EMAIL PROTECTED] Subject: