windows control effects (OpenInsight 32-bit Specific)
At 06 APR 2004 05:05:14AM Chee Onn Wu wrote:
Can the sunken effect/look of an editline be canged?
If can, how?
At 06 APR 2004 05:10AM Chee Onn Wu wrote:
sorry for the wrong spelling.What i meant to type is "change".
Can the sunken effect/look of the edit line be change?
At 06 APR 2004 05:33AM The Sprezzatura Group wrote:
All style bits may be altered (STYLE property) as well as setting ENABLED to 0 or "-0". You may also remove the border.
What are you trying to achieve?
The Sprezzatura Group
World Leaders in all things RevSoft
At 06 APR 2004 05:42AM Chee Onn Wu wrote:
I have a form that have a few editline and edittable, the edittable col and row header as well as the grid lines have been removed.So what u get is a form with editline and edittable but their style are totally different.one is sunken and the other is flat.So i am asking is there a way to change it because i could not find it in the properties of both editline and the edittable.
The style property can be acces from where?Do i have to write any code?What are the available style?Any documentation on this?
Thanks
At 06 APR 2004 06:52AM The Sprezzatura Group wrote:
This is on the bug list for the edittable sorry
.
The STYLE property can be set - normally on the create event of a window or in a promoted event. The Style settings are documented at http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/editcontrols/abouteditcontrols.asp?frame=true#edit_types_styles
The Sprezzatura Group
World Leaders in all things RevSoft
At 06 APR 2004 09:19AM Donald Bakke wrote:
If you want to give the edittable a sunken look, one "trick" that is often used is to suround the edittable with a group box control that has no text and has been resized so all you see is the outer edge touching the flag edge of the edittable. This gives the edittable a reasonable 3D/etched edge.
dbakke@srpcs.com
At 07 APR 2004 03:37AM Chee Onn Wu wrote:
thank you for the info.