Re: Newbie Data Grid question

2009-12-16 Thread Andre.Bisseret
Bonjour, Le 16 déc. 09 à 06:12, Trevor DeVore a écrit : On Dec 16, 2009, at 12:04 AM, James Hurley wrote: It's okay, the Data Grid likes to be beta up on once and a while :-) As long as this is still in Beta, may I make a suggestion? Sorry, that was supposed to be beat not beta. :-o))

Re: Newbie Data Grid question

2009-12-16 Thread James Hurley
--- Message: 15 Date: Tue, 15 Dec 2009 18:52:52 -0800 From: Jim Ault jimaultw...@yahoo.com Subject: Re: Newbie Data Grid question To: How to use Revolution use-revolution@lists.runrev.com Message-ID: d39498b1-d005-477d-9b52-044d9dae6...@yahoo.com Content-Type: text/plain

Re: Newbie Data Grid question

2009-12-15 Thread Andre.Bisseret
Bonjour Jim, Trevor and others on this thread ;-) Le 14 déc. 09 à 19:11, James Hurley a écrit : ... Trevor (and Andre.Bisseret), Thanks you for the very thoughtful reply(s). It is heartening to see something defended by its parent. My sincere apologies for treating your offspring in such a

Re: Newbie Data Grid question

2009-12-15 Thread Jim Ault
One valuable technique for understanding the DataGrid inner workings. In Rev, choose the pointer tool, click on a data grid, then go the inspector, choose 'custom properties' from the drop down, and now check out the property sets. You should see dgProps and dgCache Note all the properties

Re: Newbie Data Grid question

2009-12-15 Thread stephen barncard
One bit of confusion for me is that there is no dgText property set visible here. The syntax probably a setprop handler. - Stephen Barncard San Francisco http://houseofcubes.com/disco.irev 2009/12/15 Jim Ault jimaultw...@yahoo.com One valuable technique for

Re: Newbie Data Grid question

2009-12-15 Thread James Hurley
Message: 2 Date: Mon, 14 Dec 2009 13:19:43 -0500 From: Trevor DeVore li...@mangomultimedia.com Subject: Re: Newbie Data Grid question To: How to use Revolution use-revolution@lists.runrev.com Message-ID: 2489afec-40f1-4057-88dd-e8fa53559...@mangomultimedia.com Content-Type: text/plain; charset

Re: Newbie Data Grid question

2009-12-15 Thread Trevor DeVore
On Dec 16, 2009, at 12:04 AM, James Hurley wrote: It's okay, the Data Grid likes to be beta up on once and a while :-) As long as this is still in Beta, may I make a suggestion? Sorry, that was supposed to be beat not beta. (Does anyone ever let the possibility of the answer be no stop

Re: Newbie Data Grid question

2009-12-14 Thread Andre.Bisseret
Le 13 déc. 09 à 22:10, James Hurley a écrit : Bonjour, Le 13 déc. 09 à 19:53, James Hurley a écrit : I am just getting into data grid fields and can't find first base. I can't find anything on data grids in the Dictionary. Is this coming? You could download the manual at :

Re: Newbie Data Grid question

2009-12-14 Thread Andre.Bisseret
Bonjour (again :-) Jim, Waiting for an answer from Trevor about the mystery of pFirstLineContainsHeaders ;-)) the following is a possible substitute : put name cr color cr shape into myHeaders set the dgProp[columns] of grp Dgrid to myHeaders -- set the column names ##or set the

Re: Newbie Data Grid question

2009-12-14 Thread Trevor DeVore
On Dec 13, 2009, at 4:10 PM, James Hurley wrote: Yes the columns already exist. If I set pFirstLineContainsHeaders to false, the field is populated with data but the columns are set to Col 1, Col 2 etc. If I then set set pFirstLineContainsHeaders to true (with the columns already set to

Re: Newbie Data Grid question

2009-12-14 Thread Trevor DeVore
On Dec 14, 2009, at 5:11 AM, Andre.Bisseret wrote: Your are right ; I just made a new stack with a data grid dGrid and a field source created the columns manually in the inspector (col 1, col 2 etc) In the field, the first tab delimited line includes the names for the columns. Then set

Re: Newbie Data Grid question

2009-12-14 Thread Andre.Bisseret
Bonjour Trevor, Le 14 déc. 09 à 15:02, Trevor DeVore a écrit : On Dec 14, 2009, at 5:11 AM, Andre.Bisseret wrote: Your are right ; I just made a new stack with a data grid dGrid and a field source created the columns manually in the inspector (col 1, col 2 etc) In the field, the first tab

Re: Newbie Data Grid question

2009-12-14 Thread Trevor DeVore
On Dec 14, 2009, at 12:03 PM, Andre.Bisseret wrote: The syntax isn't correct in this example. It should be: set the dgText[true] of group Dgrid to tData I just tested to verify that using the correct syntax does work - and it does :-) I just tried this syntax but without success! Here,

Re: Newbie Data Grid question

2009-12-14 Thread James Hurley
Message: 27 Date: Mon, 14 Dec 2009 08:58:13 -0500 From: Trevor DeVore li...@mangomultimedia.com Subject: Re: Newbie Data Grid question To: How to use Revolution use-revolution@lists.runrev.com Message-ID: 4392d851-15e4-48f7-83fb-d04224a70...@mangomultimedia.com Content-Type: text/plain; charset

Re: Newbie Data Grid question

2009-12-14 Thread Trevor DeVore
On Dec 14, 2009, at 1:11 PM, James Hurley wrote: It is heartening to see something defended by its parent. My sincere apologies for treating your offspring in such a quick and dirty fashion :-) It's okay, the Data Grid likes to be beta up on once and a while :-) The Data Grid is such a

