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?

Anyone can explain why ItemClick event does not work with GridView in AlertDialog? It should, googled, all samples are like this. In pure Java, though… Dialog shows properly, can click, but no event is fired.

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. :/

]]>

B5 Pierre Hébert​

B5 Pierre Hébert​

Now have popup menu everytime arrow on top or bottom side. And sometime is window in terrible format.

I mean good idea is this… Enable show arrow on left or right side too.

]]>

Pierre Hébert​ b5

Pierre Hébert​ b5

On the right side you have wrong order (move next, move to last). in config desktop. ..

Panel don’t have button for delete…

]]>

Where is the best place to learn about scripting and the custom view?

Where is the best place to learn about scripting and the custom view? I have a few ideas I’d like to play with but have no idea what the custom view can do.

]]>

My Home… work in progress

My Home… work in progress

]]>

The ‘Set custom label’ modal could do to use the font that is set on that container.

The ‘Set custom label’ modal could do to use the font that is set on that container. I’m using the font awesome icon font and editing whitespace is not fun.

http://fortawesome.github.io/Font-Awesome/
]]>

After install b5… See screenshot. After delete all data (clear install) is now everything OK). :-)

After install b5… See screenshot. After delete all data (clear install) is now everything OK). 🙂

]]>

If user select some item, doing long tap and in popup menu select edit mode, now is popup menu visible before…

If user select some item, doing long tap and in popup menu select edit mode, now is popup menu visible before properties window.

If is item have long title or name, I’d number is not visible.

Pierre Hébert​

]]>