Search found 162 matches

by Zryip TheSlug
Tue Apr 18, 2023 10:31 am
Forum: Data Grid Helper
Topic: DGH regression under LC 9.6.9rc2?
Replies: 2
Views: 2310

Re: DGH regression under LC 9.6.9rc2?

Dear Paul

I'm not aware of such a behavior.

Tests done recently with 9.6.9. And with LC 10.0.0 dp for my own purposes.

Will check LC9.6.9rc2 when possible and got back here.
by Zryip TheSlug
Tue Apr 18, 2023 10:27 am
Forum: Data Grid Helper
Topic: DGH 2.6.0 Released
Replies: 3
Views: 28833

Re: DGH 2.6.0 Released

Dear Paul, Sorry for the late answer, it is the first time I'm going on the forum this year. Better prefer to contact me directly by email for a quick response. Last available version on the website is actually 2.6.0 You can get this version by using the updater included in DGH (Preferences blue but...
by Zryip TheSlug
Sat Aug 29, 2020 10:05 am
Forum: Using Externals
Topic: Excel Extension
Replies: 9
Views: 9394

Re: Excel Extension

An update to my previous post, because I have really the bad feeling that Richmond is trying to burn all the work provided on this Library. What would be the relation between the fact that someone is not able to express itself correctly, and the quality of his work? Why reduce the Excel Lib to just ...
by Zryip TheSlug
Wed Aug 26, 2020 6:36 pm
Forum: Using Externals
Topic: Excel Extension
Replies: 9
Views: 9394

Re: Excel Extension

Thanks a lot Richmond, for the kindness of your remarks. This is always a pleasure to be part of a tolerant community. Fortunately, with the Bernd's help, Emmanuel contacted me directly by email with his question, because I'm not reading the forum very often. And oddly, more I'm coming here, less I ...
by Zryip TheSlug
Thu Oct 17, 2019 3:31 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to update a cell in a Data Grid table?
Replies: 5
Views: 4045

Re: How to update a cell in a Data Grid table?

Hi Michael, You can update the content of a cell by using the SetDataOfIndex or SetDataOfLine commands of the datagrid API. Usage: 1. By using index reference SetDataOfIndex pIndex, pKey, pValue where pIndex if the index of the line, pKey is the name of the column and pValue is the value to update 2...
by Zryip TheSlug
Sat Oct 12, 2019 5:42 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Can't get data from a Data Grid
Replies: 25
Views: 12086

Re: Can't get data from a Data Grid

Hi Michael,

Note the DataGrid Helper plugin is capable of applying various Grand Total functions to a DataGrid

http://lessons.livecode.com/m/4068/l/85 ... l-function
by Zryip TheSlug
Wed Sep 18, 2019 7:40 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Getting values from Selected Datagrid row
Replies: 7
Views: 4882

Re: Getting values from Selected Datagrid row

This should work. Do your columns are named "id" and "client"? Don't confuse column name and column label. Try with a fresh datagrid and three new columns: Both codes: on selectionChanged local tLine, theDataA put the dghilitedline of me into tLine put the dgDataOfLine[tLine] of me into theDataA put...
by Zryip TheSlug
Tue Sep 17, 2019 5:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Getting values from Selected Datagrid row
Replies: 7
Views: 4882

Re: Getting values from Selected Datagrid row

Hi Gagsoft, Have a look to this lesson: http://lessons.livecode.com/m/datagrid/l/7313-how-do-i-get-data-associated-with-a-row-or-column Note the dghilitedline is returning the number of the selected line, not the content data of the corresponding row. You need to deal with the array notation for tha...
by Zryip TheSlug
Wed Sep 11, 2019 2:16 pm
Forum: Data Grid Helper
Topic: datagrid joy
Replies: 8
Views: 12878

Re: datagrid joy

Hi Zryip TheSlug I will try what you said. I presume that means that I should write the scripts for the buttons etc... in the fill in data script. Kind regards Paul Paul, What you are calling the FillInData script is the row behavior script of the datagrid form. This behavior script contains the Fi...
by Zryip TheSlug
Wed Sep 11, 2019 2:11 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Get value of Row Column in Datagrid
Replies: 9
Views: 5002

Re: Get value of Row Column in Datagrid

Another approach would consist in using the datagrid API http://lessons.livecode.com/m/datagrid/l/7313-how-do-i-get-data-associated-with-a-row-or-column put 1 into theLine put the dgDataOfLine[theLine] of group "European Currency Conversion table" into theDataA put theDataA["Column 41 "] into THE_VA...
by Zryip TheSlug
Thu Sep 05, 2019 8:22 pm
Forum: Data Grid Helper
Topic: datagrid joy
Replies: 8
Views: 12878

Re: datagrid joy

Paul, For datagrids, the strategy is to have all the scripts inside the row behavior. So instead to place your script in each buttons, you have to place it in the same location than the fillInData handler. Then for each button you have to test if this the right one and script the action it must do. ...
by Zryip TheSlug
Tue Sep 03, 2019 3:04 pm
Forum: Data Grid Helper
Topic: DGH 2.6.0 Released
Replies: 3
Views: 28833

DGH 2.6.0 Released

Dear DGH's Users, We have updated DGH. New: - Column header color and column color: - It is now possible to color column headers (label and background) and column. - The DGH_Properties script has changed to support columns colorization. - Intalling a default header behavior script is now including s...
by Zryip TheSlug
Tue Sep 03, 2019 12:32 pm
Forum: Data Grid Helper
Topic: blob images in datagrid
Replies: 7
Views: 9194

Re: blob images in datagrid

Hi Paul,

Data Grid Helper (DGH) is a third party plugin. For questions relative to the datagrid control itself, prefer the beginners or experienced users forums, you have more chance to get answers.
by Zryip TheSlug
Tue Sep 03, 2019 12:29 pm
Forum: Data Grid Helper
Topic: Resize items in Rows of Form
Replies: 3
Views: 19921

Re: Resize items in Rows of Form

Hi Hrcap,

Data Grid Helper (DGH) is a third party plugin. For questions relative to the datagrid control itself, prefer the beginners or experienced users forums, you have more chance to get answers.
by Zryip TheSlug
Thu Dec 27, 2018 7:33 pm
Forum: Data Grid Helper
Topic: Little bug with DGH 2.5
Replies: 8
Views: 48648

Re: Little bug with DGH 2.5

Hi Bill, Sorry for he delay. I should visit the forum more often... When an user is clicking onto the popup, DGH is just displaying a list of options created previously depending of the context. This is only when one is selecting an item than DGH is copying scripts or / and groups from the user's pr...

Go to advanced search