Search found 162 matches

by Zryip TheSlug
Tue Apr 10, 2018 11:24 pm
Forum: Data Grid Helper
Topic: DataGrid Helper 2.5 Preview
Replies: 22
Views: 24361

Re: DataGrid Helper 2.5 Preview

Paul,

I'm still in the process to improve DGH, to test it and to provide a convenient documentation before the final release.

I've just finished to add a "Columns Picker" working with the new "Search / find" feature.
by Zryip TheSlug
Sat Mar 10, 2018 10:58 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: HTML in DataGrids
Replies: 2
Views: 2425

Re: HTML in DataGrids

Because nobody answers to my post, I searched by myself... Probably because you was not in the right place for posting your question. :) This part of the forum is the place for questions about the "Data Grid Helper" Plugin, a commercial product for interfacing datagrids. Anyway, I just seen your qu...
by Zryip TheSlug
Thu Feb 15, 2018 12:05 am
Forum: Data Grid Helper
Topic: DataGrid Helper 2.5 Preview
Replies: 22
Views: 24361

Re: DataGrid Helper 2.5 Preview

Sure looks really cool, already can see how I could use it... :idea: :wink: ..if then condition ...Col1 = Col2 + Col3 possible ? ..and count too ?! (number of items in a column based on criteria count text, count numbers, count empty space., null...) This is something to consider, but I have not th...
by Zryip TheSlug
Wed Feb 14, 2018 12:09 am
Forum: Data Grid Helper
Topic: DataGrid Helper 2.5 Preview
Replies: 22
Views: 24361

Re: DataGrid Helper 2.5 Preview

The next challenge of DGH is to come with a convenient interface for implementing calculation. In our Lab we have prepare script for supporting simple formulae and for doing grand total using functions such as sum, max, min and average. https://lh3.googleusercontent.com/-dhwmXFToeoA/WoNsBFeHgDI/AAAA...
by Zryip TheSlug
Wed Feb 14, 2018 12:01 am
Forum: Data Grid Helper
Topic: DataGrid Helper 2.5 Preview
Replies: 22
Views: 24361

Re: DataGrid Helper 2.5 Preview

The DGH 2.5 is still in progress. The "Action Scripts" are now fully implemented in DGH: https://lh3.googleusercontent.com/-gXcRqZwfWSY/WoNr6OO06WI/AAAAAAAAAe4/Af8UDulMbzkJ8HYU72O_kEh0leftsCivwCJoC/w530-h315/DGH%2BFind%2BAction.png One can select a field in a project, and then DGH is installing a re...
by Zryip TheSlug
Fri Feb 09, 2018 11:05 pm
Forum: Data Grid Helper
Topic: DataGrid Helper 2.5 Preview
Replies: 22
Views: 24361

Re: DataGrid Helper 2.5 Preview

Hi Teriibi, For clarifying things a bit. 1. Data Grid Helper is a commercial Plugin for customizing near all of the aspects of a datagrid from properties (color, line height, etc) to templates (adding fields, checkboxes, buttons in datagrid rows). It contains ready to use scripts such one for reorde...
by Zryip TheSlug
Thu Feb 01, 2018 11:17 pm
Forum: Data Grid Helper
Topic: DataGrid Helper 2.5 Preview
Replies: 22
Views: 24361

Re: DataGrid Helper 2.5 Preview

Another feature we are working on for the 2.5 version, is a script for finding text inside a datagrid:

Image
by Zryip TheSlug
Tue Jan 30, 2018 12:44 am
Forum: Data Grid Helper
Topic: DataGrid Helper 2.5 Preview
Replies: 22
Views: 24361

Re: DataGrid Helper 2.5 Preview

In the DGH's Header Editor, we have included the possibility to use a widget instead of the classical sort arrow icon.

Here is a preview of the result:

Image
by Zryip TheSlug
Sat Jan 27, 2018 9:31 pm
Forum: Data Grid Helper
Topic: DataGrid Helper 2.5 Preview
Replies: 22
Views: 24361

Re: DataGrid Helper 2.5 Preview

In addition to the new DGH's header editor we think developers must have the possibility to keep an hand on the header of each column by code, even if DGH is not present (for example in the standalone), so we have defined a couple of properties for doing that. Here is sample of some available parame...
by Zryip TheSlug
Wed Jan 24, 2018 12:42 am
Forum: Data Grid Helper
Topic: DataGrid Helper 2.5 Preview
Replies: 22
Views: 24361

Re: DataGrid Helper 2.5 Preview

Wow, very nice!! I am very much looking forward to this update :D Thanks Paul! :) Now, a quick word about datagrid headers customization. We still have work to do on this but, basically here is the result we are expecting by allowing to customize datagrid headers: - checkbox headers - images header...
by Zryip TheSlug
Sun Jan 21, 2018 10:28 pm
Forum: Data Grid Helper
Topic: DataGrid Helper 2.5 Preview
Replies: 22
Views: 24361

Re: DataGrid Helper 2.5 Preview

Thanks Richard. :) We have now the new template editor fully working with datagrid forms. Here is an example of customization into the new datagrid 2 control. https://lh3.googleusercontent.com/-xf_uK_rS6no/WmUBmtD_78I/AAAAAAAAAbI/fRdOpwU5-hQD1C4x_sJbREfaEhoqcG8EgCJoC/w610-h244/Capture%2Bd%25E2%2580%...
by Zryip TheSlug
Thu Jan 18, 2018 11:35 pm
Forum: Data Grid Helper
Topic: Hiding column data ....but how to hide Column itself ?
Replies: 2
Views: 5602

Re: Hiding column data ....but how to hide Column itself ?

Assuming you are in the right forum and you are using the selecting column script of the DGH plugin:

Code: Select all

on mouseUp
   local tColumnToHide
   
   put the dghSelectedColumnName of grp "datagrid 1" into tColumnToHide
   set the dgColumnIsVisible[tColumnToHide] of grp "datagrid 1" to false
end mouseUp
by Zryip TheSlug
Mon Jan 15, 2018 12:06 am
Forum: Data Grid Helper
Topic: DataGrid Helper 2.5 Preview
Replies: 22
Views: 24361

DataGrid Helper 2.5 Preview

Dear DGH Users, We are working hard on a new DGH version, supporting the datagrid 2 control and adding new features. Here is a list of the features we are adding for this next release: 1. Datagrid tables: - possibility to change the sort icon of the datagrid - capability to custom the header of a co...
by Zryip TheSlug
Sun Jan 14, 2018 11:47 pm
Forum: Data Grid Helper
Topic: DGH 2.1 is compatible with LC 8.x
Replies: 11
Views: 12720

Re: DGH 2.1 is compatible with LC 8.x

Klaus wrote:
Fri Jan 05, 2018 9:38 pm
Hi Zyrip,
Zryip TheSlug wrote:
Fri Jan 05, 2018 9:29 pm
I'm actually working on a major version of DGH ...
a "Klaus Major Signature" version?
Cool, mucho flattered, you are too kind! :D

Best

Klaus
Haha Klaus :)
by Zryip TheSlug
Fri Jan 05, 2018 9:29 pm
Forum: Data Grid Helper
Topic: DGH 2.1 is compatible with LC 8.x
Replies: 11
Views: 12720

Re: DGH 2.1 is compatible with LC 8.x

I'm actually working on a major version of DGH supporting datagrids 2 and containing new features.

The columns issue inside the DGH properties palette will be sorted out definitively.

Go to advanced search