Re: dgText [true] question?

2009-05-05 Thread Trevor DeVore
On May 4, 2009, at 2:30 PM, Jim Lambert wrote: This script from tutorial 3389-How-Do-I-Populate-a-Data-Grid-With- Data- just doesn't work for me. answer file Select iTunes text file: put it into theFile put true into firstLineContainsHeaders set the dgText

Re: dgText [true] question?

2009-05-05 Thread Jim Lambert
On May 5, 2009, at 10:00 AM, use-revolution-requ...@lists.runrev.com wrote: When pFirstLineContainsHeaders is false then the data grid will try to create enough columns to display at least the first row of your data. I realize this is inconsistent but the false behavior was done in the

Re: dgText [true] question?

2009-05-04 Thread Jim Lambert
This script from tutorial 3389-How-Do-I-Populate-a-Data-Grid-With- Data- just doesn't work for me. answer file Select iTunes text file: put it into theFile put true into firstLineContainsHeaders set the dgText [firstLineContainsHeaders] of group DataGrid 1 to URL

dgText [true] question?

2009-04-24 Thread David Bovill
For some reason this is not working for me when the first line of the text data contains titles as tab delimited text. set the dgText [true] of grp 1 of stack Test to tabbedText The table displays nothing (empty), while: set the dgText of grp 1 of stack Test to tabbedText displays the full

Re: dgText [true] question?

2009-04-24 Thread Trevor DeVore
On Apr 24, 2009, at 7:25 AM, David Bovill wrote: I'm thinking that I may be using an older version of Data Grid? I don't see a uRIP version for the groups or a version property of the grids? How do I check which version I have installed and if it is the latest? put the uRIP[version] of

Re: dgText [true] question?

2009-04-24 Thread David Bovill
OK - thanks. Don't you think a uRIP version for the actual group makes sense? How else can we tell if a data grid needs / can be updated to a newer version in the future - or are you that sure that everything can be updated with good behavior :) Hmmm.. runing 1.0.0.2 and: set the dgText [true]

Re: dgText [true] question?

2009-04-24 Thread Trevor DeVore
On Apr 24, 2009, at 10:20 AM, David Bovill wrote: Don't you think a uRIP version for the actual group makes sense? How else can we tell if a data grid needs / can be updated to a newer version in the future - or are you that sure that everything can be updated with good behavior :) I

Re: dgText [true] question?

2009-04-24 Thread David Bovill
2009/4/24 Trevor DeVore li...@mangomultimedia.com Do the columns in your header exist in the table? If you pass in true the data grid will not try to create the columns. It assumes the columns are created already. Yes - that's the issue. So now I'm trying to name the columns: set the uProps

Re: dgText [true] question?

2009-04-24 Thread Trevor DeVore
On Apr 24, 2009, at 2:13 PM, David Bovill wrote: Yes - that's the issue. So now I'm trying to name the columns: set the uProps [columns] of the rev_DataGrid of me to columnNames Use dgProps here. works, but Im not clear on the internal workings, so some things go wrong. Fo instance trying