Re: [flexcoders] Tree+ datas from mySQL

2006-03-10 Thread Jignesh Dodiya



Matt,

Thanks for your descriptive reply.

Actually I am fetching RecordSource from database for categories and products. (categories have sub categories too). What I need to do is show all these products as tree. where all firstchild will be categories, they also have many childs as many sub categories they may have and finally they will have leaf as all products of that particular sub category.


I can get 3 recordset for categories, subcategories for particular category and finally items in that sub category. Now I dont want to process XML nodes as it may take more time as I have lots of data. Can't I make some object of tree herarchy and directly attach it to tree as dataProvider like we do in list, combo box etc?


I hope that my this description will able to visualize my problem to you.

Thanks again for your kind help.

Regards,

Jignesh
On 3/10/06, Matt Chotin [EMAIL PROTECTED] wrote:



Sorry Jignesh, a simple TreeDataDescriptor example will be coming in the B2 docs but I don't know if it will help. How will your 2 or 3 ArrayCollections work. What is the relationship between them? Should you be considering building a structure of value objects on your server as opposed to assembling on the client? 


If you do keep the 3 collections the main thing you need to do is define your getChildren function for the descriptor. Given a node, find the children and return an ICollectionView with that data. So how is that going to work, will you start out reading from one collection, then the children will be in the 2
nd collection, then the grandchildren will be in the 3rd? If so, define your function to read that stuff appropriately.

If you provide some examples of what the data tables will look like and what the tree needs to look like maybe someone can help you further.


Matt





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jignesh DodiyaSent: Thursday, March 09, 2006 10:14 PM
To: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Tree+ datas from mySQL





Still i am not getting the sollution



there is no any example for TreeDataDescriptorin the docs...anybodyhas an ideahow canI put data in tree control asfrom the mySQL database andfrom 2 different tables
 

On 2/27/06, Jignesh Dodiya 
[EMAIL PROTECTED] wrote: 


Its great, thanx Matt, 



Is there any working sample available regarding ths...



Jignesh


On 2/27/06, Matt Chotin 
[EMAIL PROTECTED] wrote: 

Flex 2 allows you to specify a TreeDataDescriptor for this exact purpose, specify the top-level data to the Tree and then use the descriptor to read into those other arrays as necessary for the children (or other parts of the data). 


MAtt





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jignesh DodiyaSent: Sunday, February 26, 2006 3:33 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Tree+ datas from mySQL


I think , it seems really very difficult or just it may be wrong wayor bad stuffs 





On 2/26/06, Jignesh M. Dodiya 
 [EMAIL PROTECTED] wrote:


hi,
Is there any idea how to provide data provider to tree component in mySQL based datas...how can i use 2-3 COllection Array in to single 
tree COntrol;regards,jignesh
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 

SPONSORED LINKS
 





Web site design development 


Computer software development 


Software design and development 



Macromedia flex 


Software development best practice 







YAHOO! GROUPS LINKS
 


Visit your group flexcoders 
 on the web. 
To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the 
Yahoo! Terms of Service. 





-- jignesh dodiya 
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 

SPONSORED LINKS
 





Web site design development 


Computer software development 


Software design and development 



Macromedia flex 


Software development best practice 






YAHOO! GROUPS LINKS
 


Visit your group flexcoders
 on the web. 
To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the 
Yahoo! Terms of Service. 






-- 

jignesh dodiya 
-- jignesh dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
SPONSORED LINKS 




Web site design development 

Computer software development 

Software design and development 


Macromedia flex 

Software development best practice 


YAHOO! GROUPS LINKS 

Visit your group flexcoders on the web. 
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms

Re: [flexcoders] Tree+ datas from mySQL

2006-03-09 Thread Jignesh Dodiya



Still i am not getting the sollution

there is no any example for TreeDataDescriptorin the docs...anybodyhas an ideahow canI put data in tree control asfrom the mySQL database andfrom 2 different tables

On 2/27/06, Jignesh Dodiya [EMAIL PROTECTED] wrote:


Its great, thanx Matt, 

Is there any working sample available regarding ths...

Jignesh

On 2/27/06, Matt Chotin [EMAIL PROTECTED] wrote:
 


