Jump to content

New Features:


Guest

Recommended Posts

Message from: "Edgar Britez"

 

Mr. Farshad:

 

My boss send me a mail of You requesting features that we want to be

avaliable for the roadmap.

 

Well I send you this email with two parts, bug reports and enhancements:

 

Bug Reports

 

Notice:

1.. All of this bugs is on Web Mode only.

Bugs List:

a.. DBGrid Columns does not have tag property. (I need a way to mark

columns)

b.. For some reason hide/show Tabs (TabVisible) does not work for me,

raises Access Violation, I will send a test case example soon.

c.. Number data does not align to right on DBGridColumns on runtime.

d.. Set ReadOnly := False on UniDB controls on runtime raises a access

violation.

e.. Disabled UniEdits does not receive values assigned with Control.Text

:= Value;

f.. DropDownRows on DBGridColumns does not retain his values.

g.. PickList on DBGridColumns does not retain his values.

h.. Set Align := alCenter to DBGridColumns does not work.

i.. Where something fails (exceptions occurs) when creating a form

(someform.showmodal) instead of appearing a window with the exact error

message, appears a big so big and real big windows occuping all the browser

with all the javascript errors occurs because the first errors occurs. This

behaviour or error caching is not usefull, the best way will be to show the

first error on a normal error window. For my is like the first error crash

down all the window construction points after the exception occurs.

Enhancements

 

Notice:

1.. Some of these request are thinked to be implemented on future web

applications in the next year.

2.. All these request is for web only, for desktop interface we only will

use normal Delphi Win 32 components. For Us there is no sense to use a

unified framework because the nature of a desktop application and web

application difers so much (example: ShowModal behaviuor)

3.. The next list is not ordered by a some criteria

New Features:

a.. Add a Aligment property to UniEdits to align to right, numeric values.

b.. Google maps interface (to show maps onto web applications)

