Jump to content


Speed

Member Since 08 Jun 2005
Offline Last Active Sep 12 2023 07:39 AM
-----

Posts I've Made

In Topic: Drag and Drop Row Issue.

17 August 2023 - 12:49 AM

Hello Steve,

 

I think that I have fixed it. I will test it little bit more and then update the files again.

Hi Boki,

 

That's great!

 

Thank you.

 

= Steve


In Topic: Scrolling to a Column or Making a Column Visible.

15 August 2023 - 02:38 AM

Hi Boki,

 

You answered this question for me nearly 3 years ago.  Now I have another question about the same thing.

 

When using ScrollToCol(ColIndex), the column appears to the very right of the columns in view (see attached screenshot).  Is there a way It can be brought more to the left (providing there are more columns after it)?

 

Thanks.

 

= Steve

 


In Topic: Drag and Drop Row Issue.

15 August 2023 - 12:55 AM

Hello Steve,

 

Can you please tell me which dpi scaling are you using on your pc?

 

Thanks

Hi Boki,

 

I'm using 96 DPI on the Delphi forms.  However, I did recently upgrade my monitor to a larger one, and it's set to 150%. 

 

I temporarily changed it to 100% (which is too small to use) and the indicator then works correctly.

 

So I guess it's going to be a problem for users with large monitors.

 

= Steve


In Topic: Panel with Close Button.

03 July 2023 - 02:31 AM

Hi Boki,

 

Hi Steve,

 

Not sure if collapsing one can help: http://help.bergsoft...s/TNxSidePanel6

 

I can also add a closing capability too.

I think that would be a useful feature on a normal panel, but I wouldn't go to a lot of trouble.  In the meantime, I have just added a speed button to the panel to close it.

 

Thanks.

 

= Steve


In Topic: TNxHTMLColumn6 Link Event Doesn't Seem to Fire.

02 June 2023 - 02:48 AM

Hi Steve,

 

It seems that this is a small parsing error. I'm working on it to fix it, it will be ready for the next release.

Thanks Boki,

 

In the meantime, I have a workaround.  I have used a TNextGrid5 with 3 columns: one for the date, one for the title, and one for the URL.  The last column is not visible.

 

When the user clicks on a title, it reads the URL from the hidden column and opens the blog article on the website.  I also added code to the mouse events to simulate a link.

 

= Steve