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”?

]]>

19 Commentsto Hi

  1. Anonymous says:

    < ![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..

    ]]>

  2. Anonymous says:

    < ![CDATA[

    Hi, 


    thanks for your help.


    I’m using CM12.1. And I will certainly try beta build of Lightning Launcher later. 

    ]]>

  3. Anonymous says:

    < ![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 !.. 

    ]]>

  4. Anonymous says:

    < ![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.

    ]]>

  5. Anonymous says:

    < ![CDATA[

    Hi, I just updated to the beta version. It solved my problem on Gmail unread count badge.

    ]]>

  6. Anonymous says:

    < ![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);

    ]]>

  7. Anonymous says:

    < ![CDATA[

    For 3: which widget is that?

    ]]>

  8. Anonymous says:

    < ![CDATA[

    TrianguloY  Can you write (edit) for me same script for left/right, but for top, and bottom?

    ]]>

  9. Anonymous says:

    < ![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);

    ]]>

  10. Anonymous says:

    < ![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.

    ]]>

  11. Anonymous says:

    < ![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.

    ]]>

  12. Anonymous says:

    < ![CDATA[

    Danbar Danbar why bloat the app if there is such a simple script for that?

    ]]>

  13. Anonymous says:

    < ![CDATA[

    i understand. Maybe add this script to your repository.

    ]]>

  14. Anonymous says:

    < ![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.

    ]]>

  15. Anonymous says:

    < ![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.

    ]]>

  16. Anonymous says:

    < ![CDATA[

    Danbar Danbar if you disable scrolling, those events will work

    ]]>

  17. Anonymous says:

    < ![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.

    ]]>

  18. Anonymous says:

    < ![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)

    ]]>

  19. Anonymous says:

    < ![CDATA[

    TrianguloY This looks even better! You earn my respect and warm a heart of a new comer. Thank you again.

    ]]>

Leave a Reply

Your email address will not be published. Required fields are marked *