Horizontal Scrolling App Drawer.
Horizontal Scrolling App Drawer.
Anyone have a script that can enable Horizontal scrolling but also disable view switching, i dont use any of the other drawer views (Mydrawer,recently launched etc) just the default Alphabetical view. As im sure you no even with scrolling set to Horizontal only we can still scroll up/down to access different views its annoying when i forget which way my app drawer scrolls and i end up switching the view from Alphabetical to something else. I wanna stop this.
]]>(Next Post) V10.6.4 »
< ![CDATA[
Id like to be able to choose which app drawers are available as well. What would really be nice, if under the “app drawer” menu, there were check boxes to choose which views were visible. But I’d also be happy with a script. I only use my drawer, mainly because I can use folders etc.
]]>
< ![CDATA[
Checkboxes is a sweet idea!
]]>
< ![CDATA[
Every once in a while, I’m able to burn some dust off the old lightbulb! LOL Honestly, I’ve always felt the same as you about the app drawer, but something you said just made it click.
]]>
< ![CDATA[
Im suprised more people havent +1d this. Shows its not very important and i agree its not really, but it would be nice to have a way to change it.
]]>
< ![CDATA[
It’s not a minor thing… Actually quite a lot of users have asked about that in the past, but maybe I am so long to implement this that everybody get bored of asking…
What is certain is that it will be possible to configure more app drawer events, including swipe events. As a consequence it will be possible to disable view switching. I don’t know yet if or when I will implement the selection of individual views, which is nevertheless a good idea.
]]>
< ![CDATA[
Pierre Hébert please take your time. I’m always amazed at how you find solutions to so many problems across such a huge cross section of platforms and devices. You have such an amazing product! Any improvements from here, are just more icing on the cake!
]]>
< ![CDATA[
Cool more app drawer events will be perfect, an option to disable certain views would be nice but events would be miles better because they offer more customization. like if we could run a script from a swipe event, it would probably be possible to switch to a certain drawer view through an event, but whatevers easier/quicker for you to implement is a win for me, thanks 🙂
]]>
< ![CDATA[
I just been thinking if events were possible would the animations script by Lukas work in the drawer azwell? This would add some serious spice to the drawer IMO.
]]>
< ![CDATA[
Jay M I’m afraid it is not possible, because you can’t detach items in the drawer.
]]>
< ![CDATA[
Lukas Morawietz you can’t from the lightning UI 😉
]]>
< ![CDATA[
This^ sounds interesting.
]]>
< ![CDATA[
TrianguloY you can’t from script either. I tried…
]]>
< ![CDATA[
I’ve often thought about making a desktop my app drawer, styling it the way I want, and then have all the shortcuts lead to there. The only “problem” I foresee, is having to manually add and remove the apps as I install a uninstall them. Has anyone ever tried this?
]]>
< ![CDATA[
Lukas Morawietz I can :/
]]>
< ![CDATA[
Lukas Morawietz I tried this:
LL.getContainerById(99).getItemByName(“detached”).getProperties().edit().setBoolean(“i.onGrid”,false).commit();
Just name the item you want ‘detached’
It works for me, but it’s a bit strange because in the other drawers it is not moved. I can send you a screen record if you want
]]>
< ![CDATA[
TrianguloY I do believe you.
]]>
< ![CDATA[
Indeed, this operation is not prevented through script, but it may or may not work. For instance it will depend on the current view because some of them assume that there is only items attached to the grid. “Your mileage may vary”…
]]>