Компоненты к Delphi (каталог ссылок) 3

Status
Not open for further replies.

khumend

Member
Joined
Aug 27, 2008
Messages
12
Reaction score
30
Age
51
Подскажите пожалуйста динамический сборщик мусора (замену MemoryManager) для D2009 ?
Очень надо !!!
 

diser

Member
Joined
Sep 1, 2005
Messages
57
Reaction score
8
Location
USSR
В графике, нарисованном в TeeChart8, надо бы пик подогнать под гаусс или лоренц... С помощью чего (в смысле компоненты) это попроще было бы сделать ? В самом TeeChart только полиномы есть ...
 
Last edited by a moderator:

delphiwin2007

Member
Joined
Oct 3, 2008
Messages
76
Reaction score
422
SmartEffects 2

SmartEffects 2.0 for Delphi & C++Builder 6-2009 Cracked

Code:

http://www.almdev.com/prods/smarteffects/smarteffects.htm

SmartEffects is an easy-to-use VCL that enables you to create amazing splash screens, forms, controls and image transition effects.
Over 50 families of animation and transition effects. Real-time rendering. WYSIWYG editing of animation effects.

Code:

http://rapidshare.de/files/46940133/se2.7z.html
http://www.onlinedisk.ru/file/129687/
http://www.fileflyer.com/view/i6J06BW
http://www.fileqube.com/file/cIlROzjS192340
http://www12.zippyshare.com/v/13906670/file.html
http://ul.to/51sifz


Pass:
Code:

DarkRapt0r@board4all


\\ DarkRapt0r
 

tmcdos

Member
Joined
Apr 26, 2007
Messages
58
Reaction score
202
Location
Sofia
Пофиксил 2 багов в Berg NextGrid 4.12.8.1:

1. Фикс для бага с визуальное наследование форм

Добавьте следущий код на строку 1676 в файле "Sources/Next Grid/NxColumns.pas" (чуть после FOR-BEGIN-а):
Code:
  if (AColumn.name<>'') and (AColumn.name = PositionItem[i].name) then
  Begin
    PositionItem[i].Assign(AColumn);
    Exit;
  end;

2. Фикс для ошибочное отображение текста заголовки, если Alignment = taCenter и ширина колонка уменьшена больше чем ширина текста заголовки

Поменяйте код на строку 631 в файле "Sources/Next Grid/NxDisplays.pas" с
Code:
taCenter: TextPos.X := R.Left + (R.Right - R.Left) div 2 - CaptionWidth div 2;

на

Code:
taCenter: if CaptionWidth<(R.Right - R.Left) then TextPos.X := R.Left + ((R.Right - R.Left - CaptionWidth) shr 1);

Добавлено через 2 минуты
Может и не совсем в тему, но кому-то все таки будет полезно - Common MySQL queries
 
Last edited by a moderator:

ximik666

New member
Joined
Apr 7, 2009
Messages
1
Reaction score
0
помощь

знаю что не в тему но не подскажете как установить EMS Advanced Import Component выдает ошибку типа не найден файл Widestring.dcu? поставить хочу на делфи7
 

xmoonlight

New member
Joined
Apr 25, 2009
Messages
1
Reaction score
0
SIP-компонент

Ищу компонент для создания SIP-клиента на web, который может работать с Video и c сервером 3CX.
 

xMesSir

Member
Joined
Apr 5, 2006
Messages
327
Reaction score
2,415
Location
Zimbabve
EMS.Advanced.Data.Import.v3.1.0.6.for.Delphi.BCB.Full.Source (Update: Apr,24 2009)
Code:
[url]http://rapidshare.com/files/227139382/ems.adi.v3.1.0.6.rar[/url]
EMS.Advanced.Data.Export.v4.1.0.6.for.Delphi.BCB.Full.Source (Update: Apr,24 2009)
Code:
[url]http://rapidshare.com/files/227139380/ems.ade.v4.1.0.6.rar[/url]
 

asm64d

Member
Joined
Jun 14, 2008
Messages
943
Reaction score
9,629
FlexGraphics.v1.7.Retail.for.Delphi.BCB.Without.Source (Update: April 2, 2009)
Code:
[url]http://rapidshare.com/files/227410912/Flex.v1.7.rar[/url]
Thanks Tokha!
В комплекте не хватает папки для D2009
Выложил отдельным файлом:

FlexGraphics.v1.7.Retail.for.Delphi2009
Thanks Tokha!
http://www.onlinedisk.ru/file/130686/
 

xMesSir

Member
Joined
Apr 5, 2006
Messages
327
Reaction score
2,415
Location
Zimbabve
TMS.Advanced.Menus.and.Toolbars.v3.7.5.0.for.Delphi.BCB.Full.Source (Update: Apr 30, 2009)
Code:
[url]http://sharebee.com/cc034380[/url]
[url]http://www.uploadjockey.com/download/13925/atb.v3.7.5.0_xmss.rar[/url]
TMS.Advanced.Smooth.Controls.Pack.v2.0.1.0.for.Delphi.BCB.Full.Source (Update: Apr 24, 2009)
Code:
[url]http://sharebee.com/2a456f18[/url]
 
Last edited by a moderator:

tmcdos

Member
Joined
Apr 26, 2007
Messages
58
Reaction score
202
Location
Sofia
Еще один фикс для Berg NextGrid - в DeleteRow() не вызывается DoDeselectCell():

На строку 940 в файле "Sources/Next Grid/NxGrid.pas" код

Code:
if SelectedRow >= FLastVisibleRow then SetSelectedCell(SelectedColumn, FLastVisibleRow);

меняется на

Code:
  if SelectedRow >= FLastVisibleRow then 
  begin
  	DoDeselectCell(SelectedColumn,SelectedRow);
  	SetSelectedCell(SelectedColumn, FLastVisibleRow);
  end;
 

asm64d

Member
Joined
Jun 14, 2008
Messages
943
Reaction score
9,629
Please all thanks to xMesSir

ReUpload and Mirror​

TMS.Advanced.Menus.and.Toolbars.v3.7.5.0.for.Delphi.BCB.Full.Source (Update: Apr 30, 2009)

Code:
[url]http://www.onlinedisk.ru/file/130931/[/url]

TMS.Advanced.Smooth.Controls.Pack.v2.0.1.0.for.Delphi.BCB.Full.Source (Update: Apr 24, 2009)

Code:
[url]http://www.onlinedisk.ru/file/130936/[/url]
 

delphiwin2007

Member
Joined
Oct 3, 2008
Messages
76
Reaction score
422
TMS IntraWeb Component Pack Pro 3.5.1

TMS IntraWeb Component Pack Pro 3.5.1.0 for Delphi & C++Builder Full Source

Code:

http://www.tmssoftware.com/site/tmsiwpro.asp

TMS Components for IntraWeb allows rich design-time editing of webpages from the Delphi IDE directly on IntraWeb forms.
IntraWeb and the TMS Components for IntraWeb allow an unprecedented RAD way of web application development with Delphi, making web development as easy as dropping components on a form.

Code:

http://www.novaup.com/download/e3xkgvi7ni3ab
http://rapidshare.de/files/46970123/tmsiwpro3510.7z.html


Pass:
Code:

DarkRapt0r@board4all


Mirrors appreciated! or links will be down in 1 hour...


\\ DarkRapt0r
 
Status
Not open for further replies.
Top