Hey..I am trying to layout some menu items in an arc shape.I am trying some samples but couldn't get hold upto now.u can find an implementation at
http://www.mscui.net/PatientJourneyDemonstrator/PrimaryCare.htm
Hover your mouse to the top and select 2.Patient Record.In that screen there is a menu,Which is very nice.I am looking for tha...
They all appear left aligned. I've tried setting the body tag to text-align:center, making divs around and in the main panel, but I can't get it to work. Any ideas?
Here is my CSS code:
.MainPanel {
background-color:#ccccff;
margin-bottom:10px;
margin-top:10px;
}
.MainPanel div {
margin-bottom:10px;
margin-top:10p...
I want a panel to have some sort of dropshadow like the TabControl has, is this possible?
...
Hi,
I'm building a blog for a client and they need to be able to edit a paragraph of text in the sidebar. I currently have it setup as a 'Better Text' widget which I can quickly edit for them.
I don't want to give them access to the widgets, etc but they want to be able to edit it themselves. Is there an easy way to add a custom write ...
I'm using an update panel in asp where i want to validate using the javascript. In that panel i have an dropdown,and 2 text boxes. The 3 fields are fetched from the database. in this case the dropdown has to be selected there. the dropdown contains account no from that any one should be selected.
when i try to validate that using javascr...
I've got 4 panels, and I have a checklist at the top which controls which panels you want to view. How would I set it up so that if they uncheck one of the panels, then the rest will reposition. A bit vague, so:
___ ___
| 1 | | 2 |
|___| |___|
___ ___
| 3 | | 4 |
|___| |___|
So if they uncheck 2 and 3, I would ...
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 small middle arrow icon which is clicked to hide/show a docked panel on the side of the page.
The widget appears on many google services pag...
hi,
i am adding widgets to a horizontal panel, and i want them to be all once next to the other on the left corner.
even though i have set the spacing=0 and alignment= left the widgets still have space between them. they are spread evenly in the panel.
please see the code here for the widget C'tor and the function that adds a new tab ...
Hi there,
I was trying to write a form in C# in which the Help on the form is enabled. Now when I try to click the '?' button and then click the panel, the HelpRequested event is not getting fired. On the panel I have custom drawing.
What can I do for this?
Thanks,
Datte
...
Hi,
I have an asp:panel and a gridview inside the same panel. (Gridview has paging implemented in it). In IE6 everything is working perfectly. But in IE7, last gridview row comes below the panel..i mean it overflows :(
Please help me .
...
Hi,
I have an asp panel, and a gridview inside it. Panel has scrolling.
But the scrolling is visible only when user clcik one gridview row.
The issue is in IE7..but in IE6, it works fine.
...
i want to get keypress event in windows panel control in c#, is any body help for me...
...
I'm looking for some layout panel for WPF which "stacks" its children horizontally, but fits them all into the panel, i.e. not like StackPanel which just keeps on adding them with their full width.
So for example, this magical panel is 1000 points wide. I add a child element to it, which gets the full 1000 point width. I add another one...
hi,
i want to place a some buttons in the center of a panel, but doesn't work. Here my code:
import com.extjs.gxt.ui.client.widget.HorizontalPanel;
import com.extjs.gxt.ui.client.widget.Label;
import com.extjs.gxt.ui.client.widget.LayoutContainer;
import com.extjs.gxt.ui.client.widget.VerticalPanel;
import com.extjs.gxt.ui.client.widge...
thanks..im searching for the right answer but still not got it..
my question:
i want to run an exe file on my winform .net application within the panel using c# code
im able to run exe file on the button click with System.Diagnostics.ProcessStartInfo and Process p = Process.Start("notepad.exe"); but what is the code to run this notepa...
can u give me the solution for embedding third party application in the panel of my own program in c#.net. i have the solution for embedding OS application in the panel but i want to call the third party in the panel of my .net program
...
how to embed third party exe within the panel of my c#.net program
by panel i mean a toolbox control that is drag and droppred in the winform.
...
What do you have to do to get DirectX to draw to a Panel control correctly?
I have a program that draws to the Form, but when you change the device to a Panel, the grey background of the panel is drawn over the lines.
I set the Panel background to transparent. This allows the lines to display, but it flickers when the Panel is resized...
Modify Current Home to 9 panels without changing anything else about the Desktop. Is this possible?
...
Cant call method of Button if Button is added to panel in the .net so wt can i do?
my code
Add Category
...