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
I have changed the listview in the genremoodpage into a gridview. This has two advantages:
scrolling is limited
you can have all genres in one page *)
and one disadvantage:
long genre names don't fit.
*) Only when the retrieve genre call is changed so that all genres are retreived in one call (then you don't have to use the load previous/next set menu), this can be done by changing the line property int limit: app.searchLimit.value into property int limit: 45
Here's the new page (with the original app.searchLimit.value):
The text was updated successfully, but these errors were encountered:
I have changed the listview in the genremoodpage into a gridview. This has two advantages:
and one disadvantage:
*) Only when the retrieve genre call is changed so that all genres are retreived in one call (then you don't have to use the load previous/next set menu), this can be done by changing the line
property int limit: app.searchLimit.value
intoproperty int limit: 45
Here's the new page (with the original app.searchLimit.value):
The text was updated successfully, but these errors were encountered: