HMT: .net application: native use of directX graphics.
Eschaton: cross platform, OSX based: has to render directX graphics in code.
Scrolling controls seem to freeze because they are loading a lot of data all at once and dynamically creating the controls (the equivalent of creating a new window for each control). Classic controls only load data as needed and only create a single control at a time so they can be a faster alternative.
As for explicit bitmaps... wow. I guess I forgot the piece of code that enabled that preference write. Apologies. A work around until the update is to go into the data folder preferences.xml and edit this:
Code: Select all
<item name="explicit_bitmap" value="false"/>
Code: Select all
<item name="explicit_bitmap" value="true"/>