Difference between revisions of "LCL status"
Jump to navigation
Jump to search
(→Status of native controls on each widgetset: Testcodes for panel anc checkbox added) |
|||
| Line 20: | Line 20: | ||
|TCheckListBox||class="not"|Not Implemented||class="unknown"|unknown | |TCheckListBox||class="not"|Not Implemented||class="unknown"|unknown | ||
|---- | |---- | ||
| − | |TComboBox||class="working"|Working||class="partial"|partial | + | |TComboBox||class="working"|Working||class="partial"|partial || TestCode[https://github.com/alb42/fpc-tests/tree/master/lcl/ComboBox] |
|---- | |---- | ||
|TEdit||class="working"|Working||class="partial"|partial | |TEdit||class="working"|Working||class="partial"|partial | ||
| Line 46: | Line 46: | ||
|TPairSplitter||class="not"|Not Implemented||class="unknown"|unknown | |TPairSplitter||class="not"|Not Implemented||class="unknown"|unknown | ||
|---- | |---- | ||
| − | |TPanel||class="working"|Working||class="partial"|partial | + | |TPanel||class="working"|Working||class="partial"|partial || TestCode[https://github.com/alb42/fpc-tests/tree/master/lcl/Panel] |
|---- | |---- | ||
|TPopupMenu||class="not"|Not Implemented||class="unknown"|unknown | |TPopupMenu||class="not"|Not Implemented||class="unknown"|unknown | ||
| Line 68: | Line 68: | ||
|TStatusBar||class="not"|Not Implemented||class="unknown"|unknown | |TStatusBar||class="not"|Not Implemented||class="unknown"|unknown | ||
|---- | |---- | ||
| − | |TToggleBox||class="not"|Not Implemented||class=" | + | |TToggleBox||class="not"|Not Implemented||class="partial"|partial |
|---- | |---- | ||
|TTrackbar||class="not"|Not Implemented||class="unknown"|unknown | |TTrackbar||class="not"|Not Implemented||class="unknown"|unknown | ||
Revision as of 22:10, 16 October 2014
Note: fpgui copied from official LCL Roadmap [1]
Status of native controls on each widgetset
Native controls are TWinControl descendants which do not descend from TCustomControl.
| Component | fpgui | MUI/Zune | Test |
|---|---|---|---|
| TBitBtn | Not Implemented | unknown | |
| TButton | Working | partial | TestCode[2] |
| TCalendar | Not Implemented | unknown | |
| TCheckBox | Working | partial | |
| TCheckGroup | Not Implemented | unknown | |
| TCheckListBox | Not Implemented | unknown | |
| TComboBox | Working | partial | TestCode[3] |
| TEdit | Working | partial | |
| TForm | Working | partial | |
| TGroupBox | Working | partial | |
| TIdleTimer | Not Implemented | unknown | |
| TImageList | Not Implemented | unknown | |
| TListBox | Working | partial | |
| TListView | Not Implemented | partial | |
| TMainMenu | Working | partial | |
| TMemo | Working | partial | |
| TMenuItem | Working | partial | |
| TPageControl and TTabSheet | Not Implemented | unknown | |
| TPairSplitter | Not Implemented | unknown | |
| TPanel | Working | partial | TestCode[4] |
| TPopupMenu | Not Implemented | unknown | |
| TProgressBar | Working | unknown | |
| TRadioButton | Working | partial | |
| TRadioGroup | Not Implemented | unknown | |
| TScrollBar | Not Implemented | unknown | |
| TScrollBox | Not Implemented | unknown | |
| TSpinEdit | Not Implemented | unknown | |
| TSplitter | Not Implemented | unknown | |
| TStaticText | Not Implemented | partial | |
| TStatusBar | Not Implemented | unknown | |
| TToggleBox | Not Implemented | partial | |
| TTrackbar | Not Implemented | unknown | |
| TTrayIcon | Not Implemented | unknown |
Status of dialogs on each widgetset
| Component | fpgui | MUI/Zune |
|---|---|---|
| LCLIntf.MessageBox | Working | partial |
| Application.MessageBox, MessageDlg, LCLIntf.PromptUser | Working | partial |
| LCLIntf.AskUser | Not Implemented | partial |
| TColorDialog | Not Implemented | unknown |
| TFontDialog | Not Implemented | unknown |
| TOpenDialog | Working | partial |
| TPrinterSetupDialog | Not Implemented | unknown |
| TSaveDialog | Working | partial |
Status of TCustomControl based controls on each widgetset
Note that being a TCustomControl descendant does not guarantee that a control has no widgetset implementation. TArrow has it, although it has a good default implementation. TNotebook is fully implemented in the LCL.
| Component | fpgui | MUI/Zune |
|---|---|---|
| TArrow | Not Implemented | unknown |
| TNoteBook | Not Implemented | unknown |
| TUpDown | Not Implemented | unknown |
| TStringGrid | Not Implemented | unknown |
| TDrawGrid | Not Implemented | unknown |
| TToolBar | Not Implemented | unknown |
| TTreeView | Not Implemented | unknown |
| TValueListEditor | Not Implemented | unknown |
Status of TGraphicControl based controls on each widgetset
Note: These are for LCL wrapped components only, not for the specific GUI toolkit features itself.
| Component | fpgui | MUI/Zune |
|---|---|---|
| TBevel | Not Implemented | unknown |
| TLabel | Not Implemented | unknown |
| TShape | Not Implemented | unknown |
| TSpeedButton | Not Implemented | unknown |
| TPaintBox | Not Implemented | unknown |
| TImage | Not Implemented | unknown |