Jump to content

Recommended Posts

Posted

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
Posted

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.

Posted

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
Posted

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.

Posted

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.

×
×
  • Create New...