Re: Question about datagrid

2004-05-28 Thread Mickey Manganelli
Hi Stace,

After my last attempt to reply to this thread topic I got an email stating ... 
You are not subscribed to the CF-Talk list with the address [EMAIL PROTECTED]

I am sorry for the confusion because I wasn't subscribed to this newsgroup, so here it is again ...

I am mainly a seasoned VB programmer (4.0 - .NET) with a year of Delphi and 3 yrs of Java ... all GUI development. 

I am now doing web development using CF and DWMX 2004 with some _javascript_s. 

Can you point me to some detailed examples of using the cfgrid in the following way? 

I have a query that will retrieve info for a grid based on the what row the user clicks on another grid.
The grid contains a list of companies and based on the user's selection will populate another grid with other fields.
Right now I have it driven by a drop down selection.

Where are the list of methods/events/properties that you can interact with this object?
Any good sites ... ?

I am signed up for the emails but have not seen anything regarding this, and I have also been searching the web for 3 days and came up with nothing.
This thread was the closest thing I have found.

Any help would be appreciated!
Thanks!
Mickey Manganelli

Well I'm not that much closer to being a designer than Ray but, yes I
believe you can do that. 

(Anyone please correct me if I'm wrong)

Normally you can toss a query into the grid with one line of code...for
conditional formatting you'd have to loop over the query and use an addItem
method that inserts the row on each loop, complete with your formatting.

There could very well be a more efficient way...but I'm no guru yet.

Cheers,

Stace

-Original Message-
From: Raymond Camden [mailto:[EMAIL PROTECTED] 
Sent: Monday, November 04, 2002 2:37 PM
To: CF-Talk
Subject: RE: Question about datagrid

 Thats awesome!Can you format each cell and include 
 conditional formatting 

Warning! Warning! Developer being asked to answer design questions!
Proceed with caution!;)

Um - I am _kinda_ sure you can do that. The datagrid is _very_ nice -
worth the code of the DRK itself I think (yes, I work for the company
that makes it, so I'm biased).


 based on the field's value? For example, check if a value is 
 a date and use 
 a date format if it is. I found cfgrid to be limiting because 
 you do not 
 have great control at the field level. How does the data grid compare?

From what I can tell, it's much more configurable.

 This also raise's a question. A client recently asked us to 
 quote on a 
 inventory/accounting system. The system would need to be used 
 from several 
 remote locations. Are these kind of systems good candidates 
 for FlashMX?
 

That's a very loaded question. ;) For something that was data intensive
- I'd much rather use flash for the UI than DHTML - but hey - I work for
the company that makes it - so I'm probably just a marketing AI program
in disguise. :

FYI - I made that session tracker UI after testing the new DRIA class
for Macromedia. DRIA = Developing Rich Internet Applications. I _cannot_
recommend this class enough. It's the perfect class for those of us who
want to use Flash for _real_ purposes instead of stupid (but pretty)
intros. It's a very geeky type introduction to Flash and it focuses on
just the kinds of things we would really use in a flash app. (No
tweening anywhere. ;)


 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: Question about datagrid

2004-05-28 Thread Thomas Chiverton
On Friday 28 May 2004 14:48 pm, Mickey Manganelli wrote:
 Can you point me to some detailed examples of using the cfgrid in the
 following way?

I'm not sure you can - the cfgrid isn't really a control in the VB/.Net sense.

It should be easy enough to use onClick events on table cells to run a query 
through NeuroMancer / pengoworks Gateway (i.e. invoke a server-side function 
from the web client) and display the results.

Unfortunately, if you're just starting out, this can be fairly complex. 

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.***
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




RE: Question about datagrid

2004-05-28 Thread Douglas.Knudsen
honestly cfgrid sucks, to use the hi-tech-computer-nerd vernacular.check out something like http://mysecretbase.com/GridMonger_Home.cfm
No Java Applet needed. 

 
Doug

-Original Message-
From: Thomas Chiverton [mailto:[EMAIL PROTECTED]
Sent: Friday, May 28, 2004 11:47 AM
To: CF-Talk
Subject: Re: Question about datagrid

On Friday 28 May 2004 14:48 pm, Mickey Manganelli wrote:
 Can you point me to some detailed examples of using the cfgrid in the
 following way?

I'm not sure you can - the cfgrid isn't really a control in the VB/.Net sense.

It should be easy enough to use onClick events on table cells to run a query 
through NeuroMancer / pengoworks Gateway (i.e. invoke a server-side function 
from the web client) and display the results.

Unfortunately, if you're just starting out, this can be fairly complex. 

-- 
Tom Chiverton 
Advanced ColdFusion Programmer

Tel: +44(0)1749 834997
email: [EMAIL PROTECTED]
BlueFinger Limited
Underwood Business Park
Wookey Hole Road, WELLS. BA5 1AF
Tel: +44 (0)1749 834900
Fax: +44 (0)1749 834901
web: www.bluefinger.com
Company Reg No: 4209395 Registered Office: 2 Temple Back East, Temple
Quay, BRISTOL. BS1 6EG.
*** This E-mail contains confidential information for the addressee
only. If you are not the intended recipient, please notify us
immediately. You should not use, disclose, distribute or copy this
communication if received in error. No binding contract will result from
this e-mail until such time as a written document is signed on behalf of
the company. BlueFinger Limited cannot accept responsibility for the
completeness or accuracy of this message as it has been transmitted over
public networks.*** 
_
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Question about datagrid

2002-11-04 Thread Ciliotta, Mario
Hi,

Does anyone have an example of using the Flash DataGrid with Cold Fusion.  I get 
having problems with the examples on the Macromedia DesDev site.

Thanks

Mario

This message is for the named person's use only. It may contain sensitive and private 
proprietary or legally privileged information. No confidentiality or privilege is 
waived or lost by any mistransmission. If you are not the intended recipient, please 
immediately delete it and all copies of it from your system, destroy any hard copies 
of it and notify the sender. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. CREDIT SUISSE GROUP and each legal entity in the CREDIT SUISSE FIRST BOSTON 
or CREDIT SUISSE ASSET MANAGEMENT business units of CREDIT SUISSE FIRST BOSTON reserve 
the right to monitor all e-mail communications through its networks. Any views 
expressed in this message are those of the individual sender, except where the message 
states otherwise and the sender is authorized to state them to be the views of any 
such entity.
Unless otherwise stated, any pricing information given in this message is indicative  
only, is subject to change and does not constitute an offer to deal at any price 
quoted. Any reference to the terms of executed transactions should be treated as  
preliminary only and subject to our formal written confirmation.


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: Question about datagrid

2002-11-04 Thread Raymond Camden
I've got a session tracker for cflib.org built using the datagrid. You
can find an example here:

http://www.cflib.org/temp.cfm

If you want a copy of the FLA, let me know.

===
Raymond Camden, ColdFusion Jedi Master for Hire

Email: [EMAIL PROTECTED]
WWW  : www.camdenfamily.com/morpheus
Yahoo IM : morpheus

My ally is the Force, and a powerful ally it is. - Yoda 

 -Original Message-
 From: Ciliotta, Mario [mailto:mario.ciliotta;csfb.com] 
 Sent: Monday, November 04, 2002 1:42 PM
 To: CF-Talk
 Subject: Question about datagrid
 
 
 Hi,
 
 Does anyone have an example of using the Flash DataGrid with 
 Cold Fusion.  I get having problems with the examples on the 
 Macromedia DesDev site.
 
 Thanks
 
 Mario


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: Question about datagrid

2002-11-04 Thread Brook Davies
Thats awesome!  Can you format each cell and include conditional formatting 
based on the field's value? For example, check if a value is a date and use 
a date format if it is. I found cfgrid to be limiting because you do not 
have great control at the field level. How does the data grid compare?

This also raise's a question. A client recently asked us to quote on a 
inventory/accounting system. The system would need to be used from several 
remote locations. Are these kind of systems good candidates for FlashMX?

Brook


At 01:48 PM 04/11/02 -0500, you wrote:
I've got a session tracker for cflib.org built using the datagrid. You
can find an example here:

http://www.cflib.org/temp.cfm

If you want a copy of the FLA, let me know.

===
Raymond Camden, ColdFusion Jedi Master for Hire

Email: [EMAIL PROTECTED]
WWW  : www.camdenfamily.com/morpheus
Yahoo IM : morpheus

My ally is the Force, and a powerful ally it is. - Yoda

  -Original Message-
  From: Ciliotta, Mario [mailto:mario.ciliotta;csfb.com]
  Sent: Monday, November 04, 2002 1:42 PM
  To: CF-Talk
  Subject: Question about datagrid
 
 
  Hi,
 
  Does anyone have an example of using the Flash DataGrid with
  Cold Fusion.  I get having problems with the examples on the
  Macromedia DesDev site.
 
  Thanks
 
  Mario



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm



RE: Question about datagrid

2002-11-04 Thread Douglas.Knudsen
Yes!  We discussed this at DevCon.  I'd love to have a look see at it.
I may use it to showcase Flash Remoting to the big boss upstairs.
Thanks ahead!

Doug

-Original Message-
From: Raymond Camden [mailto:jedimaster;macromedia.com]
Sent: Monday, November 04, 2002 1:48 PM
To: CF-Talk
Subject: RE: Question about datagrid


I've got a session tracker for cflib.org built using the datagrid. You
can find an example here:

http://www.cflib.org/temp.cfm

If you want a copy of the FLA, let me know.

===
Raymond Camden, ColdFusion Jedi Master for Hire

Email: [EMAIL PROTECTED]
WWW  : www.camdenfamily.com/morpheus
Yahoo IM : morpheus

My ally is the Force, and a powerful ally it is. - Yoda 

 -Original Message-
 From: Ciliotta, Mario [mailto:mario.ciliotta;csfb.com] 
 Sent: Monday, November 04, 2002 1:42 PM
 To: CF-Talk
 Subject: Question about datagrid
 
 
 Hi,
 
 Does anyone have an example of using the Flash DataGrid with 
 Cold Fusion.  I get having problems with the examples on the 
 Macromedia DesDev site.
 
 Thanks
 
 Mario



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.



RE: Question about datagrid

2002-11-04 Thread Ciliotta, Mario
Hi Raymond,

If you could send the FLA that would be great.  Do you know if there is an example 
somewhere that shows the grid being populated by a CF query?  I am just starting to 
get my feet wet with Flash and databases so sorry for all the questions.

Mario

-Original Message-
From: Raymond Camden [mailto:jedimaster;macromedia.com]
Sent: Monday, November 04, 2002 1:48 PM
To: CF-Talk
Subject: RE: Question about datagrid


I've got a session tracker for cflib.org built using the datagrid. You
can find an example here:

http://www.cflib.org/temp.cfm

If you want a copy of the FLA, let me know.

===
Raymond Camden, ColdFusion Jedi Master for Hire

Email: [EMAIL PROTECTED]
WWW  : www.camdenfamily.com/morpheus
Yahoo IM : morpheus

My ally is the Force, and a powerful ally it is. - Yoda 

 -Original Message-
 From: Ciliotta, Mario [mailto:mario.ciliotta;csfb.com] 
 Sent: Monday, November 04, 2002 1:42 PM
 To: CF-Talk
 Subject: Question about datagrid
 
 
 Hi,
 
 Does anyone have an example of using the Flash DataGrid with 
 Cold Fusion.  I get having problems with the examples on the 
 Macromedia DesDev site.
 
 Thanks
 
 Mario



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: Question about datagrid

2002-11-04 Thread Raymond Camden
 Thats awesome!  Can you format each cell and include 
 conditional formatting 

Warning! Warning! Developer being asked to answer design questions!
Proceed with caution!  ;)

Um - I am _kinda_ sure you can do that. The datagrid is _very_ nice -
worth the code of the DRK itself I think (yes, I work for the company
that makes it, so I'm biased).


 based on the field's value? For example, check if a value is 
 a date and use 
 a date format if it is. I found cfgrid to be limiting because 
 you do not 
 have great control at the field level. How does the data grid compare?

From what I can tell, it's much more configurable.

 This also raise's a question. A client recently asked us to 
 quote on a 
 inventory/accounting system. The system would need to be used 
 from several 
 remote locations. Are these kind of systems good candidates 
 for FlashMX?
 

That's a very loaded question. ;) For something that was data intensive
- I'd much rather use flash for the UI than DHTML - but hey - I work for
the company that makes it - so I'm probably just a marketing AI program
in disguise. :

FYI - I made that session tracker UI after testing the new DRIA class
for Macromedia. DRIA = Developing Rich Internet Applications. I _cannot_
recommend this class enough. It's the perfect class for those of us who
want to use Flash for _real_ purposes instead of stupid (but pretty)
intros. It's a very geeky type introduction to Flash and it focuses on
just the kinds of things we would really use in a flash app. (No
tweening anywhere. ;)

===
Raymond Camden, ColdFusion Jedi Master for Hire

Email: [EMAIL PROTECTED]
WWW  : www.camdenfamily.com/morpheus
Yahoo IM : morpheus

My ally is the Force, and a powerful ally it is. - Yoda 


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm



RE: Question about datagrid

2002-11-04 Thread Stacy Young
Well I'm not that much closer to being a designer than Ray but, yes I
believe you can do that. 

(Anyone please correct me if I'm wrong)

Normally you can toss a query into the grid with one line of code...for
conditional formatting you'd have to loop over the query and use an addItem
method that inserts the row on each loop, complete with your formatting.

There could very well be a more efficient way...but I'm no guru yet.

Cheers,

Stace

-Original Message-
From: Raymond Camden [mailto:jedimaster;macromedia.com] 
Sent: Monday, November 04, 2002 2:37 PM
To: CF-Talk
Subject: RE: Question about datagrid

 Thats awesome!  Can you format each cell and include 
 conditional formatting 

Warning! Warning! Developer being asked to answer design questions!
Proceed with caution!  ;)

Um - I am _kinda_ sure you can do that. The datagrid is _very_ nice -
worth the code of the DRK itself I think (yes, I work for the company
that makes it, so I'm biased).


 based on the field's value? For example, check if a value is 
 a date and use 
 a date format if it is. I found cfgrid to be limiting because 
 you do not 
 have great control at the field level. How does the data grid compare?

From what I can tell, it's much more configurable.

 This also raise's a question. A client recently asked us to 
 quote on a 
 inventory/accounting system. The system would need to be used 
 from several 
 remote locations. Are these kind of systems good candidates 
 for FlashMX?
 

That's a very loaded question. ;) For something that was data intensive
- I'd much rather use flash for the UI than DHTML - but hey - I work for
the company that makes it - so I'm probably just a marketing AI program
in disguise. :

FYI - I made that session tracker UI after testing the new DRIA class
for Macromedia. DRIA = Developing Rich Internet Applications. I _cannot_
recommend this class enough. It's the perfect class for those of us who
want to use Flash for _real_ purposes instead of stupid (but pretty)
intros. It's a very geeky type introduction to Flash and it focuses on
just the kinds of things we would really use in a flash app. (No
tweening anywhere. ;)

===
Raymond Camden, ColdFusion Jedi Master for Hire

Email: [EMAIL PROTECTED]
WWW  : www.camdenfamily.com/morpheus
Yahoo IM : morpheus

My ally is the Force, and a powerful ally it is. - Yoda 



~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribeforumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm