Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
New info from the DevExpress support team - more clues to follow up...
First, I would like to note that the increase in memory usage when fonts are loaded happens because all existing font files are memory mapped and kept in memory while the corresponding process exists. This behavior is reproducible with the .NET FontFamily class without using our components. Once the FontFamily.Families property is accessed, the font files are mapped to memory. Even if the FontFamily.Families collection is disposed of, the memory-mapped files stay in memory. The operation system manages the removal of these files. So, if you delete items from the RepositoryItemFontEdit.Items collection, the free memory is not increased.
There's nothing that can be done unless they move away from the DevExpress controls and (in general) .NET's font handling, which is exceedingly unlikely.Has there been any further developments on this issue or is this considered an unsolvable issue for the time being?
Realm Works is a 32 bit application, ...
Migrating RW to 64-bit is something we've looked into, but we haven't actively pursued it yet. It will entail a fair bit of work to accomplish due to a few key factors. Ultimately, a 64-bit solution looks to be the best solution overall. However, we've been focused on getting the Content Market into place, so work on stuff like that has not yet been undertaken.
When Windows XP was the dominant desktop operating system. Not much choice there.Wait, what!?! Why? When did you start developing this?
32-bit Windows can still be found on new (but low-end) Windows laptops/tablets/convertibles. The processors support 64-bit, but they install 32-bit Windows because the devices only have 1-2 GB of RAM and very few applications are 64-bit only.Is anyone still using 32 bit processors?
Phew! Alright, maybe this will also do away with the image size restriction? *hopeful*