I am using datawindow control titles for the first time and I notice that I get a pale blue background and a fain almost unreadable text for the title.
Is there a way to change the color and or fond characteristics of a datawindow control's title?
I am using datawindow control titles for the first time and I notice that I get a pale blue background and a fain almost unreadable text for the title.
Is there a way to change the color and or fond characteristics of a datawindow control's title?
Guess I'm back to making my own labels...Bummer
My STD framework turns Window and DC drag on and off. http://chrispollach.blogspot.com/2020/08/stdwsf.html
The object to look at is the "base Ancestor" for all DC's named: "vs_dc_master". There are tons of great things that are implemented in that ancestor control and you are welcome to assimilate anything you find that might be of use. The DC Title drag On/Off is controlled by the "ib_allow_object_moveable" boolean property. If you search on that, it will lead you to the "oe_left_mouse_move" user event where the code is implemented.
HTH
Regards ... Chris