Ulugbek Posted July 23, 2013 Posted July 23, 2013 HI All Why some demo not work for example xviewport and etc I set this ServerModule->ExtJSVersion = '4.1.1a' ; ServerModule->ExtRoot = 'Your Full ExtJS Path Or [ext]\' ; some work some not work I Installed last version UNIGUI .. Quote
Jose Abanto Posted August 1, 2013 Posted August 1, 2013 Put a "tuniXpanel" in a new form. Put a "tunidbgrid" o "tuniXdbgrid" control on the Form. Next, Put a "tuniLookupcombobox" on the form. The changes in tuniLookupCombobox not change in the tunidbgrid values. Regards, Quote
TNT23 Posted August 7, 2013 Posted August 7, 2013 I made a TuniXImageCmp. It has a popupmenu added to picture object. You can attach it to Extra components if you like it. UniXImageCmp.rar 1 Quote
TNT23 Posted August 8, 2013 Posted August 8, 2013 One component also useful UniXBitButton you can use it in your package if u like... UniXBitButton.rar 1 Quote
NS Angga Posted August 12, 2013 Posted August 12, 2013 Hi patmap, i have same problem, application keep loading never end, i have change setting like your instruction, but still not work. Hi, Set : ServerModule->ExtJSVersion = '4.1.1a' ; ServerModule->ExtRoot = 'Your Full ExtJS Path Or [ext]\' ; Regards FYI, XDBgrid properties are missing too when load demo xdbgrid. Quote
codeb Posted January 4, 2014 Posted January 4, 2014 Hi! I have problem to install UniXComponents. When I try to install I get error [dcc32 Fatal Error] UniXComponents17.dpk(39): E2202 Required package 'ExtPascal17' not found What I can do? Quote
gpaulino Posted January 4, 2014 Posted January 4, 2014 this is easy to check that this part is not this another version of extPascal?. dcp, if so right click and remove it from the project and then double-click it to the right to complete and compile and package automatically Arrega what he needs and then install it. Annex image .... Quote
codeb Posted January 5, 2014 Posted January 5, 2014 Thanks for answer! I dont have any ExtPascal on my OS. I try same on Delphi2010 and same error... In location RADStudio->10.0->Dcp->... I have some Dcp but dont ExtPascal dcp... in FMSoft->Framework->uniGUI->ExtPascal I have only pas and dcu files for Ext, ExtHTTPServer, ExtPascal, ExtPascalUtils Quote
Bresler Posted January 6, 2014 Posted January 6, 2014 Hello colleagues, have tried XComponents in XE5 ? It's doesn't work for me... I have: Delphi XE5 uniGUI 0.94.1024 Windows 8.1 Quote
codeb Posted January 7, 2014 Posted January 7, 2014 Any idea what I can or must do to find ExtPascal DCP? Quote
Bresler Posted January 7, 2014 Posted January 7, 2014 Hi Patman... What XE5 users can do to use XComponents with uniGUI 0.94.1024???? Quote
codeb Posted January 11, 2014 Posted January 11, 2014 What I must to do to install XComponents on Delphi 2010 Quote
PALF Posted January 14, 2014 Posted January 14, 2014 Hello: I've tried to insytall XComponents in XE5 and doesn't work for . Patman, can yo upload XE5 and uniGUI 0.94. version? Thanks Quote
Administrators Farshad Mohajeri Posted January 15, 2014 Administrators Posted January 15, 2014 Most parts of XComponents library must be rewritten in order to work with 0.94. Quote
patmap Posted January 23, 2014 Author Posted January 23, 2014 I think this very hard! ExtPascal removed in UNIGUI new version and I think we cant have XComponent in UniGUI, but I will try, Quote
Administrators Farshad Mohajeri Posted January 23, 2014 Administrators Posted January 23, 2014 I think this very hard! ExtPascal removed in UNIGUI new version and I think we cant have XComponent in UniGUI, but I will try, In long term it is a good thing. We can have a component system regardless of Extpascal and Ext JS versions. It shouldn't be that hard. Look at Custom Component demos to see how new system is working. Quote
patmap Posted January 29, 2014 Author Posted January 29, 2014 In long term it is a good thing. We can have a component system regardless of Extpascal and Ext JS versions. It shouldn't be that hard. Look at Custom Component demos to see how new system is working. Hi Mr. farshad This is good news, but how we can create a some objects like GridPanel. For this, we must be create multi jsclass like: Ext.data.Store, Ext.grid.Panel in one custom control. Can you add a sample for GridPanel with some event like row select ? http://docs.sencha.com/extjs/4.2.1/#!/api/Ext.grid.Panel Thanks Quote
Bresler Posted January 29, 2014 Posted January 29, 2014 Hi Mr. Farshad, hi Patmap I think that this is a good idea and a way to enjoy uniGUI and XComponents together in a future. I want to thank you for your great work. Quote
Administrators Farshad Mohajeri Posted January 31, 2014 Administrators Posted January 31, 2014 I'm looking into issue... Quote
Administrators Farshad Mohajeri Posted January 31, 2014 Administrators Posted January 31, 2014 Hi Patmap, Attached is a modified package. I modified code for UniXPopupMenu and UniXDBGrid which I actually renamed to UniZPopupMenu and UniZDBGrid. Using this modified code I think you can easily redesign rest of your package. Ask me when you encounter an issue. XComponents.v5.9.2.rar Quote
patmap Posted February 2, 2014 Author Posted February 2, 2014 Hi Mr. Farshad Thank you so much for your working, But my main problem is multiple classes in one component. if you see UniXExtClasses.pas and UniXGridView.pas units (BufferedGrid component) I've made lots of different classes like TExtObjectList, TXExtGridRowSelectionModel, TXExtGridCellSelectionModel., .... I want to create these classes and save it in variables, and use them, Please, If is possible convert this two unit (BufferedGrid components) and then i can be lean and convert other components, Thanks for your help Best Regards Quote
Administrators Farshad Mohajeri Posted February 2, 2014 Administrators Posted February 2, 2014 Hi Mr. Farshad Thank you so much for your working, But my main problem is multiple classes in one component. if you see UniXExtClasses.pas and UniXGridView.pas units (BufferedGrid component) I've made lots of different classes like TExtObjectList, TXExtGridRowSelectionModel, TXExtGridCellSelectionModel., .... I want to create these classes and save it in variables, and use them, Please, If is possible convert this two unit (BufferedGrid components) and then i can be lean and convert other components, Thanks for your help Best Regards Main key in new architecture is that you don't need to create or use any of the individual ExtPascal components anymore. What you will do is using new uniGUI functions to add Ext JS events and config parameters to an uniGUI control. I will convert your UniXGridView to demonstrate this. Thanks Quote
patmap Posted February 2, 2014 Author Posted February 2, 2014 Main key in new architecture is that you don't need to create or use any of the individual ExtPascal components anymore. What you will do is using new uniGUI functions to add Ext JS events and config parameters to an uniGUI control. I will convert your UniXGridView to demonstrate this. Thanks Hi, Mr. Farshad Thank you so much. I'm waiting for your converting. This is a very good training for me. Thanks again Best Regards Quote
Administrators Farshad Mohajeri Posted February 7, 2014 Administrators Posted February 7, 2014 I added UniZGridView.pas which doesn't rely on UniXExtClasses.pas. I didn't run or test its functions I just converted the code to show how new framework works. Someone must test it thoroughly and debug all of its functions. In time I believe that you'll find that the new architecture is easier than using ExtPascal wrappers. Just notice how all Ext JS components are automatically populated in ClientEvents property. XComponents.v5.9.2.rar Quote
patmap Posted February 8, 2014 Author Posted February 8, 2014 Hi Mr. Farshad Thank you very much. I will test it. Thanks again Regards 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.