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
1 answer

Why does my JTable over take my other JComponent

I've been trying to sort this out for a while now, I have checked the docs (if you notice the table code is from there), and I just can't quite figure it out. Am I using the wrong containers or do I need to dimension it? If so, how? import…
user1093111
  • 1,091
  • 5
  • 21
  • 47
1
vote
1 answer

Extjs 4 dynamically adding multiple panels to a form

I have 3 panels and each panel will have 7 - 10 fields. The main form panel contains a combo field and the 3 panels. Based on the combo selected value i'm hiding the remaining 2 panels and showing one panel. All these three panels have allowBlank:…
nani1216
  • 324
  • 1
  • 10
  • 28
1
vote
1 answer

Flex 4: Checkbox in Accordion header

I wanted to know if it is possible to add a checkbox in the accordion control. The main idea is to have a list of selectable items (like selecting various items for checkout) and each of them should have an option to display additional information…
Murrax
  • 19
  • 1
  • 6
1
vote
1 answer

DataFrame to Panel indexed by nonunique column with Pandas

The following code should do what I want but it takes 10gb of ram by the time it is 20% done with the loop. # In [4]: type(pd) # Out[4]: pandas.sparse.frame.SparseDataFrame memid = unique(pd.Member) pan = {} for mem in memid: pan[mem] =…
Jessica Collins
  • 220
  • 1
  • 12
1
vote
2 answers

Java Netbeans: How to layer panels on top of each other?

Please bear with me as I've just started using NetBeans for the first time! Basically what I'm trying to do is create different panels that fit inside one frame, except that only one panel will be visible at a time. It'll start with one panel, and…
Jesse Fuentes
  • 13
  • 1
  • 1
  • 3
1
vote
2 answers

Jquery sliding panels

I have set up just some basic panels that I'm trying to slide in and out horizontally. What I'm trying to do hide all of the content except the first panel when the page loads, and then when a link to the other panels is clicked the currently…
user1031508
  • 97
  • 1
  • 1
  • 8
1
vote
1 answer

CSS issue - I want the client area totally filled

I really struggle with CSS. I am trying mod a sliding door technique that opens onto a full-client area div, but I just cannot get the full client area filled up. I am modding from…
Rewind
  • 2,554
  • 3
  • 30
  • 56
1
vote
1 answer

jQuery tabs - choose where content panels are created

I'm wondering if it possible to dynamically create the tab panels in a specified location? At the moment my tabs are dynamically created through loading some json. My div structure is like so:
    It then…
    WastedSpace
    • 1,143
    • 6
    • 22
    • 34
    1
    vote
    2 answers

    Make A Panel Visible C# Winforms - Visual Studio

    What I want is that whenever I choose a certain index in my ComboBox a certain panel will become visible. So Here is What I've done: I've created a ComboBox I've created 2 Panels I've set the visibility of the 2 Panels in their properties tab to…
    warook
    • 31
    • 2
    • 5
    1
    vote
    2 answers

    Ext JS 4 layout and panel structure

    Allow me to preface my question by admitting that I am a complete newbie to Ext JS, so please excuse my ignorance. I am familiar with HTML, CSS and JavaScript/JQuery so I get most of the syntax in individual pieces, but I am having trouble combining…
    Carlos
    • 69
    • 1
    • 1
    • 12
    1
    vote
    2 answers

    C# Multi-panel/layer winform application

    I've been designing a pretty complicated avionics application. The thing is, it has many menu buttons to be clicked (12 to be exact) and each one of them perform a different action. For instance, one could be a login panel and the other one a PDF…
    henriquesirot
    • 115
    • 2
    • 14
    1
    vote
    1 answer

    How can I get hierachial pages displaying in Drupal?

    I would like the content of our site to be structured like this: site.com/fruits/ site.com/fruits/apples site.com/fruits/apples/red site.com/fruits/apples/green I understand using Taxonomy to setup the Vocabulary and the Terms and categorising the…
    Tim
    • 2,667
    • 4
    • 32
    • 39
    1
    vote
    0 answers

    Limiting Spry Tabbed Panels Effect on Menu

    i am creating a drop down menu with the Spry Tabbed Panels widget. I am trying to find a way to have the roll-over/drop-down effect only work on a couple of the tabs. (I have about 10 tabs in all.) The remainder of the tabs, I would just like to use…
    Ashley
    • 11
    • 2
    1
    vote
    2 answers

    exception handling for wicket panels?

    I added exception handling for the pages, now I want to do it for the panels. I found http://apache-wicket.1842946.n4.nabble.com/ExceptionHandling-in-Panels-td3311271.html and…
    CCC
    • 2,642
    • 7
    • 40
    • 62
    1
    vote
    2 answers

    different markup, but same Java code in wicket?

    I have a bunch of panels with different markup. I want to reuse the same Java class and work it out with variations. In some panels some components are missing, but I don't want to make changes to my Java class to set the visibility of the component…
    CCC
    • 2,642
    • 7
    • 40
    • 62
    1 2
    3
    17 18