Jump to content


miab

Member Since 09 Dec 2007
Offline Last Active May 25 2014 07:13 PM
-----

Posts I've Made

In Topic: Why Icon in ADO\Demo 1 niot working(4791)

02 July 2009 - 01:24 AM

>I hope that now works fine.

Yes, it is.
Thanks

In Topic: TBX Site is off, Does anyone has the last version?

11 October 2008 - 11:01 AM

http://club.telepoli...bxlib/index.htm

In Topic: Installation Problems

05 October 2008 - 10:53 PM

I'm using last version Berg lib in Delphi2006/BCB2006 with last free TNTUnicode lib.
{$DEFINE TNTUNICODE}

One change in NxPropertyItemClasses.pas

CODE

constructor TNxDateItem.Create(AOwner: TComponent);
begin
inherited;
FDayNames := TStringList.Create; // miab FDayNames := TNxStringList.Create;
FMonthNames := TStringList.Create; // miab FMonthNames := TNxStringList.Create;
FNoneCaption := 'None';
FShowNoneButton := True;
FStartDay := dwSunday;
FTodayCaption := 'Today';
end;

In Topic: NextDbGrid goes crazy

04 October 2008 - 02:14 PM

After last changes(02-10-2008).
1. Incorrect work with dbnavigator(bad refreshing)
2. Bad cursor/focus behvior in last(bottom) position(pgDn, vertical scroll bar in bottom position)

In Topic: NextDbGrid goes crazy

18 September 2008 - 05:17 PM

Look at difference up and down behavior with use nxdbgrid
vertical scrollbar and dbnavigator