Advertisement

01.18.2006 at 06:58PM PST, ID: 21701947
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.2

flash cfgrid behavior

Asked by richardsimnett in ColdFusion Application Server

Tags: ,

Hello,
I am writing a web based email app that uses the flash capabilities in Coldfusion. In this particular instance I am having problems with the behavior of cfgrid. First I have a checkbox which is intended to be clickable so that the user can choose messages and delete them or move them to another message folder. Then if the user clicks on the subject line cell of the grid the user should be taken to another screen (via a specific url) where they can view the message. How do I accomplish this behavior?  The correct answer is worth 500 points.

Thanks,
Rick

Here is my code as you can see I have a onchange even commented out, but if I enable it (this should cause the user to go to the view mail cfm) the flash doesnt render. But it will work if I take the grid out of edit mode:

      <cfform name="#application.applicationname#_navForm" timeout=20 format=flash width=590 height=490 skin="haloBlue" >
      <cfformgroup type="tabnavigator" name = "mytab" id="mytab">
      <cfformgroup type="page" label="Inbox" id= "kt1" enabled = "true">
            <cfformgroup type="hbox">
            <cfgrid
                  name="Inbox"
                  <!----onchange="getUrl('manager.cfm?where=newcampaign&where2=viewcampaign&id=' + mailstats.dataProvider[mailstats.selectedIndex]['id']);"---->
                  height=400
                  width=550
                  autoWidth=yes
                  align=center
                  colheaderfont=verdana
                  colheaderfontsize=10
                  colheaderbold=yes
                  font=verdana
                  fontsize=10
                  rowheaders=no
                  selectmode="edit"
                  <!----query="getemailheaders"---->
                  notSupported="ExacTrack Requires Macromedia Flash. Please install Macromedia Flash.">

                  <cfgridcolumn Name="select" Header="" width="35" Type="Boolean" dataalign=center>
                  <cfgridcolumn name="From" header="From" headeralign=center width=105>
                  <cfgridcolumn name="Subject" header="Subject" headeralign=center width=330>
                  <cfgridcolumn name="Date" header="Date" headeralign=center width=75>
                  <cfgridcolumn name="id" header="id" width=10>

                  <cfloop query=getemailheaders>
                        <cfset rdate = dateformat(date,'mm/dd/yyyy')>
                        <cfgridrow data="0,#from#,#subject#,#rdate#,#id#">
                  </cfloop>
            </cfgrid>
      </cfformgroup>
      </cfformgroup>
      </cfformgroup>
      </cfform>Start Free Trial
[+][-]01.18.2006 at 08:46PM PST, ID: 15736230

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.18.2006 at 09:21PM PST, ID: 15736341

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]01.18.2006 at 09:39PM PST, ID: 15736405

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.19.2006 at 04:29AM PST, ID: 15738167

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.19.2006 at 05:51AM PST, ID: 15738652

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.20.2006 at 04:48PM PST, ID: 15754074

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.20.2006 at 04:58PM PST, ID: 15754117

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]01.20.2006 at 05:12PM PST, ID: 15754197

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: ColdFusion Application Server
Tags: cfgrid, flash
Sign Up Now!
Solution Provided By: btrevarthen
Participating Experts: 4
Solution Grade: A
 
 
[+][-]01.22.2006 at 08:12AM PST, ID: 15760642

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]01.22.2006 at 02:16PM PST, ID: 15762266

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32