Hi
Hi,
After years of being die-hard AWN launcher user, I paid for Lightning Launcher and enjoyed lots of fun so far.
But I got some few question would like to ask if anyone could shed some light into these:
1. Gmail Unread Count is not working(updated). What’s worse, if I add a badge and set its data to GMail unread count, it simply crash mostly!
2. Is there a Lightning action to “scroll a page left/right” for desktop?
3. My aged but favorite Colorized widget cannot work for lightning launcher. Is there a good alternative widget for calendar showing both “monthly view” and “event”?
]]>« I don’t know, maybe its fake memory – but was there a way to choose multiple apps in app drawer (to add them to… (Previous Post)
(Next Post) Pierre Hébert »
< ![CDATA[
I don’t know all answer, but I’ll try to help :
1. What is your android version?
2. If you don’t want to have to swipe, you can place the desktop like you want, then create a bookmark. Now you can move/copy the bookmark anywhere, and when you click on it, the desktop will go in the saved position.
3. Don’t know..
]]>
< ![CDATA[
Hi,
thanks for your help.
I’m using CM12.1. And I will certainly try beta build of Lightning Launcher later.
]]>
< ![CDATA[
Addon to 2. :
I explained the bookmark system, because there is a LL action to go to a bookmark, if you want to control the desktop positioning with shortcuts or third-party apps, you can use this !..
]]>
< ![CDATA[
About second question:
But if I set a bookmark on forth page and put this in my pinned panel, I could jump to 4th page from 2nd page of my desktop. This is not what I really ask for. But thanks for the suggestion anyway.
]]>
< ![CDATA[
Hi, I just updated to the beta version. It solved my problem on Gmail unread count badge.
]]>
< ![CDATA[
For 2 you can use a simple script
//script to go right
var c=LL.getEvent().getContainer();
c.setPosition(c.getPositionX()+c.getWidth(),c.getPositionY(),c.getPositionScale(),true);
//script to go left
var c=LL.getEvent().getContainer();
c.setPosition(c.getPositionX()-c.getWidth(),c.getPositionY(),c.getPositionScale(),true);
]]>
< ![CDATA[
For 3: which widget is that?
]]>
< ![CDATA[
TrianguloY Can you write (edit) for me same script for left/right, but for top, and bottom?
]]>
< ![CDATA[
Of course
//script to go up
var c=LL.getEvent().getContainer();
c.setPosition(c.getPositionX(),c.getPositionY()-c.getHeight(),c.getPositionScale(),true);
//script to go down
var c=LL.getEvent().getContainer();
c.setPosition(c.getPositionX(),c.getPositionY()+c.getHeight(),c.getPositionScale(),true);
]]>
< ![CDATA[
thx, i mean, this four simply script (his function) will be in basic LL action… but i dont know, why Pierre Hébert dont doing this directly.
]]>
< ![CDATA[
Scripts were added to allow those simple functions, so almost everything (difficulty applies) you imagine can be possible to be made in LL.
If Pierre add this script as a function, why not others? Lighting will easily increase in size.
]]>
< ![CDATA[
Danbar Danbar why bloat the app if there is such a simple script for that?
]]>
< ![CDATA[
i understand. Maybe add this script to your repository.
]]>
< ![CDATA[
Bogdan Tautu for example, if i need use something, i can try write script. But my wife, or my son, they dont know, what is script. They need everything very simply.
]]>
< ![CDATA[
And second reason… I will like somethime set gesture for left/right/top/bottom, but i cannot, because in LL is this function set directly for container scroll. If will be in LL action this four simply scripts as function and Pierre Hébert dont preset move up/down/left/right directly for scrolling container, user can use everytime set to different action. (for scolling user can set for example two fingers, or something else). In actual version is sometime this gesture consumed for scrolling.
]]>
< ![CDATA[
Danbar Danbar if you disable scrolling, those events will work
]]>
< ![CDATA[
TrianguloY You have my salute, sir! Thanks for your help !
About 3rd question, it was named colorized widget before it’s renamed to WiZZ Widget. But it seems not to be maintained for a long while neither.
]]>
< ![CDATA[
I tried WiZZ Widget, and it seems to work (although it requires a pro account)
If possible check to uninstall/reinstall and see if it works again.
If you want another application I’m using this https://play.google.com/store/apps/details?id=com.appgenix.bizcal
The month and the agenda widgets are different thought. (I’m not saying this app is the only one replacement, but it’s the one I know)
]]>
< ![CDATA[
TrianguloY This looks even better! You earn my respect and warm a heart of a new comer. Thank you again.
]]>