Tagged Questions

0
votes
2answers
30 views

General way of setting element bounds

Hello There, I'm writing an application which is basically a designer very similar like Expression Blend or Visual Studio designer. So basically there are a bunch of UI elements o …
1
vote
1answer
20 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 …
0
votes
1answer
21 views

Add a changing icon to Ubuntu Panel

What would be the most simple way of adding and changing an icon in the Ubuntu (Gnome) Panel? I'm looking for something as simple as shell scripting, but I'm not restricted to that …
0
votes
0answers
11 views

How can I add the user/author email to the row of the “edit posts” panel ?

I want to have the user/author email available in the "edit posts" panel. Currrently the "edit posts" panel has the author name but no email and the "user" panel has author and ema …
0
votes
1answer
200 views

nested update panel with update progress

I have nested update panel and I set the updatemode to 'conditional' for both parent child update panel. While the child panel is refreshed, the parent panel is not refreshed but t …
1
vote
1answer
47 views

Wpf Panel Background problem

When i don't set background of my panel i can not get mouse events on that. why this behaviour? I am able to get mouse events on panel by setting Background to Transparent which is …
0
votes
1answer
36 views

jQuery accordion open from href link

My page gets a value from a url passed to it. accordId gets a value of 4. I need to make the accordion open to a certain panel based on the fact that the value for accordId is 4. …
0
votes
0answers
20 views

ASP.NET - Scrollable Panel and Placing ListView in that

Hi, We are building an ASP.NET page and in that we need place a Scrollable Panel containing a ListView. The ListView in-turn will hold different records, which are retrieved from …
0
votes
1answer
48 views

Flex Call ItemRenderer inside a new panel()

I have the below function creating new panels inside my ViewStack.. This works fine and they are great.. However i am trying to put some content into the panels but i am failing. …
1
vote
1answer
78 views

Visual Studio 2008 Output - Hide dll loads and unloads

Visual Studio automatically displays dll loads/unloads in its output panel, like so: 'DialogAppDEBUG.exe': Unloaded 'C:\WINDOWS\system32\wbem\fastprox.dll' 'DialogAppDEBUG.exe': U …
0
votes
2answers
336 views

SetFocus to asp:TextBox within asp:Panel within asp:Content from content Page Load event

I have an asp web page(login.aspx) that uses a master page (master.page). I need to set focus to an asp:textbox(TextBox1) that is inside an asp:Panel(Panel1) on Login.aspx I want …
0
votes
5answers
77 views

Can panels communicate with each other?

I'm trying to call a method from a panel class, however it does not result in anything. Can panels communicate with each other? Or is there another reason why this isn't working? …
0
votes
0answers
57 views

How to override YUI Panel CLOSE button event?

I have a YAHOO Panel object defined like this: profilesDialog = new YAHOO.widget.Panel("profiles_dialog", { width: "705px", height: "609px", fi …
1
vote
2answers
41 views

How can I access a WebBrowser control from within a UserControl?

I have this layout: A UserControl inside a Panel. Panel is inside Form1. WebBrowser is in another panel that is inside of Form1 as well. So: Form1 Panel1 …
2
votes
2answers
86 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 7 next
15 30 50 per page