Tagged Questions

A panel is a simple container that allows other elements to be placed into it, especially visual user interface elements.

learn more… | top users | synonyms

33
votes
4answers
22k views

ASP.Net: Panel VS. PlaceHolder

What is the difference between Panel and PlaceHolder in ASP.NET?
14
votes
6answers
6k views

java TrayIcon using image with transparent background

I am using the following code to set a tray icon in Windows and Linux. It works wonderful in Windows and works okay in Linux. In Linux (Ubuntu) I have my panel set to be (somewhat) transparent and ...
11
votes
1answer
441 views

Simple Gnome Panel Applet in Python

When I'm on the train to work I connect my netbook to my Nexus One's wifi hotspot. As I go through a tunnel my phone obviously loses it's 3G connection and takes a while to re-establish once the train ...
10
votes
3answers
1k views

iPad slidable panel controll like twitter

What would be the mechanism behind twitter iPad application? I feel its having split viewcontroller, viewcontrollers with animation and gesture controls, or there may be scrollviews for endless ...
10
votes
5answers
2k views

What is an appropriate use for ASP.NET's MultiView control?

What are some scenarios where MultiView would be a good choice? The MultiView control along with its View controls simply seem to extend the notion of Panels. Both Panels and MultiViews seem prone ...
8
votes
4answers
602 views

Hide Properties/Toolbox Pane when not in Resource View?

Every time I view a form or dialog in Visual Studio (2005) the Properties and Toolbox panes show up on the right side of my screen. That's good to have because they are useful for manipulating ...
8
votes
4answers
3k views

How can you stop a Winforms Panel from scrolling?

If you put a DataGridView that is 400 pixels high on a panel that's 300 pixels high, so that there's a scroll bar on the panel, then scroll down so that the lower half of the grid is shown, then click ...
7
votes
5answers
6k views

Custom ASP.NET Container Control

I've been trying to create a custom control that works exactly like the Panel control except surrounded by a few divs and such to create a rounded box look. I haven't been able to find a decent ...
6
votes
1answer
173 views

EXT JS form panel with several parts

How do I create a form panel with smaller parts. The smaller parts should be reusable in the form panel.
6
votes
2answers
384 views

WPF Custom Panel/Control Creation — “The Doughnut”

I'm hoping to create a custom panel or control that creates a very particular type of item. Basically, the intent is to have a control that you can give a list of objects to, and it will put each of ...
6
votes
1answer
1k views

Panel not getting focus

