Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
29246 Discussions

Adding background color to Comboboxes in Quickwin Applications

presser
Beginner
465 Views
Hello,
replacing the library DFLOGM with the XFLOGM-File from Mr. Dujic is an easy way to add color to the following:
  • text edit box (not rich edit)
  • Scroll bars
  • Buttons

I tried to extend the method to give background color to the edit-part in Dropdown Combo-Boxes which failed.Is it possible to do this? By the way, how can I get the latest version of this file?

Any help would be appreciated.

Thanks

0 Kudos
1 Reply
Jugoslav_Dujic
Valued Contributor II
465 Views

I've just checked this and it seems rather difficult to solve (I meanformyself, while it's even more difficult for user), because of the way how combo boxes work. (The solutionhas toinvolve combo box subclassing).

XFLOGM 1 (based on CVF DFLOGM code) can be found here. I more or less discontinued its development.

New version, XFLOGM 2 is part of XFT library, which can be found here. It offers some new stuff compared to 1, but this particular problem is not solved. I've noted it and I'll address it in a future release (only in 2.0, as it would be too difficult for 1.0).

Thanks for pointing it out,

Jugoslav

0 Kudos
Reply