Jump to content


Boki (Berg)

Member Since 15 Jan 2005
Offline Last Active Today, 12:32 PM
*****

Posts I've Made

In Topic: Adding or changing the values of a NxListColumn6

Yesterday, 10:17 PM

Hello,

 

if you need to change what a cell need to display, you only need to set AsInteger to the index of some of the strings in Items property of the column.

 

Like:

 

MyGrid.Cell[1, 1].AsInteger := <index of string>;

 

Hope that this is what you need :)


In Topic: TNxButton6 Text Alignment Guide.

13 April 2024 - 12:45 PM

Hello,

 

I will try to add it in near future.


In Topic: Serialize.LoadFromINI & Columns.Update

08 April 2024 - 03:31 PM

Hello,

 

I think that I have fixed it. You can re-download latest PRE release from the users section.


In Topic: Serialize.LoadFromINI & Columns.Update

05 April 2024 - 12:26 AM

Hello Eduard,

 

I have added the visibility fix, but not yet managed to solve the position problem. I’m hoping to fix it for the upcoming release.


In Topic: Serialize.LoadFromINI & Columns.Update

18 March 2024 - 02:24 AM

Hello,

 

I have downloaded your demo project. It will take some time to solve the issue.