now browsing by tag

 
 

There’s a gesture action to unlock, but I didn’t see one to lock.

There’s a gesture action to unlock, but I didn’t see one to lock.

]]>

Anybody know how/if you can change the material effect color from a black based transparent color to a white based…

Anybody know how/if you can change the material effect color from a black based transparent color to a white based transparent color?

]]>

Is there any easy way to reset the Used Often app drawer or delete apps out of it?

Is there any easy way to reset the Used Often app drawer or delete apps out of it?

]]>

There’s a shortcut to go to previous/next desktop but is there any such shortcut to go to adjacent screens…

There’s a shortcut to go to previous/next desktop but is there any such shortcut to go to adjacent screens (left/right/top/bottom)…. If not consider this a suggestion.

]]>

Recently got an lg g3 and loaded some templates from an old phone and my soft keys are gone.

Recently got an lg g3 and loaded some templates from an old phone and my soft keys are gone… even in the settings. can’t figure out how to enable them and its hard to look through the settings with no back button. Anyone have any ideas?

]]>

Been trying to set the color of a panel to the color of the open folder for a while now but keep getting a null…

Been trying to set the color of a panel to the color of the open folder for a while now but keep getting a null pointer exception on the commit.. Any body have any ideas???

var event = LL.getEvent();

var desktop = event.getContainer();

var flds = LL.getOpenFolders();

var fldLen = flds.getLength();

if (fldLen > 0) {

var fld3 = flds.getAt(0);

 var editor = fld3.getProperties().edit();

 var box = editor.getBox(“f.box”);

  var editor2 = desktop.getProperties().edit();

var box2 = editor2.getBox(“f.box”);

var color = box.getColor(“c”, “n”);

box2.setColor(“c”, “n”, color);

editor2.commit();

}

]]>

WIP Theme I’ve been working on.. Monochrome Tabs

WIP Theme I’ve been working on.. Monochrome Tabs

Bottom buttons open folders containing related widgets… Not done yet but getting there.

]]>

Feature suggestion: Add settings perhaps in box tab to set the exact height/width of an item.

Feature suggestion: Add settings perhaps in box tab to set the exact height/width of an item. This is sort of related to existing feature request item 43 but that one is while modifing an item directly and this would be in the settings… Anyway this would allow a user to set 2 items to have the exact same width or height without trying to realign and snap several objects (currently especially difficult if they are all folders right next to each other since I keep accidently dragging folders inside one another)

]]>

Feature request: Add an option for rounding the corners in the Box option settings.

Feature request: Add an option for rounding the corners in the Box option settings.

]]>

One thing I’ve never quite been sure how to use is scrolling stop points… Can someone elaborate on how to use them?

One thing I’ve never quite been sure how to use is scrolling stop points… Can someone elaborate on how to use them?

If I have a widget which overlaps onto the next screen can I use a scrolling stop point to make it so it won’t scroll to that screen?

]]>