December, 2015
now browsing by month
Hi guys, I can’t get the notification draw to open with a gesture.
Hi guys, I can’t get the notification draw to open with a gesture. Swype up all apps works, as well as when set to swipe down but when I choose expand notification tray I get nothing. I’ve tried using a gesture within another app, GMD Gesture Control and the drawer opens so it must be something with Lightning Launcher? Anyone? Thanks.
Would it be possible and would you be willing, to make LL.Pickcolor accessible from CustomView?
like:
var cp = new Button(context);
cp.setPadding(20, 0, 20, 0);
cp.setOnClickListener({
onClick: function(cp) {
item.setTag( “fnl” , LL.Pickcolor(“Mytest”,0x99332211,True));
} });
]]>This is a little bug I discovered weeks ago…but completely forgot.
When you open the new hierarchy screen from a container (long tap/items…/hierarchy…) it opens the hierarchy with the long tapped container opened and at the top.
But
It doesn’t open the containers containing that container recursively (try saying that fast).
So (make sure the hierarchy menu has all containers closed, otherwise those examples will work different)
If you open it long tapping directly a desktop A, that desktop is opened in the hierarchy screen and placed at the top. Ok
If you open it long tapping a panel/folder inside desktop A, the hierarchy menu is shown with all desktops closed, even A. BUT if you open the desktop A, the long tapped container is opened.
If you open it long tapping a container inside another container B inside our desktop A, the hierarchy menu is shown with all desktops closed, when opening A the subcontainer B is also closed BUT if you open B, then C is already opened.
Etc.
So, when opening the hierarchy menu from a container you need to open all parents, not only the selected one.
]]>





D5 Creation