![]() |
|||||||||||||||||
|
|
|||||||||||||||||
|
|
|||||||||
|
Delphi |
DELPHI DEVELOPER SUPPORT
Areas of concentration under: vcl
Area: vcl\core vcl classes Problem: TApplication::MessageBox is declared to have "char *" arguments for the first two parameters, rather than "const char *" arguments. This results in a type mismatch when I use a "const char *" value for those arguments. Workaround: In the Message Box call, const_cast < char* > (param) Area: vcl\docking Problem: If you try to dock three panels onto another panel you will get a divide by zero exception. Area: vcl\graphics Problem: The Ticon does not support any non Win3.1 Icon. I meen HiColor Icons and Iconfiles with more than one Iconsize. If I try to save a 256 or HiColor bitmap as an Icon the the colors are redurced to 16 color and only one icon is saved. Area: vcl\mdi support Problem: Having a MenuItem set as a WindowMenu with a list of MDI Children on it during runtime. The list disappears if any captions are changed (even if they aren't the captions of the list. They return if another child is added. Area: vcl\system controls\tmediaplayer Problem: Trying to run an AVI file with a 100 character long filename completely crashes Win 95 only (works fine on WinNT). Area: vcl\system controls\tmediaplayer Problem: The TMediaPlayer will not plave WAV files if the DeviceType is set to dtWaveAudio. Area: vcl\win 32 controls\trichedit Problem: if CoInitializeEx is called with COINIT_MULTITHREADED OR the CoInitFlags has been set to COINIT_MULTITHREADED and you have a form containing a richedit control the creation of the richedit control will fail. Workaround: If the user wants to use the RichEdit control in an multi-threaded OLE server, they can subclass the RichEdit, override CreateParams, and add ES_EX_NOCALLOLEINIT to the extended window style. Area: vcl\win 32 controls\ttreeview Problem: TreeView::StateImage property will not display the 0th element in the TImageList.NOTE: These listings are for informational use only. It is not intended for use when calling Borland's Developer Support Department. If you have any suggestions or complaints about these 'Delphi Enhancements and Fixes' pages, please contact the Delphi Administrator. This e-mail address is not intended for support issues. |
|
|
|
|||||
| Made in Borland® Copyright© 1994-2003 Borland Software Corporation. All rights reserved. Report Piracy, Legal Notices, Privacy Policy | |||||