Blog
All Blog Posts | Next Post | Previous PostTMS RADical WEB, technology preview update
Thursday, March 8, 2018
Weve been overwhelmed by the enthusiasm of many users about the news of TMS WEB Core and also the many reactions, feedback, comments of users who immediately got their hands wet with the technology preview.From all feedback received combined with our internal planning, were pleased to inform that there is now a technology preview update available that brings not only many small improvements but also some exciting new features!
The highlight of the technology preview update is the introduction of the jQWidgets jQxGrid UI control. This control can now be easily used from your Pascal code from a TMS WEB Core application. jQxGrid is a high performance jQuery grid with paging, sorting, grouping, editing & filtering capabilities. It also features different column types.
If you get TMS WEB Core 0.9.2 you can start playing with the new grid right-away or you can explore the grid via the online demo.
Second new big feature is that now data-modules, i.e. the TWebDataModule, are also available. The same easy-to-use centralized place for databinding & business logic that we are used to in Delphi VCL or FMX applications is now also available in TMS WEB Core applications.
Also new is a Twitter feed display component. Showing your personal or company Twitter feed integrated in your web application is now as easy as dropping a component and setting your feed name.
Weve also made it easier to use cookies and query parameters directly from your Pascal code. Getting or settings cookie values is now very easy. You can use code like:
Cookies.Add(CompanyNameCookie,tmssoftware, Now + 5000); Cookies.Add(UserNameCookie,Bruno Fierens, Now + 5000); Cookies.SetCookies;
The IDE integration was also improved with built-in automatic listing of CSS style classnames or HTML element IDs, so you can pick directly from the Object Inspector what CSS style from your HTML template you want to assign to a control or to what HTML element you want to link a control.
Other than this there are numerous smaller improvements in aligning, splitter, Google Maps geolocation, Google maps route display,
Well keep you posted with more updates as we continue to execute the planning and we look forward to hear all your feedback!
Get started today: Technical previews of TMS WEB Core, TMS FNC UI web-enabled controls, web-enabled TMS XData, the first parts under the TMS RADical WEB umbrella are exclusively available now for all active TMS-ALL-ACCESS customers.
Bruno Fierens
This blog post has received 6 comments.
2. Thursday, March 8, 2018 at 6:24:14 PM
Thanks for your feedback. We''ll check this with the people from jQWidgets.
Bruno Fierens
3. Monday, March 12, 2018 at 7:39:33 PM
Hi Bruno,
When do you think that Radical Web will cover the whole jQWidgets components ?
thx
eric fg
When do you think that Radical Web will cover the whole jQWidgets components ?
thx
eric fg
Repiton Pascal
4. Monday, March 12, 2018 at 9:23:04 PM
That is really hard to predict. It will take at least a couple of more months.
Bruno Fierens
5. Tuesday, March 13, 2018 at 6:37:11 PM
Hi Bruno
Can I use for production?
Thanks
Ebi
Can I use for production?
Thanks
Ebi
Ere Ebikekeme
6. Tuesday, March 13, 2018 at 10:25:58 PM
I would not consider it ready for production yet.
Bruno Fierens
All Blog Posts | Next Post | Previous Post
Just FYI, I''m not sure if this is an issue/constraint in jQGrid or in TWebJQXgrid, but...
Paging and grouping together not-functional:
Check "grouping"
Group by Brand
Check Paging
Grid goes blank
Removing the group and toggling between single and multiple row selection restores the grid data
Blanchard Edward