I am continuing to program some kind of keyboard navigation in my simple graphic program (using C#). And I ran into trouble once again. My problem is that I want to process the keyboard input to ...
5
votes
1answer
135 views

Android slidding panels

I'm trying to start an application and I'm kind of lost on how to do what I want. This is what I want: http://img526.imageshack.us/img526/6133/captureei.png Both red panels should be able to slide ...
5
votes
4answers
548 views

Delphi: sliding (animated) panel

Is there a sliding (animated) panel component for Delphi? For instance it can be found in Raize Components (a left panel with a "Hot Spot" or hide/show button). I need not a resizeable panel but a ...
5
votes
2answers
524 views

Disable Parent Panel, while keeping child panel enabled

I have a WinForms app, and I have a massive Panel in it. And inside that Panel is a bunch of stuff, including a second, tiny panel. When a certain event occurs, I want the massive panel to become ...
5
votes
1answer
3k views

Empty message in gridPanel

I'm using Extjs gridPanel to display data. I want to show "No data..." message in gridPanel when no data available. How to do this ?. I tried emptyText property but its not worked. I think ...
5
votes
3answers
5k views

How can i change the Java Runtime Version on Windows (7)

How can i change the Java Runtime Version on Windows. i installed java7 for some tests, now i need as system default the old java6, but i dont want uninstall the java7 (need it for later tests). can ...
5
votes
2answers
5k views

How do you add a scrollbar to a Panel control with many controls in windows form application?

How do you add a scrollbar to a Panel control with many controls in windows form application?
4
votes
1answer
59 views

Dynamic panel element adding and scrollbars

I wrote a function to dynamically add elements to the "Panel". public int State; public Point Point = new Point(0, 0); public void DialogAdd(string message, string author) { ...
4
votes
1answer
181 views

Unable to render panel in Chrome. Works well in Firefox

I am trying to render a panel in extJS 3.4.0. It works well in Firefox but gives the following error when I try it in Chrome: Uncaught TypeError: Cannot call method 'applyStyles' of null ...
4
votes
1answer
123 views

Java Panel not updating completely occasionally

UPDATE - 21/09/2011 I have done an initial cursory review of the code and anywhere it looks like it's updating the user interface it's doing it via: SwingUtilities.invokeLater(new Runnable() { ...
4
votes
1answer
175 views

Get scroll Position Percentage

I need to be able to determine when the user has scrolled through 60% of the content in a panel and I'm not having much luck finding a solution for this. Thanks in advance for any ideas.
4
votes
1answer
71 views

Java Socket prevents panel?

I am trying to create a panel while I have already connected to a server with socket, but in java it shows frame but not inside of frame. Panel is only shown after socket closed, but I need it while ...
4
votes
6answers
376 views

WPF toggle panel visibility

I have two panels, only one should be visible at the same time. I change between them by clicking a button, one on each panel. Is there a nice way to do this in xaml without codebehind or viewmodel? ...
4
votes
1answer
410 views

Rounded and titled “TPanel” in Delphi 7

I would have a TPanel in my application but with another look. For it I want a colored title bar and the up corner rounded just like in some user interfaces like it Do you know any component or ...
4
votes
3answers
99 views

property has the same value after setting it

Q: I have a panel the visibility = false in the .aspx file ,at some point in my code i set the visibility = true.but the problem is: when i trace the code i find the visible property still equal ...
4
votes
1answer
278 views

How do I create dynamic panel to be shown and hide using difference choices in combo box in C#?

I want to make a GUI which is dynamic, meaning that the GUI will change depending on the choice which user makes on the combo box. For example, if combo box consists of {English, Spanish, French}, ...
4
votes
6answers
260 views

Panel.TabStop = true has no effect

I Trying to switch Panel.TabStop property totrue but it does not affect anything. How to enable TabStop in a Panel?
4
votes
1answer
449 views

Basic Help with SimpleModal and ASP.NET

Integrating SimpleModal with ASP.NET I want to thank Eric for producing SimpleModal and compliment the demos. It looks fantastic.. I only wish I could figure out how to use it.. (it's me, I'm ...
4
votes
1answer
1k views

Resizing panels in GUIs without changing size of the contents (MATLAB)

Does anyone know how to change the size of a panel in the gui editor (guide) without changing the size of the contents? At the moment, if I change the size of the panel, I have to spend three times as ...
4
votes
1answer
5k views

gwt panel horizontal alignment not working

I have a GWT dialog box that looks like the following: public class FooDialog extends DialogBox { public FooDialog() { setText("Foo Dialog"); VerticalPanel outer = new VerticalPanel(); ...
4
votes
3answers
2k views

Java repaint not working correctly

i use the java repaint method , it repaints, but the update is only seen when I either click on the canvas or resize the panel. How can I fix this ? What causes it?
3
votes
1answer
52 views

How can I save a Panel in my form as a picture?

I have a form that has 2 panels. I'm trying to save the contents of Panel2 as an image. I saw a thread that talked about using the screen capture to do this, but I can't find the thread anymore. Also ...
3
votes
2answers
54 views

How to make the image bounce horizontally?

I have an image("ball.gif") that moves horizontally, the problem is how could I make the ball bounce when it reach the end of the size of the panel? I know this is not really difficult but I'm just a ...
3
votes
3answers
104 views

Adjust Panel Location in a Manipulate object in mathematica

Building up on Sjoerd solution to add alignment to a manipulate object : Consider the following : Manipulate[ Panel[Style[Row1, Bold, 20], ImageSize -> 150, Alignment -> Center] ...
3
votes
2answers
33 views

properties indicate to the control and its parents

Q: Lately,i asked about an issue concerning setting the (Visible)property ,when i set it to true , i surprised in tracing after setting it to true.that its value is still false. the answer was a ...
3
votes
1answer
279 views

WPF Panel.Children vs Panel.InternalChildren — What's the difference?

According to MSDN - Panel.InternalChildren Property: Classes that are derived from Panel should use this property, instead of the Children property, for internal overrides such as ...
3
votes
1answer
468 views

How can you get the parent of a UIElement?

Ok... I know that FrameworkElement, which is a direct subclass of UIElement, has a Parent property, but Panels have children of type UIElement, not FrameworkElement (Children is of type ...
3
votes
1answer
271 views

Autoscroll problem on mousedown

I have a custom control inside an autoscroll panel. When the user control extends beyond the width of the panel, the scroll bars appear. When you then scroll any distance, and mousedown on the ...
3
votes
2answers
420 views

How can I draw on Panel so it does not blink?

This is my code. When I move cursor over Form it works, circle is moving but it is blinking. How can I fix this? public partial class Preprocesor : Form { int x, y; Graphics g; public ...
3
votes
2answers
1k views

C# Only refresh PictureBox/Panel when tell them to refresh?

I'm making a bomberman game in a C# windows form application. It has over 300 pictureboxes (walls) that are placed on a panel. The picturebox of bomberman himself is also on that panel. When the ...
3
votes
2answers
495 views

Scrolling panel using horizontal scroll bar

How can I apply a horizontal scroll bar to a Panel? I'm working on 2d tiled map editor and I'm using a Panel to hold the contents. When my map is bigger than my panel it just goes off and becomes ...
3
votes
3answers
2k views

A custom auto-sizing WPF Panel class

I'm trying to write a custom Panel class for WPF, by overriding MeasureOverride and ArrangeOverride but, while it's mostly working I'm experiencing one strange problem I can't explain. In particular, ...
3
votes
1answer
182 views

Dynamically changing Mouse speed

Guys, I have a C# Winforms application with a panel inside the form. What I want to do is, whenever the mouse pointer enters this panel, I want to slow the movement speed of the mouse by 50%. Once the ...
3
votes
3answers
320 views

SVG in JAVA not displaying correctly

Ok, I have a java program, that displays some tiles that are SVGs in a FlowLayout. Does this by being a class ScrabbleRack, and extending JPanel, then adding JSVGCanvas tiles to this panel. ...
3
votes
3answers
5k views

Move controls when Drag and drop on panel in C#

I want to drag controls on panel and when dragging I want to move the control and get its location to drop on to panel.I have tried out mouseUp,mouseDown,MouseMove events of control.But that is not ...
3
votes
2answers
360 views

How to eliminate “halo” in images with transparent backgrounds

I'm using DrawImage() to paint some images on a form with transparent background. Those images which are partly transparent cause a "halo" effect.(Look at the screenshot) What's the best way to ...
3
votes
2answers
2k views

CSS for docking/sliding panel on a web page

I would like to display any validation error messages on a web form similar to compilation error messages in visual studio that slides up from the bottom when there are errors. the error message panel ...
3
votes
2answers
2k views

GWT Collapsible Panel found in common google services?

The GWT Incubator contains this widget, but it doesn't provide the clean look and feel I am looking for. The Same page does show precisely the widget I would like to use: A thin resize bar with the ...
3
votes
2answers
826 views

Focusable Panel in WPF

I need to make a Panel focusable in WPF, so that it captures keyboard events just as any other focusable control: The user clicks inside the Panel to give it focus any KeyDown or KeyUp event is ...
3
votes
4answers
3k views

How can I scroll my panel using my mousewheel?

I have a panel on my form with AutoScroll set to true so a scrollbar appears automatically. How can I make it so a user can use his mouse wheel to scroll the panel? Thanks SO.

1 2 3 4 5 16