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:
 +
==Interfaces==
 +
*[[Lazarus known issues (things that will never be fixed)]] - A list of interface compatibility issues
 +
*[[Win32/64 Interface]] - The winapi interface for Windows 95/98/Me/2K/XP/Vista, but not CE
 +
*[[GTK2 Interface]] - The gtk2 for Unixes, Mac OS X, Windows
 +
*[[Carbon Interface]] - The Carbon Interface for Mac OS X
 +
*[[Qt Interface]] - The Qt 4 Interface for Unixes, Mac OS X and linux-based PDAs
 +
*[[Windows CE Interface]] - For Pocket PC and Smartphones
 +
*[[fpGUI Interface]] - A widgetset completely written in Object Pascal
 +
 
== Win32/Win64 issues ==
 
== Win32/Win64 issues ==
  

Revision as of 14:53, 31 January 2008

Interfaces

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