You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, I did what the wiki asked me to do, i.e. to put an Identifier to the PagingPane and to put this reference in PagingButtons.
Except that I got this error on loading: Paging buttons pages reference is invalid
Which, after reading the source code, comes from the fact that PagingButtons can't find the identifier of the associated PagingPane.
After a number of tests, I came to the conclusion that the problem was with “populate”. In fact, if I remove these attributes, I get no errors (and no items, since I can't hydrate my GUI).
I think that populate blocks the recording of the pane identifier (or does so after the buttons are loaded), which means that the buttons can't find the associated Paginated Pane.
Is the error mine or is it a problem with the library?
The text was updated successfully, but these errors were encountered:
Hello, I recently wanted to test the XML feature of the plugin, but I think I found a problem with the loading of Paging.
For reference here is my XML:
As you can see, I did what the wiki asked me to do, i.e. to put an Identifier to the PagingPane and to put this reference in PagingButtons.
Except that I got this error on loading:
Paging buttons pages reference is invalid
Which, after reading the source code, comes from the fact that PagingButtons can't find the identifier of the associated PagingPane.
After a number of tests, I came to the conclusion that the problem was with “populate”. In fact, if I remove these attributes, I get no errors (and no items, since I can't hydrate my GUI).
I think that populate blocks the recording of the pane identifier (or does so after the buttons are loaded), which means that the buttons can't find the associated Paginated Pane.
Is the error mine or is it a problem with the library?
The text was updated successfully, but these errors were encountered: