Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
IntraWeb 15.2.27 is out!
#1
Hi guys,

the new update bringing many enhancements to controls like TIWSelect, TIWjQGrid, TIWjQPageControl, TIWjqAccordion, and also some important bug fixes.

https://www.atozed.com/2021/04/intraweb-15-2-27/

Note: This version is *not* binary compatible with previous IW 15.2.26 (meaning, you need to rebuild dependent 3rd party packages from sources)

Enjoy!
Reply
#2
Here's also a new demo showing several features of the new IWSelect control:

https://github.com/Atozed/IntraWeb/tree/...i/IWSelect
Reply
#3
Someone asked me how to configure the language of IWSelect messages.

IWSelect (and also other controls) use the session language to decide what language file to render.

Better to set the language for the whole application in server controller:

procedure TIWServerController.IWServerControllerBaseConfig(Sender: TObject);
begin
Self.HTMLLanguage := 'es'; // <- ISO code for spanish
end;

It will set the language of IWSelect accordingly.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)