home.social

#toolbar — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #toolbar, aggregated by home.social.

  1. #Reaper Toolbars That Save You Money (And Time)

    This tutorial shows how to stop worrying about all your plugins and keep only the ones you actually use right at your fingertips.
    youtube.com/watch?v=6WMxdn3NnOM

    #ReaperFriends#ReaperTips #ReaperDAW #DAWHacks #MusicProduction #DAW #Cockos #REAPERtutorial #Toolbar

  2. #Reaper Toolbars That Save You Money (And Time)

    This tutorial shows how to stop worrying about all your plugins and keep only the ones you actually use right at your fingertips.
    youtube.com/watch?v=6WMxdn3NnOM

    #ReaperFriends#ReaperTips #ReaperDAW #DAWHacks #MusicProduction #DAW #Cockos #REAPERtutorial #Toolbar

  3. #Reaper Toolbars That Save You Money (And Time)

    This tutorial shows how to stop worrying about all your plugins and keep only the ones you actually use right at your fingertips.
    youtube.com/watch?v=6WMxdn3NnOM

    #ReaperFriends#ReaperTips #ReaperDAW #DAWHacks #MusicProduction #DAW #Cockos #REAPERtutorial #Toolbar

  4. #Reaper Toolbars That Save You Money (And Time)

    This tutorial shows how to stop worrying about all your plugins and keep only the ones you actually use right at your fingertips.
    youtube.com/watch?v=6WMxdn3NnOM

    #ReaperFriends#ReaperTips #ReaperDAW #DAWHacks #MusicProduction #DAW #Cockos #REAPERtutorial #Toolbar

  5. Toolbar icons: AISSClassic 1.2

    "Amiga Image Storage System" (AISS) is a system for managing toolbar graphics. The newly released version 1.2 includes new icons, primarily for archiving, email, and tasks. An overview of all icons included in the package can be found in the documentation (PDF).

    amiga-news.de/en/news/AN-2026-

  6. Toolbar images: AISSClassic 1.1

    "Amiga Image Storage System" (AISS) is a system for managing toolbar images. Following the initial release last January, developer Martin Merz has now published an update of AISS on Aminet. The new version 1.1 contains around 1,400 additional pictograms and PNG files without metadata, which promises a significant improvement in the speed at which images are loaded.

    amiga-news.de/en/news/AN-2026-

  7. "Amiga Image Storage System" (AISS) is a system for managing toolbar images. With "AISSClassic", Martin Merz is releasing the first version of the AISS environment specifically for AmigaOS 3.x with images in the AmigaOS 3.2 Glowicons design. As the author explained to us upon request, the icons with the AmigaOS 3.2 palette use an 8-bit format that is much more resource-efficient than AISS with full colour depth + 8-bit alpha channel.

    amiga-news.de/en/news/AN-2026-

  8. "Amiga Image Storage System" (AISS) is a system for managing toolbar images. With "AISSClassic", Martin Merz is releasing the first version of the AISS environment specifically for AmigaOS 3.x with images in the AmigaOS 3.2 Glowicons design. As the author explained to us upon request, the icons with the AmigaOS 3.2 palette use an 8-bit format that is much more resource-efficient than AISS with full colour depth + 8-bit alpha channel.

    amiga-news.de/en/news/AN-2026-

    #Amiga #toolbar #images #AISS

  9. "Amiga Image Storage System" (AISS) is a system for managing toolbar images. With "AISSClassic", Martin Merz is releasing the first version of the AISS environment specifically for AmigaOS 3.x with images in the AmigaOS 3.2 Glowicons design. As the author explained to us upon request, the icons with the AmigaOS 3.2 palette use an 8-bit format that is much more resource-efficient than AISS with full colour depth + 8-bit alpha channel.

    amiga-news.de/en/news/AN-2026-

    #Amiga #toolbar #images #AISS

  10. "Amiga Image Storage System" (AISS) is a system for managing toolbar images. With "AISSClassic", Martin Merz is releasing the first version of the AISS environment specifically for AmigaOS 3.x with images in the AmigaOS 3.2 Glowicons design. As the author explained to us upon request, the icons with the AmigaOS 3.2 palette use an 8-bit format that is much more resource-efficient than AISS with full colour depth + 8-bit alpha channel.

    amiga-news.de/en/news/AN-2026-

    #Amiga #toolbar #images #AISS

  11. "Amiga Image Storage System" (AISS) is a system for managing toolbar images. With "AISSClassic", Martin Merz is releasing the first version of the AISS environment specifically for AmigaOS 3.x with images in the AmigaOS 3.2 Glowicons design. As the author explained to us upon request, the icons with the AmigaOS 3.2 palette use an 8-bit format that is much more resource-efficient than AISS with full colour depth + 8-bit alpha channel.

    amiga-news.de/en/news/AN-2026-

    #Amiga #toolbar #images #AISS

  12. Создание кастомного Toolbar с Jetpack Compose. Подробный разбор всех попыток и решений

    Привет, Хабр! Меня зовут Максим Сазонов, я android-разработчик в ПСБ. Сегодня предлагаю разобрать путь создания кастомного тулбара от первой кривой реализации до оптимизированного решения. И главная проблема, которую надо решить при создании этого компонента это центрирование title и subtitle. Эта проблема возникает потому что у нас может быть тулбар с разным количеством иконок по обе стороны от заголовка, текстом и иконками или только с title. И если ширина иконок у нас стандартна (44 dp), и достаточно просто умножить эту ширину на количество иконок справа, чтобы понять свободное пространство для title и subtitle, то с текстом с одной или с двух сторон всё намного сложнее, так как мы не можем заранее вычислить ширину этого текста, а значит не можем правильно центрировать и задать ширину title и subtitle. В статье я расскажу, как я решил этот вопрос.

    habr.com/ru/companies/psb/arti

    #kotlin #android #android_development #jetpack_compose #jetpack #toolbar #custom_toolbar

  13. Создание кастомного Toolbar с Jetpack Compose. Подробный разбор всех попыток и решений

    Привет, Хабр! Меня зовут Максим Сазонов, я android-разработчик в ПСБ. Сегодня предлагаю разобрать путь создания кастомного тулбара от первой кривой реализации до оптимизированного решения. И главная проблема, которую надо решить при создании этого компонента это центрирование title и subtitle. Эта проблема возникает потому что у нас может быть тулбар с разным количеством иконок по обе стороны от заголовка, текстом и иконками или только с title. И если ширина иконок у нас стандартна (44 dp), и достаточно просто умножить эту ширину на количество иконок справа, чтобы понять свободное пространство для title и subtitle, то с текстом с одной или с двух сторон всё намного сложнее, так как мы не можем заранее вычислить ширину этого текста, а значит не можем правильно центрировать и задать ширину title и subtitle. В статье я расскажу, как я решил этот вопрос.

    habr.com/ru/companies/psb/arti

    #kotlin #android #android_development #jetpack_compose #jetpack #toolbar #custom_toolbar

  14. Создание кастомного Toolbar с Jetpack Compose. Подробный разбор всех попыток и решений

    Привет, Хабр! Меня зовут Максим Сазонов, я android-разработчик в ПСБ. Сегодня предлагаю разобрать путь создания кастомного тулбара от первой кривой реализации до оптимизированного решения. И главная проблема, которую надо решить при создании этого компонента это центрирование title и subtitle. Эта проблема возникает потому что у нас может быть тулбар с разным количеством иконок по обе стороны от заголовка, текстом и иконками или только с title. И если ширина иконок у нас стандартна (44 dp), и достаточно просто умножить эту ширину на количество иконок справа, чтобы понять свободное пространство для title и subtitle, то с текстом с одной или с двух сторон всё намного сложнее, так как мы не можем заранее вычислить ширину этого текста, а значит не можем правильно центрировать и задать ширину title и subtitle. В статье я расскажу, как я решил этот вопрос.

    habr.com/ru/companies/psb/arti

    #kotlin #android #android_development #jetpack_compose #jetpack #toolbar #custom_toolbar

  15. Создание кастомного Toolbar с Jetpack Compose. Подробный разбор всех попыток и решений

    Привет, Хабр! Меня зовут Максим Сазонов, я android-разработчик в ПСБ. Сегодня предлагаю разобрать путь создания кастомного тулбара от первой кривой реализации до оптимизированного решения. И главная проблема, которую надо решить при создании этого компонента это центрирование title и subtitle. Эта проблема возникает потому что у нас может быть тулбар с разным количеством иконок по обе стороны от заголовка, текстом и иконками или только с title. И если ширина иконок у нас стандартна (44 dp), и достаточно просто умножить эту ширину на количество иконок справа, чтобы понять свободное пространство для title и subtitle, то с текстом с одной или с двух сторон всё намного сложнее, так как мы не можем заранее вычислить ширину этого текста, а значит не можем правильно центрировать и задать ширину title и subtitle. В статье я расскажу, как я решил этот вопрос.

    habr.com/ru/companies/psb/arti

    #kotlin #android #android_development #jetpack_compose #jetpack #toolbar #custom_toolbar

  16. Tip #767

    Gain screen real estate by merging Address and Tab Bars.

    Whether you’re working on a small laptop screen where every pixel counts or just prefer a more compact look, Vivaldi’s toolbar customisation settings are here to help you achieve a configuration that works for you.

    To combine the Address Bar and the Tab Bars, you need to move components from the Address Bar to the Tab Bar. Here’s how!

    1. Open the Toolbar Editor from the main menu > View > Customize Toolbar, or right-click on a component on the toolbars and select Customize Toolbar.
    2. While the icons are wiggling in their place, drag components you regularly use from the Address Bar to the Tab Bar (or to other toolbars).
    3. When you see a line in your theme’s highlight color appear, drop the component to its new place.
    4. When you’re happy with the result, click “Done” in the editor window.
    5. Then, in the main menu > View, click on “Show Address bar” to hide the Address Bar.

    #addressBar #customisation #TabBar #Tabs #toolbar #Vivaldi #VivaldiBrowser

    https://vivaldi.com/blog/tips/tip-767/

  17. People don't talk about Bookmarklets.
    Esp if you talk about Favorites, and not Bookmarks because-- of course, in that case-- you'd be talkin about Favelets. how about, Script-lets

    Curious about @chrispederick #WebDeveloper #Toolbar #Browser #Extension

    Clear cache of course somehow never clearxs the cache, right? so you spend how many seconds with that nonsense? do the math. it wastes a lot of time.

    So, this approach however, does NOT waste time. And it works, every time.

    Reload Style Sheet.
    But my question is this. How's that work, yo?
    I recokon you appreciate my affinity for the classic #Favelet #Bookmarklet javascript one-liners for execution in browser addr bar/ javascript as the URL "bookmark" which executes on click.
    Jesse's and Squrefree. that's funny. I guess the XSS / CORS stuff prevents them for functioning. I've not extensively research, but am curious.

  18. People don't talk about Bookmarklets.
    Esp if you talk about Favorites, and not Bookmarks because-- of course, in that case-- you'd be talkin about Favelets. how about, Script-lets

    Curious about @chrispederick #WebDeveloper #Toolbar #Browser #Extension

    Clear cache of course somehow never clearxs the cache, right? so you spend how many seconds with that nonsense? do the math. it wastes a lot of time.

    So, this approach however, does NOT waste time. And it works, every time.

    Reload Style Sheet.
    But my question is this. How's that work, yo?
    I recokon you appreciate my affinity for the classic #Favelet #Bookmarklet javascript one-liners for execution in browser addr bar/ javascript as the URL "bookmark" which executes on click.
    Jesse's and Squrefree. that's funny. I guess the XSS / CORS stuff prevents them for functioning. I've not extensively research, but am curious.

  19. People don't talk about Bookmarklets.
    Esp if you talk about Favorites, and not Bookmarks because-- of course, in that case-- you'd be talkin about Favelets. how about, Script-lets

    Curious about @chrispederick #WebDeveloper #Toolbar #Browser #Extension

    Clear cache of course somehow never clearxs the cache, right? so you spend how many seconds with that nonsense? do the math. it wastes a lot of time.

    So, this approach however, does NOT waste time. And it works, every time.

    Reload Style Sheet.
    But my question is this. How's that work, yo?
    I recokon you appreciate my affinity for the classic #Favelet #Bookmarklet javascript one-liners for execution in browser addr bar/ javascript as the URL "bookmark" which executes on click.
    Jesse's and Squrefree. that's funny. I guess the XSS / CORS stuff prevents them for functioning. I've not extensively research, but am curious.

  20. People don't talk about Bookmarklets.
    Esp if you talk about Favorites, and not Bookmarks because-- of course, in that case-- you'd be talkin about Favelets. how about, Script-lets

    Curious about @chrispederick #WebDeveloper #Toolbar #Browser #Extension

    Clear cache of course somehow never clearxs the cache, right? so you spend how many seconds with that nonsense? do the math. it wastes a lot of time.

    So, this approach however, does NOT waste time. And it works, every time.

    Reload Style Sheet.
    But my question is this. How's that work, yo?
    I recokon you appreciate my affinity for the classic #Favelet #Bookmarklet javascript one-liners for execution in browser addr bar/ javascript as the URL "bookmark" which executes on click.
    Jesse's and Squrefree. that's funny. I guess the XSS / CORS stuff prevents them for functioning. I've not extensively research, but am curious.

  21. People don't talk about Bookmarklets.
    Esp if you talk about Favorites, and not Bookmarks because-- of course, in that case-- you'd be talkin about Favelets. how about, Script-lets

    Curious about @chrispederick #WebDeveloper #Toolbar #Browser #Extension

    Clear cache of course somehow never clearxs the cache, right? so you spend how many seconds with that nonsense? do the math. it wastes a lot of time.

    So, this approach however, does NOT waste time. And it works, every time.

    Reload Style Sheet.
    But my question is this. How's that work, yo?
    I recokon you appreciate my affinity for the classic #Favelet #Bookmarklet javascript one-liners for execution in browser addr bar/ javascript as the URL "bookmark" which executes on click.
    Jesse's and Squrefree. that's funny. I guess the XSS / CORS stuff prevents them for functioning. I've not extensively research, but am curious.

  22. Tip #675

    Hide the Navigation Bar in Vivaldi on Android.

    When you move the Tab and Address Bars to the bottom the Navigation Bar disappears and you have more screen space. If you prefer to keep the Tab and Address Bars on top there’s still a way to hide the Navigation Bar.

    To hide the Navigation Bar:

    1. Go to Settings > Appearance & Theme.
    2. Disable “Show Navigation Bar”.

    When hidden, the Tab Switcher button is moved to the Address Bar and other features are available from the main Vivaldi menu.

    #android #customization #toolbar

    https://vivaldi.com/blog/tips/tip-675/

  23. Tip #654

    Open context menus with long clicks on the toolbar buttons.

    Everyone knows that right-clicking on elements in the browser and on web pages opens a menu with a myriad of useful options. But there’s a lesser-known option in Vivaldi that works well on Vivaldi’s toolbar buttons and in Vivaldi Mail.

    To open toolbar button context menus, simply click on the button with the left mouse button and hold it down until the menu opens. Then select the option you need.

    #menu #toolbar #userInterface #vivaldi #VivaldiBrowser

    https://vivaldi.com/blog/tips/tip-654/

  24. @dosnostalgic @pseudonym

    This is why Microsoft developed the Office ribbon – a tabbed set of toolbars.

    It was very cleverly researched and designed by Jensen Harris' team:
    jensenharris.com/home/ribbon

    #UX #research #UR #design #Office #ribbon #toolbar

  25. 🎉 Admin Bar Component 1.3.0 is out!

    👤 This includes a new slot that lets you put a menu below the author greeting area. You can use this for account-specific links or to show account details.

    github.com/wbrowar/admin-bar-c

    #webcomponents #toolbar #UI

  26. This is why you should be careful about what you put in your Sidebar-portion of your app's Toolbar and why you should give your Sidebar a suitable minimum width.

    In Tower, if your Sidebar is too narrow, the button above it (which is an important navigation switch), gets moved into an overflow menu way on the right-side of the window.

    They could easily fix this but the problem exists because its a new possible problem because of full-height sidebars.

    #macOS #UIUX #Toolbar #Sidebar

  27. This is why you should be careful about what you put in your Sidebar-portion of your app's Toolbar and why you should give your Sidebar a suitable minimum width.

    In Tower, if your Sidebar is too narrow, the button above it (which is an important navigation switch), gets moved into an overflow menu way on the right-side of the window.

    They could easily fix this but the problem exists because its a new possible problem because of full-height sidebars.

    #macOS #UIUX #Toolbar #Sidebar

  28. This is why you should be careful about what you put in your Sidebar-portion of your app's Toolbar and why you should give your Sidebar a suitable minimum width.

    In Tower, if your Sidebar is too narrow, the button above it (which is an important navigation switch), gets moved into an overflow menu way on the right-side of the window.

    They could easily fix this but the problem exists because its a new possible problem because of full-height sidebars.

    #macOS #UIUX #Toolbar #Sidebar

  29. This is why you should be careful about what you put in your Sidebar-portion of your app's Toolbar and why you should give your Sidebar a suitable minimum width.

    In Tower, if your Sidebar is too narrow, the button above it (which is an important navigation switch), gets moved into an overflow menu way on the right-side of the window.

    They could easily fix this but the problem exists because its a new possible problem because of full-height sidebars.

    #macOS #UIUX #Toolbar #Sidebar

  30. This is why you should be careful about what you put in your Sidebar-portion of your app's Toolbar and why you should give your Sidebar a suitable minimum width.

    In Tower, if your Sidebar is too narrow, the button above it (which is an important navigation switch), gets moved into an overflow menu way on the right-side of the window.

    They could easily fix this but the problem exists because its a new possible problem because of full-height sidebars.

    #macOS #UIUX #Toolbar #Sidebar

  31. Tip #581

    Make your choice between spacious and compact user interface layouts.

    Do you prefer to give the buttons on the toolbars plenty of breathing room, or do you want them packed together nice and snug next to each other? As with most things in Vivaldi, you’re in control and can decide what works best for you.

    To change the UI density:

    1. Go to Settings > Appearance > Window Appearance > User Interface Density.
    2. Choose between:
      • Regular i.e. the more spacious layout, and
      • Compact layout.

    #customization #toolbar #userInterface

    https://tips.vivaldi.net/tip-581/

  32. On the web, Gmail is now offering a simple toolbar UI when reading emails and taking action on your inbox.

    #google #gmail #email #toolbar
    tchlp.com/2yf4ae

  33. Upcoming changes in Chrome will allow users to pin as many as 19 buttons to the toolbar for easy access to important tools

    #google #chrome #browser #toolbar #tools
    tchlp.com/3yhvOub

  34. Upcoming changes in Chrome will allow users to pin as many as 19 buttons to the toolbar for easy access to important tools

    #google #chrome #browser #toolbar #tools
    tchlp.com/3yhvOub

  35. Habe ich Halluzinationen oder hat sich bei #Firefox 122 im Vergleich zur 121er Version optisch etwas geändert? Horizontale Striche bei der #Toolbar, #URL-Anzeige mit grauem Hintergrund...

  36. Essential Buttons Toolbar – Holen Sie sich diese Erweiterung für 🦊 Firefox Android (de)

    #Addon für den Android #Browser #Firefox um zusätzliche Shortcuts in einer zusätzlichen #Toolbar zu nutzen, zb. Seite neuladen oder frei definierbare Homepage zu öffnen, div. Navigationsbuttons usw.

    addons.mozilla.org/de/android/

  37. Tip #408

    Top or bottom? Decide where you want to have the Tab Bar and Adress Bar in Vivaldi on iOS.

    Prefer your Address Bar and Tab Bar traditionally on top of the screen or at the bottom for easy one handed reach? Whatever your preference, we’ve got you covered.

    To choose a location for the Tab and Address Bar:

    1. Go to Settings > Tabs.
    2. Select either Top or Bottom for the Address Bar Position.

    Alternatively, long-press on the Address Bar and select “Move address bar to bottom/top” from the menu.

    #addressBar #iOS #tabs #toolbar

    https://tips.vivaldi.net/tip-408/

  38. And how do you turn off that new popup toolbar in Photoshop that seems to always get underfoot? Well, that's apparently called the Contextual Task Bar in the Window menu. #Photoshop #Adobe #TaskBar #Popup #Toolbar

  39. If you've gotten bitten by the @thunderbird 114/115 "Supernova" update, and suddenly your screen fits half as many folders and emails:

    1. create, in your #thunderbird profile dir, a "chrome" subdirectory with a userChrome.css, e.g.,

    ~/.thunderbird/*.default/chrome/userChrome.css,

    2. put in

    #toolbar-menubar {
    order: -1 !important;
    }
    #folderTree {
    --list-item-buttons-size: 12px;
    --list-item-min-height: 12px;
    }
    #threadPane tr.collapsed{
    height: 1em !important;
    }

    3. restart thunderbird

  40. Tip #346

    Search copied text in a new tab with a single shortcut.

    Combining actions often used one after another into a single Command Chain can help you streamline your browsing. One of the many Command Chains you can create is searching for text you have copied to the clipboard in a new tab. That way you can skip opening a new tab, focusing on the address field, pasting your search term in it, and executing the search. It’s all done with the use of a single shortcut or click of a button.

    To create the Command Chain:

    1. Go to Settings > Quick Commands > Command Chains.
    2. Click on “Add Command Chain” below the list of existing chains.
    3. Give the new chain a name
    4. Add the following commands:
      1. New Tab,
      2. Delay (with the parameter value, for example, 100),
      3. Focus Address Field,
      4. Paste and Go.
    5. Go to Settings > Keyboard and/or Settings > Mouse, look for the new chain in the list of commands, and create a shortcut for it.In addition, you can open the Toolbar Editor and add the new chain as a button on one of the browser toolbars.

    #command-chains #keyboard-shortcuts #mouse-gestures #shortcuts #toolbar

    https://tips.vivaldi.net/tip-346/

  41. upgraded to @thunderbird v115 and definitely not a fan of the swap of menu and toolbar... WTF

    So my userChrome.css now also includes this gem

    #toolbar-menubar {
    order: -1 !important;
    }

  42. Just released my #ImCoolBar

    A MacOs DockBar like toolbar for #DearImGui

    Maybe not stable or not practical. Let me know your feedbacks

    #dockbar #toolbar #imgui
    github.com/aiekick/ImCoolBar

  43. Tip #289

    Download Custom Icons for your browser from Vivaldi Themes.

    Using Custom Icons with your browser theme, allows you to take the uniqueness of your Vivaldi to yet another level. You can create an icon for each toolbar button yourself or you can make use of the numerous Themes with Custom Icons the creative minds of Vivaldi Community members have shared with everyone.

    To download custom icons:

    1. Go to themes.vivaldi.net.
    2. Click on, for example, “View all featured themes” to open a page with all the filtering options.
    3. In the menu on the left, tick the box for “Custom Icons”.
    4. Apply other filters, if you wish.
    5. Find a theme you like.
    6. Download it to get a preview and if you want to keep it, click Install.

    To use custom icons from a different theme with your active theme:

    1. Go to Settings > Themes > Editor > Icons.
    2. Make sure “Use Icon Set from” is enabled and select a theme from the drop-down menu.

    #customIcons #customization #themes #toolbar

    https://tips.vivaldi.net/tip-289/