Jump to content

Recommended Posts

Posted

- 0000998: TUniTreeNode.Font property

- 0000674: TUniTreeview.Font property

 

 

SelectedNode1 :=UniTreeView1.Items.AddChild(SelectedNode, UniEdit1.Text);

SelectedNode1.Font.Color :=clred;

if SelectedNode<>nil then

SelectedNode.Expanded:=True;

 

UniEdit1.Text:='New Node'+IntToStr(UniTreeView1.Items.Count);

 

Why not view color red?

 

post-71-0-62376100-1306292469_thumb.jpg

  • Administrators
Posted

- 0000998: TUniTreeNode.Font property

- 0000674: TUniTreeview.Font property

 

Runtime assignment for TreeNode.Font will be implemented in next build. Currently you can assign Fonts at design time only.

Posted

Runtime assignment for TreeNode.Font will be implemented in next build. Currently you can assign Fonts at design time only.

 

If the dynamic increase of the node, there is no way to specify the font color it? Be changed? Because my node is dynamic. Not static nodes.:angry:

  • Administrators
Posted

If the dynamic increase of the node, there is no way to specify the font color it? Be changed? Because my node is dynamic. Not static nodes.:angry:

 

As I said, in next build 0.85.0.861 you will be able to change Fonts at runtime.

  • Administrators
Posted

Whether can add a HotFont attribute? If the mouse pointer up, change color, Leave mouse, restore color.

 

Many things can be added, but at this stage visual only enhancements has the lowest priority for us.

×
×
  • Create New...