April, 2015
now browsing by month
Sometimes when using fit to items with stay to page boundaries disabled the items will be off screen.
The background is there on some shorcits after playing with Settings.
The background is there on some shorcits after playing with Settings.
]]>How do I edit default item values?
Used to be, there was an item under desktop settings that would let me set default values like padding, whether labels and icons were shown, etc.
Now I can’t find it.
I’ve spent half an hour looking, but I can’t find it.
I’m sure it’s somewhere obvious, but I’d appreciate it if someone could point it out to me.
]]>Looking for a few pointers to tutorials on the new editing UI.
Tried to search the group, but couldn’t find anything obvious.
]]>Two quick suggestions:
Save the zoom from the script editor in the backups
If you browse a broken icon pack, place a button ‘all images mode’ that will automatically change the picker to ‘application’ and the icon pack package (maybe also even if the icon pack is not broken? )
]]>I am using zooper and tasker to display unread count on icons.
LL.bindClass(“android.widget.Button”);
LL.bindClass(“android.view.View”);
var mctx = LL.getContext();
var mButton = new Button(mctx);
mButton.setOnClickListener(new View.OnClickListener(){
onClick:function(View mButton){
Android.makeNewToast(“Hello World”, false).show();
}
});
return mButton;
Error: At Line 10 ) missing after formal parameters (onClickButton#10)
Im playing with custom views and failing 🙁 can any one tell me what I did wrong I think its my OnClick function but I don’t really know how to translate java to js and the android dev docs are kinda hard to read for me so theres probably something else wrong lol cheers.
]]>