panels

Panels not scrolling

Hi I am not sure what has happened here, but I have 3 panels, and these 3 panels are nested inside one large, thus: <asp:panel id="pnlMain" runat="server" Height="60%" Width="100%"> <div id="div1"> <asp:panel id="panel1" runat="server" Height="100%" width="100" scrollbars="vertical"/> </div> <div id="div2"> <asp...

Moveable Panels in GWT?

I need some panels in GWT that have moveable functionality. This is so that if you have a series of event-driven panels that have to be displayed on screen, they aren't all directly on top of each other. This can cause problems when you want to compare two different panels or want to close panels in your own order. I'm currently using P...

display of a chart within a panel

hi!i am trying to display a chart within a panel such that i need to divide the chart into 2 halves...the line in the middle is a reference line from where i need to take 30 pixels above and below...plz help ...

Panels-style UI for arbitrary CCK fields?

I have a Drupal content type that has unlimited photo, textbox, and external link CCK fields, but while fields themselves can be reordered via drag-drop (i.e. photo B before photo A), I can't arbitrarily order amongst fields (i.e. photo B, link A, photo A, text A, link B). Panels is awesome, with its drag and drop, and just what I'm loo...

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 public ...

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 many. If anyone thinks there is a plugin you could recommend instead of my script then please d...

how to make javascript rearrangeable windows?

hi guys, 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 bottom etc.) i don't know what that type of windows are called, but think you can ge...

Help with setting up panels in Java

I'm new to Java awt, so I am having trouble with setting up panels. I have one giant panel, which needs to hold 3 panels inside (photo is attached at the bottom). One will go on top(1), second one will be in the middle(3), and third goes on the bottom(2). Any remaining space has to be divided equally between (1)/(3) and (3)/(2). Also, th...

Customizing WPF Panel to Resize.

I Wanted to have custom Panels using WPF, those I can re-size them like a web-parts. I want to use these panels as my dashboard controls. These Panels will have specific contents. User should able to resize them. And the other custom panels in my window should re-size accordingly. I wanted the panels should behave as shown in the examp...

Controlling the style of individual spry tabbed panels in Dreamweaver CS4

Hi I'm using Dreamweaver CS4's spry tabbed panels. I want to modify just one tab panel's style so that all the tab's backgrounds will look different. I've tried looking through the "SpryTabbedPanels.css" properties but no luck, just one that modifies ALL of them called ".TabbedPannelsTab" Anyone familiar with this stuff give me some adv...

issue with panel override for specific node

I have a node view panel that overrides nodes. My variants are setup to only override certain content types. One variant only overrides a specific node. I am using a php selection rule to achieve this. The node id is 2856. So the url is domain.com/2856 I also have a view setup that creates a feed whose path is domain.com/2856/feed ...

Drupal 6 how do I display a view in a panel as content

I have a Drupal 6.17 install with Views and Panels2 Im only new to these modules. how do I get a view to display as content in one of the panel regions? I have the panels setup and when I select to load content I dont see the view as an option. do I need to do something to make the view a node? Ive setup the view page and block, sti...

Netbeans Resizeable Panels

Hi everybody... When you work with netbeans, more precisely, with the GUI Editor, you can observe that the panel where the elements of the palette are, can be hidden. Does anyone know the name of the class of that kind of panel? ...

Drupal: what's the simliar way of views_embed_view() for embeding a Panel page?

hi, i use to use views_embed_view API function to load views automatically. now i need to load a panel content problematically; but i could not find a function like views_embed_view. is there such a thing at all? is there something like panels_embed_page or is it related to ctools? ...

Create list of nodes that are referenced at least once

I'm sure this is simple with the Node Relationship module but I can't wrap my head around it. I have a list called 'Comedian Profile' which has a node reference field for it. You then make - you guess it - profiles for comedians. To make an 'Events' (that doubles as an Ubercart item) you select the comedian. It then creates a view in th...

Add New Content to a Panel

A question about Panels in Drupal: Due to a good workflow, i need the possibility to add create New Content while editing the Panel Content. Until now there is just the possibilty, to "Add Existing Node". Does anyone has experience how to Add New Content to a Panel during editing the Panel? Thanks. ...

Ajax update panels and styles

I have a button styled with js and css and its inside an update panel everytime i click the button (do postback) it loses style ? pretty sure its an easy issue here , any idea ? <html xmlns="http://www.w3.org/1999/xhtml"&gt; <asp:ScriptManager ID="ScriptManager1" runat="server"> </asp:ScriptManag...

Inherit custom class from Panel and VirtualStackPanel

Hi I am implementing a my custom class which needs to be derived from Panel. After inheriting from Panel, the overridden method "MeasureOverride" gets the default size. In my xaml page, I am using ListBox for which no width and height is specified and this custom panel is called from ItemsPanel Template. When the class is derived fr...

Is it better to cache an element in the block/view or the panel?

I am creating a panel page that will pull in blocks from a view? I want to cache these blocks. So is it better to enable caching of that element in the panel or do it where it was created in the block/view page? Or does it matter? FYI, There are other areas of the page that are too dynamic for me to cache the entire page using other ...

Readding panel to layout after editing panel?

Hi, What I'm trying to do is dynamicly edit a panel and readd it to the (Border)layout. The panel contains textfields and I want the user to be able to add or remove textfields to the panel. What I tried is the following: remove the panel from the layout, add another textfield to the panel, readd the panel to the layout. However this do...