now browsing by category

 

This one is most probably ‘a bug’.

This one is most probably ‘a bug’.

I have below Script to be run on resumed event for a text item to make it as a countdown bar.

It runs fine most of the time when I press Back to exit current app/activity and go to home screen. However, if I press the home button, an error is occurred.

var npt = LL.getVariables().getInteger(‘varNextPrayerTime’);

var mnpt = LL.getVariables().getFloat(‘varMintoNPT’);

var mtp = Math.round((((npt – Math.floor(Date.now() / 1000)) / 60) / mnpt) * 710);

if (mtp >= 0) {

var e=LL.getEvent();

var c=e.getContainer();

var item = c.getItemByName(‘barPrayer’);

item.setSize(mtp,17);

Android.makeNewToast(mtp, true).show();

}

]]>

Ever since the latest update, which was a while ago, Lightning Launcher keeps ‘not responding’ for several seconds…

Ever since the latest update, which was a while ago, Lightning Launcher keeps ‘not responding’ for several seconds after I place a new icon onto the main screen. Also, sometimes I can’t click anything and I have to Force Stop Lightning Launcher.

]]>

Pierre Hébert​ here I think the type should be “int”

Pierre Hébert​ here I think the type should be “int”

]]>

Ok now when I try to add most random widgets I get this, and jus a second ago I got the next one in Google + not…

Ok now when I try to add most random widgets I get this, and jus a second ago I got the next one in Google + not even in lightning. I have stuffed Lightning full of widgets many times and never seen that second one there ever anywhere else so I can’t say for sure it came from lightning but 2 + 2 equals 4

]]>

Honestly, I don’t know if it is a bug but this has happened with me after last update.

Honestly, I don’t know if it is a bug but this has happened with me after last update. The 1st row in App Drawer is hidden under the title bar. You can see the icon labels in attached Screenshot.

]]>

CLock wiget sometimes freezes on my homescreen ( clock stays at same time ) , when updating widget LL crashes

CLock wiget sometimes freezes on my homescreen ( clock stays at same time ) , when updating widget LL crashes . this happens at random times , and no idea whats the reason … 🙁

]]>

Pierre Hébert  b7 bug: addition of box bindings seems to have distorted scripts that refer to box properties

Pierre Hébert  b7 bug: addition of box bindings seems to have distorted scripts that refer to box properties

getBox(“i.box”).setSize(string, int) is not working for me in b7 while it worked fine in b5 and non-beta versions

]]>

Strange script bug

Strange script bug

c is the container, i is an item

It should remove the item, but it does not.

However it works without modifying anything even if you commit.

(It is extracted from a bigger script, perhaps the save is not necessary)

LL.save();

c.getProperties().edit().setEventHandler(“i.tap”,EventHandler.UNSET,null).commit();//doesn’t work

//c.getProperties().edit().commit();//does work

c.removeItem(i);

LL.save();

]]>

Pierre Hébert i’ve found a bug that cause a kind of boot loop in LL:

Pierre Hébert i’ve found a bug that cause a kind of boot loop in LL:

When you try to put an item with more row than a panel in that panel, 

LL crash and every time you try to launch it, it crash again.

I hope this helps.

]]>

Hi Pierre

Hi Pierre

When starting lightning launcher

Binding for the day name in order to have the first char un caps

I think the value is blank when starting

]]>