CFGrid and its display width

2002-08-01 Thread jremus-lists

I'm having a problem, and I've looked through the archives and the
macromedia support forums, and I've seen mention of other people having this
same problem as early as CF5, but haven't seen a resolution on any of those
threads.  Could be I'm missing it, but I'm not sureSo

What happens, is that a random amount of the time (maybe about 15%) CFGrid
loads up in a page, and the gray java box goes accross the width of screen
as it should, but the grid piece only goes about half-way accross the
screen.  It also cuts off columns that would have been farther right than
its border, and does not have a scroll bar to see them with.  If I refresh,
let it display, see the results, and refresh again, it happens consistantly
at a random interval (IE: I can always get it to happen, but the amount of
times required is not constant).

1. Has anyone else seen this?  and
2. Any fix?

I'll include the code, for what it's worth

cfgrid height=150 query=ContactInfo name=gridContacts insert=no
delete=no width=800
  cfgridcolumn name=FullName width=170 header=Name
href=../Contacts/contacts.cfm?Action=ViewContactID=#ContactInfo.ContactID#

  cfgridcolumn name=Title header=Title width=170
  Cfgridcolumn name=WorkPhone header=Phone width=150
  cfgridcolumn name=Email header=Email width=200
href=mailto:#ContactInfo.Email#;
 /cfgrid

Josh Remus
Network Administrator


__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFGrid and its display width

2002-08-01 Thread Matthew R. Small

Yes, I've come across a problem similar to this one:  I upgraded my
version of IE to fix it. This happens as well in netscape?  You might
also try upgrading your JRE with the Sun JRE.
http://java.sun.com/getjava/download.html

Matthew Small
IT Supervisor
Showstopper National Dance Competitions
3660 Old Kings Hwy
Murrells Inlet, SC 29576
843-357-1847


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Thursday, August 01, 2002 1:34 PM
To: CF-Talk
Subject: CFGrid and its display width

I'm having a problem, and I've looked through the archives and the
macromedia support forums, and I've seen mention of other people having
this
same problem as early as CF5, but haven't seen a resolution on any of
those
threads.  Could be I'm missing it, but I'm not sureSo

What happens, is that a random amount of the time (maybe about 15%)
CFGrid
loads up in a page, and the gray java box goes accross the width of
screen
as it should, but the grid piece only goes about half-way accross the
screen.  It also cuts off columns that would have been farther right
than
its border, and does not have a scroll bar to see them with.  If I
refresh,
let it display, see the results, and refresh again, it happens
consistantly
at a random interval (IE: I can always get it to happen, but the amount
of
times required is not constant).

1. Has anyone else seen this?  and
2. Any fix?

I'll include the code, for what it's worth

cfgrid height=150 query=ContactInfo name=gridContacts insert=no
delete=no width=800
  cfgridcolumn name=FullName width=170 header=Name
href=../Contacts/contacts.cfm?Action=ViewContactID=#ContactInfo.Contac
tID#

  cfgridcolumn name=Title header=Title width=170
  Cfgridcolumn name=WorkPhone header=Phone width=150
  cfgridcolumn name=Email header=Email width=200
href=mailto:#ContactInfo.Email#;
 /cfgrid

Josh Remus
Network Administrator



__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFGrid and its display width

2002-08-01 Thread jremus-lists

I have not tested this in Netscape, but this does happen with either JRE v
1.3.1 or 1.4.0_01.  The key is to get it to work IE, either way.  I'm
running 6.0 with all the applicable patches, etc.

