[flexcoders] Re: Reflection -- Accessing private fields

2007-11-21 Thread marty.pitt
Spoil sports. :) How does the debugger expose the properties and their values? Nothing I can leverage there? --- In flexcoders@yahoogroups.com, "Gordon Smith" <[EMAIL PROTECTED]> wrote: > > I don't believe you can get reflection info about protected or internal > APIs either. > > Gordon Smith

[flexcoders] Re: Reflection -- Accessing private fields

2007-11-26 Thread Mike Morearty
> Behalf Of marty.pitt > Sent: Wednesday, November 21, 2007 1:14 PM > To: flexcoders@yahoogroups.com > Subject: [flexcoders] Re: Reflection -- Accessing private fields > > > > Spoil sports. :) > > How does the debugger expose the properties and their values? Noth

[flexcoders] Re: Reflection -- Accessing private fields

2007-11-26 Thread marty.pitt
uot; wrote: > > > > > > cc'ing Mike to get the lowdown on this. But I'm pretty sure that > > > whatever the debugger is doing can't be done from ActionScript. > > > > > > - Gordon > > > > > > __________

[flexcoders] Re: Reflection -- Accessing private fields

2007-11-27 Thread marty.pitt
What I've been trying to acheive is a port of the undo capabilities used in CSLA (a .NET framework). I must admit I hadn't looked at the momento pattern. Seems to be a more suitable approach, given the reflection limitations. Thanks Aaron. Marty --- In flexcoders@yahoogroups.com, "Aaron Mill

RE: [flexcoders] Re: Reflection -- Accessing private fields

2007-11-21 Thread Gordon Smith
r 21, 2007 1:14 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Reflection -- Accessing private fields Spoil sports. :) How does the debugger expose the properties and their values? Nothing I can leverage there? --- In flexcoders@yahoogroups.com <mailto:flexcoders%40yahoogroups.co

Re: [flexcoders] Re: Reflection -- Accessing private fields

2007-11-26 Thread Aaron Miller
: flexcoders@yahoogroups.com [mailto: > flexcoders@yahoogroups.com ] On > > Behalf Of marty.pitt > > Sent: Wednesday, November 21, 2007 1:14 PM > > To: flexcoders@yahoogroups.com > > Subject: [flexcoders] Re: Reflection -- Accessing private fields > > > >

Re: [flexcoders] Re: Reflection -- Accessing private fields

2007-11-27 Thread Aaron Miller
"Gordon > > > Smith" wrote: > > > > > > > > cc'ing Mike to get the lowdown on this. But I'm pretty sure that > > > > whatever the debugger is doing can't be done from ActionScript. > > > > > > &g