Jump to content

Recommended Posts

Posted

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 ..

  • 2 weeks later...
Posted
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,
Posted

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.

  • 4 months later...
Posted

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?

Posted
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 ....

 

post-482-0-65792300-1388873831_thumb.png

Posted

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

Posted

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

  • Administrators
Posted

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.

Posted

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.StoreExt.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

Posted

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.

Posted

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

  • Administrators
Posted

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

Posted

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

  • Administrators
Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...