rlakinski Posted July 13, 2011 Posted July 13, 2011 I tried to set Font and TitleFont properties of TUniDBGrid component, but I faced problems in web mode. - size and bold properties cannot be set - setting the Font.Color property of affects title columns as well (TitleFont is ignored). Is this a bug ? I tried with both 0.85 and 0.86 versions of UniGUI. Thanks, Robert
Administrators Farshad Mohajeri Posted July 13, 2011 Administrators Posted July 13, 2011 I tried to set Font and TitleFont properties of TUniDBGrid component, but I faced problems in web mode. - size and bold properties cannot be set - setting the Font.Color property of affects title columns as well (TitleFont is ignored). Is this a bug ? I tried with both 0.85 and 0.86 versions of UniGUI. Thanks, Robert In web: Implemented: UniDBGrid.Columns[n].Font UniDBGrid.Columns[n].Title.Font UniDBGrid.TitleFont Not implemented: UniDBGrid.Font Setting UniDBGrid.Font may produce unexpected effects.
rlakinski Posted July 13, 2011 Author Posted July 13, 2011 Thanks for the prompt answer. Just tried to set UniDBGrid.TitleFont's style, color and size and it seems that is not working. Robert In web: Implemented: UniDBGrid.Columns[n].Font UniDBGrid.Columns[n].Title.Font UniDBGrid.TitleFont Not implemented: UniDBGrid.Font Setting UniDBGrid.Font may produce unexpected effects.
Administrators Farshad Mohajeri Posted July 13, 2011 Administrators Posted July 13, 2011 Thanks for the prompt answer. Just tried to set UniDBGrid.TitleFont's style, color and size and it seems that is not working. There is an issue here. If Grid columns are automatically created TitleFont is not applied. Logged: #1090 You can try creating columns at design time first.
rlakinski Posted July 13, 2011 Author Posted July 13, 2011 Thanks There is an issue here. If Grid columns are automatically created TitleFont is not applied. Logged: #1090 You can try creating columns at design time first.
Recommended Posts