toolbar

How big should a Firefox toolbar button be?

What size, in pixels, should a custom Firefox toolbar button icon be? I've seen quite a variety. Most commonly I've come across 32x32, 24x24 and 16x16 but also 10x10, 15x15, 16x14, etc. I cannot find a definitive reference. Also see: How big should an Internet Explorer icon be? ...

Hide NSWindowToolbarButton

What do I have to do for hiding this NSWindowToolbarButton in windows with a NSToolbar? ...

Highlight NSToolbarItems

I want to highlight the selected NSToolbarItem like e.g. in Adium (see screenshot). Is there an easy way? If not, tell me the difficult one. =) ...

How can I make my Firefox extension toolbar button appear automatically?

I've created a firefox extension that consists of a toolbar button. How can I set it up so that when my extension is installed, the button automatically appears in the main toolbar. I don't want my users to have to go to the customize toolbar menu and drag my button over. ...

How to programmatically add a toolbar button (and OnClick handler) to Excel

How do I programmatically add a toolbar (with buttons on it) to Excel (2002 or later)? When the button is clicked I want a handler to create my COM object and call a method on it? ...

Creating an IE Toolbar

Hi, Where can I find information on adding a toolbar to IE like "Snagit" and other tools does? What I am basically trying to do is add a button, such that when clicked my tool will be launched. ...

submit SAS code or macro from Toolbar

Is it possible to allocate a SAS script or macro to a Toolbar button in Base SAS? ie can you 'dm' a macro or sas script? ...

Using Toolbar to submit SAS code from Editor

When submitting SAS code via the SAS Toolbar (eg cmjohns response) the compiler knows that the code is being "DM'd" and will not run certain code (eg %window). Is there a way to trick SAS into believing that code submitted from the Toolbar is coming from the Editor, therefore allowing interfaces (using %window) to be triggered via poi...

In WPF, What is the best way to create toolbar buttons so that the images are properly scaled?

Specifically, I'm looking to use the 16*16 32-bit png images included with the VS2008ImageLibrary. I've tried manually setting the Height and Width attributes of the image, adjusting margins and padding, adjusting Stretch and RenderOptions. My attempts to create toolbar buttons have all led to either Improper Scaling (blurry icons), the ...

How do you make SAS toolbar available to ALL windows?

I am using SAS 9.1 and wish to make my toolbar available regardless of which window is in 'focus' (eg log, editor, output). My code looks like this: libname temp678 "\\MyDrive\Team Autoexec"; dm "toolload bar temp678.profile.MycustomToolbar"; libname temp678 clear; However when I run it, it only gets applied to the Log window! I'v...

Trying to create my own Toolbar inside Mainframe class VS 6.0

I am having issues with creating my own Toolbar inside the Mainframe. I have bitmaps of buttons which I want to use for my own Toolbar but the problem is that the Toolbar displays inside the View of my SDI application. Here is a pic of the incorrectly displayed Toolbar. http://www.flickr.com/photos/14402427@N02/3409050475/ Here is the ...

How to force IE7 toolbars to always show

I have the developer toolbar for IE7, which is great when I want to inspect the page layout in a fashion similar to the functionality of firebug for firefox. However I am working with a web site that opens a new window with the toolbars disabled, and I cannot access my dev toolbar button! Is there a way to force IE7 to always show the ...

WPF: Nested MenuItems in a ToolBar

Hi. I am working on some XAML for a wpf application and I am having some trouble getting it to do what I want. Here is a sample of my XAML: <!-- Tool Bar Tray --> <ToolBarTray Name="toolBarTray1" DockPanel.Dock="Top"> <!-- File And Edit Tools --> <ToolBar Name="toolBar1" Band="1" BandIndex="1"> <!-- Regular Items --> ...

Browser Independent JavaScript debugger?

Hi there, Does anyone know if a browser-independent debugger exists... For example I have been using Firebug in Firefox but if the web developers use other browsers - nothing. I was wondering if there is some kind of "global" debugger that can attach to any browser and just debug? Any ideas? ...

How to make a rocketdock / OSX style launch bar using Delphi

I'd like to make a tool bar with icons that get's bigger when you mouse over them. I don't mind reinventing the wheel, but if anyone can suggest a good: Image Format (not sure bitmaps'll work here and not sure how to do Vectors) Existing Control (pay or free, so long as I can use it in a close source app) Container class (is TPanel suf...

How to add undo / redo buttons to toolbar in Eclipse?

I feel a bit embarrassed asking this questions, but how the heck can I get regular undo/redo buttons into the toolbar of eclipse? I've often to switch between German and English keyboard layout. Y and Z on those layouts is interchanged and thus I constantly trigger the wrong action for undo / redo. I've observed myself how I figure this...

How do I remove a custom toolbar from an Excel workbook?

I'm using Excel 2007, and I have an Excel workbook with a custom toolbar attached. Every time I open the workbook, the toolbar appears on the ribbon under "Add-ins". I can right-click on the toolbar and choose Delete Custom Toolbar and that removes it. But when I re-open the workbook, it re-appears. How do I remove it for good? The tool...

IE toolbar, visible by default.

Hi, i have created an IE band object (toolbar) that is working well. however, when installed on a new machine it is not visible by default. Of course one can turn it on by right clicking the toolbar area and selecting it, however, i would like to know if there is a way or an option in the registry that will enable me to have the bar turn...

Determine Parent Component

Hi We have TToolbarButton(s) on a toolbar, each with it's own associated TPopupMenu. The popup menus are all the same so we would like to have only one menus for all the toolbar buttons. The problem I have is determining which ToolbarButton invoked the popup menu. I've tried the following, but I keep getting an access violation. ... ...

Activate IE Add-Ons from an BHO

Hello! I've written two objects, a deskband toolbar and a bho for IE. The goal is that the bho shows up the toolbar after installation. Microsoft's approach is to use pBrowser->ShowBrowserBar(&vtBandGUID, &vtShow, 0); This method is nice to show and hide toolbars which got already activated via the addon manager but does not work for d...