sudo97
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2016
06:05 AM
Sliding Panels Usage
Hello, has anyone the same problem as me?
this field doesn't work, but there are few cases where I really need it
Setting goBackCount field to a value greater than 1 causes the PanelSet to move the focus back that many panels when the user presses the left arrow button, sliding the Panels as needed to make sure the panel that has the focus ends up onscreen.
this field doesn't work, but there are few cases where I really need it
2 REPLIES 2
sudo97
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2016
07:12 AM
Re: Sliding Panels Usage
Here are few examples:
First I tried to do it from Scene
then I created new panel just for testing, it contained only one button, and pressing this button caused
and result is still nothing
First I tried to do it from Scene
m.focusedPanel.goBackCount = 2 'tried 2, 3, 100, whatever
then I created new panel just for testing, it contained only one button, and pressing this button caused
m.top.goBackCount = 2
and result is still nothing
vrihlea
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2017
05:20 AM
Re: Sliding Panels Usage
for "future generations"... try setting "goBackCount" on the parent panel. The problem with it is, you still have to manage the focus manually, and setting it higher than 2 doesn't seem to do anything
have fun..
have fun..