Author | Topic: PowerWeb - new web UI framework for Xbase++ (Part 1) | |
---|---|---|
Slavoljub Damnjanovic | PowerWeb - new web UI framework for Xbase++ (Part 1) on Tue, 21 Mar 2023 08:49:58 +0100 I developed a brand new version of the PowerWeb library, Ver.2.0. It has a modern web design and many new functionalities. The main features of PowerWeb are as follows. - Icons and images can be loaded from resources. - Button and link elements can have caption and icon or image. - Modal and modaless dialog windows. - Horizontal and vertical menus. Menu items can have caption and icon or image. - Horizontal and vertical tool bars. Bar items can have caption and icon or image. - Horizontal and vertical tab sets. Tab items can have caption and icon or image. - Get elements for all data input types: single-line, password, hidden, date, time, multi-line, list box, combo box, radio box, check box, spin button, file upload. - Get elements have the EVENT, WHEN, VALID and RANGE controls. - Set and get values of get elements. - Post and get form data. - Generic and paging browser with edit option. - Browsers can display multi-line text, image, caption with image, and get elements. - Browsers have event controls. - Document frame can display DOC, RTF, XLS and PDF documents. - Popup messages. - Graphs and shapes using RMChart ActiveX control. - Print system that can create print reports of any form in a Clipper or GUI style. - Create SMTP client and send mail to the server. With PowerWeb you don't need to know HTML/CSS programming. All HTML elements created by PowerWeb functions are fully configurable in Xbase++ language and style without HTML/CSS. Their positions, sizes, fonts, colors, borders, types, aligns and other attributes can be defined by the user, using function parameters. PowerWeb library is a web UI framework which allows to create full-fledged web applications in Xbase++ language and style, that will have a modern GUI design and look. PowerWeb functions are HTML helpers that generate the HTML code for web UI components. PowerWeb library can be used with Alaska CXP and WAA technologies, and with our PowerComHttp server. You can download PowerWeb demo program from this link: https://www.sd-softdesign.com/download.htm It also contains the source code for the demo program and the PowerWeb documentation. You can see in the code that each web UI component is created with a single-function call and its attributes are set in Xbase++ language and style without HTML/CSS. You can see some screenshots from the demo program in the attachments. Best regards, Slavoljub Damnjanovic SD-SoftDesign, Alaska-Software Technology Partner Negotin, Serbia https://www.sd-softdesign.com https://www.sd-softdesgin.rs PWEB_Ctr1.gif PWEB_Ctr3.jpg PWEB_Brw5.jpg | |
Slavoljub Damnjanovic | notifications on Tue, 21 Mar 2023 08:52:40 +0100 |