Jump to content

Feedback needed


Guest

Recommended Posts

Message from: "Farshad Mohajeri"

 

"Dennis Ortiz"

> 8. In reality is my #1 modified

>

> I want to register 2 component as a new One (no new functionality in

> either of them). for example TUniDBEdit + TUnispeedbutton =

> TMyUniDBEditButton. ( and then create TMyUniDBEditButton at run time )

>

 

And how the existing functionality from two components will be combined?

 

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"Alessandro" .

>1 Mobile device support (Android, iOS, PocketPC(old WinCE))

 

This will be postponed to a post 1.0.0 release

 

> 4 Reports engine support generate PDF (Like FastReport)

 

You can use FastReport or an alike product. A built-in reporting engine is

much beyond the scope of uniGUI.

I personally use a modified version of FastReports.

 

> 6 Multiple main form or multiple url form

 

Can you explain this a bit further?

 

> 7 Plug-in engine (DLL or BPL)

 

How is this going to interact with or be part a of uniGUI?

 

> 8 Http URL command for custom response stream o text/xml/json/html or

> support for RPC/REST XML/JSON/text utf-8 format

 

Can you explain this a bit further?

 

> 9 Support for use 24/7 web application

 

Well, our primary aim is to create servers/isapi modules which are up in a

24/7 manner. Do you mean something different here?

 

 

 

.

 

Link to comment
Share on other sites

Message from: "Dennis Ortiz"

 

>> 8. In reality is my #1 modified

>>

>> I want to register 2 component as a new One (no new functionality in

>> either of them). for example TUniDBEdit + TUnispeedbutton =

>> TMyUniDBEditButton. ( and then create TMyUniDBEditButton at run time )

>>

>

> And how the existing functionality from two components will be combined?

 

sometime like:

 

TmyUniPanel = class(TuniPanel)

private

FDataset ...

public

property Dataset : tDataset ...

procedure CreateLabelsAndDBControls ...

end;

 

I try sometime like that before version 0.81, but got problem

registering the class and use it at runtime. Rigth now i do sometime

similar but using Forms, But the functionality is less flexible.

 

Also i trie that with uniframe but also encounter similars problems

 

 

 

 

 

 

 

 

 

 

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

"Dennis Ortiz" wrote in message

news:c9BHZn8lLHA.2316@anaxagvs227...

>>> 8. In reality is my #1 modified

>>>

>>> I want to register 2 component as a new One (no new functionality in

>>> either of them). for example TUniDBEdit + TUnispeedbutton =

>>> TMyUniDBEditButton. ( and then create TMyUniDBEditButton at run time )

>>>

>>

>> And how the existing functionality from two components will be combined?

>

> sometime like:

>

> TmyUniPanel = class(TuniPanel)

> private

> FDataset ...

> public

> property Dataset : tDataset ...

> procedure CreateLabelsAndDBControls ...

> end;

>

> I try sometime like that before version 0.81, but got problem registering

> the class and use it at runtime. Rigth now i do sometime similar but using

> Forms, But the functionality is less flexible.

>

> Also i trie that with uniframe but also encounter similars problems

>

 

OK I understand. This problem will be solved in 0.85.0.

 

 

.

 

Link to comment
Share on other sites

  • 5 years later...

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