Questions tagged [panes]

40 questions
1
vote
1 answer

how to place a marker over a overlay

I have a small Google maps page which i used to record the location of car accidents. If the accident is within 65 miles of the office it is treated differently. So i used the following code to draw a circle with a marker in the centre. var s25 =…
1
vote
2 answers

Jquery Animated 2-Pane Div

SO, I'm working on integrating the two-pane DIVs using Jquery detailed by David Walsh here. I've migrated his code to a JSfiddle and made some adjustments but the animation doesn't seem to be working. If anyone has any idea what I'm missing in the…
Marcatectura
  • 1,721
  • 5
  • 30
  • 49
0
votes
2 answers

C++ MFC Feature Pack --> Create multiple CDockablePanes onto an CDialog

I try to create an area onto a CDialog, where I can put some CDockablePanes in. Those shall be perfectly dockable to a fixed dialog content. The Codejock Dialog Panes Sample is exactly what I want, but realized with the MFC feature pack classes:…
slaindevil
  • 47
  • 1
  • 8
0
votes
2 answers

JavaFX Node Alignment in BorderPanes

The issue that I'm having is when I attempt to add the tiles to the center of a border pane and then add that border pane to the center of a root border pane, the alignment is far from correct. Here is where I created a main or "root" pane that I…
wpursell
  • 3
  • 6
0
votes
1 answer

Ignore HWND from WindowFromPoint()

I am creating a system of dockable windows in win32 c++. In order to have real time feedback of where you are dragging the new window, I created a special debug window which only appears during dragging and shows where it will dock. In order to find…
TurtleMaster
  • 121
  • 2
  • 9
0
votes
1 answer

How to open multiple panes on iTerm?

I have created aliases of applescripts to open multiple panes on iTerm. However, ever since the latest update the scripts stopped working. I keep getting this error: syntax error: Expected end of line but found identifier. (-2741) Here's the…
0
votes
1 answer

How do I make different panes visible when button selected?

So here is the problem I am having: I have 3 button, when I press one of the 3 buttons the new scene will display. Yet I cant seem to figure out how to make different panes appear visible depending on which button is pressed. what is the best method…
B.Thompson
  • 27
  • 7
0
votes
0 answers

Using userforms to simulate Excel panes

I'm looking for a way to do exactly what the title of this post states: using a userform to simulate a pane. This is for Ms Excel, and should be compatible from the versions 2010 forward. Removing the userform's border so it has a flat like pane…
JDF
  • 129
  • 1
  • 12
0
votes
2 answers

FlowPane and Positioning

Is it possible to use a flowpane in the following way? Have two components (img/label) aligned to the left and then multiple buttons on the right. Example: +----------------------------------------------------------------+ | +------+…
Ian C
  • 71
  • 2
  • 7
0
votes
1 answer

MFC Visual c++ Persist the size of docking panes on close and reopen?

Hi I would like to know the methods in which dockable pane sizes in MFC can be persisted over sessions? Like the class to use or documentation relating to that will be helpful.
BlackHat
  • 1
  • 4
0
votes
1 answer

Combine 3 JavaFX features into one class on single GUI window

I'm trying to combine 3 features into a single JavaFX class. My first feature displays "WELCOME TO JAVA" around in a circle. The second displays a 10x10 matrix of random 1's and 0's. The third displays a smiley face. They should be displayed one…
0
votes
1 answer

Android panels/panes/islands

How do I make the boxes here around the text? Do I have to change from Relative- or TableLayout? Are they called panels?
0
votes
1 answer

How can I create multiple collapsible panes in Java FX?

How can I create multiple collapsible panes in Java FX? The end result would be two panes on, say, the right-hand side of screen. If one is open, it takes up a third of the screen on the right. If both are open, then one will fill up the…
01secn
  • 1
  • 2
  • 2
0
votes
0 answers

How to design multipane with 3 fragment using Android-PanesLibrary?

Good Day Developers, I already implement this fantastic library called "Android-PanesLibrary" by Kenrick Rilee. and what i want to achive is something like this. But i end up doing like this : my first problem if in showDetails method i delete the…
Hendy
  • 265
  • 1
  • 6
  • 27
0
votes
1 answer

Excel Listbox in a Sheet with FreezePanes

I have an Listbox Multiselect ActiveX control in a Sheet with Freeze Panes. The problem is that when I try to select items the mouseover icon is the standard excel cross instead of the arrow. I know that this question was asked before, but I didn't…
Mir
  • 155
  • 1
  • 3
  • 8