Re: [flexcoders] external debugger

2012-02-14 Thread Wouter Schreuders
thanks! I'll have a look


2012/2/14 Csomák Gábor 

> **
>
>
> http://demonsterdebugger.com/ is the wery best. i think you'll be happy
> with it.
>
>
> On Thu, Feb 9, 2012 at 12:22 PM, Wouter Schreuders 
> wrote:
>
>>
>>
>> well the kind of functionality I'm looking for is really for the back end
>> programmers, occasionally they need to dip into the flex side of things and
>> they have a lot of difficulty figuring out which class they need to work
>> on(for instance you have your application, then a module, then a component
>> which contains an itemrenderer which contains another itemrenderer and on
>> of those has some custom component inside).
>>
>> If they can just hover their mouse over that element and it tells them
>> what class it is it would help them alot.
>>
>>
>> On 9 February 2012 07:17, Alex Harui  wrote:
>>
>>>
>>>
>>> FDB comes with the SDK.  It is command-line, but I use it 99% of the
>>> time as it is way faster than the GUI debugger in FlashBuilder for most
>>> problems I have to solve.
>>>
>>>
>>>
>>> On 2/7/12 11:06 PM, "Wouter Schreuders"  wrote:
>>>
>>>
>>>
>>>
>>>
>>>
>>> Hi All
>>>
>>> Can anyone recommend a debugger for flex that allows you to inspect and
>>> changed properties at runtime? Something like Flex-Spy or x-ray(for as2),
>>> but I'm looking for something that is not obsolete.
>>>
>>> Any recommendations?
>>>
>>> Thanks
>>>
>>> Wouter
>>>
>>>
>>>
>>>
>>>
>>> --
>>> Alex Harui
>>> Flex SDK Team
>>> Adobe Systems, Inc.
>>> http://blogs.adobe.com/aharui
>>>
>>
>>
>  
>


[flexcoders] AVM1Movie and BitmapData.draw()

2012-02-14 Thread Robson Roberto
Hi,

I need to stretch the AVM1Movie before I draw it on BitmapData.

How can I do it?

thanks.



[flexcoders] Re: SWF Management...

2012-02-14 Thread valdhor
This does seem to be the current behavior. It started happening with my code 
too.

I don't know exactly when it started but may be due to the fact that I just 
upgraded to 4.5 and Flash Player 11.

--- In flexcoders@yahoogroups.com, "jamesfin"  wrote:
>
> A module is being loaded by a simple ModuleManager.load.
> 
> In debug mode, there is output like this...
> 
> [Unload SWF] View.swf/[[DYNAMIC]]/307 - 632 bytes after decompression
> [Unload SWF] View.swf/[[DYNAMIC]]/308 - 632 bytes after decompression
> [Unload SWF] View.swf/[[DYNAMIC]]/309 - 632 bytes after decompression
> [Unload SWF] View.swf/[[DYNAMIC]]/310 - 632 bytes after decompression
> [Unload SWF] View.swf/[[DYNAMIC]]/311 - 632 bytes after decompression
> 
> and
> 
> [SWF] View.swf/[[DYNAMIC]]/337 - 632 bytes after decompression
> [SWF] View.swf/[[DYNAMIC]]/338 - 632 bytes after decompression
> [SWF] View.swf/[[DYNAMIC]]/339 - 632 bytes after decompression
> [SWF] View.swf/[[DYNAMIC]]/340 - 632 bytes after decompression
> [SWF] View.swf/[[DYNAMIC]]/341 - 632 bytes after decompression
> 
> when interacting with the application.
> 
> 
> Is this normal and why the all the loading and unloading messages?
>




[flexcoders] Re: HttpService resultHandler in different Window

2012-02-14 Thread valdhor
So, somewhere a null object is trying to be referenced.

You will need to add debugging code to check which object is null.

If you need two way communication between your windows I would recommend 
creating an interface and implementing it in both windows.

--- In flexcoders@yahoogroups.com, "isa_loyer"  wrote:
>
> I am working on an AIR application with 2 windows: One to create a new 
> customer and another to display some information about the customer. On 
> window 1, there is also a textfield to search for a customer by Id or name.
> 
> These are the steps to create a new customer:
> 
> with an "add" button on window 1, I open window 2.
> on window 2, the user completes a form to create a new customer.
> the information is saved in a MySQL Database over an HttpService.
> The result handler method calls a public function on window 1:
> 
> result = "new wWin1().resultSaveCustomer(event)"
> This part works well - the new customer Id is received.
> 
> In some cases, according customer data, I change the component color - this 
> operation works well, if I load a customer after a using the search field, 
> but if I search directly from the resultSaveCustomer function (after 
> completion of step 3), a message appears:
> 
> Cannot access a property or method of a null object reference.
> 
> I don't understand why, because all the components in window 1, have an Id 
> name! Or the property is a label with Id Name.
> 
> Thanks for helping me.
>




Re: [flexcoders] external debugger

2012-02-14 Thread Csomák Gábor
http://demonsterdebugger.com/ is the wery best. i think you'll be happy
with it.

On Thu, Feb 9, 2012 at 12:22 PM, Wouter Schreuders wrote:

>
>
> well the kind of functionality I'm looking for is really for the back end
> programmers, occasionally they need to dip into the flex side of things and
> they have a lot of difficulty figuring out which class they need to work
> on(for instance you have your application, then a module, then a component
> which contains an itemrenderer which contains another itemrenderer and on
> of those has some custom component inside).
>
> If they can just hover their mouse over that element and it tells them
> what class it is it would help them alot.
>
>
> On 9 February 2012 07:17, Alex Harui  wrote:
>
>>
>>
>> FDB comes with the SDK.  It is command-line, but I use it 99% of the time
>> as it is way faster than the GUI debugger in FlashBuilder for most problems
>> I have to solve.
>>
>>
>>
>> On 2/7/12 11:06 PM, "Wouter Schreuders"  wrote:
>>
>>
>>
>>
>>
>>
>> Hi All
>>
>> Can anyone recommend a debugger for flex that allows you to inspect and
>> changed properties at runtime? Something like Flex-Spy or x-ray(for as2),
>> but I'm looking for something that is not obsolete.
>>
>> Any recommendations?
>>
>> Thanks
>>
>> Wouter
>>
>>
>>
>>
>>
>> --
>> Alex Harui
>> Flex SDK Team
>> Adobe Systems, Inc.
>> http://blogs.adobe.com/aharui
>>
>
>  
>


[flexcoders] The Official Apache Flex LinkedIn group

2012-02-14 Thread Tandon, Rishi
Join the group @
http://www.linkedin.com/groups/Apache-Flex-Official-4296888 


Cheers