Difference between revisions of "Lazarus known issues (things that will never be fixed)"

From Free Pascal wiki
Jump to navigationJump to search
Line 1: Line 1:
 
== Win32/Win64 issues ==
 
== Win32/Win64 issues ==
 +
 +
* TComboBox.Height - It's impossible to set an arbitrary size of a TComboBox under Windows. Use AutoSize to make sure the size is good on all platforms.
 +
 
== GTK 1 issues ==
 
== GTK 1 issues ==
  

Revision as of 18:58, 25 January 2008

Win32/Win64 issues

  • TComboBox.Height - It's impossible to set an arbitrary size of a TComboBox under Windows. Use AutoSize to make sure the size is good on all platforms.

GTK 1 issues

  • TTabSheet.TabVisible property. TabSheet under gtk1 can either be fully hiden (with Tab) or fully visible (with Tab). There is no posibility to show TabSheet without it tab. Look at gtk1 sources (gtknotebook.c) for details.

GTK 2 issues

Carbon issues

Go to Carbon_interface_issues.

QT issues

Win CE issues