Jump to content


Boki (Berg)'s Content

There have been 79 items by Boki (Berg) (Search limited from 20-April 23)


By content type

See this member's


Sort by                Order  

#21625 Adding or changing the values of a NxListColumn6

Posted by Boki (Berg) on Yesterday, 10:17 PM in NextGrid v6 Component

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 :)




#21623 TNxButton6 Text Alignment Guide.

Posted by Boki (Berg) on 13 April 2024 - 12:45 PM in Next Collection v6 Sub-Suite

Hello,

 

I will try to add it in near future.




#21617 Serialize.LoadFromINI & Columns.Update

Posted by Boki (Berg) on 08 April 2024 - 03:31 PM in NextGrid v6 Component

Hello,

 

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




#21615 Serialize.LoadFromINI & Columns.Update

Posted by Boki (Berg) on 05 April 2024 - 12:26 AM in NextGrid v6 Component

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.




#21613 Serialize.LoadFromINI & Columns.Update

Posted by Boki (Berg) on 18 March 2024 - 02:24 AM in NextGrid v6 Component

Hello,

 

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




#21609 Serialize.LoadFromINI & Columns.Update

Posted by Boki (Berg) on 16 March 2024 - 03:12 PM in NextGrid v6 Component

Hello,

 

This is probably the problem. Does it work well after you added this fix?

 

I will include it in the official releases then.




#21606 Serialize.LoadFromINI & Columns.Update

Posted by Boki (Berg) on 15 March 2024 - 11:34 AM in NextGrid v6 Component

Hello,

 

I think that there should be no problems with design and run-time columns. Only thing that is required is that the order and count of Saved and Loaded columns are equal.




#21604 Serialize.LoadFromINI & Columns.Update

Posted by Boki (Berg) on 15 March 2024 - 11:15 AM in NextGrid v6 Component

Hello,

 

I didn't managed to reproduce it yet. While I tested I Saved and Loaded different number of columns and that caused mismatch. I will try to test it little bit more.




#21600 Serialize.LoadFromINI & Columns.Update

Posted by Boki (Berg) on 07 March 2024 - 06:06 PM in NextGrid v6 Component

Hello Eduard,

 

I will inspect this and fix it as soon is possible.




#21598 ShowCellTextFitHint strange behavior

Posted by Boki (Berg) on 06 March 2024 - 09:40 PM in NextGrid v6 Component

Hello,

 

I found where is the if statement (function TNxTextColumnView.GetBestSize: TSize) but I'm not sure if I can simply switch it off :(

 

I will need to think a little bit more about what to do. Maybe at the moment you can remove if Column.Resizable else statement, but I will need to find a more permanent solution.




#21594 Delphi NextGrid6 VLS checkbox allowing change when ReadOnly

Posted by Boki (Berg) on 28 February 2024 - 05:30 AM in NextGrid v6 Component

Hi,

 

in your case you need to set Interactive property of the column to false. If you will want to disable all from ReadOnly property, I can work on it to fix it.




#21592 ShowCellTextFitHint strange behavior

Posted by Boki (Berg) on 20 February 2024 - 05:43 PM in NextGrid v6 Component

Hello,

I will investigate this. Hopefully is just a am of statement.




#21590 Error installing D7 - NextSuite6_2-24

Posted by Boki (Berg) on 19 February 2024 - 12:15 PM in General Discussion

Hi,

 

I will fix it. At the moment please just comment this lines.




#21586 Scrolling Wheel Doesn't Work with TNxComboBox6.

Posted by Boki (Berg) on 08 February 2024 - 02:30 PM in Next Collection v6 Sub-Suite

Hi Steve,

 

I will fix this as soon as possible.




#21584 Footer grid lines not shown

Posted by Boki (Berg) on 21 January 2024 - 08:30 PM in NextGrid v6 Component

Hello,

 

I think that is fixed now. It will be included in the next update.

 

Thank you for sending me the sample project.




#21582 Textcolor

Posted by Boki (Berg) on 17 January 2024 - 02:48 PM in NextGrid v6 Component

Hello,

 

Try adding NxTypes6 and NxIntf6 in the uses section of your unit.




#21580 Footer grid lines not shown

Posted by Boki (Berg) on 15 January 2024 - 01:29 AM in NextGrid v6 Component

Thank you, I will fix it for the upcoming release.




#21577 Column setting error

Posted by Boki (Berg) on 12 January 2024 - 11:38 AM in NextDBGrid v6 Component

Hello,

 

Can you please send me a code or dfm file to test?

 

Also, does it happen that you use dpi scaling on your Windows?




#21576 Footer grid lines not shown

Posted by Boki (Berg) on 12 January 2024 - 11:36 AM in NextGrid v6 Component

Hello,

 

Can you please send me this form (or just dfm file) to test it?

 

It will really help.




#21572 Hint on the tab in pagecontrol?

Posted by Boki (Berg) on 07 December 2023 - 10:26 PM in Next Collection

Hello,

 

At the moment it's not possible, but I will probably add it for the next update.




#21571 Converting NG5 to NG6: Event substitutions summary

Posted by Boki (Berg) on 05 December 2023 - 06:42 PM in NextGrid v6 Component

Hello Chuck,

 

I’m sorry that it didn’t worked. I hope that your guide will help others at least.

 

I wanted to make automatic converter, but it was not easy to do. Unfortunately version 6 needed to be rewritten from scratch as older versions were really hard to extend and maintain.




#21559 TUxNotificationsManager.

Posted by Boki (Berg) on 24 November 2023 - 10:40 AM in Next Collection v6 Sub-Suite

Hello Steve,

 

Its released.




#21554 Delphi 12 ?

Posted by Boki (Berg) on 19 November 2023 - 05:49 PM in General Discussion

Hello Alexandre,

 

The next update with support for Delphi 12 will be released tomorrow.




#21552 NextSuit 5 for delphi 11.3 patch1

Posted by Boki (Berg) on 16 November 2023 - 06:19 PM in General Discussion

Hello,

 

This look like a problem with access to the folder where the bpl should be created. I suggest checking if this folder have a write access.

 

Another reason I can think about that maybe you need to start your Delphi as an administrator.

 

I hope that this helps :)




#21549 Cant install on Delphi 2005

Posted by Boki (Berg) on 13 November 2023 - 04:05 PM in NextGrid v6 Component

Hi,

 

I will need to look little more to see what may caused this, but yes Delphi 2005 is supported.