Jump to content


Lelik

Member Since 22 Jun 2008
Offline Last Active Feb 20 2010 12:22 AM
-----

Posts I've Made

In Topic: Testimonials

03 February 2010 - 12:29 AM

I use Berg components for a long time and I may say that these are the best solution for convenient and functional development. I developed many software and these components helped me to make the programs looking more open for users. These are the best components ever if you want to make your application to look and to work perfect)

Lazutkin Alexey, soft developer




and some advise: maybe you should lower your prices or make discounts for upgrades or something. also make some more different useful components. And I think you need to optimize your web-site and also to make different-language pages to work with different countries' developers.
PS: I'd love to enter your development team) to develop components and their upgrades more faster)

In Topic: Rows bolding problems

29 January 2010 - 12:55 AM

Thanks.....but it's a bit strange that row don't refresh fully by itself

In Topic: Rows bolding problems

28 January 2010 - 03:50 PM

Something like this, but using NextGrid instead. Just select some row and wait 5 secs

compiled in Delphi 2010Attached File  Demo.rar   365.07KB   3 downloads


In Topic: unnecessary line

19 January 2010 - 05:04 PM

Hello again!
Can you please add an option to NextGrid and DBNextGrid for handling this line (to turn on or off)? It can be done in NxDisplays.pas.
CODE
procedure TTreeColumnDisplay.DrawLines;
......

    { Horizontal lines - }
    X := ClientRect.Left + (Level * 19) + 6;;
    n := X;
    if ChildCount > 0 then Inc(n, 4);
    
   if (level <> 0) then
      Polyline([Point(n, m - 1), Point(X + 9, m - 1)])
   else if (SomeNewOption = true) then  //we already know that this is the root so we add only second rule
      Polyline([Point(n, m - 1), Point(X + 9, m - 1)]);


SomeNewOption parameter can be "ShowParentLines" for ex




so it appeares like this

Attached File  Untitled_1.jpg   47.21KB   5 downloads

In Topic: Demo updates

09 January 2010 - 02:25 AM

about sources.....some demos can't be compiled because of missing components (like some virtual...something) or wrong specified db file location in connection properties