Questions tagged [toolbars]

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

29 questions
1
vote
0 answers

C++ Win API Specify Custom toolbar Bitmap?

Picture and c++ files can be found here: http://phantomworksstudios.com/cpp/ss/ Ok so I have been having a lot of problems with my toolbars. such as them not displaying correctly, can't set the button size via height and width no matter what I do,…
Senith
  • 21
  • 4
0
votes
2 answers

wxPython toolbar help

I am new to Python. I am writing an application using wxPython and I currently my code that generates a toolbar looks like this: class Window(wx.Frame) def __init__(self, parent, plot): wx.Frame.__init__(self, parent, wx.ID_ANY, "Name", size…
user72001
  • 15
  • 1
  • 4
0
votes
1 answer

Devexpress Gridwiew Toolbars Custom Buttons No reaction

I have a problem , Devexpress AspxGridwiew ToolBars CustomButtons Not working.? enter image description here Event protected void ASPxGridView1_CustomButtonCallback(object sender, ASPxGridViewCustomButtonCallbackEventArgs e) { if…
0
votes
1 answer

Issue with custom Buttons in Excel Toolbar created in a C# addin

I am currently working on a c# addin for Microsoft Excel. I create a ToolBar for this addin with custom Buttons. Everything is working well except one specific behavior: When you have the excel window opened in small format, let's say half the…
alucard
  • 1
  • 1
0
votes
1 answer

grabbing the url from a page php is embedded in

I am trying to create a toolbar on the bottom of my page using php. It should be dynamic and it should not include links for the page it is embedded in. When i use the following code. $path = $_SERVER['SCRIPT_NAME']; It grabs the url of the page…
0
votes
1 answer

Editable spreadsheet control in a webpage

I am trying to place an editable spreadsheet control in a webpage without the menus and toolbars. I saw the postings about this and the last one said to use Google Docs spreadsheet and then choose Publish. If you use "?widget=true&headers=false"…
user3229570
  • 853
  • 2
  • 10
  • 23
0
votes
1 answer

Is it possible to remove all chrome from a browser window (not full screen)

Is it possible to remove all "chrome" from a browser window, without going full-screen (with or without CSS/js) Ala Quicktime modal? So all you see is the content and the drop shadows no toolbars, not even the close/minimise/minimise toolbar.
liamcrean
  • 113
  • 3
0
votes
1 answer

No edge html header

I have just started a project for school and need to make a nice looking webpage. I would like to add a toolbar at the top of the page. One that goes all the way to the edge of a webpage. How would I do this?
user2398093
  • 51
  • 1
  • 3
  • 8
0
votes
0 answers

Ability to put browser toolbars back on a new window without toolbars

A few of our users are using a web application that removes the toolbars from the browser. For tools they use, they need their toolbars. Is there an IE add-on or can I write a javascript that we can add to the pages to give them a shortcut key, or…
Jon H
  • 193
  • 3
  • 15
0
votes
2 answers

Reset the infragistics toolbars location

I'd need to reset the Infragistics toolbars location, in order do not have empty spaces between toolbars. Is there a way to do it?
serhio
  • 28,010
  • 62
  • 221
  • 374
0
votes
1 answer

Using old toolbars in Excel 2010 and Windows 7

I have a toolbar with some actions linked to macros in Personal.xls. I want to use the toolbar in Excel 2010 under Win7, but it insists C:\Documents and Settings\user\App...\PERSONAL.XLS doesn't exist. Quite right, they've changed the %AppData%…
Phil Spencer
  • 209
  • 2
  • 2
0
votes
1 answer

How to create a customized toolbar and controls for use with VBA code editing in Access 2003

I want to create a custom menu in Ms Access 2003 to automate some processing of VBA code. It's easy to create a custom toolbar and controls for use with forms, reports, etc; and I can create a toolbar visible and usable on the VBA side. But I've not…
0
votes
2 answers

jQuery Mobile data-fullscreen toolbars not being 100% hidden

Just having a spot of bother with jQuery mobile I'm trying to use in a Phonegap project. I would like the Header & Footer toolbars to completely disappear when the screen is tapped so that all the content may be seen. I have this code:
jonnyhocks
  • 131
  • 1
  • 3
  • 9
-2
votes
2 answers

Left align the toolbars by code

Is there a way to left align the toolbars (without leaving the "spaces") by code? (say, when clicking to the button2) PS Also this situation To "left align" means :
serhio
  • 28,010
  • 62
  • 221
  • 374
1
2