Page Buttons and Numbers not visible if Frame is collapesd

Post Reply
Baer
Posts: 96
Joined: Fri Jan 15, 2016 8:40 am
Real Name: Matthias

Hi gys

is there any reason why the buttons for mulitpagehandling and the page number is hidden if the frame is collapsed?

It is possible to access the content of the frame via external controlls (tried with some buttons and midi input) and even to change the page.
For that case it would be realy usefull to see the currently selected page number.

As i can see in the source code, this seems to happen on purpose. For that reason I'm wondering if i ran into some trouble on other corners if i change this behaviour for my build.
janosvitok
Posts: 1266
Joined: Mon Apr 13, 2015 7:05 am
Location: Bratislava, Slovakia
Real Name: Jano Svitok
Contact:

I don't think there's is any deep problem. Just make sure that pointers you manipulate are not null (e.g. m_pageLabel).

I think it is good idea to show page number in the collapsed frame (page up and page down are not needed as I suppose that
the rest must have some external control, so these may have as well).

If you come up with something, please create github pull request.
Baer
Posts: 96
Joined: Fri Jan 15, 2016 8:40 am
Real Name: Matthias

Implemented and tested, seem to work fine, at least for my testcase.

I have set the pull request some minutes ago.
Post Reply