added win32 todos

git-svn-id: trunk@4303 -
This commit is contained in:
mattias 2003-06-24 09:57:01 +00:00
parent ebc88c752c
commit 9dea2912b1
2 changed files with 40 additions and 4 deletions

View File

@ -68,6 +68,12 @@ Contents:
TCheckGroup
State: working
TCheckListBox
State: working
TColorButton
State: working
TColorDialog
State: working
@ -137,6 +143,9 @@ Contents:
TPaintBox
State: working
TPairSplitter
State: working
TPanel
State: working
@ -266,11 +275,36 @@ Contents:
-------------------------------------------------------------------------------
1.5 win32 interface
State: Examples already works, IDE does not work. Most things implemented.
Needs debugging
Skills: Knowledge of LCL, win32 api
Difficulty: medium
General
State: Some examples already work, IDE does not work. Most things
implemented. Needs debugging
Skills: Knowledge of LCL, win32 api
Difficulty: medium
Menus
State: needs testing and proper implementation of menu item ids.
Skills: win32
Difficulty: medium
Form Sizes
State: form sizes are not honoured, they are often way too big.
Skills: win32
Difficulty: medium
TPromptDialog:
State: in these dialogs there is no text.
Skills: win32
Difficulty: medium
TBitBtn
State: no text
Skills: win32
Difficulty: medium
TTimers:
State: crash the application internally...application hangs.
Skills: win32
Difficulty: medium
===============================================================================

View File

@ -0,0 +1,2 @@
see the docs/TODO about the state of the win32 interface