April, 2015
now browsing by month
Hey just noticed I received the latest beta 12.4b6 and found a problem.
Hey just noticed I received the latest beta 12.4b6 and found a problem.
When I’m on the home screen and long press a folder I get a popup with three icons and the button “scripts”. When I now press the pen symbol (edit button) I get a popup with “set description”, “modify symbol” and “more…”. Upon touch “more…” the popup closes. If I long press on the same folder again it now finally shows “edit element”, “position” and “actions”.
Highly doubt you intended this to be that complicated.
If you don’t understand I can make a short video.
Thanks for help!
Anyone can explain why ItemClick event does not work with GridView in AlertDialog?
var llCtx=LL.getContext();
var adapter=new ArrayAdapter(llCtx, R.layout.simple_list_item_1, items);
var gridView=new GridView(llCtx);
gridView.setAdapter(adapter);
gridView.setNumColumns(4);
gridView.setOnItemClickListener(new AdapterView.OnItemClickListener(){
onClick:function(parent,v,position,id)
{
Android.makeNewToast(id+”/”+position,true).show();
}
});
var builder=new AlertDialog.Builder(llCtx);
builder.setView(gridView);
builder.setTitle(title);
builder.show();
]]>Near full screen items cause issues when displaying the long tap menu. :/
Near full screen items cause issues when displaying the long tap menu. :/
]]>








D5 Creation