now browsing by tag

 
 

Is there an issue with icon themes?

Is there an issue with icon themes? I applied an icon theme for a panel and placed some shortcuts in it. This was done before V. 12.4 . Now (V. 12.5b6 and also 12.5b5) I place a new shortcut in the panel and want no theme on it. I pick a custom icon for it and change background to nothing. But after restart of lightning background from theme is applied again.

]]>

When in edit mode and selecting an item via hierarchy menu it isn’t selected.

When in edit mode and selecting an item via hierarchy menu it isn’t selected. I have an unattached item beneath others. Tried to raise or move it. Selected it via hierarchy menu and choosed geometry editor. Geometry is inactive. Same with z-order.

]]>

I’m trying to get the image of an item (shortcut).

I’m trying to get the image of an item (shortcut). The item is in a folder. I often got a NullPointerException. But when I open the folder before and close it, no exception is thrown. This is the relevant script excerpt:

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​

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.

]]>