Probably, fixed now. But, probably, it will move to another place
2025-04-22 16:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
2025-04-15 14:45 UTC+0300 Alexander Kresin <alex@belacy.ru>
It looks like z[nCol] or y[nCol] are out of array range. Check the nCol value and array structure - just add the hwg_writelog() calls to the onHeadClick()
2025-04-15 10:00 UTC+0300 Alexander Kresin <alex@belacy.ru>
Wilfried, we don't need any additional method to redraw the image, because we have already :Refresh() method of a parent hcWindow class. simply othumb:Refresh() no more, no less. So, please, remove this ReplMsg()
The second parameter is optional. If it is .T., the image if from resources.
Alain. the problem is in your code. Look at your thumbnail() function - you create a new BITMAP widget every time instead of replace the bitmap in a widget. which already exists. All you need is to use :ReplaceBitmap() method for this.