TrianguloY
now browsing by tag
Small bug:
While in the app drawer, if you open the user menu (The custom folder with lighting shortcuts) and you press ‘edit layout’, lighting settings is opened instead.
On the desktop it works fine.
]]>This is a small script I use to make tutorials and bug reports. Feel free to use it in your own videos.
This is a small script I use to make tutorials and bug reports. Feel free to use it in your own videos.
The script makes a label to cycle between sublabels, and shows the text with a small animation.
Note: the script is very simple, I could have make it more complex making it to auto configure itself, but instead I leave it small and commented it in case you want to learn a bit from it.
The video shows the recommended configuration
Disclaimer: the part where I almost deleted the custom font and even choosed a wrong one wasn’t intended. 😅
]]>Question:
When you set an image as the background of an item, if the image is smaller it is scaled with aliasing.
Is it possible (by script I assume) to remove that aliasing but without changing the size of the image (this is: the internal bitmap from item.getBoxBackground(“n”).getBitmap() need to have a small size, smaller than the item)
I know I can create an image with the size of the item and draw the previous image with an anti alias paint, then set that new image. The problem is that the image has now a different size, I want to keep the original size.
(Note: I know some workarounds, but I’m interested in that way in particular)
]]>This is a little bug I discovered weeks ago…but completely forgot.
When you open the new hierarchy screen from a container (long tap/items…/hierarchy…) it opens the hierarchy with the long tapped container opened and at the top.
But
It doesn’t open the containers containing that container recursively (try saying that fast).
So (make sure the hierarchy menu has all containers closed, otherwise those examples will work different)
If you open it long tapping directly a desktop A, that desktop is opened in the hierarchy screen and placed at the top. Ok
If you open it long tapping a panel/folder inside desktop A, the hierarchy menu is shown with all desktops closed, even A. BUT if you open the desktop A, the long tapped container is opened.
If you open it long tapping a container inside another container B inside our desktop A, the hierarchy menu is shown with all desktops closed, when opening A the subcontainer B is also closed BUT if you open B, then C is already opened.
Etc.
So, when opening the hierarchy menu from a container you need to open all parents, not only the selected one.
]]>Analog clock: lines and/or arcs
Analog clock: lines and/or arcs
Jappie Toutenhoofd: this is the clock I scripted for your ‘challenge’ 😉 Not what I had in mind at first, but I like it. (Reposted, I forgot to choose the community)
Also, I’m not sure but I remember someone asking for something like this time ago. I don’t remember, but if you do and are reading this: sorry, here you have.
This is a binding to create an analog clock using lines or arcs. The binding is created so that you can easily change some parameters: radius where to draw, width of the lines, number to use, color to use and choose between lines or arcs. You can even add more or remove them.
The script contains the instructions to set it up. To ‘install’ it simply set it in the dummy binding of an item. A square item is recommended.
Note: it uses the normal background of the item, and will create one if there is none. But if it already has a non-square one set, the clock will probably be shown at an incorrect position. Simply remove it and let the script create the correct one
In the video it is shown the default script, the default with lines instead of arcs, and four examples for demonstration purpose. A digital clock is at the bottom to help understanding.
]]>Clock bindings
Clock bindings
I had fun writing them, use them if you want 🙂
(And yes Jappie Toutenhoofd, this was because of your post too 😉
1) Custom number characters: a simple one changing the numbers (perhaps you remember them from my simple page indicator). You can use your own characters too.
2) Roman numbers: a funny one, the numbers are wrote with Roman numbers instead.
Note: for Roman reasons 00:00:00 is wrote as XXIV:LX:LX (24:60:60)
3) Binary: the usual binary clock, using those ‘box’ characters, but you can change them.
4) Random sums: the funniest and worst to read one. Each number is wrote as a random finite sum of random positive numbers (or 0). You have one second to guess the time XD (or you can remove the seconds and you will have a minute)
]]>Critical bug in the new hierarchy list! (Nobody saw this before? )
You can put a container inside itself (a folder shortcut inside the folder, a panel inside the panel), removing it from the setup, even from the hierarchy!
The container is placed inside itself, and it is still on the launcher data files, but the user has no longer access to it.
]]>Suggestions/comments about the new hierarchical menu:
1) Desktops doesn’t follow formatting convention “Desktop ‘name’: #00000” instead of “Type ‘name’ (#0000)”
2) When opening it from the items/hierarchy open it in the item/container. When opening it from the edit bar open it where it was previously (current behavior)
3) Narrower icons, less space between them and less right margin (the edit and options icons I mean) maybe also add a disabled edit icon for desktops, so same icons are all aligned. (Or instead make it to open the ‘manage desktops’ screen? )
4) Instead of tabbing, use a different ‘inside container’ indicative, for example this simple but effective one: (characters ┃U+2503 ┗U-2517 ┣U-2523)
Desktop
┣ Item
┣ Folder (opened)
┃┣ Item
┃┗ Item
┣Item
┣Folder (closed)
┗Item
5) Not sure about this but: invert the z-order sorting so that top most item is placed upper in the list? Hmm, with this configuration it should be better to have the ‘items inside a container’ placed above the container item…hmm. Setting to choose between one or another? 😛 ok, maybe better leave it as it is now.
]]>Html labels LLXperiment
Html labels LLXperiment
While I were searching, I suddenly went to a page about how to make a multi-color TextView.
And I though…hey, this should be possible to do in LL.
Yes it was.
This is a way (not the best one I guess, but reliable) to have Html labels in LL.
The script is very simple: it searches for the label view of an item, it converts its LL’s label using Html.fromHtml() and change the TexView with that value. The result is a custom label with colors, sizes, and more [IMPORTANT! not all is available, but I don’t know what is and what is not, so try]
If you set the script in the resumed event of the item, you will have it permanently. (Note: if you change the label you need to switch to another app, then back to LL for the script to run and change the new label, or simply run it manually from the item menu)
Another thing to note: I found that the LL item setting “Maximum number of lines” cuts the label or forces it to be one-line (when it is 1). Keep this in mind.
Some label examples are:
Red and blue
italic bold
Lightning launcher
html labelsPierre Hébert … Maybe a setting ‘html label’ in shortcuts under text? :3
]]>