Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IWGrid.RefreshAsyncRender
#7
(07-19-2022, 06:29 AM)Alexandre Machado Wrote: Not exactly that...

Please update to IW 15.2.63. It should fix this issue.

Please let me know how it goes.

Kind regards,

Hi Alexandre,

thanks for update: It works!

Another related question:

For example, a grid in a frame consists of 50 rows with 10 columns, with 5 of these columns each containing IWEdits:

Grid.Cell[R, C].Control:=TIWEdit.Create(Self);
TIWEdit(Grid.Cell[R, C].Control).SetParentComponent(IWFrameRegion);

If the value or a property of only two or three of these IWEdits is changed by the program, then, as I understand it, only one refresh of these changed IWEdits would be necessary:

TIWEdit(Grid.Cell[R, C].Control).RefreshAsyncRender;

Unfortunately, this does not work: The IWEdit is then outside the grid.

It works with Grid.RefreshAsyncRender.

However, the entire grid is updated with all the cells/controls it contains. That's not really performant. Right?


Do you remember my question about the EventParams?

Normally:
IWCOMBOBOX1_DIALOG4=0
IWEDIT1_DIALOG4=8888
IWMEMO1_DIALOG4=Hello
But:
IWCHECKBOX1_DIALOG4_CHECKBOX=off
IWSELECT1_DIALOG4_SELECT=0

Why are there these extensions?

Cheers
The way to success is always under construction ... but i see a light at the end of the tunnel  Idea Big Grin
Reply


Messages In This Thread
IWGrid.RefreshAsyncRender - by Lorbass - 07-14-2022, 03:58 PM
RE: IWGrid.RefreshAsyncRender - by Lorbass - 07-18-2022, 11:45 AM
RE: IWGrid.RefreshAsyncRender - by Lorbass - 07-27-2022, 04:29 PM
RE: IWGrid.RefreshAsyncRender - by Lorbass - 07-28-2022, 07:12 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)