Jump to content


array81's Content

There have been 4 items by array81 (Search limited from 29-March 23)


By content type

See this member's

Sort by                Order  

#20499 AsFloat bug on text columb

Posted by array81 on 27 February 2019 - 05:21 PM in NextGrid v6 Component

I will fix it. I understand now.

Do you have a ETA?

Because I have replace all my NextGrid 5 with NextGrid 6 on my project and now I cannot continue my work.




#20497 AsFloat bug on text columb

Posted by array81 on 27 February 2019 - 01:18 AM in NextGrid v6 Component

On TNxTextColumn6 this works:

myGrid.Cell[0, 0].AsString := FloatToStr(myFloat);

 

but this NOT works (the cell is empty):

myGrid.Cell[0, 0].AsFloat := myFloat;




#20494 AsFloat bug on text columb

Posted by array81 on 25 February 2019 - 06:54 PM in NextGrid v6 Component

On text columb if I use .AsFloat I get a empty string. The float number is not convert to string.

 

Please fix it!




#19640 TNxTreeColumn and childs

Posted by array81 on 07 April 2018 - 12:24 AM in NextGrid v6 Component

Can you explane me the right way to add childs.

Whan I try to use AddChildRow I have problem with Index value, the child sometimes is not added on right row.

I have try also to use AbsoluteIndex but with similar result.

 

Can you show me a small example about create a complex tree by code?