Jump to content

How to create new component?


Guest

Recommended Posts

Message from: "yayongm"

 

Dear all:

1.Is there a demo to create new component inherited from unigui contorls?

2.How to use other JS component in unigui?

 

Thanks Farshad, your work is great!

 

Btw, something is important i think:

1.Release or open source: Increase the speed of evolution with more

developers.

2.Cross platform: Support lazarus or other IDE?

3.Abstract: Support EasyUI or other JS framework?

4.Not waste time on new component. Maybe someone will do it better.

sorry, some idea is too naive.

 

Good luck!

 

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"yayongm" wrote in message

news:1NmDS7x2LHA.3560@anaxagvs227...

> Dear all:

> 1.Is there a demo to create new component inherited from unigui contorls?

> 2.How to use other JS component in unigui?

>

 

All these will be available after v0.85.0

 

> Thanks Farshad, your work is great!

>

 

Thank you

 

> Btw, something is important i think:

> 1.Release or open source: Increase the speed of evolution with more

> developers.

 

Well, that will be decided later, but open source doesn't seems to be one of

our options.

 

> 2.Cross platform: Support lazarus or other IDE?

 

After we have a stable Windows version.

 

> 3.Abstract: Support EasyUI or other JS framework?

 

No, this won't happen because uniGUI is deeply connected to Ext JS and

technically such an abstraction is no doable. No other JS lib is fully OOP

designed as Ext JS is.

 

> 4.Not waste time on new component. Maybe someone will do it better.

 

Maybe. Custom component design will be possible in post 0.85.0 versions.

 

Thank you

 

 

.

 

Link to comment
Share on other sites

Message from: "LDiaz"

 

Do you planning to support linux web servers in future versions?

 

El 07/03/2011 11:36, Farshad Mohajeri escribió:

>> 2.Cross platform: Support lazarus or other IDE?

> After we have a stable Windows version.

>

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"LDiaz" wrote in message

news:6mZk9OY3LHA.3772@anaxagvs227...

> Do you planning to support linux web servers in future versions?

 

You can use uniGUI generated servers under Linux using wine, but I can't say

anything about stability.

 

For native linux support we need a FPC port which is planned, but not

currently worked on.

 

 

.

 

Link to comment
Share on other sites

Message from: "yayongm"

 

Dear Farshad:

Thanks for reply.

 

I want to make a web demo, but some questions here:

1.Cookie: How to use client info like UserID? The session id is changed

when webbrowser refreshed.

2.Redirect: Redirect to other web server and return?

3.Customizable: For instance, add a pupopmenu to some control; add a

"Logout" button in MainMenu but Position is alRight; add "Records Count"

Information in DBGrid's footer; etc.

 

Thanks a lot.

 

Sincerely

yayongm

 

"Farshad Mohajeri" wrote:

news:RTe$1NL3LHA.2164@anaxagvs227...

>

> "yayongm" wrote in message

> news:1NmDS7x2LHA.3560@anaxagvs227...

>> Dear all:

>> 1.Is there a demo to create new component inherited from unigui

>> contorls?

>> 2.How to use other JS component in unigui?

>>

>

> All these will be available after v0.85.0

>

>> Thanks Farshad, your work is great!

>>

>

> Thank you

>

>> Btw, something is important i think:

>> 1.Release or open source: Increase the speed of evolution with more

>> developers.

>

> Well, that will be decided later, but open source doesn't seems to be one

> of our options.

>

>> 2.Cross platform: Support lazarus or other IDE?

>

> After we have a stable Windows version.

>

>> 3.Abstract: Support EasyUI or other JS framework?

>

> No, this won't happen because uniGUI is deeply connected to Ext JS and

> technically such an abstraction is no doable. No other JS lib is fully OOP

> designed as Ext JS is.

>

>> 4.Not waste time on new component. Maybe someone will do it better.

>

> Maybe. Custom component design will be possible in post 0.85.0 versions.

>

> Thank you

>

 

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"yayongm" wrote in message

news:EIYgfXs3LHA.3560@anaxagvs227...

> Dear Farshad:

> Thanks for reply.

>

> I want to make a web demo, but some questions here:

> 1.Cookie: How to use client info like UserID? The session id is changed

 

Cookies interface will be available in one of the next builds.

 

> when webbrowser refreshed.

> 2.Redirect: Redirect to other web server and return?

 

If you redirect to another web server you can't return back to same uniGUI

page, because there is no way to reconstruct the page which may already

contain lots of Forms and controls with complex state information.

 

> 3.Customizable: For instance, add a pupopmenu to some control; add a

> "Logout" button in MainMenu but Position is alRight; add "Records Count"

> Information in DBGrid's footer; etc.

 

Framework will improve over time and some of these features will be

available.

 

>

> Thanks a lot.

>

> Sincerely

> yayongm

>

> "Farshad Mohajeri" wrote:

> news:RTe$1NL3LHA.2164@anaxagvs227...

>>

>> "yayongm" wrote in message

>> news:1NmDS7x2LHA.3560@anaxagvs227...

>>> Dear all:

>>> 1.Is there a demo to create new component inherited from unigui

>>> contorls?

>>> 2.How to use other JS component in unigui?

>>>

>>

>> All these will be available after v0.85.0

>>

>>> Thanks Farshad, your work is great!

>>>

>>

>> Thank you

>>

>>> Btw, something is important i think:

>>> 1.Release or open source: Increase the speed of evolution with more

>>> developers.

>>

>> Well, that will be decided later, but open source doesn't seems to be one

>> of our options.

>>

>>> 2.Cross platform: Support lazarus or other IDE?

>>

>> After we have a stable Windows version.

>>

>>> 3.Abstract: Support EasyUI or other JS framework?

>>

>> No, this won't happen because uniGUI is deeply connected to Ext JS and

>> technically such an abstraction is no doable. No other JS lib is fully

>> OOP designed as Ext JS is.

>>

>>> 4.Not waste time on new component. Maybe someone will do it better.

>>

>> Maybe. Custom component design will be possible in post 0.85.0 versions.

>>

>> Thank you

>>

>

>

 

 

.

 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...