Looks like currently there are no way to dispose images/fonts and all created resources will be cached in the fan.fwt.Fwt. It's rapidly cause "No more handles" error on Windows when I'm trying to create a lot of unique images. Is there any way to handle this case?
Yuri Strot Tue 2 Nov 2010
Looks like currently there are no way to dispose images/fonts and all created resources will be cached in the fan.fwt.Fwt. It's rapidly cause "No more handles" error on Windows when I'm trying to create a lot of unique images. Is there any way to handle this case?
Thanks, Yuri
brian Tue 2 Nov 2010
Use
fwt::Desktop
:Yuri Strot Tue 2 Nov 2010
Thanks Brian! Missed this API.