Re: [flexcoders] Profiling AIR apps

2008-04-08 Thread Vaan S Lanko
Thanks for your reply Kevin, I am a complete jackass, my client firewall was blocking incoming connections for the flex builder java VM. Got it going, plugged the leaky holes, cant beleive I haven't use it before, its a fine tool. Cheers Vaan Kevin Aebig wrote: It works. I use, Run Profile

[flexcoders] Profiling AIR apps

2008-04-07 Thread Vaan S Lanko
Hello Flexies, Can anyone tell me how to start the profiler for an AIR app or point me to a blog/page with some relevant information. After I hit the profile my app button, all I get after a few seconds is a 'Socket timeout.' message on the console. I have read the page at

Re: [flexcoders] AIR SQL - Datatype issues

2008-04-07 Thread Vaan S Lanko
Hey Kevin, Heres an example of some sql text on a SQLStatement that I use in an AIR app I'm building. I use a dateformatter for the actual date output i.e '2008-04-06' and if I need the time component, I just build up and replace the end of the text with my vars, its not pretty but it works

Re: [flexcoders] Profiling AIR apps

2008-04-07 Thread Vaan S Lanko
In the words of Dr Evil 'throw me a frikkin bone here ok'. Cmon someone must be using the profiler on AIR apps out there. I'm not asking for hand holding, just a confirmation that it even works would be start. Is there someting I need to config, coz at the moment all i get is socket timeout

[flexcoders] Event fired when Object is created ?

2008-03-26 Thread Vaan S Lanko
Does anyone know whether there is an event fired when an object is instantiated ? I have objects that are created from an sqlite SQLEvent result. Presently I'm iterating over the results and calling the populateBar function manually, but it would be nice for the object to detect its been

Re: [flexcoders] Event fired when Object is created ?

2008-03-26 Thread Vaan S Lanko
Indeed in a normal case its a no brainer, but these objects are being created from the SQLResult event, hence why I am asking. Shiv Kumar wrote: Vaan, Shouldn’t the design of the object be such that it does that initialization you require when it gets instantiated?

[flexcoders] Is this normal behaviour for DataGrid ?

2008-03-21 Thread Vaan S Lanko
Hello Flexies, just curious is this normal behaviour or am I doing something stupendously wrong ? I have recreated this issue in a small project with 2 files, Service.as AS3 Class file package { public class Service { public function