-Original Message-
From: Matthew R. Small [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 01, 2002 1:39 PM
To: CF-Talk
Subject: RE: CFGrid and its display width


Yes, I've come across a problem similar to this one:  I upgraded my
version of IE to fix it. This happens as well in netscape?  You might
also try upgrading your JRE with the Sun JRE.
http://java.sun.com/getjava/download.html

Matthew Small
IT Supervisor
Showstopper National Dance Competitions
3660 Old Kings Hwy
Murrells Inlet, SC 29576
843-357-1847


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 01, 2002 1:34 PM
To: CF-Talk
Subject: CFGrid and its display width

I'm having a problem, and I've looked through the archives and the
macromedia support forums, and I've seen mention of other people having
this
same problem as early as CF5, but haven't seen a resolution on any of
those
threads.  Could be I'm missing it, but I'm not sureSo

What happens, is that a random amount of the time (maybe about 15%)
CFGrid
loads up in a page, and the gray java box goes accross the width of
screen
as it should, but the grid piece only goes about half-way accross the
screen.  It also cuts off columns that would have been farther right
than
its border, and does not have a scroll bar to see them with.  If I
refresh,
let it display, see the results, and refresh again, it happens
consistantly
at a random interval (IE: I can always get it to happen, but the amount
of
times required is not constant).

1. Has anyone else seen this?  and
2. Any fix?

I'll include the code, for what it's worth

cfgrid height=150 query=ContactInfo name=gridContacts insert=no
delete=no width=800
  cfgridcolumn name=FullName width=170 header=Name
href=../Contacts/contacts.cfm?Action=ViewContactID=#ContactInfo.Contac
tID#

  cfgridcolumn name=Title header=Title width=170
  Cfgridcolumn name=WorkPhone header=Phone width=150
  cfgridcolumn name=Email header=Email width=200
href=mailto:#ContactInfo.Email#;
 /cfgrid

Josh Remus
Network Administrator




__
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFGrid and its display width

2002-08-01 Thread Ryan Hartwich

Josh,

Sadly, I have been repeatedly annoyed with CFGrid and am about to drop
using it.  Here are a few of the reasons and they include yours:

1) Same problem you are having, Java compatibility problems presumably
2) CFGridUpdate sucks...plain and simple, it just doesn't work
consistently
3) forcing database updates manually using grid submitted info doesn't
work consistently, who knows if it is DB specific or not (i.e. values
with '' won't save consistently
4) scrolling problems with the grid
5) inability to define individual widths to each field in the grid
6) single row of text for each data record, so really long text fields
pose massive display and editing problems because you can't show the
grid with 2-4+ rows of text for each row of record
7) As far as I can tell, no appreciable functionality upgrades or bug
fixes between CF 4, 4.5, 5,  MX

I feel for you...I haven't found much online support, examples, or help
for these issues.  Likewise, I searched for a drop in Flash replacement
for the grid to see if there would be a fix using that route,
nothing...no custom tags either.

Ryan



Date: Thu, 1 Aug 2002 13:34:11 -0400
From: [EMAIL PROTECTED]
Subject: CFGrid and its display width
Message-ID: 001e01c23981$a63cc4c0$[EMAIL PROTECTED]

I'm having a problem, and I've looked through the archives and the
macromedia support forums, and I've seen mention of other people having
this
same problem as early as CF5, but haven't seen a resolution on any of
those
threads.  Could be I'm missing it, but I'm not sureSo

What happens, is that a random amount of the time (maybe about 15%)
CFGrid
loads up in a page, and the gray java box goes accross the width of
screen
as it should, but the grid piece only goes about half-way accross the
screen.  It also cuts off columns that would have been farther right
than
its border, and does not have a scroll bar to see them with.  If I
refresh,
let it display, see the results, and refresh again, it happens
consistantly
at a random interval (IE: I can always get it to happen, but the amount
of
times required is not constant).

1. Has anyone else seen this?  and
2. Any fix?

I'll include the code, for what it's worth

cfgrid height=150 query=ContactInfo name=gridContacts insert=no
delete=no width=800
  cfgridcolumn name=FullName width=170 header=Name
href=../Contacts/contacts.cfm?Action=ViewContactID=#ContactInfo.Contac
tID#

  cfgridcolumn name=Title header=Title width=170
  Cfgridcolumn name=WorkPhone header=Phone width=150
  cfgridcolumn name=Email header=Email width=200
href=mailto:#ContactInfo.Email#;
 /cfgrid

Josh Remus
Network Administrator


FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists