Questions tagged [contentpane]

92 questions
0
votes
2 answers

infragistics - xamDockManager - ContentPane - height is not adjusting

I am not able to set the height of my ContentPane inside a SplitPane. I am using Auto, but it is not able to set the height accordingly. I have 2 contentpanes in a splitpane. I need the two content panes relative in size. The heights should depend…
voonna
  • 741
  • 3
  • 10
  • 24
0
votes
1 answer

dojo ContentPane OnMouseOut can"t work well

The code is like below the problem is that sometimes the contentPane with html content cannot close when the mouse move out of the cell filled with name field of the grid. var myContentPane; grid.on("CellMouseOver",function(evt){ …
Clover Wu
  • 29
  • 4
0
votes
1 answer

2 Dojo Dijit Content Panes Side by Side - When Showing/Hiding one, the other will not resize dynamically

I have 2 Dojo Dijit ContentPane's side by side. I want to show/hide one of them, and have the other one stretch dynamically as needed. I am using an ESRI mapping example which uses 'dijit.layout.BorderContainer'. The "divRightMenu" will show/hide…
0
votes
1 answer

Dojox ContentPane styles not working

I have 2 html pages A and B. Page A has a dojox/layout/contenpane as follows:
I am loading the page B inside A using the href…
rgamber
  • 5,749
  • 10
  • 55
  • 99
0
votes
3 answers

javascript contents are not getting loaded,if i create a tab/contentPane dymaically with .xhtml as input

I am creating a dynamic tab/contentPane as below in home.xhtml file and i am trying to call a function display which is present in order.xhtml,its not getting called. what ever java script is there in order.xhtml is not getting loaded. In…
kumar
  • 708
  • 4
  • 15
  • 39
0
votes
0 answers

Change content pane on button press

I want a button to change the contentPane in a frame. An admin panel and a user panel in two different JPanel classes that gets called in a MainWindow class with a frame. My code looks as follows: The method the button calls: public void…
chrisf
  • 13
  • 3
0
votes
1 answer

dijit contentpane content containing attach points

something like this: var cp = new ContentPane({ title: self.friends_data.data[index].name, closable: true, onClose:function(){ conf = confirm("Do you really want to…
prongs
  • 9,422
  • 21
  • 67
  • 105
0
votes
1 answer

Swing: Paint over all other components and preserve events

What I am trying to do: draw a vertical line and a horizontal line that are perpendicular to each other and meet where the mouse points. A sort of cursor tracker. My structure: JFrame -> CustomPanel -> other panels/components etc. CustomPanel…
async
  • 1,537
  • 11
  • 28
0
votes
3 answers

Calling a variable from one class in another

I am writing the code for a primitive address book for one of my classes, and it is required that we use a class for the address book itself, and then another class for putting in new entries. I understand this, but when I call the class method for…
Harper
  • 140
  • 2
  • 4
  • 10
0
votes
2 answers

location components java

Now i already have a panel with 25 Jbutton and its shows on the frame, but i neeed other panel with other information so i created another panel and add to this a button for example. But the location of this a dont know how to set it. Some advice…
Andre D La O
  • 33
  • 1
  • 5
0
votes
1 answer

Change Dojo contentpane attribute using JavaScript

I have a Dojo (1.8) contentpane: