Hello to everyone,
I need to create a memory device with a content of a dialog window.
There was an old thread https://forum.segger.com/index.php/Thread/8148-get-data-pointer-in-window/ and undocumented function GUI_MEMDEV_CreateWindowDevice() was mentioned there.
When I use that function I get a memory device with a content of a parent window.
But how to get a memory device with a content of a whole dialog with all child widgets?
Of course we can use WM_ForEachDesc() with GUI_MEMDEV_CreateWindowDevice() for all descendants and "collect" such a content in a one device.
But maybe there is a more simple way to do this.
Thanks.
I need to create a memory device with a content of a dialog window.
There was an old thread https://forum.segger.com/index.php/Thread/8148-get-data-pointer-in-window/ and undocumented function GUI_MEMDEV_CreateWindowDevice() was mentioned there.
When I use that function I get a memory device with a content of a parent window.
But how to get a memory device with a content of a whole dialog with all child widgets?
Of course we can use WM_ForEachDesc() with GUI_MEMDEV_CreateWindowDevice() for all descendants and "collect" such a content in a one device.
But maybe there is a more simple way to do this.
Thanks.
Regards,
Anthony
Anthony