now browsing by tag

 
 

Is it possible to display text in a LL item/panel which can be scrolled?

Is it possible to display text in a LL item/panel which can be scrolled?

I want to create a clipboard viewer (not editor) which may contain text that takes up more space than the clipboard area. I don’t want to edit the text but want to be able to scroll it. What is the best way to achieve this?

]]>

Floating desktops: is it possible to have LL react to a swipe from the edge of any app (originally meant to activate…

Floating desktops: is it possible to have LL react to a swipe from the edge of any app (originally meant to activate your floating desktop) but assign a different action to it, e.g. recent apps view?

]]>

anyone had success creating iframes in a WebView in LL’s CustomView?

anyone had success creating iframes in a WebView in LL’s CustomView?

would like to make a YouTube music player embedded in LL, using the YT Player API (https://developers.google.com/youtube/iframe_api_reference)

tried Jappie Toutenhoofd ‘s WebView script which can load embedded YT videos, but some YT videos will only load via an iframe rather than direct url

https://developers.google.com/youtube/iframe_api_reference
]]>

When a rectangular (non-square) image is set as an icon, it gets aligned to the top-left.

When a rectangular (non-square) image is set as an icon, it gets aligned to the top-left. Is there any way to set the alignment as middle-center?

]]>

For those who are rooted and like to keep your homescreen minimal, check out TextInject Xposed at…

For those who are rooted and like to keep your homescreen minimal, check out TextInject Xposed at http://forum.xda-developers.com/xposed/modules/mod-textinject-t3112160

It allows you to clean up your homescreen (removing battery draining widgets!) while having all the (Tasker-accessible) info you need easily visible via the status bar, notification drawer, and lockscreen. Here’s a weather/wifi SSID/date/time example:

]]>

Playing around with Jappie Toutenhoofd ‘s scripts and trying to disintermediate Tasker with LL scripts …

Playing around with Jappie Toutenhoofd ‘s scripts and trying to disintermediate Tasker with LL scripts …

Has anyone successfully used a LL script to pull a geolocation (lat, lon) from Android’s location manager?

]]>

How can one pass script data from a Lightning action “run a script” to be used in the script?

How can one pass script data from a Lightning action “run a script” to be used in the script?

Tried LL.getEvent().getData() but the script data was not passed even though dialog was checked in “run a script” action

]]>

Can Tasker send variable arrays to LL (using the Tasker plugin action, scripts, or otherwise)?

Can Tasker send variable arrays to LL (using the Tasker plugin action, scripts, or otherwise)?

]]>

With the gesture script by Lukas Morawietz and now floating desktops on V12.6, it should be possible to create a…

With the gesture script by Lukas Morawietz and now floating desktops on V12.6, it should be possible to create a transparent overlay that takes handwritten gesture input and converts that into alphabet/command inputs to the app “underneath”

Possible use-cases:

– quick dialer when in contacts/dialer app (more intuitive than T9)

– faster access to text search when in browser/news reader apps (no need to pull up keyboard, find text input field, etc.)

– quick search of music/playlists when in listviews

Has anyone achieved something similar or has interest to?

]]>

Scripting help: Is there a way to get the position of the desktop via a script that runs in the background (vs.

Scripting help: Is there a way to get the position of the desktop via a script that runs in the background (vs. running in desktop)?

Tried using this script below, but it only works when script is run in desktop, and not when run in background:

var page = Math.round(LL.getCurrentDesktop().getPositionX()/LL.getCurrentDesktop().getWidth());

if (page == -1) {

//actions to run

}

]]>