Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
3answers
10k views

WPF TextBox and Scroll behavior

I have a problem. I need to host grid with controls in ScrollViewer to prevent textbox from being either truncated or collapsed to zero-with at the UI. Also I want the with of textbox to be expanded ...
4
votes
2answers
6k views

Adding an image to a panel using Java AWT

I posted earlier about having a really messed up panel but fixed that by simply changing the layout (thank you to Charlie Martin for helping me). Now, I'm trying to add an image to a panel so I can ...
3
votes
1answer
914 views

C# How to design panel for later use..(Settings screen)

So i'm making a settings screen at the moment where i'll have a tree on the left then a panel on the right. The panel thats on screen will depend on what tree item is selected.. Just wondering how do ...
3
votes
6answers
2k views

Drupal Front-page with views

Is there a way of making front-page containing 2 views, without using panels module in Drupal 6.x? thanks
2
votes
1answer
83 views

CSS positioning panels problems

I've been trying to make this layout for weeks now but i just cant seem to get it like this at all! So if it's not to much trouble can some one try and get me a link or something like that so I can ...
2
votes
2answers
44 views

How to make a docked panel go overtop of another docked panel

I have a panel that is docked to the left and another panel that is docked as fill in the middle. my panel on the left starts out with a width of 8 and then it slides open to 295. I need it to go ...
2
votes
1answer
183 views

Component layering Java Swing, Layers showing on hover

I have two JPanels layered on top of each other in the same container. I am using container.add(jpanel,0); and container.add(otherjpanel, 1). It works fine however in order for the top layer to show ...
2
votes
5answers
123 views

A GUI Question: Dynamic Modular Panel Layout?

I am a student working on a college engineering project team. Our software subteam is looking to create a modular GUI that allows for real time reconfiguration through snapping panels that the user ...
2
votes
1answer
309 views

Groovy SwingBuilder : button to change the color of a panel

Why does this code fail ? I want to change the color of one panel in a series of several panels, dynamically constructed (total number of panels not known beforehand). For some reason, this code ...
2
votes
1answer
358 views

What about task lists and other web parts in Sharepoint?

I have the Ajax working on a custom web part written in Visual Studio and it works fine. Question - I created a task list on the site and added it as a web part to the default page. I would like that ...
1
vote
1answer
25 views

DataFrame to Panel indexed by nonunique column with Pandas

The following code should do what I want but it takes 10gb of ram by the time it is 20% done with the loop. # In [4]: type(pd) # Out[4]: pandas.sparse.frame.SparseDataFrame memid = unique(pd.Member) ...
1
vote
2answers
23 views

Prevent Child Components when Overlapping Panel

I have a WinForms application which has two panels which individually contain a usercontrol component (one in each panel). How ever, because both panels are the same size and in the same location, the ...
1
vote
2answers
41 views

How to redirect views block to a display page

I want to display a block of my view on the front page. This block will have exposed filters. Once the filters are filled in by the user and he/she submits it I want the user to be redirected to the ...
1
vote
0answers
42 views

how can I override as well node/x/edit as node/x/add with just one panel?

I'm using durpal 6 and have some panel pages. The one for /node/%node/edit is overriding the node edit pages. but on my regarding node/add page the panel page is not applied. Do I have to add a new ...
1
vote
1answer
123 views

CSS issue - I want the client area totally filled

I really struggle with CSS. I am trying mod a sliding door technique that opens onto a full-client area div, but I just cannot get the full client area filled up. I am modding from here: ...
1
vote
2answers
211 views

Make A Panel Visible C# Winforms - Visual Studio

What I want is that whenever I choose a certain index in my ComboBox a certain panel will become visible. So Here is What I've done: I've created a ComboBox I've created 2 Panels I've set the ...
1
vote
1answer
54 views

vb.net controls in separate files

Short version: VB.Net Windows forms feature controls that are often dragged from the toolbox onto the form. The code for the control goes right into the form. Usually this is great, but is it ...
1
vote
1answer
37 views

How can I get hierachial pages displaying in Drupal?

I would like the content of our site to be structured like this: site.com/fruits/ site.com/fruits/apples site.com/fruits/apples/red site.com/fruits/apples/green I understand using Taxonomy to setup ...
1
vote
0answers
266 views

Limiting Spry Tabbed Panels Effect on Menu

i am creating a drop down menu with the Spry Tabbed Panels widget. I am trying to find a way to have the roll-over/drop-down effect only work on a couple of the tabs. (I have about 10 tabs in all.) ...
1
vote
1answer
218 views

exception handling for wicket panels?

I added exception handling for the pages, now I want to do it for the panels. I found http://apache-wicket.1842946.n4.nabble.com/ExceptionHandling-in-Panels-td3311271.html and ...
1
vote
2answers
192 views

different markup, but same Java code in wicket?

I have a bunch of panels with different markup. I want to reuse the same Java class and work it out with variations. In some panels some components are missing, but I don't want to make changes to my ...
1
vote
1answer
321 views

Android Scratch card app

I am doing a small project for college and wondering if someone can tell me how I would go about doing a scratch card app. This app should have One image overlaying another. The one on top should ...
1
vote
2answers
260 views

Allow a non-site administrator access to clear-cache through administrator menu, Drupal 6

