BorlandTalk.com Forum Index BorlandTalk.com
Borland discussion newsgroups
 
Archives   FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Devrace publishes XMLInspector - generator of dialog forms w
Goto page 1, 2  Next
 
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Thirdparty Tools (General)
View previous topic :: View next topic  
Author Message
Serg Vostrikov
Guest





PostPosted: Fri May 13, 2005 11:15 am    Post subject: Devrace publishes XMLInspector - generator of dialog forms w Reply with quote



Hello!

Devrace has published XMLInspector, a new product for Borland Delphi and C++ Builder.

XMLInspector helps developers to quickly and lightly create stable applications with human-engineered and understandable interface. The developers may concentrate on complex object modelling as XSD schemes whereas XMLInspector automatically enables them to edit the objects in a hierarchic property inspector.

Main XMLInspector features and advantages:

* Automatic generation of dialog forms. XMLInspector automatically creates dialogs and object editing forms based on XSD schemes, and enables developers to edit object properties.

* TDataSet support. XMLInspector generates XSD schemes for records of any TDataSet descendants, thus helping to quickly create database record editing dialogs.

* Robust applications. Using XML to create dialogs developers may easily change objects (add new attributes, make attributes compound and able to change their type depending on conditions, etc) without changing the program code and recompiling the application.

* Handy data import and export. The XML format simplifies data exchange between your applications.

Pricing and availability:

The XMLInspector library is immediately available for purchase. For more details please check http://www.devrace.com/en/shop/.

You may download XMLInspector from http://www.xmlinspector.com/

--
Sincerely yours,
Serg
__________________________________
e-mail: [email]sv (AT) devrace (DOT) com[/email]
url : http://www.devrace.com/, http://www.fibplus.com/

Back to top
Peter Sleuth
Guest





PostPosted: Fri May 13, 2005 9:42 pm    Post subject: Re: Devrace publishes XMLInspector - generator of dialog for Reply with quote



Serg,

I tried to take a look at XMLInspector by downloading and installing the
trial but failed because:
a) there is no precompiled demo application (in binary form) in your
zip-archive
b) I can?t compile your demo app because it references some components that
are not part of your zip-archive.

It would be nice if you could add a precompiled demo to your zip and add the
sources of a demo-app that doesn?t require any other thirdparty-components.

Thanks in advance,

-Peter


"Serg Vostrikov" <sv (AT) devrace (DOT) com> wrote

Quote:
Hello!

Devrace has published XMLInspector, a new product for Borland Delphi and
C++ Builder.

XMLInspector helps developers to quickly and lightly create stable
applications with human-engineered and understandable interface. The
developers may concentrate on complex object modelling as XSD schemes
whereas XMLInspector automatically enables them to edit the objects in a
hierarchic property inspector.

Main XMLInspector features and advantages:

* Automatic generation of dialog forms. XMLInspector automatically creates
dialogs and object editing forms based on XSD schemes, and enables
developers to edit object properties.

* TDataSet support. XMLInspector generates XSD schemes for records of any
TDataSet descendants, thus helping to quickly create database record
editing dialogs.

* Robust applications. Using XML to create dialogs developers may easily
change objects (add new attributes, make attributes compound and able to
change their type depending on conditions, etc) without changing the
program code and recompiling the application.

* Handy data import and export. The XML format simplifies data exchange
between your applications.

Pricing and availability:

The XMLInspector library is immediately available for purchase. For more
details please check http://www.devrace.com/en/shop/.

You may download XMLInspector from http://www.xmlinspector.com/

--
Sincerely yours,
Serg
__________________________________
e-mail: [email]sv (AT) devrace (DOT) com[/email]
url : http://www.devrace.com/, http://www.fibplus.com/




Back to top
Nic Roche
Guest





PostPosted: Sat May 14, 2005 4:57 am    Post subject: Re: Devrace publishes XMLInspector - generator of dialog for Reply with quote



Hi,


