Page 1 of 1

Conditioned image display in grill

Posted: Mon Nov 30, 2020 12:01 pm
by bend.zitouni
Hello,
I have 2 grids in the same format, in grid 2, there are 2 columns with images that I want to condition the display according to the data in grid 1, in the RPG program, I manage the display by indicator images when loading grids.
The problem I am having is in the last few lines where the images continue to be visible even though the indicator is * off.
This phenomenon occurs with pagination but not with the scrollbar.
I attach the screen and RPG codes.
Thanks for your help.

Re: Conditioned image display in grill

Posted: Mon Nov 30, 2020 12:23 pm
by Scott Klement
Hello bend.zitouni,

Please run your program so that, as you describe, the indicators are not working correctly. Then, while this screen is displayed, press Ctrl-F9 on your keyboard. This will download a file named json.txt. Please post that, here. It will allow us to re-run your screen.

I can't run it with the RPG/DDS you provided since these refer to database files that I do not have.

Re: Conditioned image display in grill

Posted: Mon Nov 30, 2020 1:11 pm
by bend.zitouni
Thanks Scott,
Here is the .json file as well as the screenshots of the event by pagination and by the scrollbar.

Re: Conditioned image display in grill

Posted: Mon Nov 30, 2020 1:43 pm
by Scott Klement
This appears to be a bug in the grid's paging routine. Please file a bug report with Profound Logic. To do that, you may e-mail support@profoundlogic.com

Re: Conditioned image display in grill

Posted: Mon Nov 30, 2020 2:13 pm
by bend.zitouni
Thanks Scott.

Re: Conditioned image display in grill

Posted: Mon Dec 07, 2020 6:11 am
by bend.zitouni
To share, here is the response from support:
We appreciate your patience with this support ticket. From testing with the screen that you sent to us, we noticed that you will need to make changes to your screen in order to get the behavior that you're looking for. It's important to note that paging links can only affect the grids that they are attached to. The SFL02 grid seems to be the grid that controls the paging on your screen, so you will will need to remove the paging controls from SFL01 and add them to SFL02. Doing this will allow your grids to page in 'sync' with one another when they are paged. Since there isn't much space for the 'Previous' and 'Next' links to fit within SFL02, you could use some custom CSS in order to hide them so that only the paging icons are displayed. It looks like your grid is using a custom CSS class named 'Rob01-grid', so you could probably add some custom styles there so that they are hidden.

We hope that this helps! Please let us know if you have any questions or concerns about this! We'll be happy to help.

Re: Conditioned image display in grill

Posted: Mon Dec 07, 2020 11:27 am
by Scott Klement
Apologies, it was my mistake thinking this was a bug... I did not look carefully enough.

Re: Conditioned image display in grill

Posted: Mon Dec 07, 2020 11:46 am
by bend.zitouni
Thanks Scott.