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

how to make javascript rearrangeable windows?

I want to make a web page with several type of forms,each one on a different area that allows those areas to be rearranged and user will be able to change their position according to their preference.(X form to the left top, Y form to the right…
Rangana Sampath
  • 1,447
  • 3
  • 32
  • 57
0
votes
2 answers

How do you make transparent HTML panel with normal children?

My panel is
or . It is actually invisible but how do I make it transparent for mouse clicks? You see that first button gains more 1s on every clicks on the screen. The train stops however when you click in the upper right invisible panel…
user4275251
0
votes
1 answer

Combining plyr functions and xyplot from lattice

I'm struggling to combine in a meaningful way d_ply and xyplot over a big database of sales, to plot two panels per week (one with a chart of the average price and one with cumulated quantities). My action plan is to prepare the dataframe,…
MaZe
  • 239
  • 1
  • 4
  • 13
0
votes
1 answer

How can I make js that needs manual input dynamic?

I don't really know how to ask this, so I wrote up the script here: http://jsbin.com/acaxi/edit It's pretty straight forward, I'm trying to create sliding panels. I know there's alot of scripts that does that good, to be honest there are too…
Noor
  • 241
  • 6
  • 15
0
votes
2 answers

Problems using Graphics with Panels in the Java Swing Library

Hey everyone, I am trying to run the following program, but am getting a NullPointerException. I am new to the Java swing library so I could be doing something very dumb. Either way here are my two classes I am just playing around for now and all i…
Tomek
  • 4,689
  • 15
  • 44
  • 52
0
votes
1 answer

How to use Panels to handle node url in drupal

I have a content type named hardware and use Pathauto module to set an alias to hardwares/[node:nid] . After that, I have created a pages with handle the url hardwares/%node. But looks Panels doesn't handle that url, it always render built-in node…
Francis.TM
  • 1,761
  • 1
  • 18
  • 19
0
votes
2 answers

Repaint method with multiple panels in the same class

I'd like to know how you are supposed to override a paint method for each panel in the same class and how to call them separately? I only know about the repaint() call when you are in a class that extends JPanel (so in only one panel), not when you…
zuokuok
  • 323
  • 1
  • 6
  • 16
0
votes
0 answers

Is there a way to nest panels within panels in Bootstrap?

I have a sidebar where there are 3 levels of navigation, the main navigation pages that you see on arrival, then when you click those the panels open to reveal more navigation.. and then one more level that appears when those links are clicked.…
IAMABANANA
  • 145
  • 2
  • 18
0
votes
1 answer

Why do I get a small window when I close a dialog in wxPython?

I have a wx.Frame that calls a wx.Dialog. Now, they all work accordingly and open nicely. The thing is that when they do, they also open a small "window" that sits on the top left corner of my frame, and after that comes out I'm unable to…
Mario S. E.
  • 129
  • 1
  • 8
0
votes
1 answer

Kibana dashboard: term panel

Is it possible to change the name of term column in the term panel table? Example, in the term image in the question: How to retrieve unique count of a field using Kibana + Elastic Search As you can see the term panel (which has no title here) has…
hello_its_me
  • 743
  • 2
  • 19
  • 52
0
votes
2 answers

Problem with imbricate panels in java

i have a panel in another panel and i want to access an member of the child panel from the parent panel. The child panel reference that is in the parent panel doesn't see all the members that it has. Thanks! PS : the members i can't access are…
Stefan
  • 237
  • 1
  • 3
  • 9
0
votes
5 answers

Changing Controls of a form inside a panel

I am facing a weird problem I have 3 forms: MainForm, Form1, Form2 MainForm has 1 Panel: Panel1 Form1 has 1 Label: NameLbl and Button: ChangeBtn Form2 has 1 textbox: NameTxt and Button: SaveBtn I used the following code to open form1 inside Panel1…
0
votes
0 answers

How to Resize Panels in VB (2013)

I can't figure out how to resize a panel, I can't find anything other than what I've tried. I have an if statement run whenever a checkbox is changed and depending on whether it is checked or not depends on the size of a panel. I know the if…
Jamie Scott
  • 452
  • 4
  • 20
0
votes
1 answer

Primefaces 4 panels on a dashboard is not resizing

I am trying to create a dashboard with draggable and resizable panels with Primefaces. When I add the resizable to the panels it is not working. If I use it outside the dashboard it is working fine. Can you any one please help me how to add…
Ashok
  • 1
0
votes
1 answer

jQuery Mobile multiple external panels

I'm trying to setup two separate external panels in jquery Mobile as follows. One is to display a full menu, the other to display links to social media sites. If I have just one or the other in the .js, that one panel works fine, but if I have them…
Jeanne
  • 31
  • 3