Flex 2 allows you to specify a TreeDataDescriptor for this exact purpose, specify the top-level data to the Tree and then use the descriptor to read into those other arrays as necessary for the children (or other parts of the data). 


MAtt





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jignesh DodiyaSent: Sunday, February 26, 2006 3:33 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Tree+ datas from mySQL


I think , it seems really very difficult or just it may be wrong wayor bad stuffs 





On 2/26/06, Jignesh M. Dodiya 
 [EMAIL PROTECTED] wrote:


hi,
Is there any idea how to provide data provider to tree component in mySQL based datas...how can i use 2-3 COllection Array in to single 
tree COntrol;regards,jignesh
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 

SPONSORED LINKS
 





Web site design development 


Computer software development 


Software design and development 



Macromedia flex 


Software development best practice 






YAHOO! GROUPS LINKS
 


Visit your group flexcoders 
 on the web. 
To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the 
Yahoo! Terms of Service. 




-- jignesh dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
SPONSORED LINKS 




Web site design development 

Computer software development 

Software design and development 


Macromedia flex 

Software development best practice 


YAHOO! GROUPS LINKS 

Visit your group flexcoders on the web. 
To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 





-- 
jignesh dodiya -- jignesh dodiya 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Tree+ datas from mySQL

2006-03-09 Thread Matt Chotin










Sorry Jignesh, a simple TreeDataDescriptor
example will be coming in the B2 docs but I dont know if it will help.
How will your 2 or 3 ArrayCollections work. What is the relationship between
them? Should you be considering building a structure of value objects on your
server as opposed to assembling on the client? 



If you do keep the 3 collections the main
thing you need to do is define your getChildren function for the descriptor.
Given a node, find the children and return an ICollectionView with that data.
So how is that going to work, will you start out reading from one collection,
then the children will be in the 2nd collection, then the grandchildren
will be in the 3rd? If so, define your function to read that stuff
appropriately.



If you provide some examples of what the
data tables will look like and what the tree needs to look like maybe someone
can help you further.



Matt











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jignesh Dodiya
Sent: Thursday, March 09, 2006
10:14 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Tree+
datas from mySQL







Still i am not getting the sollution











there is no any example for TreeDataDescriptorin the docs...anybodyhas
an ideahow canI put data in tree control asfrom the mySQL
database andfrom 2 different tables 







On 2/27/06, Jignesh
Dodiya [EMAIL PROTECTED]
wrote: 





Its great, thanx Matt, 











Is there any working sample available regarding ths...











Jignesh











On 2/27/06, Matt
Chotin [EMAIL PROTECTED]
wrote: 



Flex 2 allows you to specify a TreeDataDescriptor for this
exact purpose, specify the top-level data to the Tree and then use the
descriptor to read into those other arrays as necessary for the children (or
other parts of the data). 



MAtt











From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Jignesh Dodiya
Sent: Sunday, February 26, 2006
3:33 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Tree+
datas from mySQL







I think ,
it seems really very difficult or just it may be wrong wayor bad
stuffs 















On
2/26/06, Jignesh M. Dodiya  [EMAIL PROTECTED]
wrote:





hi,

Is there any idea how to provide data provider to
tree component in 
mySQL based datas...how can i use 2-3 COllection
Array in to single 
tree COntrol;

regards,
jignesh





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com






SPONSORED LINKS 




 
  
  Web site design development 
  
  
  Computer software development 
  
  
  Software design and development 
  
 
 
  
  Macromedia flex 
  
  
  Software development best practice 
  
  
  
  
 














YAHOO! GROUPS
LINKS 




 Visit your group
 flexcoders
  on the web.
  
 To unsubscribe
 from this group, send an email to:
  [EMAIL PROTECTED]
  
 Your use of
 Yahoo! Groups is subject to the Yahoo! Terms of Service. 



















-- 
jignesh dodiya 


--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com







SPONSORED
LINKS 




 
  
  Web site design development 
  
  
  Computer software development 
  
  
  Software design and development 
  
 
 
  
  Macromedia flex 
  
  
  Software development best practice 
  
  
  
  
 










YAHOO!
GROUPS LINKS





 Visit your group
 flexcoders
 on the web.
 
 To unsubscribe
 from this group, send an email to:
  [EMAIL PROTECTED]
 
 Your use of
 Yahoo! Groups is subject to the Yahoo! Terms of Service.




