The demo project uses FreeIBComponents.

Where can I get this package?

Its not at

http://www.interbase.com/downloads/summaries/47.html


Nic Roche

"Serg Vostrikov" <sv (AT) devrace (DOT) com> wrote

Quote:
Hello!

Devrace has published XMLInspector, a new product for Borland Delphi and
C++ Builder.

XMLInspector helps developers to quickly and lightly create stable
applications with human-engineered and understandable interface. The
developers may concentrate on complex object modelling as XSD schemes
whereas XMLInspector automatically enables them to edit the objects in a
hierarchic property inspector.

Main XMLInspector features and advantages:

* Automatic generation of dialog forms. XMLInspector automatically creates
dialogs and object editing forms based on XSD schemes, and enables
developers to edit object properties.

* TDataSet support. XMLInspector generates XSD schemes for records of any
TDataSet descendants, thus helping to quickly create database record
editing dialogs.

* Robust applications. Using XML to create dialogs developers may easily
change objects (add new attributes, make attributes compound and able to
change their type depending on conditions, etc) without changing the
program code and recompiling the application.

* Handy data import and export. The XML format simplifies data exchange
between your applications.

Pricing and availability:

The XMLInspector library is immediately available for purchase. For more
details please check http://www.devrace.com/en/shop/.

You may download XMLInspector from http://www.xmlinspector.com/

--
Sincerely yours,
Serg
__________________________________
e-mail: [email]sv (AT) devrace (DOT) com[/email]
url : http://www.devrace.com/, http://www.fibplus.com/




Back to top
mramirez
Guest





PostPosted: Sat May 14, 2005 4:16 pm    Post subject: Re: Devrace publishes XMLInspector - generator of dialog for Reply with quote


"Serg Vostrikov" <sv (AT) devrace (DOT) com> wrote:
Quote:
Hello!
Devrace has published XMLInspector,
a new product for Borland Delphi and C++ Builder.

Hi.

Just a suggestion, I watch the screenshots/snapshots
of your product. They're in russian.

Personally don't have a problem with that,
but some of your potential customers may be
more interested if you change them to english.

Cheers.

mramirez ( a.t ) star ( m.i.n.u.s ) dev ( d.o.t ) com
formely "coyotebuddy"

Back to top
Serg Vostrikov
Guest





PostPosted: Sun May 15, 2005 12:02 am    Post subject: Re: Devrace publishes XMLInspector - generator of dialog for Reply with quote

Dear Peter,

14 May 2005 ?, 1:42:26, you wrote:

Quote:
b) I can?t compile your demo app because it references some components that
are not part of your zip-archive.
Yes, the current demo requires another our product, FIBPlus... Well, it was not a nice idea Smile. We'll publish a new XMLInspector build next week and add new examples, which do not require additional components.


Quote:

It would be nice if you could add a precompiled demo to your zip and add the
sources of a demo-app that doesn?t require any other thirdparty-components.
Thank you very much for your suggestions! Just visit our site in 3-4 days Smile


--
Sincerely yours,
Serg

FIBPlus - advanced native Delphi/BCB/Kylix
components for direct access to InterBase
and Firebird!
__________________________________
e-mail: [email]sv (AT) devrace (DOT) com[/email]
url : http://www.devrace.com/, http://www.fibplus.com/

Back to top
Serg Vostrikov
Guest





PostPosted: Sun May 15, 2005 12:03 am    Post subject: Re: Devrace publishes XMLInspector - generator of dialog for Reply with quote

Dear Nic,

14 May 2005 ?, 8:57:24, you wrote:

Quote:
The demo project uses FreeIBComponents.

