Questions tagged [panes]
40 questions
0
votes
1 answer
Highstocks individual pane shadow
Is it possible to have highstocks make each individual pane have its own shadow, rather than the entire plot area? I tried putting the shadow options in the yAxis field but that does not seem to work:
yAxis: [{
title: {
…

Alex
- 7
- 3
0
votes
1 answer
Highcharts multiple dynamic panes with single legend
I would like to create a highchart with:
-Multiple panes that can be turned on and off to show different data streams (temperature, wind speed, wind direction)
-A single legend for each data stream where you can turn on and off different weather…

Alex
- 7
- 3
0
votes
5 answers
Dynamic Splitter Panes
How would I go about implementing dynamic/docking splitter panes in a vb.net app similar to visual studio?
scantwell
0
votes
2 answers
Why aren't my old boxes disappearing?
So I did earlier, a few months ago, ask a similar question but I can't seem to apply the same rules/laws as were applied in a previous question of mine. Like my name suggest my understanding of Python is very basic and so I am confused at why his…

PythonNovice
- 475
- 2
- 5
- 21
0
votes
1 answer
GtkPaned widget for arbitrary geometries?
I would like my application window to be divided into rectangles with sides perpendicular to the window borders. The number of rectangles would normally be quite large, and the user should be able to resize the rectangles.
Is there a Gtk widget…

Łukasz Grabowski
- 197
- 11
0
votes
1 answer
loading tabs with ajax fails to show panes
I have a master page that uses ajax to load contents in a div named 'Wrapper'.
Now I have a problem loading jquery UI tabs this way. I can load and show them if I ignore using AJAX. But when Using ajax just the tabs are being shown and not the…

azita darooei
- 17
- 1
- 7
0
votes
1 answer
Android PanesLibrary Background of the activity container
I'm a new user of PanesLibrary but I'don't know how to show a personal layout on the background when the app starts. The code is like the example on the github without auto generated fragmentes and Example Fragment:
public void onCreate(Bundle…

Frank
- 730
- 2
- 9
- 20
0
votes
2 answers
Is it possible to have more than two panes in HighStock chart?
I would like to be able to plot a chart data which has the usual Open High low and Close plus the Volumes and Open Interest. These are to be represented in 3 panes:
Pane 1: Open High Low Close
Pane 2: Volumes
Pane 3: Open Interest.
The 'Two Panes,…

Watati
- 1
- 2
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
0
votes
1 answer
CSS-animating transition effects for arbitrary number of panes
I'm making a website with several panes, and a navigational menu to switch between them. I want to animate the pane-switching using transition effects in CSS. The panes are elements:
- This is pane…

tanis.control
- 115
- 1
- 1
- 5