Jump to content


Lelik's Content

There have been 18 items by Lelik (Search limited from 21-April 23)


By content type

See this member's

Sort by                Order  

#13624 Testimonials

Posted by Lelik on 03 February 2010 - 12:29 AM in Informations

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)



#13604 DB Image component

Posted by Lelik on 01 February 2010 - 02:44 AM in General Discussion

Hello! Could you make your NXGlyph and NXImage components to work with databases... :)



#13601 History of new changes

Posted by Lelik on 30 January 2010 - 07:42 PM in Off-Topic

Hello! I get a new email every time new components are available. It's very desired to have a list of changes since last components' version in email body, please smile.gif

It's just not very usefull to download an archive just for checking a history.




#13588 Rows bolding problems

Posted by Lelik on 29 January 2010 - 12:55 AM in NextDBGrid Component

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



#13585 Rows bolding problems

Posted by Lelik on 28 January 2010 - 03:50 PM in NextDBGrid Component

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




#13577 Rows bolding problems

Posted by Lelik on 28 January 2010 - 03:56 AM in NextDBGrid Component

Hello! In my form I have TTimer and DBGrid. TTimer makes a field property of selected row to be chaged. Depending on this field value, a row is making bold in DBGrid in CellFormating event.

First all lines are bold, that is correct. When I select some row it should change to unbold. It happenes, but there are some drawing bugs. A row unbolds only for some first letters in first column. It unbolds full when I click to the other row.

See at picture that selected row haven't fully been unbolded. It unbolds only "Testing caption" words. And there are last 2 letters clonning in "caption" word

Untitled_1.jpg



#13534 unnecessary line

Posted by Lelik on 19 January 2010 - 05:04 PM in NextGrid Component

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

Untitled_1.jpg



#13493 Demo updates

Posted by Lelik on 09 January 2010 - 02:25 AM in General Discussion

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



#13492 Selection makes multiselect

Posted by Lelik on 09 January 2010 - 02:22 AM in NextDBGrid Component

When I set "select full row" property in DBNextGrid, it works like multiselect and almost never deselects (all multiselects are off). For example there are 3 lines, I click 2nd or 3rd one and the rest lines are selected automaticly. When I activate the other application and then return to my application, one line cas unselect by itself huh.gif   It's a very strange....however:

1) SelectedCount returns all "selected" in such way lines

2) SelectedRow returns the clicked one row (that is really selected by me and correct)   


I suppose it's all about SelectedCount and some wrong draw...

And it can't be deselected even Ctrl using



PS: I tried latest versions, even today's one.
PSS: mySQL + myDAC -> NextDBGrid

Untitled_2.jpg



#13486 Demo updates

Posted by Lelik on 09 January 2010 - 12:47 AM in General Discussion

Please update your demo projects smile.gif some files and components are missing in DB demos...



#13467 unnecessary line

Posted by Lelik on 05 January 2010 - 05:20 AM in NextGrid Component

Hello! I have a list of items, separated into 2 root groups. These 2 groups separated with an empty row:

111.jpg

I need to get rid of unnecessary tree line like this:

222.jpg

How can I make it in custom draw? 




#13466 HideSelection

Posted by Lelik on 05 January 2010 - 05:12 AM in NextGrid Component

thanks!)



#13463 HideSelection

Posted by Lelik on 04 January 2010 - 10:07 PM in NextGrid Component

Nope, this only changes the selected colour...
and selection disappears when i focuse another control
I need the selection to stay while I work with another components



#13460 HideSelection

Posted by Lelik on 04 January 2010 - 04:13 AM in NextGrid Component

Please add HideSelection:Boolean parameter to NextGrid smile.gif



#13438 DateTime column

Posted by Lelik on 02 January 2010 - 10:38 PM in NextGrid Component

Hello! Please add a new column with a type TDateTime. It's not convenient to use two columns indtead (also for sorting).




#12784 nxProgressColumn

Posted by Lelik on 19 September 2009 - 03:18 PM in NextGrid Component

Hello! It would be great to make maximum value of this column for each row separately. I use different maximum values for each row and it's hard to count progress values in procents for each new row) Let it count procents' number by itself (by the component).



#12711 RAD 2010 support

Posted by Lelik on 08 September 2009 - 06:49 PM in General Discussion

in all libraries use {$IFDEF VER210} instead of {$IFDEF DELPHI2009}

plus there is an assigning problem in NxDBGrid unit
QUOTE
with VertScrollClipRect do
begin
Left := 0;
Top := GetBodyRect.Top;
Right := GetBodyRect.Right;
Bottom := Top + FBottomLimit;
end;


except this everything installed OK



#11711 New Updates

Posted by Lelik on 05 April 2009 - 09:17 PM in Off-Topic

What happened with your components? they are not updating for 4 months  unsure.gif