Where can I get this package?
It requires FIBPlus ([url]http://www.fibplus.com)[/url], but not FreeIBComponents


However, we will add examples soon, which do not require any additional components. Please, visit our site next week!

--
Sincerely yours,
Serg

FIBPlus - advanced native Delphi/BCB/Kylix
components for direct access to InterBase
and Firebird!
__________________________________
e-mail: [email]sv (AT) devrace (DOT) com[/email]
url : http://www.devrace.com/, http://www.fibplus.com/

Back to top
Serg Vostrikov
Guest





PostPosted: Sun May 15, 2005 12:05 am    Post subject: Re: Devrace publishes XMLInspector - generator of dialog for Reply with quote

Dear mramirez,

14 May 2005 ?, 20:16:33, you wrote:

Quote:
Just a suggestion, I watch the screenshots/snapshots
of your product. They're in russian.

Personally don't have a problem with that,
but some of your potential customers may be
more interested if you change them to english.
We have changed screenshots and now we are preparing examples with new schemes completely in English. Thank you very much for your suggestions!


--
Sincerely yours,
Serg

FIBPlus - advanced native Delphi/BCB/Kylix
components for direct access to InterBase
and Firebird!
__________________________________
e-mail: [email]sv (AT) devrace (DOT) com[/email]
url : http://www.devrace.com/, http://www.fibplus.com/

Back to top
Ian Branch
Guest





PostPosted: Sun May 15, 2005 2:46 am    Post subject: Re: Devrace publishes XMLInspector - generator of dialog for Reply with quote

Hey Serg,

I think this is exactly what I am looking for but as others have
indicated it is difficult with the supplied demo, the Russian text and lack
of simple demos.

I look forward to the new demos you propose to post.

May I also suggest that in you help you add a simple code example of the
use of each th eproperties/methodes. In some cases the example will
duplicate over several properties/methods. It just makes it so much easier
to understand the implementation and context of the property/method.

Regards,

Ian


Back to top
Nic Roche
Guest





PostPosted: Mon May 16, 2005 6:47 am    Post subject: Re: Devrace publishes XMLInspector - generator of dialog for Reply with quote

Hi Serg,


C:Workingdelphi.addXMLInspectordemoFIBEX.GDB

is also missing from the install files.

If you want to send me the package before the next public release I'll check
the dependencies on a clean box.


Nic Roche
nicroche(at)encore-matrix(dot)com

"Serg Vostrikov" <sv (AT) devrace (DOT) com> wrote

Quote:
Hello!

Devrace has published XMLInspector, a new product for Borland Delphi and
C++ Builder.

XMLInspector helps developers to quickly and lightly create stable
applications with human-engineered and understandable interface. The
developers may concentrate on complex object modelling as XSD schemes
whereas XMLInspector automatically enables them to edit the objects in a
hierarchic property inspector.

Main XMLInspector features and advantages:

* Automatic generation of dialog forms. XMLInspector automatically creates
dialogs and object editing forms based on XSD schemes, and enables
developers to edit object properties.

* TDataSet support. XMLInspector generates XSD schemes for records of any
TDataSet descendants, thus helping to quickly create database record
editing dialogs.

* Robust applications. Using XML to create dialogs developers may easily
change objects (add new attributes, make attributes compound and able to
change their type depending on conditions, etc) without changing the
program code and recompiling the application.

* Handy data import and export. The XML format simplifies data exchange
between your applications.

Pricing and availability:

The XMLInspector library is immediately available for purchase. For more
details please check http://www.devrace.com/en/shop/.

You may download XMLInspector from http://www.xmlinspector.com/

--
Sincerely yours,
Serg
__________________________________
e-mail: [email]sv (AT) devrace (DOT) com[/email]
url : http://www.devrace.com/, http://www.fibplus.com/




Back to top
Oliver Feins
Guest





PostPosted: Mon May 16, 2005 12:59 pm    Post subject: Re: Devrace publishes XMLInspector - generator of dialog for Reply with quote

Hi,

First, XML Inspector looks really nice.

Quote:

* Handy data import and export. The XML format simplifies data exchange
between your applications.

1. As far as advanced TDataSet data editing is concerned, does the
component create in-memory master/detail datasets to support this:
http://www.devrace.com/img/xml/xmlins_adv_record_big.gif ?

2. Is it limited to GUI or can those datasets be used programmatically to
write data exchange add-ons ?

Thanks,

Oliver


Back to top
Alexander
Guest





PostPosted: Mon May 16, 2005 1:23 pm    Post subject: Re: Devrace publishes XMLInspector - generator of dialog for Reply with quote

Quote:
1. As far as advanced TDataSet data editing is concerned, does the
component create in-memory master/detail datasets to support this:
http://www.devrace.com/img/xml/xmlins_adv_record_big.gif ?

This example does not use master-details links, it demonstrate how to group fields of a record just to make interface more user-friendly. However, it is possible to use master-detail links in XMLInspector. it requires some coding.


Best Regards,
Alexander

Back to top
Alexander
Guest





PostPosted: Mon May 16, 2005 1:32 pm    Post subject: Re: Devrace publishes XMLInspector - generator of dialog for Reply with quote

XMLInspector version 1.1 is now avaliable for download.
New examples have been added

www.xmlinspector.com


Best Regards,
Alexander

Back to top
Serg Vostrikov
Guest





PostPosted: Mon May 16, 2005 1:51 pm    Post subject: Re: Devrace publishes XMLInspector - generator of dialog for Reply with quote

Dear Nic,

16 May 2005 ?, 10:47:22, you wrote:

Quote:
Hi Serg,


C:Workingdelphi.addXMLInspectordemoFIBEX.GDB

is also missing from the install files.
We included database backup file FIBEX.GBK in the example, because GDB depends on IB/FB version and you can not use it with all InterBase/Firebird versions. GBK is version independent.


Quote:
If you want to send me the package before the next public release I'll check
the dependencies on a clean box.
We decided to exclude this example because it is too complicated to start this sample for developers who do not work with InterBase. Today we have published XMLInspector 1.1 with new examples (they do not require additional components) and Delphi 2005 support.


--
Sincerely yours,
Serg

FIBPlus - advanced native Delphi/BCB/Kylix
components for direct access to InterBase
and Firebird!
__________________________________
e-mail: [email]sv (AT) devrace (DOT) com[/email]
url : http://www.devrace.com/, http://www.fibplus.com/

Back to top
Nic Roche
Guest





PostPosted: Tue May 17, 2005 12:39 am    Post subject: Re: Devrace publishes XMLInspector - generator of dialog for Reply with quote

Hi Serge,

Nice work.

A few questions though:

1. Are enumerations supported (dropdown lists)?
2. Can the elipsis button on "Group Fields" be turned off?
3. It appears that adding childnodes in the XMLInspector is not supported.
Is that right?
4. Can values be made read only in the inspector or not visible (like GUIDs
or internal values)?


Regards

Nic Roche

"Alexander" <asv (AT) devrace (DOT) com> wrote

Quote:
XMLInspector version 1.1 is now avaliable for download.
New examples have been added

www.xmlinspector.com


Best Regards,
Alexander




Back to top
Oliver Feins
Guest





PostPosted: Tue May 17, 2005 8:35 am    Post subject: Re: Devrace publishes XMLInspector - generator of dialog for Reply with quote

Hi,

Quote:
This example does not use master-details links, it demonstrate how to
group fields of a record just to make interface more user-friendly.
However, it is possible to use master-detail links in XMLInspector. it
requires some coding.


For a future version, do you plan to allow the developer to open a complex
XML document, generate the XSD, and generate in-memory master-detail
datasets so the XML document can be made readily available for navigation
and update through db-aware components, and be used to populate a database
by navigating the datasets.

This would be really good.

Regards,

Oliver


Back to top
Display posts from previous:   
Post new topic   Reply to topic    BorlandTalk.com Forum Index -> Delphi Thirdparty Tools (General) All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2006 phpBB Group
SEO toolkit © 2004-2006 webmedic.