Questions tagged [toolbars]

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

29 questions
63
votes
4 answers

Hiding the toolbars surrounding an embedded pdf?

Though I think the answer maybe in this other question's answer concerning the pdf specification, is it possible to not display the adobe acrobat toolbars in an embedded pdf document?
leeand00
  • 25,510
  • 39
  • 140
  • 297
13
votes
6 answers

Xcode 5 Toolbar Buttons Not Working

I'm having an issue after installing Xcode 5. The toolbar buttons to show/hide the Assistant Editor and the Version Editor are not working. They don't respond at all; I have to access those functions from the menu. Also, the buttons to show/hide the…
Beto
  • 3,438
  • 5
  • 30
  • 37
11
votes
8 answers

copyright free collection of resource images for Delphi menu items and toolbar buttons

Every time I need to create a menu or toolbar with actions I end up collecting some images extracted from different application and hand tuning them with the image editor. This is time consuming and boring (eventhough I admit that might be a…
PA.
  • 28,486
  • 9
  • 71
  • 95
10
votes
2 answers

Higher color depth for MFC toolbar icons?

I was wondering how to make a toolbar in MFC that used 24bit or 256 colour bitmaps rather than the horrible 16 colour ones. Can anyone point me in the direction of some simple code? Thanks
Konrad
  • 39,751
  • 32
  • 78
  • 114
7
votes
6 answers

jupyter -toolbar is invisible

I newly downloaded a jupyter and try to use it. However, with my mac and window computer, I cannot see the toolbar in jupyter. I tried to search to solve this issue and I tried to uninstall every version of python on my computers, both on mac and…
Jaeho Jung
  • 93
  • 1
  • 1
  • 6
7
votes
3 answers

CoordinatorLayout does not hide Toolbar on scrolling despite implementing all required parameters

Here is my setup, i am running a DrawerLayout, within it is a CoordinatorLayout containing an AppBarLayout and a nestedscrollview. I am trying to have the nestedscrollview scroll normally and the Toolbar to get hidden on scrolling down and reppear…
5
votes
1 answer

Toolbars inside tabs

Is it possible to add a tool bar inside QWidget that is placed inside a tab (in QTabWidget) ? The idea is to put a separate tool bar for each tab. It seems that tool bars can only be placed inside QMainWindow.
Sebastian Dusza
  • 2,470
  • 2
  • 30
  • 54
4
votes
2 answers

Create keyboard short-cuts for Toolbar Control in VB6

In my VB6 project, I'm using only Toolbar Control in main MDI From (Not menubar), The Toolbar has big pictures denoting actions like New, Save, View, Help etc. I wanted to know if there is any way to create keyboard short-cut for these actions. As…
Kushal
  • 3,112
  • 10
  • 50
  • 79
4
votes
3 answers

eclipse annoyances: Debug and Launch toolbars unavailable

I am running Windows XP and Eclipse 4.2.2 Build id: M20130204-1200 and I have lost my Debug and Launch tool bars. I have tried Windows>Reset Perspective (original values) and Window>Customize Perspective's (Tool Bar Visibility and Command Groups…
HalukO
  • 333
  • 1
  • 4
  • 10
4
votes
1 answer

iPhone Development - Access Apple's default Icon images

Can i get system provided icons/images in a UIImage. I'm referring to the icons/images referenced here.
Mustafa
  • 20,504
  • 42
  • 146
  • 209
3
votes
1 answer

create toolbar imagelist with imagemagick

I'd like to use the ImageMagick convert tool to automatically generate a toolbar bitmap from several png images. I'm using the following command line: convert.exe -resize 32x32 @imagelist32.txt +append BMP3:toolbarlarge.bmp with imagelist32.txt…
Stefan
  • 43,293
  • 10
  • 75
  • 117
3
votes
1 answer

Detect if website visitor has toolbars installed eg. Google toolbar using javascript

I am working on an online education website that frequently uses pop up windows. This is part of a learning management system from a third party provider so not possible to change the way this works. We get lots of helpdesk calls with users…
JazManners
  • 33
  • 3
1
vote
0 answers

Where is the Visual Studio 2010 debug toolbar?

I recently installed the offical release of Visual Studio 2010 Pro. I can never remember the debug key bindings, so in previous versions of VS I would enable the debug toolbar. In VS2010, however, when I right-click on the toolbar area and select…
Tim Trout
  • 1,062
  • 12
  • 20
1
vote
2 answers

How to change the toolbar button's Bitmap in win32?

I have created a toolbar with some controls on it using ReBar within a window. Can anyone please tell me, How to get the HWND of a buttons/combobox/etc (not normal buttons in a window) if I know (only) the Id of it ? How to obtain the HBITMAP if…
Morpheus
  • 1,722
  • 5
  • 27
  • 38
1
vote
2 answers

am trying to create class to encapsulate toolbar but the background turns black. c++ win32api

I created a simple class to hide the details of creating a toolbar in win32 API but I don't like the toolbars it is producing. (See image for clarification. I don't have reputation points so I have just posted a link)…
Dr Deo
  • 4,650
  • 11
  • 43
  • 73
1
2