I have a site-editor user role with custom permissions. Currently they can access some actions in the admin menu, but they cannot access clear-cache. I want to expose just that option to the ...
1
vote
3answers
145 views

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 ...
1
vote
1answer
181 views

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

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 ...
1
vote
1answer
552 views

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 ...
1
vote
1answer
437 views

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 ...
1
vote
2answers
430 views

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 ...
1
vote
1answer
910 views

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 ...
1
vote
3answers
464 views

Drag & sweep with Cocoa on iPhone

I'm about to start a new iPhone app that requires a certain functionality but I'm not sure if it's doable. I'm willing to research but first I just wanted to know if I should at least consider it or ...
1
vote
2answers
2k views

Theming Drupal Panels

I created a homepage layout using Panels 3, mostly of blocks created by Views. Now I'd like to apply the visual look and feel as it was designed & sliced. Panels adds an serious amount of divs ...
1
vote
3answers
1k views

How to modify existing panels in Maya using MEL or Python?

I've been writing tools in Maya for years using MEL and Python. I'd consider myself an expert in custom window/gui design in Maya except for one area; modifying existing panels and editors. ...
1
vote
1answer
192 views

How to create a polldaddy like editor

Most of you here must have used polldaddy. I would like to get some advise from you guys about how can I design an editor like the one seen in polldaddy. Below is a screenshot. On the left side there ...
1
vote
3answers
423 views

Yet another About ajax.net update panels performance thread

Good day, we just moved from asp.net 1.1 to asp.net 2.0. We are using ajax update panels. In an Apress book (Pro asp.net 2008) , I've read that when you use the updatepanel, you don't reduce the ...
0
votes
0answers
24 views

Flex 4: Checkbox in Accordion header

I wanted to know if it is possible to add a checkbox in the accordion control. The main idea is to have a list of selectable items (like selecting various items for checkout) and each of them should ...
0
votes
2answers
85 views

Java Netbeans: How to layer panels on top of each other?

Please bear with me as I've just started using NetBeans for the first time! Basically what I'm trying to do is create different panels that fit inside one frame, except that only one panel will be ...
0
votes
0answers
11 views

In Drupal 7, how do I get an object or an array containing the contents of the current panel?

I'm using Panels 3 and I need a way to get all of the blocks in the contents, BEFORE hook_block_view() is called.
0
votes
3answers
51 views

Related to GUI creation using Swing in Java

I am facing problem during event handling. The problem is like this: My GUI has mainPanel (JPanel) which in turn consists of a panel with three buttons (namely btn1, btn2, btn3) at its WEST ...
0
votes
2answers
56 views

On click button, data from panel two field should be copied to panel one field?

I am a beginner in python language and I am trying to make a simple gui for my program using wxpython. My gui consists of a frame and two tabs (using wxPanel) on it (tab 1 and tab 2). I placed txtctrl ...
0
votes
1answer
71 views

Controlling another class from a different class

I am having a bit of problem regarding Swing. I have a JFrame called FrameMain. Inside it is a JPanel called panelChoices. When FrameMain is called/created, it fills up the panelChoices object with a ...
0
votes
0answers
63 views

After disable Unity I can't edit panels [closed]

I disable Unity in Ubuntu 11.10. Now I am using GNOME Classic but I can't edit or delete panels. When I right-click at panels so itz no working. I think top panel has lower resolution ant itz not ...
0
votes
2answers
59 views

Jquery sliding panels

I have set up just some basic panels that I'm trying to slide in and out horizontally. What I'm trying to do hide all of the content except the first panel when the page loads, and then when a link ...
0
votes
2answers
26 views

jquery validate two panels individual

I am using jquery having two panel in my form one is Registration panel and another is login panel. I want to validate them individually. Right now tow panel validating at same time.
0
votes
0answers
120 views

Buffering Images with multiple panels

My program requires that I have numerous images stacked on top that will each be manipulated independently, as such I set up each on their own panel with a transparent background and handled the ...
0
votes
1answer
97 views

Show panel below list sencha touch

I want to place a panel below a list but it seems the panel is always over top of the list. I dont want to set a height on the list as it might have no records or 20 so the height varies. I simply ...
0
votes
1answer
45 views

ExtJS disable panel in FF + IE

I have Ext.getCmp("id").disable(); and it works in FF but not IE, if my panel id is test, or panel name is test, how would I disable it without doing disabled: true from the beginning?
0
votes
2answers
75 views

ExtJS 4.X.X disable all panels at once

How would I disable all forms and panels in ExtJS at once, ideally before function call and then enable after the function is complete?
0
votes
0answers
62 views

RenderTransform vs. Panel Properties vs.Layout transform

I would like to know the best way to achieve a Drag Move of UIElements around Panels. We know that Canvas.SetTop, .Right, .Left etc. is slightly faster than a Render Transform, and also maybe the ...
0
votes
1answer
43 views

Make a jquery slider work with divs instead of images

I am working on this website page poochclub.com and I am trying to make all of it text instead of images. The problem is when I want to work on the panels below with all the information the js file ...
0
votes
1answer
64 views

Show more than 1 panel for Coda Slider 2.0

Is there a way to show more than 1 panel at a time with the coda slider? I want to keep its original scrolling logic the same. The only difference, to show more than one panel at a time. Such as 2 ...

1 2