Newbie Data Grid question

2009-12-13 Thread James Hurley
I am just getting into data grid fields and can't find first base. I can't find anything on data grids in the Dictionary. Is this coming? Following the tutorial I tried the following: put field data into tData --This is a tab delimited text field with the first line being the column names

Re: Newbie Data Grid question

2009-12-13 Thread william humphrey
I noticed that the column headings aren't automatically set when you load the datagrid with data. I manually set the column names and then when I loaded the data in (using a different method with ) I put in the column headings exactly as I had manually named them. It turned out that later, when

Re: Newbie Data Grid question

2009-12-13 Thread Andre.Bisseret
Bonjour, Le 13 déc. 09 à 19:53, James Hurley a écrit : I am just getting into data grid fields and can't find first base. I can't find anything on data grids in the Dictionary. Is this coming? You could download the manual at :

Re: Newbie Data Grid question

2009-12-13 Thread James Hurley
Bonjour, Le 13 déc. 09 à 19:53, James Hurley a écrit : I am just getting into data grid fields and can't find first base. I can't find anything on data grids in the Dictionary. Is this coming? You could download the manual at :

Re: Data Grid Question

2009-11-21 Thread Jan Schenkel
--- On Fri, 11/20/09, RevList revl...@createchsol.com wrote: I have to admit that I do not use the Data Grid often enough to be comfortable with it, and I have problems finding how to do things. I have a simple 3 column table style datagrid and I populate the first two columns though a

Re: Data Grid Question

2009-11-21 Thread Trevor DeVore
On Nov 21, 2009, at 5:09 AM, Jan Schenkel wrote: The parameter sent to FillInData, pData, is an array with one element for each column name. So assuming your second column is named Foobar, then your FillInData handler would look something like: ## on FillInData pData set the text of

Data Grid Question

2009-11-20 Thread RevList
I have to admit that I do not use the Data Grid often enough to be comfortable with it, and I have problems finding how to do things. I have a simple 3 column table style datagrid and I populate the first two columns though a SQLite database. No problem. I would like to run a calculation on the

Re: data grid question

2009-07-02 Thread Paul Gabel
Is there a Mac-compatible link? The .wmv link got me a bunch of TextEdit garbage. Thanks. On Jun 23, 2009, at 8:23 AM, Bernard Devlin wrote: forgot the link: http://www.runrev.com/offers/webinar-2009-03-26/data-grid-webinar.wmv Paul Gabel ___

Re: data grid question

2009-07-02 Thread Sarah Reichelt
On Fri, Jul 3, 2009 at 9:26 AM, Paul Gabelpaulga...@comcast.net wrote: Is there a Mac-compatible link? The .wmv link got me a bunch of TextEdit garbage. Thanks. On Jun 23, 2009, at 8:23 AM, Bernard Devlin wrote: forgot the link:

Re: data grid question

2009-06-23 Thread Bernard Devlin
Hi Joe, Did you watch the first webinar on the DataGrid? I think that is by far the easiest way to grasp why the DataGrid is useful. Basically, the DataGrid serves to style the presentation of rows of complex data. One's options for doing this in Rev go (in increasing power and complexity)

Re: data grid question

2009-06-23 Thread Joe Lewis Wilkins
Hi Bernard, Though I appreciate everything you said, having NOT watched the first webinar for a number of reasons as I recall, it would still be a great help to know the foundation upon which DG works. I found in my earliest years studying mathematically subjective subjects that, rather

Re: data grid question

2009-06-23 Thread Bernard Devlin
Here it is Joe. I think it is the best explanation of what the DG provides. In fact, if you're not particularly wanting to use a DG in an application, I wouldn't concentrate too hard on the details in the webinar. Just watch what can be achieved through using the DG. Bernard On Tue, Jun 23,

Re: data grid question

2009-06-23 Thread Bernard Devlin
forgot the link: http://www.runrev.com/offers/webinar-2009-03-26/data-grid-webinar.wmv On Tue, Jun 23, 2009 at 4:23 PM, Bernard Devlinbdrun...@gmail.com wrote: Here it is Joe.  I think it is the best explanation of what the DG provides.  In fact, if you're not particularly wanting to use a DG

Re: data grid question

2009-06-23 Thread Trevor DeVore
On Jun 23, 2009, at 11:23 AM, Bernard Devlin wrote: forgot the link: http://www.runrev.com/offers/webinar-2009-03-26/data-grid-webinar.wmv Thanks for posting that Bernard. The link to this webinar, as well as links to additional materials are available in the sidebar of the manual:

data grid question

2009-06-22 Thread Joe Lewis Wilkins
I've not even considered using the datagrid control, but I've noticed an awful lot of traffic regarding it on this list. Since, once I understand how something really works, I've wondered if a description of the concept behind datagrid has been provided. Probably a real stupid question,