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.
Questions tagged [panels]
258 questions
0
votes
2 answers
Visual Studio Panels
As a .Net developer I spend a large portion of my day working in Visual Studio (2008).
While there are a lot of useful functionality inside the IDE, there are many things that I find frustrating on a daily basis.
One of those things are the windows…

Russell
- 17,481
- 23
- 81
- 125
0
votes
1 answer
C# Multi-panel interface
I am wondering what is the most efficient way to create a multi-panel interface for my C# application. The application will be broken up into areas of functionality and i want each interface to appear in a panel or something. What is the best way to…
user2541103
0
votes
3 answers
Why does the default enter button not work in some browsers?
Are there any suggestions out there for setting a default enter button that can work not just in IE but in Firefox, Chrome, Safari and so on. I've got a number of panels with the default button set but when I hit enter in a non ie browser it just…

Middletone
- 4,190
- 12
- 53
- 74
0
votes
1 answer
Drupal Page Manager: load secondary content depending on primary content field criteria
Scenario:
I have two content types: Attorneys (Name, Image, Bio fields) and Decisions (Decision, Date, Summary, Assigned Attorneys fields)
I am trying achieve a setup with Page Manager and Panels wherein, when an attorney's bio page is visited, a…

sakeferret
- 305
- 1
- 6
- 15
0
votes
1 answer
jQuery tabs hide/show panels plus tab background change
I tried everything I know (not much as I am new with javascript/jquery).
I have two buttons A and B. Each button when clicked shows/hides (toggles) A respective B content. Only one button can have a pressed state at a time and it's content…

Adrian M.
- 7,183
- 15
- 46
- 54
0
votes
1 answer
Best way to visualize editable tile-maps? C# & Visual Studio 2012
Bit about it: We're building a level editor in Visual Studio using C#, importing long gone editted maps.
These tile-maps have multiple layers and consist of multiple tiles.
They are all shown on top of eachother. To finish off there should be a…

John W
- 3
- 5
0
votes
1 answer
Panel with Next and Previous buttons
Hello pplwould like to know if we can do a panel like this in WPF.
Where I sent a list item for the usercontrol, and after that the control showed items that were possible, and if more it shows the next and previous buttons. In windows forms I…

Jon Tril
- 11
- 1
- 3
0
votes
1 answer
Execution of OnPaintBackground Many times C#?
I have created a UserControl that split the screen into rectangles but my control is executing the OnPaintBackground Many times whilst it should execut it just one please help me because it's really important to execut it just once because the…

Yaser Jaradeh
- 322
- 1
- 6
- 27
0
votes
1 answer
Drupal - Feed Link Inside Tabbed Mini-Panels Go Wild
A panel page created by two tabbed mini-panels using customized views of feedapi. http://arisey.com/template
The feed link goes to the right external website in mini-panel view. However in the combined panel view, the feeds went wild and pointed…
coder
0
votes
1 answer
How do I display different content on the same content blocks in Drupal?
I am trying to build 10 pages that have the same structure (4 square content blocks on the right sidebar, and the general content on the left side). I am trying to build it so that the block structure remains the same on each page, but the content…
0
votes
1 answer
Breadcrumb Panels
I recently used a web application that employed a user interface pattern that I'd like to use. I am not sure if there is a standard or tool sets that assist in the implementation. It's a multi-path visual interface similar to a wizard. A series…

David H. Bennett
- 1,822
- 13
- 16
0
votes
1 answer
Spry Tabbed Panels, Tabs aren't touching Content
I am working on a site with Spry Tabbed Pannels. My problem is that I can't get my .TabbedPanelsTab, .TabbedPanelsSelected, TabbedPanelsHover, and .TabbedPanelsTab a, to touch the .TabbedPanelsContentGroup.
There is a very thin white line in between…

Emily Magnuson
- 165
- 2
- 3
- 14
0
votes
2 answers
jQuery Mobile 1.3 Panels disables my javascript
I realise that 1.3 is still a beta realise but was wondering if anyone is having the same issue as myself and solved it.
For the panels to work the page content must be contained within the data-role="content" container.
However, I am using some…

Kastansa
- 101
- 1
- 9
0
votes
1 answer
Spry Tabbed Panels - select menu item without click
I am using Spry Tabbed Panels. I want to select a menu without clicking. I have set one menu as the default.
When I click on one link or button, the default menu should be activated without a page reload.
How might this be done?

SREE ANI
- 304
- 2
- 5
- 13
0
votes
1 answer
Drupal 7 Panels Sharing Data Between Panes
I have a bunch of custom content types I've created for Drupal 7 Panels module. Everything works perfectly. I'm wondering if there's a way to share data between my panes. For example, I've got my layout setup so that on the right side there are a…

Ward
- 3,318
- 3
- 30
- 50