c.. Facebook interface (to use "I like", "Chat", "Wall Message", "Login

using Facebook" and other Facebook features used worldwide)

d.. Windows Live interface (same as Facebook)

e.. Twiter interface (same as Facebook)

f.. Calendar, Dating, Task, Events components. Like Microsoft Outlook to

make a "living agenda" (used worldwide in these days)

g.. Flash, Java FX and SilverLight interfaces (to use these technologies)

h.. Automated "Enter As Tab" keyboard behaviour (with a form property not

programing key events)

i.. Full test of dynamic constructions of UniGui components on run time,

not only on design time and maked onto packages, dynamic frames and so on.

(Thats because normally we construct the forms on scratch and dinamically

reconstruct the user interface based on inputed values)

j.. A mature UniTreeView, with nodes know this parents, childs, acting

when dinamically change this properties, nodes pointing objects and so on.

(Actually the UniTreeView is unusable in run time with the lots of bugs they

have)

k.. A Outlook Bar like component, supporting treeviews inside.

l.. Grids with multiple titles, footers for totals or custom text,

grouping columns, check box columns

m.. All the Data Controls Delphi Pallete components ported to UniGui

components.

n.. ActionList support.

o.. Popup support.

p.. Mask Control to be invoked on key events on runtime.

q.. "Freeze" window or screen on ajax events instead Mask Control (like

Intraweb does) to prevent user to press twice controls (and to no program

these features by hand)

r.. ApplicationEvents like component. We need Application.OnException

support please!.

s.. HTML Editor components to make documents on line (like a RTF Editor).

t.. Custom events to make some work on startup or shutdown the standalone

server.

u.. Color Combo component.

v.. Insert custom HTML/JS onto forms/components/events. (Like support for

JQuery)

w.. Page Control with scroll when tab sheets doest not fit on screen.

x.. Hints on DBGrid Columns to show data does not fit on column size.

y.. Change or put a wallpaper on "desktop".

z.. SSL full support to make secured transactions.

aa.. XLST support.

ab.. SOAP WebService Web Methods compatible with Java ME Mobile

Applications and iPhone.

As allways I remember You that we bet our Web development to UniGui. We like

the response performance of You. And if you decide to sell you framework or

support we will pay without complains.

 

Oscar Flor

Sebaot

 

Post:

 

Sorry for my english my dictionary is gone for some reason that I will catch

soon.

 

 

.

 

Link to comment
Share on other sites

Message from: "Farshad Mohajeri"

 

Thanks Oscar.

 

> Mr. Farshad:

>

> My boss send me a mail of You requesting features that we want to be

> avaliable for the roadmap.

>

> Well I send you this email with two parts, bug reports and enhancements:

>

> Bug Reports

>

> Notice:

> 1.. All of this bugs is on Web Mode only.

> Bugs List:

> a.. DBGrid Columns does not have tag property. (I need a way to mark

> columns)

> b.. For some reason hide/show Tabs (TabVisible) does not work for me,

> raises Access Violation, I will send a test case example soon.

> c.. Number data does not align to right on DBGridColumns on runtime.

> d.. Set ReadOnly := False on UniDB controls on runtime raises a access

> violation.

> e.. Disabled UniEdits does not receive values assigned with Control.Text

> := Value;

> f.. DropDownRows on DBGridColumns does not retain his values.

> g.. PickList on DBGridColumns does not retain his values.

> h.. Set Align := alCenter to DBGridColumns does not work.

> i.. Where something fails (exceptions occurs) when creating a form

> (someform.showmodal) instead of appearing a window with the exact error

> message, appears a big so big and real big windows occuping all the

> browser with all the javascript errors occurs because the first errors

> occurs. This behaviour or error caching is not usefull, the best way will

> be to show the first error on a normal error window. For my is like the

> first error crash down all the window construction points after the

> exception occurs.

> Enhancements

>

> Notice:

> 1.. Some of these request are thinked to be implemented on future web

> applications in the next year.

> 2.. All these request is for web only, for desktop interface we only will

> use normal Delphi Win 32 components. For Us there is no sense to use a

> unified framework because the nature of a desktop application and web

> application difers so much (example: ShowModal behaviuor)

> 3.. The next list is not ordered by a some criteria

> New Features:

> a.. Add a Aligment property to UniEdits to align to right, numeric

> values.

> b.. Google maps interface (to show maps onto web applications)

> c.. Facebook interface (to use "I like", "Chat", "Wall Message", "Login

> using Facebook" and other Facebook features used worldwide)

> d.. Windows Live interface (same as Facebook)

> e.. Twiter interface (same as Facebook)

> f.. Calendar, Dating, Task, Events components. Like Microsoft Outlook to

> make a "living agenda" (used worldwide in these days)

> g.. Flash, Java FX and SilverLight interfaces (to use these technologies)

> h.. Automated "Enter As Tab" keyboard behaviour (with a form property not

> programing key events)

> i.. Full test of dynamic constructions of UniGui components on run time,

> not only on design time and maked onto packages, dynamic frames and so on.

> (Thats because normally we construct the forms on scratch and dinamically

> reconstruct the user interface based on inputed values)

> j.. A mature UniTreeView, with nodes know this parents, childs, acting

> when dinamically change this properties, nodes pointing objects and so on.

> (Actually the UniTreeView is unusable in run time with the lots of bugs

> they have)

> k.. A Outlook Bar like component, supporting treeviews inside.

> l.. Grids with multiple titles, footers for totals or custom text,

> grouping columns, check box columns

> m.. All the Data Controls Delphi Pallete components ported to UniGui

> components.

> n.. ActionList support.

> o.. Popup support.

> p.. Mask Control to be invoked on key events on runtime.

> q.. "Freeze" window or screen on ajax events instead Mask Control (like

> Intraweb does) to prevent user to press twice controls (and to no program

> these features by hand)

> r.. ApplicationEvents like component. We need Application.OnException

> support please!.

> s.. HTML Editor components to make documents on line (like a RTF Editor).

> t.. Custom events to make some work on startup or shutdown the standalone

> server.

> u.. Color Combo component.

> v.. Insert custom HTML/JS onto forms/components/events. (Like support for

> JQuery)

> w.. Page Control with scroll when tab sheets doest not fit on screen.

> x.. Hints on DBGrid Columns to show data does not fit on column size.

> y.. Change or put a wallpaper on "desktop".

> z.. SSL full support to make secured transactions.

> aa.. XLST support.

> ab.. SOAP WebService Web Methods compatible with Java ME Mobile

> Applications and iPhone.

> As allways I remember You that we bet our Web development to UniGui. We

> like the response performance of You. And if you decide to sell you

> framework or support we will pay without complains.

>

> Oscar Flor

> Sebaot

>

> Post:

>

> Sorry for my english my dictionary is gone for some reason that I will

> catch soon.

>

 

 

.

 

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