Posted 18 years ago
by MichaelEhlert
-
Boll und Partner Software GmbH
Hi everybody,
i tried using the FontFamily and FontSize Comboboxes on my ribbon window. If the boxes are enabled (keyboard focus is set to an extended richtextbox) it takes a long time until the user can open the drop down list. I guess the enumeration of available fonts takes some time... during this enumeration my UI gets frozen, sometimes i get the message (.. is not respondig). Well, i called this.mnuFontFamily.RefreshFontFamilies(); as last statement in my OnLoaded event handler of the ribbon window, but got no effect (#items is still 0 after the refresh).
Any idea for speeding that up or doing a one time initialisation?
Michael
i tried using the FontFamily and FontSize Comboboxes on my ribbon window. If the boxes are enabled (keyboard focus is set to an extended richtextbox) it takes a long time until the user can open the drop down list. I guess the enumeration of available fonts takes some time... during this enumeration my UI gets frozen, sometimes i get the message (.. is not respondig). Well, i called this.mnuFontFamily.RefreshFontFamilies(); as last statement in my OnLoaded event handler of the ribbon window, but got no effect (#items is still 0 after the refresh).
Any idea for speeding that up or doing a one time initialisation?
Michael
The latest build of this product (v24.1.4) was released 1 month ago,
which was after this thread was created.