سلام
کسی نسخه فول کامپوننت AutomatedQA AutomatedDocking Library رو داره
ممنون میشم اگه زحمتش رو بکشید
Printable View
سلام
کسی نسخه فول کامپوننت AutomatedQA AutomatedDocking Library رو داره
ممنون میشم اگه زحمتش رو بکشید
سلامنقل قول:
لينك دريافت :
حجم هر فايل : 1.44 مگابايت
کد:http://rapidshare.com/files/91387553/AutomatedQA_AutomatedDocking_Library_1.8.196.part01.rar
http://rapidshare.com/files/91387930/AutomatedQA_AutomatedDocking_Library_1.8.196.part02.rar
http://rapidshare.com/files/91388332/AutomatedQA_AutomatedDocking_Library_1.8.196.part03.rar
http://rapidshare.com/files/91388894/AutomatedQA_AutomatedDocking_Library_1.8.196.part04.rar
http://rapidshare.com/files/91389634/AutomatedQA_AutomatedDocking_Library_1.8.196.part05.rar
http://rapidshare.com/files/91390182/AutomatedQA_AutomatedDocking_Library_1.8.196.part06.rar
http://rapidshare.com/files/91390784/AutomatedQA_AutomatedDocking_Library_1.8.196.part07.rar
http://rapidshare.com/files/91391286/AutomatedQA_AutomatedDocking_Library_1.8.196.part08.rar
http://rapidshare.com/files/91392285/AutomatedQA_AutomatedDocking_Library_1.8.196.part09.rar
http://rapidshare.com/files/91392705/AutomatedQA_AutomatedDocking_Library_1.8.196.part10.rar
سلام مجدد
دستت درد نکنه متحیرم کردی
سلام مجدد
NoneForce عزیز متاسفانه تب هایی که درست میکنم مشکل گچپژ در حالت فارسی رو دارند . هر کاری هم میکنم فونتاش تغییر نمیکنه(تاهما میزنم اما پیش فرضش میمونه)
راه حلی سراغ ندارید؟
نقل قول:
سلام
امروز نسخه AutomatedQA AutomatedDocking Library 1.9.206 را هم گرفتم، فقط نميدونم اين مشكل حل شده يا نه، بهتره روي سايت سازندش ببينيد نسخه جديد چه تغييراتي كرده، اگر مشكل حل شده بود بگيد تا بفرستم.
سلام
من که نگاه کردم چیزی نفهمیدم
[PHP]
What’s New in AutomatedDocking Library 1.9
New Features
VS2005 visual style. AutomatedDocking Library ver. 1.9 includes a new VS2005 visual style provided by the TaqVS2005UIDockingStyle class. This style gives the docking controls and their elements the Microsoft Visual Studio 2005 look-and-feel.
Custom data for docking controls. The TaqCustomDockingControl class has a new property - Data. It lets you associate custom data with a docking control.
Individual events for custom buttons. A new TaqCustomButtonDockAction class provides the functionality of actions for custom buttons.
The Action property of the TaqDockButton class now returns a reference to a TaqCustomDockAction object, which can be cast to TaqCustomButtonDockAction or TaqDefaultDockAction, depending on the action type (in earlier versions, this property returned the TaqDefaultDockAction object).
Also, these changes made the OnCustomButtonClick event of docking controls obsolete. To process the custom button’s selection, you can now use an event handler for the button’s Action.OnExecute event.
A new CustomButtonImages property of the docking manager lets you specify the collection of images to be used by custom buttons.
A new ShowInsideContainerDockZones property has been added to the TaqCustomDockingManager and TaqInsideContainer classes. It lets you specify whether docking zone selectors should be displayed for inside containers.
A new CaptionButtonWidthRatio property of the TaqDockingUIStyle class lets you specify the width-to-height ratio of the caption buttons for docking controls.
Bug Fixes
Under certain conditions (layout of docking controls), an access violation could occur when closing a tabbed page.
The OnHideEx event was not fired when an inactive tabbed page was closed.
The active control was changed when switching between tabbed pages of an inside container.
In certain cases, a docking control was not destroyed despite the fact that the HideAction parameter of the OnHideEx event handler was set to haDestroy.
It was impossible to hide splitters of the TaqDefaultUIStyle.
An error could occur upon closing the main form of a Delphi 2006 application.
[/PHP]
[PHP]
What’s New in AutomatedDocking Library 1.8
New Features
AutomatedDocking Library ver. 1.8 supports CodeGear Delphi 2007 for Win32.
The TaqInsideContainer.CtrlTabControlSwitch property has been moved to the TaqCustomDockingContainer class. Now, all container types (not only inside containers, but also horizontal, vertical and split containers) can support Ctrl-Tab navigation between the docked controls.
Bug Fixes
AutomatedDocking Library caused problems with displaying menus for applications minimized to the system tray.
Linking a TaqStyleDesigner object to a TaqDockingManager component caused an Access Violation error.
Setting the CanClose parameter to False in the TaqCustomDockingControl.OnCloseQuery event handler could cause an Access Violation error upon closing the program.
There was a memory overriding in the TaqCustomDockingControl.SetVisible method.
After closing a tabbed docked panel, the TaqDockManager.ActiveControl property returned nil (null)
The TaqDocker.DockItem2 method set focus to the docked tab instead of leaving the focus on the previously focsued control.
The docking manager did not use the custom docking frame size specified in the TaqCustomDockingControl.OnStartDock event handler.
For the main application form, the OnActivate event occurred before OnCreate if the TaqDockingManager.StoreOptions property contained the dsoFormState item.
Adding a custom button to a docking control could cause creating two custom buttons.
If a tabbed panel contained two docking controls, it was impossible to switch to another tab using the Ctrl+Tab shortcut.
A flickering could occur while using the TaqPlacementInfo.DockToPosition method to place a control into the inside container.
The name of the AutomatedDocking Library DEBUG directive coincided with the IDE’s DEBUG directive. To avoid conflicts, the directive was renamed to AQA_DEBUG.
The “class TFrmXXXX not found” error could occur when editing the AQDockDemo sample application.
The AQDockDemo sample application for Borland C++Builder 2006 could show an Access Violation error on start.
When compiling a Borland C++Builder 2006 version of the AQDockDemo sample application, the compiler created *.HPP files in the Source folder instead of using those from the Lib folder.
The installation program did not update the aqDockingManagerB10.bpl file from the AutomatedDocking Library Borland C++Builder 2006 package.
Under Windows Vista, the hatch line that appears upon resising a panel was drawn very slow.
Under Windows 98, the docking zone selectors were shown only for one container within a window.
[/PHP]
میشه خودتون یه تستش کنی؟
راستی بقیه محصولات این شرکت چیه ؟ اگه بدرد بخوره زحمتشو بکش لطفا
ممنون
سلامنقل قول:
چيزي مبني بر رفع مشكل شما گفته نشده.
من در حال حاظر امكان تست كردن ندارم، خودتون بايد تست كنيد.
اگر خواستيد بگيد تا بفرستم.
ممنون بفرستید خودم تستش میکنم
سلامنقل قول:
از اينجا بگيريد :
حجم : 14 مگ
کد:http://rapidshare.com/files/91576214/AutomatedDocking.Library.v1.9.206.zip