-
Notifications
You must be signed in to change notification settings - Fork 226
Home
不在乎y edited this page Jul 11, 2022
·
41 revisions
Chinese document | Sponsored list |
-
为什么限制最低Go1.9(Why limit the minimum Go1.9)
- 1、因为Go1.9开始引入了
类型别名
的语法,使用别名可以减少很多类型的强转问题。(Because Go1.9 began to introduce the syntax oftype aliases
, using aliases can reduce many types of strong rotation problems.) - 2、又间接使用了Go1.8开始支持的
sync.Map
简化代码。(Indirectly, thesync.Map
simplified code that Go1.8 started to support was used.)
- 1、因为Go1.9开始引入了
- Linux Mint 17下最小化托盘后(隐藏了主窗口),主窗口不能显示出来
- MacOS及Linux下
TPageControl
隐藏TabVisible
后不能显示(看官方说明是因为没办法支持,所以无解吧)。 - Linux不能正确设置资源窗口中Form的
Position
(解决办法:通过手动调用Form.ScreenCenter()
方法来设置)。 - MacOS下
TCheckListBox
禁用不生效。 - MacOS下cocoa组件库
TCustomButton
不能设置高度问题。 - (也许不是bug吧,搞不清楚)liblcl下的
TStringGrid
和TDrawGrid
控件SetRowCount
初始时要不就不调用,要不就设置为1行,这个问题是从2.0版本开始的,看了源代码里面将0改为1了,不然就会报"FixedRows can't be > RowCount"。 - MacOS下cocoa组件库
TForm.WindowState
获取无效,IsZoomed
无效。 - MacOS下cocoa组件库
TListItem.MakeVisible
不生效。 - MacOS下cocoa组件库
TProgressBar
不能竖方向。
- TJumpList组件的CustomCategories在windows10的某些版本出现了异常。
- TTaskbar组件DoThumbPreviewRequest,当启用了TabProperties的CustomizedPreview值时会错误,不能设置成功。
如有错误请留言指出。