Skepsis IT Posted July 2, 2015 Posted July 2, 2015 Hi Bresler, correct me If I am wrong but cannot be build for 64bits app. Thanks for your time Quote
Bresler Posted July 3, 2015 Posted July 3, 2015 Hi skepsis Well, I already tested the component in 64 bits and is working very well. Here is what I did: Change the platform to 64 bits in the runtime package: rtBMUniDBGrid. The designtime package most to be in 32 bits due to the compiler. Add to the path (Options/Library) the 64 bits DCUs folder (Library\XE7\Win64 in my case) or the Sources folder. Compile the component (runtime and designtime packages) Open the Sample Project and change the platform to the project Enjoy your 64 bits application. Best regards PD: Did you compiled UNIGUI's packages for 64 bits? It must to be done before all these steps. (Sorry for the wrong step 1 before.) Quote
Skepsis IT Posted July 6, 2015 Posted July 6, 2015 Hi Bresler,after all of those changes, when you have a 64bit project can you select BMUniDBGrid from Tool Palette? Thanks Quote
Bresler Posted July 6, 2015 Posted July 6, 2015 Hi skepsis Before step 4, you most install the DesignTime package, and yes, it will be available in Tool Palette/UniGUI Custom. Regards Quote
valadi Posted July 6, 2015 Posted July 6, 2015 thanks for BMUniDBGrid when edit row in UniDBGrid Button update and cancel and edit box but BMUniDBGrid not support plz view attach file Quote
Bresler Posted July 7, 2015 Posted July 7, 2015 Hi valadi I tested this case yesterday and is working perfectly, the concept of BMUniDBGrid is not remaking the wheel and not suppressing any of TUniDBGrid functions, but adding those things that are needed or are not implemented yet (like Action Column, Popup Menu, Progress Bar pager, Paging Toolbar Resizer, MultiSelect, Search feature). Please check if you installed the last version published here, and added it to the path (Options\Library) and check RowEditor in Object Inspector. Best regards Quote
rullomare Posted July 7, 2015 Author Posted July 7, 2015 Hi Maikel, Perfect description of BMUniDBGrid. Very Good! heartiest regards Salvatore Quote
Bresler Posted July 7, 2015 Posted July 7, 2015 Hi my friend, you are the BMUniDBGrid's Big Daddy, the principal mind. Thanks a lot. Quote
valadi Posted July 8, 2015 Posted July 8, 2015 thanks My suggestion is 1 - search list field -> list title caption field , not name table field 2 - I can change caption select all 3 - add when edit cell show button update and cancel Quote
kostik18 Posted July 17, 2015 Posted July 17, 2015 I welcome, there are mistakes: leakage of memory (when closing the program it is visible), add in an example for the analysis of FastMM4:...program newgridx;uses FastMM4, Forms,Please correct. Thanks! Quote
Bresler Posted July 17, 2015 Posted July 17, 2015 Hi Kostik18 I will try to fix it this weekend, thanks for report it. Quote
Bresler Posted July 23, 2015 Posted July 23, 2015 Hi guys I'm glad to announce than all Memory Leaks has been eliminated. Thanks for report it. The links has been updated. Best regards 1 Quote
kostik18 Posted July 24, 2015 Posted July 24, 2015 Hi, Maikel ! Thanks a lot, works, leakages of memory aren't present!!! Quote
Bresler Posted July 30, 2015 Posted July 30, 2015 Hi guys I made a review to the steps for compiling the component to 64 bits and I found that step 1 was wrong (I'm sorry). I already corrected it. LINK Enjoy it. Quote
mderie Posted August 11, 2015 Posted August 11, 2015 Hi, It seems that on Delphi XE3 Update 2, samples\the main.dfm reference something like this ... object clientdata: TClientDataSet PersistDataPacket.Data = { ... Which doesn't compile ==> Removing it cause the grid having no data... Bye Update : just open the main.dfm with your favorite text editor and remove the "PersistDataPacket." part ! Enjoy Thanks by the way for the component ! Quote
mderie Posted August 11, 2015 Posted August 11, 2015 Hi me again !-) What are the plans for the integration of the multiselection part into the main UniGui grid component ? Thanks Quote
Bresler Posted August 11, 2015 Posted August 11, 2015 Hi mderie Firstly I want to thank you for the correction, I really made all the BMUniDBGrid packages in Delphi XE7, it seems that some changes for ClientDatasets are made on recent versions.About MultiSelection on UniDBGrid, I think that is Mr. Farshad who can answer that question. BMUniDBGrid was born because of what you're asking for. I hope BMUniDBGrid be useful to you. Regards. Quote
mderie Posted August 12, 2015 Posted August 12, 2015 Yet another question ! What are the usage of the two following properties : MultiSelectRows & CheckBoxSelect ? Those properties belong to the TBMUniDBGrid and are not visible or does not exist in the TUniDBGrid. It seems redundant with the content of the options (all the dgSomething's) Thanks Quote
Bresler Posted August 12, 2015 Posted August 12, 2015 Hi mderie Right now are redundant. MultiSelectRows and CheckBoxSelect exist thanks to team work with Salvatore, in UNIGUI 0.94 or earlier (long time ago). Regards Quote
Bresler Posted August 14, 2015 Posted August 14, 2015 Hi guys Following the mderie's sujestion about MultiSelectRows and CheckBoxSelect redundance, I made some modifications to BMUniDBGrid. Now can be used dgMultiSelect in Options. BookmarkList code was a little cleaned. You can download it here Regards 1 Quote
mierlp Posted August 17, 2015 Posted August 17, 2015 Hi, I use a BMUniDBGrid to select records for copying them to a other table. (see attachment) I use this often in VCL applications and within the procedure the selected rows are counted. The procedure i use for copying is also in the attachment (forum software doesn't support copy/past with IE11) Is there a other solutions because i can't find anythig to use it with the COUNT option. Regards Peter copy.txt Quote
Sistema Fenix Posted September 14, 2015 Posted September 14, 2015 Thanks! It's helping me a lot. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.