Page 1 of 1

svyPopupFilter Doesn't Work Anymore?!?!?

PostPosted: Sat Jan 14, 2023 1:54 am
by john1598360627
https://github.com/Servoy/svyPopupFilter/wiki
Code: Select all
Servoy: 2022.12.0.3823
svyPopupFilter: 2022.3.1
svySearch: 2022.3.1
svyUtils: 2022.3.1
svyLookup: 2022.3.0


I use the 'Free Search' feature of this. For some reason, the free search doesn't work anymore. The filtering doesn't work either. I haven't touched the code for any of this in months. It was working, now it doesn't. I suspect a recent Servoy update broke this.


Is 'svyPopupFilter' deprecated now? What is the intended way of searching & filtering through a grid in TiNG?

Re: svyPopupFilter Doesn't Work Anymore?!?!?

PostPosted: Mon Jan 23, 2023 11:45 pm
by sean
Hi Jon,

No it is not deprecated - very much still supported :-)

If you can, please create a support ticket and include an export of a sample solution which reproduces the problem.
https://support.servoy.com/

Best,
Sean

Re: svyPopupFilter Doesn't Work Anymore?!?!?

PostPosted: Wed Feb 08, 2023 4:11 am
by john1598360627
sean wrote:Hi Jon,

No it is not deprecated - very much still supported :-)

If you can, please create a support ticket and include an export of a sample solution which reproduces the problem.
https://support.servoy.com/

Best,
Sean

Question, how do I make some type of local table for the context of a demo project? I'm not really familiar with how to do this, and this is required for showcasing how the PopupFilter isn't working for me.

Can I just make an array and attach the array to a Data grid?

Re: svyPopupFilter Doesn't Work Anymore?!?!?

PostPosted: Wed Feb 08, 2023 4:26 am
by john1598360627
I guess I can atleast explain the setup I have.


I created a 'grid form class' that all my grids extend from.

This base 'grid form class' is a Data Grid that I attach the svyPopupFilter Toolbar to.

I suspect that for whatever reason that extending a form somehow breaks the Toolbar now. But I need to test this out and see.

Like it just doesn't work at all, there's no result from the free search and none of the filters work. It's odd.

Re: svyPopupFilter Doesn't Work Anymore?!?!?

PostPosted: Wed Feb 08, 2023 9:33 pm
by sean
Hi Jon, There is no problem with inheritance when using this extension.
Even in the sample solution (src available via the package manager) is using a base for with a grid and a popup filter. Again, I recommend you reproduce in a sample solution and share it.

Best,
Sean

Re: svyPopupFilter Doesn't Work Anymore?!?!?

PostPosted: Fri Feb 10, 2023 8:48 pm
by kwpsd
Created Support Ticket: SVY-17934 with example solution.

Servoy changed the Support Ticket to: SVYX-569.

Re: svyPopupFilter Doesn't Work Anymore?!?!?

PostPosted: Wed Mar 01, 2023 1:06 am
by john1598360627
Solution was posted by Paolo. It appears that the onSearchCommand loading of query is what locked the search. Oops! Thanks Paolo! :D