The toolbar tag is for issues relating to the configuration, design, and use of toolbars.

learn more… | top users | synonyms

0
votes
0answers
22 views

Extjs style radiogroup to right of toolbar grid

I have gridpanel and radiogroup on toolbar like http://jsfiddle.net/RHxU3/ tbar: [ { xtype: 'radiogroup', columns: 3, style: 'float: right ...
0
votes
1answer
24 views

Extjs - Toolbar instead of title (enable option collapsible)

i have a Item like http://jsfiddle.net/eqNRg/ { region: 'west', title: 'Instead of toolbar', collapsible: true, width: 250, tbar : [{ ...
0
votes
0answers
9 views

PyQT Dialog Window with Toolbar

What is the standard approach of adding a toolbar to a dialog window in PyQT? I seem to be able to add toolbars only to a main window class.
-1
votes
0answers
16 views

toolbar search with a jqgrid treegrid not working

i have a big problem with my jqgrid where search and toolbar search are both not workig here is my code: $("#str_container-uiId").jqGrid({ xmlReader: { root:"structure_object", ...
1
vote
1answer
17 views

CKEDITOR 4 Inline mode Toolbar in LI contenteditable

In CKEDITOR 4 I'm using the inline mode I have a BulletedList with <ul contenteditable="true"> and when I press ENTER I can't not create a new LI with a <P contentenditable="true"> ...
3
votes
0answers
38 views

Firefox-addon-sdk: launching pageMod when pressing a button?

I am making a Firefox add on using toolbar button by Erik Vold and I would like to know how to launch and stop pageMod when an user press a button in the toolbar. Is that even possible ? I tried ...
0
votes
0answers
5 views

Searching for files using filters in windows 7 [migrated]

I had Windows 7 recently, how can i search for files (*.pom files) which contain a string, using a filter so the search do not take a long time? is there a query language to use use in the search tool ...
1
vote
0answers
24 views

Tiny MCE Editor: Create preset blocks of text to insert from toolbar

Does anyone know how I create preset blocks of text to insert from a list in the toolbar? I have an email API that I have integrated with a CMS and an admin can create a new email message to go out ...
1
vote
0answers
17 views

Seclected items from Toolbar search (jpGrid) are being unselected after Re-searching

I have an issue with my ToolBar search in jqGrid. The problem occurs when I type a word in the search bar and select the desired items. Then, after I clear the search bar, I find that all the selected ...
0
votes
1answer
28 views

Add a button on the NestedList toolbar (right aligned)

I'm trying to add a button (right aligned) on the toolbar of a nestedlist. Here is my code : Ext.define('Test.view.NestedList', { extend: 'Ext.Panel', requires: ['Ext.dataview.NestedList'], xtype: ...
3
votes
1answer
66 views

TB_SETPADDING message has no effect on vertical padding

I an trying to set the toolbar padding to zero, but the TB_SETPADDING message effect only to the horizontal padding, but not to the vertical padding. I set the color scheme to red and green, to ...
0
votes
1answer
21 views

CKEditor inline toolbar position

Simple question : how can I make the inline CKEditor toolbar float top right (or bottom right) of my editable element instead of the default top left position ? Have been googling it but no luck so ...
-1
votes
2answers
21 views

Buttons with fixed dimensions inside Jtoolbar

Ideally I would have 2 columns of buttons in my toolbar, but have a fixed dimension of say (30,30). I currently have a grid layout that works good for the layout, but the buttons strech to fit and I ...
0
votes
2answers
101 views

KendoUI Grid Custom Toolbar Action to delete selected items

I'm trying to add a new Custom Toolbar Action to my Kendo UI Grid but am lost on how to get the desired behaviour. I need a button that I can click that will invoke an action method and pass in the ...
0
votes
2answers
32 views

TextBox LostFocus is not raised when clicking on certain other controls

In the following simple WPF application a TextBox is set to update a property when the focus is lost from that control, like so <DockPanel> <ToolBar DockPanel.Dock="Top"> ...
0
votes
1answer
21 views

How to enlarge toolbar size in Qt?

I have a Qt window with a toolbar. I have several actions in it, with their icons set to some of qt standard icons. However, they are rather small. I want to enlarge toolbar and the buttons inside, ...
0
votes
1answer
20 views

How to change size of CKEditor toolbar?

Is it possible to do CKEditor's toolbar smaller? Height and weight attributes only changes editor's size but I want to change toolbar's size.
2
votes
1answer
53 views

Size of button in a toolbar - win32 program

I am creating toolbar with my bitmap images, and I have problem with the button size. this image size is 20/20 pixels. and I create a toolbar, and set the button size to 20/20 pixels, by this ...
1
vote
1answer
20 views

CKEditor Inline toolbar misplaced when div height changed

When using Inline editing with CKEditor (even on CKEditor's Website demos), if the height of a DIV is changed, the inline toolbar will be misplaced (it will stay at the same place it was before even ...
1
vote
1answer
48 views

How to create movable/resizeable/configurable Toolbars for a Windows Application

I have a large C++ application with a mostly homegrown layer for GUI Abstraction etc. The application is plain C/C++ on Win32 API. So far the application only supports a static horizontal toolbar ...
0
votes
3answers
42 views

Why is a HTML checkbox consuming one pixel more than the rest?

I am trying to build a toolbar, containing a checkbox like this. <div class="toolbar"><div class="widget-toolbar"> <ul class="items"> <li class="toolbar-button ...
-1
votes
0answers
29 views

Converting Bitmaps to Toolbars with VS2010 Toolbar Editor

There is a useful new feature in VS2010 that can make it easier to convert bitmaps to toolbars. import a bitmap. Second step: In Image Editor, from the Image menu, choose Toolbar Editor. ...
1
vote
2answers
61 views

How do I enable automatic tooltips for buttons on a toolbar?

As described here, if I do not set the BTNS_SHOWTEXT style to a button, will not shown on the button text, but when the mouse hovers over the button, you will see tooltip with the text. So I do not ...
0
votes
1answer
41 views

CKEditor 4 : Templates and allowedContent set in the config.js

Is there a way of setting the allowedContent property to true for the given plugin from within the config.js file? I've downloaded the minified, full version of CKEditor, which has each plugin ...
0
votes
1answer
15 views

Lost toolbar in Dreamweaver CS6

I can't seem to recover the toolbar in Dreamweaver. It's the one below the top toolbar and above the file tabs. The one that lets you easily swap between Design and Code view. It also has buttons for ...
1
vote
1answer
60 views

creating rebar control and introduction a band with toolbar into the rebar

I use this code to create a rebar control, and introduction a band with toolbar into the rebar. But when window is shown up, I can not see the toolbar. and when I check the height of the rebar, in ...
0
votes
1answer
60 views

Reduce the height of a titlebar - Sencha

I have a container with a few different items stacked in. I also would like to have two title bars inside the container BUT with height reduced to 10 points. I have tried to reduce the size using ...
2
votes
3answers
74 views

Toolbar scrolls when I scrolling the window

I am writing win32 program, and I have a window with a scroll bar, and now I added a toolbar. My problem is, the toolbar is scrolls when I scrolling the window. how do I set the toolbar to stand in ...
0
votes
0answers
21 views

Get counting special product

I added 'special' attribute for product. Just logged user can see special product. In category page, it's show product have 'special'=NO. But at toolbar, it count total product ( include special and ...
0
votes
0answers
41 views

Vaadin change tab height

I changed from SMartGWt to Vaadin (7.0) and I am desperately trying to adapt such simple things as a tabsheet to my needs. I would like to create a toolbar as top navigation with large icons which ...
0
votes
1answer
33 views

CKeditor Toolbar : AddButton (3.6)

I want to add a custom button to the toolbar. Based on the information here : http://docs.cksource.com/CKEditor_3.x/Developers_Guide/Toolbar I have this config.js : config.toolbar = 'MyToolbar'; ...
1
vote
0answers
16 views

Are there more explicit commands/toolbars and feedback for Eclipse for Android?

I'm new to Eclipse. I may need a better understanding or a plugin that would provide me with features described below. While doing some Android development, and I while making changes to my code at ...
1
vote
1answer
50 views

create toolbar with my bitmap images

this is an example code of msdn to create toolbar, but this example use the standard images of the system. What do I need to change in this code to use my images from resource file, for example: ...
0
votes
1answer
43 views

offset().top doesnt count the height of chrome extention toolbar

I am trying to get the offset to top of an element, but it appears that if there is a some kind of Gooogle Chrome extention toolbar - it loads after the page is loaded in an iframe and its height is ...
0
votes
0answers
42 views

toolbar activex control button/placeholder positions

I'm using the Microsoft Toolbar ActiveX control included in COMCTL32.OCX to modernize the GUI of an old VB5 program. I'm encountering a problem that has me stumped: I'm placing placeholders into the ...
0
votes
0answers
36 views

WordPress Toolbar: NO SHOW for specific users while on index page

I would like to show the toolbar to all visitors of my site, with the exception of; not logged in users\visitors, while on the index page. The following placed in my function file works fine for ...
0
votes
0answers
24 views

Creating Browser toolbar icon

I installed an application on OSX that add a custom button to the Safari and Firefox toolbar. It is not developed using extension, because there is no installed extension in the extensions list. I ...
0
votes
0answers
141 views

Jquery - Toolbar options or Toolbar plugin needed?

Can anyone suggest me a Jquery plugin for ToolBar option in web application.Actually I tried and googled a lot and spent two days. But can't find reliable one. If the suggested toolbar will be looks ...
0
votes
0answers
26 views

Open IE Explorer Bar By changing registry

I am trying to implement Internet Explorer by following the steps in below link http://msdn.microsoft.com/en-us/library/aa753590.aspx everything is done, now I want, when I open IE, that toolbar ...
1
vote
0answers
50 views

ToolBartray.Orientation = vertical and width of toolbar

I have a Problem with the width of the toolbars in my toolbartray if I set orientation to vertical. The width has the minimum size of the Overflow item. I want that the toolbar width has the size of ...
0
votes
0answers
36 views

Modify the preferences of chrome with C#

I am developing an application in c # to modify the file "Preferences" of chrome. The problem is when I want to overwrite the file ~Users\"User"\AppData\Local\Google\Chrome\User ...
0
votes
0answers
41 views

Data navigation toolbar with jQuery

I want a Data navigation toolbar with jQuery for use in MVC project. Something like data navigation in winform .net application that work with ADO.NET. I search but can't see anything. Can anybody ...
0
votes
0answers
21 views

Empty overflow drop down menu not disappearing in RadToolBar

I have a telerik RadToolBar where all horizontally aligned elements fit in. Now i resize the window so narrow that some of the toolbar elements get hidden in the overflow drop down menu. This works ...
0
votes
0answers
25 views

Google visualization toolbar

I came up from this link which explains about the google visualization toolbar to export data table. Is it possible to use this toolbar in Google visualization dashboard having category filter control ...
0
votes
2answers
400 views

Symfony 2 - An error occurred while loading the web debug toolbar (404: Not Found)

Since the update to symfony 2.2, the web debug toolbar is no longer loaded in app_dev.php. I get the following error: An error occurred while loading the web debug toolbar (404: Not Found). Do you ...
1
vote
1answer
47 views

Detect when user closes floating toolbar frame

Is possible to capture event when user tries to close floating toolbar window in swing? Thanks in advance.
1
vote
1answer
66 views

Visible separators in win32 api toolbars (not just gaps)?

I want it to look like this (just the separator) this is what I have: How would i go about doing this? The separator at the moment is just this, nothing else in the TBBUTTON struct is set ...
0
votes
1answer
95 views

WPF Toolbar buttons don't seem to respond

I have the following code: <ToolBarTray Margin="0,21,0,0" Width="Auto" Height="38" VerticalAlignment="Top"> <ToolBar Height="38"> <Button Style="{StaticResource ...
0
votes
0answers
36 views

NSWindow Toolbar Button Image Background…?

I'm trying to add a custom item to the toolbar in my Document window (Document.xib) in a document-based cocoa desktop application. In Interface Builder, I drag a button from the library into the ...
1
vote
1answer
40 views

How can I solve a toolbar bug with DataTemplates?

(Wpf, .Net4) Hey, When I use a Data Template with DataType (and no key) it only applies in the constructor. (I must use it that way because I have two different type). The thing is, it works on .net ...

1 2 3 4 5 20