07-27-2022, 04:29 PM
(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

