Servoy 2023.09.1

Servoy announcements

Servoy 2023.09.1

Postby jcompagner » Wed Nov 01, 2023 4:33 pm

We are pleased to announce the availability of Servoy 2023.9.1 (release number 3903)

This releases fixes some regressions that where found in the 2023.9.0 release.

Also the updated Posgresql driver now does something else when it comes to Stored Procedures, please read the release notes link below.

This version is available through the the download site

An installation (coming from the normal installer or from a platform specific archive) is shipping with with a Java VM (Java 17.0.8)

So for the platform specific archives you don't need to install or have java on your system.

This release can be updated by using the "latest" url: http://download.servoy.com/developer/latest/ (when you come from 2019.03 or higher)
This release is build on Eclipse 2023.06 (4.28)

See whats new and fixed issues

This is a release in our quarterly release cycle
if you want to stay on the LTS path you need to stick to 2023.03.3 LTS and enabled only the lts update site.

please also update the webpackages that also have releases for 2023.9

If coming from a much older release like 2022.03 then you first have to updated to 2023.03 and then go to 2023.09
This is because of an Eclipse update bug that prevents these updates.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 2023.09.1

Postby rafig » Wed Nov 01, 2023 4:43 pm

Congratulations Johan & team on a new release ;-)
[haven't tried it yet, but I'm sure it's great :P ]
Rafi
Servoy Certified Developer
Image
rafig
 
Posts: 708
Joined: Mon Dec 22, 2003 12:58 pm
Location: Watford, UK

Re: Servoy 2023.09.1

Postby steve1376656734 » Thu Nov 02, 2023 1:57 pm

The 2023.9 release of the 12Grid package has fixed the collapsible containers in NG2. My question is related to using form containers and tab panels within the collapsible container. The components have code that calls this.servoyApi.formWillShow and this.servoyApi.hideForm when forms are shown and hidden within the component itself but if the container is collapsed or expanded, these will not be called. Does this matter and if so should we not use forms within a collapsible container?
Steve
SAN Developer
There are 10 types of people in the world - those that understand binary and those that don't
steve1376656734
 
Posts: 330
Joined: Fri Aug 16, 2013 2:38 pm
Location: Ashford, UK

Re: Servoy 2023.09.1

Postby jcompagner » Fri Nov 03, 2023 3:18 pm

NG1 or NG2 that doesn't really matter.. a collapsible is just really hiding the dom, not much more..
i guess you have some container in there? like a tabpanel or tablesspanel/formcontainer?

You can use that just fine, but the form is not really hidden no, because its kind of still their.
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 2023.09.1

Postby steve1376656734 » Fri Nov 03, 2023 3:58 pm

Perfect - thanks for the explanation
Steve
SAN Developer
There are 10 types of people in the world - those that understand binary and those that don't
steve1376656734
 
Posts: 330
Joined: Fri Aug 16, 2013 2:38 pm
Location: Ashford, UK

Re: Servoy 2023.09.1

Postby steve1376656734 » Tue Feb 27, 2024 12:03 pm

Hi Johan,

Quick follow up to my question regarding showing/hiding forms when the element is collapsed. The SideNav component in ServoyExtra doesn't seem to follow the information you gave about not having to show or hide the form when the container is collapsed in the DOM. Lines 145 - 167 of the sidenav.ts file seem to show and hide both the header and footer forms when the panel is expanded and collapsed. Should we be mimicking this behaviour in our own component or are we still fine not doing that?

Thanks
Steve
Steve
SAN Developer
There are 10 types of people in the world - those that understand binary and those that don't
steve1376656734
 
Posts: 330
Joined: Fri Aug 16, 2013 2:38 pm
Location: Ashford, UK

Re: Servoy 2023.09.1

Postby jcompagner » Wed Feb 28, 2024 4:03 pm

if you are really showing and hiding forms it is better to tell the system that (so the form is not visible also server side)
Also showing a form must be done anyway else you dont get data.

but it doesn't really matter purely looking from the UI perspective (hiding it). the only thing is the server side will always think the form is visible and will send data notifications and so on
(and it is accessible to push data and execute actions on)
Johan Compagner
Servoy
User avatar
jcompagner
 
Posts: 8833
Joined: Tue May 27, 2003 7:26 pm
Location: The Internet

Re: Servoy 2023.09.1

Postby steve1376656734 » Wed Feb 28, 2024 4:10 pm

OK - thanks for clarifying.
Steve
SAN Developer
There are 10 types of people in the world - those that understand binary and those that don't
steve1376656734
 
Posts: 330
Joined: Fri Aug 16, 2013 2:38 pm
Location: Ashford, UK


Return to Announcements

Who is online

Users browsing this forum: No registered users and 170 guests