Type: info
         Title: resource compiler: support for AutoVScroll and 
Top/VCenter/Bottom
     Posted by: [EMAIL PROTECTED]
      Affected: -
Effective from: CWS odbmacros2


*Summary*
--------
- class MultiLineEdit:
  AutoVScroll = BOOL;
- classes FixedText:, PushButton, RadioButton, CheckBox
  Top = BOOL;
  VCenter = BOOL;
  Bottom = BOOL;

*Description*
-------------
The resource compiler has been extended so it now supports the
above-mentioned additional settings.

The new attributes map to the window bits WB_AUTOVSCROLL, WB_TOP,
WB_VCENTER, WB_BOTTOM, respectively.

Note that when using these attributes, the same restrictions apply as
when setting the respective window bits at runtime. For instance,
WB_AUTOVSCROLL is supported for read-only multi line edits only, and
top/vcenter/bottom are mutually exclusive.


Send feedback to [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to