Questions tagged [panels]

A panel is control used to sub-divide the form according to functionality. For example a Windows form is divided with two panel controls, one contains the controls for search criteria and the other one show the outcome.

258 questions
2
votes
2 answers

How to make a docked panel go overtop of another docked panel

I have a panel that is docked to the left and another panel that is docked as fill in the middle. my panel on the left starts out with a width of 8 and then it slides open to 295. I need it to go over top of the panel. What it is doing is shoving…
Spafa9
  • 742
  • 3
  • 14
  • 30
2
votes
1 answer

vb.net controls in separate files

Short version: VB.Net Windows forms feature controls that are often dragged from the toolbox onto the form. The code for the control goes right into the form. Usually this is great, but is it possible to write the code for a UI control (like a…
nttaylor
  • 788
  • 3
  • 11
  • 25
2
votes
1 answer

Groovy SwingBuilder : button to change the color of a panel

Why does this code fail ? I want to change the color of one panel in a series of several panels, dynamically constructed (total number of panels not known beforehand). For some reason, this code works when referencing the name of a particular panel…
2
votes
5 answers

Allow a non-site administrator access to clear-cache through administrator menu, Drupal 6

I have a site-editor user role with custom permissions. Currently they can access some actions in the admin menu, but they cannot access clear-cache. I want to expose just that option to the non-administrator (site-editor) user role. I can't find an…
mr-sk
  • 13,174
  • 11
  • 66
  • 101
2
votes
2 answers

Styling GWT's DockLayoutPanel

I am trying to create a DockLayoutPanel using GWT. It should occupy the complete screen. DockLayoutPanel dockPanel = new DockLayoutPanel(Unit.EM); dockPanel.addSouth(new HTML("South"), 2); dockPanel.addNorth(new HTML("North"),…
Mithun
  • 7,747
  • 6
  • 52
  • 68
2
votes
2 answers

Is it better to cache an element in the block/view or the panel?

I am creating a panel page that will pull in blocks from a view? I want to cache these blocks. So is it better to enable caching of that element in the panel or do it where it was created in the block/view page? Or does it matter? FYI, There are…
kidbrax
  • 2,364
  • 3
  • 30
  • 38
2
votes
3 answers

Ajax update panels and styles

I have a button styled with js and css and its inside an update panel everytime i click the button (do postback) it loses style ? pretty sure its an easy issue here , any idea ?
Stacker
  • 8,157
  • 18
  • 73
  • 135
2
votes
1 answer

In Visual Studio why does a double click on a panel make a paint event? (vb.net)

I'm in VS IDE and when I double click a panel, it generates a paint event instead of a click event. I've tried other controls and they work fine. Also, this just started happening today. I know that I can go to properties/events and double click the…
jumper
  • 91
  • 1
  • 15
2
votes
0 answers

HTML/CSS Panel icon shows panel but doesn't close it

Ive created a panel using HTML and CSS only. I want this panel to be on the bottom div of the screen and when you tap the image (that I used to replace the default text) the panel rises from the bottom. I've got that down for the most part, however,…
RubberDucky4444
  • 2,330
  • 5
  • 38
  • 70
2
votes
3 answers

Is it possible to copy the contents of a panel to another panel

I have a C# ASP .net web form with one panel having many controls like text boxes and drop downs in a tabular column. User is allowed to enter data in these controls and when Copy button is pressed, all the contents of this panel should be copied…
codeboyz
  • 43
  • 1
  • 6
2
votes
1 answer

Drupal Panels - Write a ctools style plugin for a specific view pane

Is it possible to write a ctools style plugin for a specific view pane? When I try to create a normal style plugin, I want any of my content panes to be able to use it.
Basti
  • 666
  • 2
  • 11
  • 29
2
votes
1 answer

jQuery .slideUp executing before .animate

I'm rather new to jQuery, this would be one of my first projects using it. I have the bulk of it completed and working how I need it. The one problem I am having is that when a navigation item is clicked when in the active state, the two side by…
Shaun
  • 23
  • 3
2
votes
1 answer

WPF - what is the best way to implement a panel that hides?

I have a main application window that also implements a dock panel. At the bottom of one of the existing dock panels, I want to add a window that the user can hide or view at will. What's the best way to implement this? I can envision most of the…
Unknown Coder
  • 6,625
  • 20
  • 79
  • 129
2
votes
2 answers

Theming Drupal Panels

I created a homepage layout using Panels 3, mostly of blocks created by Views. Now I'd like to apply the visual look and feel as it was designed & sliced. Panels adds an serious amount of divs to its markup. I dont necessarily need to remove this…
stef
  • 26,771
  • 31
  • 105
  • 143
2
votes
1 answer

Passing an argument to a view from panel display in Drupal

Currently I've got a content type in Drupal that is a list of fields that must be filled out. To then sort that content and display it, I have a View created that imports all the fields from that content type and filters by published and node type.…
CaseyHunt
  • 535
  • 1
  • 4
  • 17
1
2
3
17 18