If you throw us your scanning code, someone might be able to give you
some pointers.

 

Gk.

Gregor Kiddie
Senior Developer
INPS

Tel:       01382 564343

Registered address: The Bread Factory, 1a Broughton Street, London SW8
3QJ

Registered Number: 1788577

Registered in the UK

Visit our Internet Web site at www.inps.co.uk
<blocked::http://www.inps.co.uk/> 

The information in this internet email is confidential and is intended
solely for the addressee. Access, copying or re-use of information in it
by anyone else is not authorised. Any views or opinions presented are
solely those of the author and do not necessarily represent those of
INPS or any of its affiliates. If you are not the intended recipient
please contact [EMAIL PROTECTED]

________________________________

From: ashish [mailto:[EMAIL PROTECTED] 
Sent: 08 August 2008 14:39
To: [email protected]
Cc: Gregor Kiddie
Subject: Re: [flexcoders] Force UI update during intense AS work

 

Hi Kiddie,

 

Thanks for your quick reply.

 

you are right and I also know this is the only solution. but problem is
that how to separate the workup into chunks. Actually I am reading tree
nodes recursively and unable to divide this recursive logic into chunks.
Infect I have to make a XML by scanning all the file system files like
this 

 

      <folder state="unchecked" label="Marketing Collateral" >
       <folder state="unchecked"  label="Media, PR, and Communications"
>
        <folder state="unchecked"    label="Article Reprint Disclaimers"
/>
        <folder state="unchecked"    label="Articles Reprints" />
        <folder state="unchecked"    label="Interviews and Transcripts"
/>
        <folder state="unchecked"    label="Press Kits" />
        <folder state="unchecked"    label="Press Releases" />
        <folder state="unchecked"    label="Quick Hits" />
        <folder state="unchecked"    label="Rep Talking Points" />
        <folder state="unchecked"    label="Special Updates" />
        <folder state="unchecked"    label="White Papers" />
       </folder>
       <folder  state="unchecked"  label="Forms and Applications" >
           <folder state="unchecked"    label="Applications" />
           <folder state="unchecked"    label="Forms" />
       </folder>
       </folder>  

how can I divide the scanning logic into chunks. pls guide me for the
same and any code regarding this would be highly appreciated.

 

Thanks & Regards

Ashish Verma        

 

        ----- Original Message ----- 

        From: Gregor Kiddie <mailto:[EMAIL PROTECTED]>  

        To: [email protected] 

        Sent: Friday, August 08, 2008 5:43 PM

        Subject: RE: [flexcoders] Force UI update during intense AS work

         

        The only real solution for this (as I'm sure you've discovered)
is to try and separate the work up into chunks, allowing the UI to be
updated in between these chunks.

        Until we get multiple threading, you have to limit the amount of
work you are doing at any one time if you want the UI to keep up.

        Gk.

        Gregor Kiddie
        Senior Developer
        INPS

        Tel:       01382 564343

        Registered address: The Bread Factory, 1a Broughton Street,
London SW8 3QJ

        Registered Number: 1788577

        Registered in the UK

        Visit our Internet Web site at www.inps.co.uk
<blocked::http://www.inps.co.uk/> 

        The information in this internet email is confidential and is
intended solely for the addressee. Access, copying or re-use of
information in it by anyone else is not authorised. Any views or
opinions presented are solely those of the author and do not necessarily
represent those of INPS or any of its affiliates. If you are not the
intended recipient please contact [EMAIL PROTECTED]

        
________________________________


        From: [email protected]
[mailto:[EMAIL PROTECTED] On Behalf Of verma.java
        Sent: 08 August 2008 06:40
        To: [email protected]
        Subject: [flexcoders] Force UI update during intense AS work

        Hello All,
        
        I am Ashish. I am working in Adobe Flex & AIR from last six
months 
        only. I have a problem that anyone will have been faced in
flex/air of 
        updaing UI during the intense AS work before. Actually I am
reading the 
        OS File System and making a XML file that would work as data
provider 
        for a Tree control which will render in AdvancedGrid. I am able
to read 
        each and every node but thing is that UI is not updating during 
        scanning; the same problem like i read in this post
(http://www.mail-
        archive.com/[email protected]
<mailto:archive.com%2Fflexcoders%40yahoogroups.com> /msg06477.html) and
also approach 
        for solution, but i am unable to implement it. 
        
        Could anyone please guide me in this situation? if anyone have
any code 
        regarding that would be more appriciated. 
        
        Looking for forward response.
        
        Best Regards,
        Ashish Verma 

         

Reply via email to