September, 2015

now browsing by month

 

Hello everyone!

Hello everyone! I’m a new user and have a question. Is there a way to select more than just one item at a time in edit mode? So that some items can share same properties. Or just to move more items around in one action. Thanks

V12.6 stable, with the floating desktop feature.

V12.6 stable, with the floating desktop feature.

It took me more than two months to build this version, but at last it is here. I hope it was worth the wait!

Full ChangeLog: http://www.pierrox.net/cmsms/applications/lightning-launcher/change-log.html

]]>

Is it possible to password protect the app drawer?

Is it possible to password protect the app drawer? For certain reasons, I do not want to use the lock screen. I just want the user to be prompted to enter a password when attempting to access all apps. For this to make any sense the user would also need to be prompted to enter a password when long pressing on the desktop screen to customize (e.g., adding actions, etc.). Not sure if this is possible but thought I’d ask because this would be extremely useful to me.

Could you put app search in the overflow, will be usefull when the actionbar is hidden.

Could you put app search in the overflow, will be usefull when the actionbar is hidden.

]]>

Hey, all.

Hey, all. I know I’ve been posting a lot of rather elementary questions lately; I have one more. Perhaps I’ll share my work when it’s done. Here’s the question: How does one switch which gmail address Lightning uses to fulfill dynamic text based on unchecked emails? My gmail app is tracking 2 addresses, and I would rather Lightning use the other address’ activities, or maybe a combined total. Everything else is working, but I don’t see a way to change that. Thanks again!

]]>

About wallpapers on secondary desktops..

About wallpapers on secondary desktops..

While I can get the wallpaper to scroll on the system wide settings, I can’t get it to for an individual desktop when I set an individual desktop wallpaper. My only options are “center, unscaled” and “fit width and height”, neither of which scroll.

What am I missing?

Running into a problem with events.

Running into a problem with events.  I’m customizing one of Lutz Linke’s presets, and I find myself unable to add swipe events to apps or shortcuts in any way that, well, works.

I go to the edit screen, go to properties, go to events, pick the swipe that I want to customize, pick the app.  I go back to the desktop and…nothing.  The swipe doesn’t work.  I go to a shortcut that already has a swipe that doesn’t work because my phone names ‘Phone’ differently.  Pick the swipe, change the app, go back to test, and it still tries to go to the wrong dialer.

Any clue what could be causing the problem?

]]>

Hi

Hi . How can i switch more variables by one tap. There are three items A,B,C and three variables A,B,C . When tap item A – switch var A to 1 , var B,C to 0 . When tap item B – switch var B to 1 , var A,C to 0. When tap item C – switch var C to 1 var A,C to 0. Thanks for help

]]>

I want to lern myself  scripting in ll and have mastered the first examples.

I want to lern myself  scripting in ll and have mastered the first examples.

With the following code I intend to call a script by tapping an icon and the email app is called with a fixed receiver.

But it will not work anyway with handing over of the receiver list:

#####################################

var emailIntent = new Intent(Intent.ACTION_SEND);

emailIntent.setData(Uri. fromParts(“mailto:”, “xxx.xxx@web.de”, null));

emailIntent.setType(“text/plain”);

adr = [“xxx.yyy@web.de”];

emailIntent.putExtra(Intent.EXTRA_EMAIL , adr );

emailIntent.putExtra(Intent.EXTRA_SUBJECT, “von meinem Handy verschickt”);

LL.startActivity(emailIntent );

##############################

What am I doing wrong? The subject comes anyway.

]]>

Hi. How can I create a short cut to launch Google Now?

Hi. How can I create a short cut to launch Google Now?