-- 






jignesh dodiya 








-- 
jignesh dodiya 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











Re: [flexcoders] Tree+ datas from mySQL

2006-02-27 Thread Jignesh Dodiya



Its great, thanx Matt, 

Is there any working sample available regarding ths...

Jignesh
On 2/27/06, Matt Chotin [EMAIL PROTECTED] wrote:


Flex 2 allows you to specify a TreeDataDescriptor for this exact purpose, specify the top-level data to the Tree and then use the descriptor to read into those other arrays as necessary for the children (or other parts of the data).


MAtt





From: 
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
On Behalf Of Jignesh DodiyaSent: Sunday, February 26, 2006 3:33 PMTo: 
flexcoders@yahoogroups.comSubject: Re: [flexcoders] Tree+ datas from mySQL


I think , it seems really very difficult or just it may be wrong wayor bad stuffs 





On 2/26/06, Jignesh M. Dodiya 
[EMAIL PROTECTED] wrote:


hi,
Is there any idea how to provide data provider to tree component in mySQL based datas...how can i use 2-3 COllection Array in to single 
tree COntrol;regards,jignesh
--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 

SPONSORED LINKS
 





Web site design development 


Computer software development 


Software design and development 



Macromedia flex 


Software development best practice 






YAHOO! GROUPS LINKS
 


Visit your group flexcoders
 on the web. 
To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the 
Yahoo! Terms of Service. 




-- jignesh dodiya --Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
SPONSORED LINKS 




Web site design development 

Computer software development 

Software design and development 


Macromedia flex 

Software development best practice 


YAHOO! GROUPS LINKS 

Visit your group flexcoders on the web. 
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 




-- jignesh dodiya 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









Re: [flexcoders] Tree+ datas from mySQL

2006-02-26 Thread Jignesh Dodiya



I think , it seems really very difficult or just it may be wrong wayor bad stuffs 


On 2/26/06, Jignesh M. Dodiya [EMAIL PROTECTED] wrote:
hi,Is there any idea how to provide data provider to tree component in mySQL based datas...how can i use 2-3 COllection Array in to single 
tree COntrol;regards,jignesh--Flexcoders Mailing ListFAQ: 
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txtSearch Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com 
SPONSORED LINKS 




Web site design development 

Computer software development 

Software design and development 


Macromedia flex 

Software development best practice 


YAHOO! GROUPS LINKS 

Visit your group flexcoders on the web. 
To unsubscribe from this group, send an email to:
[EMAIL PROTECTED] 
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 



-- jignesh dodiya 






--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









RE: [flexcoders] Tree+ datas from mySQL

2006-02-26 Thread Matt Chotin










Flex 2 allows you to specify a
TreeDataDescriptor for this exact purpose, specify the top-level data to the
Tree and then use the descriptor to read into those other arrays as necessary
for the children (or other parts of the data).



MAtt











From:
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Jignesh Dodiya
Sent: Sunday, February 26, 2006
3:33 PM
To: flexcoders@yahoogroups.com
Subject: Re: [flexcoders] Tree+
datas from mySQL





I think , it seems really very difficult or just it may be wrong
wayor bad stuffs 















On 2/26/06, Jignesh
M. Dodiya [EMAIL PROTECTED]
wrote:





hi,

Is there any idea how to provide data provider to
tree component in 
mySQL based datas...how can i use 2-3 COllection
Array in to single 
tree COntrol;

regards,
jignesh





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com







SPONSORED
LINKS 




 
  
  Web site design development 
  
  
  Computer software development 
  
  
  Software design and development 
  
 
 
  
  Macromedia flex 
  
  
  Software development best practice 
  
  
  
  
 










YAHOO!
GROUPS LINKS





 Visit your group
 flexcoders
 on the web.
 
 To unsubscribe
 from this group, send an email to:
  [EMAIL PROTECTED]
 
 Your use of
 Yahoo! Groups is subject to the Yahoo! Terms of Service.















-- 
jignesh dodiya 







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  











[flexcoders] Tree+ datas from mySQL

2006-02-25 Thread Jignesh M. Dodiya
hi,

Is there any idea how to provide data provider to tree component in 
mySQL based datas...how can i use 2-3 COllection Array in to single 
tree COntrol;

regards,
jignesh





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/