|
XI Library : "XML into GUI" technology
Runebyte Software pleased to announce the release of their new product XI Library!
XI is a Delphi library that dynamically creates a user interface out of an XML source and lets you edit data using this interface. It introduces a concept similar to XAML but targeted for Win32 and more data-oriented (rather then interface-oriented). The main advantage is that you don't have to write complex code anymore to create a controls at runtime, just create an XML source that describes the interface you need and XI will do the rest!
Main features:
* Dynamically building a user interface (UI) out of an XML source at run time. The XML source can be loaded from a file, memory or a resource. The XML source can be loaded as text or in the form of "binary XML" (the more compact "compiled" form).
* Independence from screen resolution. If the screen resolution on the target system differs from the screen resolution on the machine where the XML source was created, XI will scale controls accordingly.
* Easy-to-use data exchange interface for generated UI. By default, in-memory, registry and INI file storages are supported.
* Basic set of controls, including the set of controls from JVCL.
* Expandability. You can add your own controls with ease.
* Detailed documentation explaining every aspect of using XI.
* Easy-to-use XML source editor with previewing the resulting user interface.
For more information and demo please visit XI Library official website.
Related Discussions - USING DLLS (2001-01-03 23:47:50)Hi again Goober ... :o)
Let's take NETAPI32.DLL as an example.
This DLL is created by Microsoft and the explanation of its use is described in...
- DETECTING ACTIVE DESKTOP -- SYSTEMPARAMETERSINFO? (2001-01-07 06:06:54)I'll check this out and then accept as answer, cheers :)
- CAN NOT RUN DELPHI 5 ENTERPRISE ON WINDOWS 2000 (2001-01-07 22:12:43)brother you are not alone as in my knowledge many other developers are also facing the same problem especially while updating control's position or...
- HOW TO COMPILE WITHOUT THE VCL ? (2001-01-17 04:13:15)you have not given the full purpose in your question
but it you want to reduce the disk size of your application file
then ofcourse you can...
- HOW TO HIDE WICH DLL'S YOUR PROGRAM (.EXE) USES? (2001-01-19 11:10:45)Maybe there's a bug. In don't have quickview installed. But with other programs, I can see winamp'imports...
If you really don't want people to be...
- CONTAINER CONTROL (2001-01-18 15:10:55)Find and try the TStretchHandle component on either Torry's
or DSP.
- FOR GODS SAKE... I AM GOING INSANE... (ABOUT THE 'DATETIME-PICKER) (2001-01-18 15:24:39)SendMessage(DateTimePicker1.Handle, DTM_SETFORMAT, 0,
longint(PChar('hh:mm tt')));
See MSDN for more formatstrings:...
- STOP IMAGE FLICKER... PLEASE!!! (2001-01-20 04:18:42)The problem is, that TImage is not a TWinControl so it has to be redrawn everytime.
Just imagine a pinboard with a image you can pin off and put...
- DATAMODULE IN A DLL (2001-01-21 23:16:01)where is datamodule in exe or in dll.
if it is in exe then most possible your dll is not able to link to that datamodule
for varifying if that...
- FED UP WITH ERRORS... (2001-01-24 10:06:21)Hi...
I fixed the error with deleting the dclusr50.bpl file...delphi succesfully compiled the package after a few unwanted questions...cool:)))...
|