now browsing by tag
Is there an issue with icon themes?
When in edit mode and selecting an item via hierarchy menu it isn’t selected.
I’m trying to get the image of an item (shortcut).
…
10 item = LL.getItemById(itemid);
11 if (item == null) { return; }
12 image = item.getImage();
…
The exception points to line 12. Could it be, that the image in RAM isn’t rendered at this time. And opening the folder renders the image? Pierre Hébert how can I check if a rendered image exists?
I could use item.getCustomIcon() or item.getDefaultIcon() but then the mirror or scaling of properties isn’t applied.
]]>Pierre Hébert
I don’t know whether it’s a bug or not, but in the release it wasn’t this way.
I set desktop transition effect to horizontal slide.
If you have 3 desktops with the left one as home desktop and you change via shortcut or default 2-finger swipe to the next desktop it slides from right to left. Going to previous desktop it slides from left to right back.
If you have only 2 desktops, you can use next desktop or previous desktop shortcut. The second desktops slides always from left to right in.
]]>