Post
by thomas.uttendorfer » 19 Aug 2009, 15:13
Posted by: Thomas Uttendorfer
Hi folks,
we found the answer in another case ("How to display form windows and cotrols..." in this forum):
Just call RefreshLibraries() after loading the .app-file.
Then we get the real fontname, width, height, etc.
Only in some cases we got "Default" (for FontName) or "None" (for FontEnhancement)
- which we replaced "manually" with "MS Sans Serif" or 0.
Regards Thomas
Hi folks,
we are new to CDK and have a newbee-question:
1) When we use
cWindow.GetAttributeX( CDK_IT_FontSize )
for an item we get "default" although the item is set to "class default".
Why is that so?
2) If we get "default" or (hopefully) "class default":
How can we determin the value behind the default?
Kind regards
Thomas