A panel is a simple container that allows other elements to be placed into it, especially visual user interface elements.
0
votes
0answers
15 views
Cant get the print preview for the panel C#
I want my program to show the print preview of the panel only but instead its showing the whole paper size. How to set the print preview of this?
Bitmap MemoryImage;
public void ...
0
votes
0answers
19 views
DrawingPanel (Canvas) not drawing in a android fragment (from tutorial)
I want to draw some points on the DrawingPanel or Canvas. I searched internet and I found a nice tutorial on how to do it.
The whole tutorial is here (everything in one class):
...
0
votes
2answers
28 views
javascript sliding (side) panel
The following is a nice "Drop Down Panel" by dynamic drive.
http://www.dynamicdrive.com/dynamicindex17/dddropdownpanel.htm
as you can see, it's a panel that pushes the content of the "body" when ...
1
vote
2answers
31 views
Add content to Panel Dynamically
it might be the case that my javascript capabilities are not sufficient :).
I am trying to enhance a list (add items via javascript) to a jquery mobile panel on the fly. The code below is a working ...
-2
votes
2answers
27 views
Clearing backgroundimage of panel
Using c# windows forms.
I'm using the backgroundImage of a panel to draw. I want to remove all drawings from the panel.
How can I simply do this?
0
votes
1answer
13 views
set panel default button gives error, must be ibuttoncontrol
I am trying to set default button for asp panel. Instead of asp button I am using button control with type="submit".
I am getting error: "The DefaultButton of 'pnlSSN' must be the ID of a control of ...
1
vote
1answer
19 views
What is used for Android Jelly Bean drop down settings/notifications collapse capability?
I'm wondering what they used to allow the user to swipe down from the top of the screen to collapse the settings/notifications panel.
I'm particularly more interested in replicating the same effect, ...
0
votes
1answer
27 views
Jquery Mobile Panel : Page can't load
I was working with Jquery Mobile platform to develop a mobile website. For which I have to use panels. I was able to make a working panel http://jsfiddle.net/VQmsw/, but when I embed this code in my ...
0
votes
1answer
22 views
inject sencha panel inside HTML div
I have a panel inside a view
Ext.define('MyApp.view.myPanel', {
extend : 'Ext.Panel',
xtype : 'myPanel',
config : {
scrollable: 'vertical',
width: '100%',
height: '100%',
html : ...
2
votes
2answers
19 views
How to store a unique value into a Panel (GWT)?
This is simple question but there's No answer found on the Internet.
Ok, some widgets such as CheckBox have a method called myCHeckBox.setFormValue(text); so I take advantage of this method to store ...
1
vote
2answers
33 views
Setting a panel to visible using javascript
How can I make a <asp:Panel> visible using javascript?
I have done the following but get an error (Cannot Read property style of null)
<asp:Panel runat="server" id="panNonAfricanCountries" ...
2
votes
1answer
14 views
A panel scrollbars doesn't work with a label content
I am trying to put a Label control within a panel control. the panel control is supposed to enable the user scroll down when the label content grows bigger than the panel capacity.
<%@ Page ...
0
votes
1answer
20 views
JQUERY - Container match biggest height
I'm having some problems getting my container div to match the height of its children.
Basically what i'm trying to achieve is to get the container height to increase when the children inside are ...
2
votes
4answers
56 views
Improving perfomance for randomly created panels
So what I'm trying to do is create like a random image from panels of different colors. The user can choose how many panels (i.e. pixels) he wants to have and the number of different colors and then ...
0
votes
2answers
12 views
How to define child stages in ActionScript?
This is not really a programming question, so please let me know if I should move it somewhere else.
I want to know if there is a way to define a -parent- object (like a Panel, or a Stage inside the ...
0
votes
0answers
14 views
JQueryMobile panel - how to always show on wide pages
I have a panel and am trying to always show the panel when the window is wide. I don't need to have a close button at all - just always show it for wider windows.
jQuery Mobile Responsive Panel ...
0
votes
0answers
40 views
jQuery Mobile Panel Should Not Close On Swipe Left
I have a simple jQuery mobile page that has a sidebar panel that opens on the left once a button in the head element is clicked. This works correctly. The problem is that I have a form in the sidebar ...
0
votes
4answers
35 views
How can I set a panel to be always on top when changing tabpages in C#?
I have program with two tabs in a tabcontroller, I also have a panel I want to always have in front. Despite what tabpage I am in. I tried setting the panel to BringToFront(), but that don´t seem to ...
2
votes
1answer
46 views
Google Image Search : Unfolding image details effect with jquery?
I just noticed the nice "new" unfolding effect on Google Image Search when you click on an image. Id like to implement that into my project. Im sure there are already jquery plugins which will do just ...
1
vote
0answers
34 views
ASP.NET C# - Insert a panel after a given panel
I have a list of generated panels. When the user clicks on a panel, I would like to add another panel after the panel that the user clicked on.
I have the id of the clicked panel but I just can't ...
0
votes
1answer
38 views
Open a panel on a link button click (Panel contains checkbox list)
I seriously need some help here. I have grid view with some columns. one of the column in gridview is a linkbutton. The panel contains a preloaded checkbolist values and i want to open the panel on ...
0
votes
1answer
51 views
How to close form and open another form in a panel when clicking a button?
I have a code that checks if the child container has an open form. My problem is how to close the current form (open form) and open another form, so that the form will not overlap.
if ...
0
votes
0answers
28 views
Creating a game that randomly changes panels in C#/.NET?
I want to create a game/software for my steph-daughter who has special needs. She is moderat mentally impaired.
I want to create a game that motivate her to learn to write, so she can communicate ...
0
votes
0answers
21 views
Devexpress FindPanel background color
I want to notify the user that there is some text typed in the FindPanel of a devexpress GridControl. Say he changes a filter and sees no results (due to his previous search via the FindPanel).
One ...
1
vote
2answers
54 views
bug when displaying selectonemenu primefaces inside p panelgrid
I have this problem :
here is the code :
<p:panelGrid styleClass="newArticlePanelGrid" >
<!-- ...
-4
votes
0answers
29 views
How to make the admin panel with php [closed]
I wanna make admin panel with php for this website http://www.yorungetur.com/. But I don't know to make this. Please help me
-1
votes
2answers
77 views
c# drawing on the panel and scrolling the result
I have problem with showing a diagram which is too big to see on one panel.
I have to scrollbars which should change the point of view on the diagram, but when i want to scroll the picture, the ...
2
votes
2answers
41 views
Using R to count a run since last event in panel data
All,
I'm hoping you can help me with creating a variable that will count a "run" since a last event of another variable, using the R programming language. The data set with which I'm working is ...
0
votes
0answers
40 views
Adding dynamically created table to panel duplicates table
We dynamically created a table in the code behind and then added it to an asp:panel in the aspx page. Everything works fine, only that the entire table is duplicated in the footer of our page and we ...
-3
votes
0answers
24 views
Not able to find & style jquery code to match my client's mockups [closed]
I am under the pressure of a tight deadline.
I need to find suitable jquery code and then style it
to match my client's mockups.
Here is a link to a graphic showing how it must look/behave:
...
0
votes
0answers
28 views
Duplicated header on click on toggle panel extjs4
I have a problem with collapsible panels. I have a toolbar on top with the toggle icon but also if I click on panel's header it expand and the header is duplicated. Now if I click on the toggle button ...
0
votes
1answer
26 views
Where is Visible Changed Event gone in asp.net
I want to have visibleChanged event of panel in asp.net(using VB.net) to shorten my code. But I cant find it
-1
votes
1answer
68 views
Panel still goes up with a loop and a if
I am deleting a panel if a checkbox is filled with a loop and an if;
When I delete the panel, other panels need to be relocated.
Once I succeed to delete one time, if I click again on the delete ...
0
votes
1answer
55 views
Delete a set of panels with UserControls created in a loop
I created a panel with a button "add" and a button "delete". If you click on "add" a panel is created right below this header, you can create as much as you want, they are listed.
On each panel there ...
0
votes
0answers
74 views
destroying and recreating panel in sencha touch
I am working on displaying the pdf viewer app.
Initially I have panel which displays the books images with a view button. On top of the title bar I have bookmark button which displays the listed ...
-1
votes
0answers
21 views
Control Panel Sound Device Operations [closed]
On my Windows 8 PC i have connected a Bluetooth headset. On Control Panel->Sounds I can see (among several others) the two Bluetooth devices, one is Headset (Hands-free) and the other Headphones ...
-1
votes
1answer
104 views
how to add label to asp.net panel on button click [closed]
i have a dropdownlist and a textbox and a add button, when the user selects a value from the dropdownlist and enter some text in the textbox, when he clicks on add the information should be added to a ...
0
votes
2answers
56 views
Reduce flickering By Turning off WS_CLIPCHILDREN
I have developed a windows application whose interface has a multiple text boxes and all of them are placed in one panel (the panel have a background image).
Whenever the panel is being loaded, the ...
1
vote
1answer
32 views
How to save and load in panel?
I want to save image from panel to bitmap and then I want to load the saved image after my Form comes out of minimizing mode.
Bitmap bmp = new Bitmap(panel1.Width, panel1.Height);
...
0
votes
0answers
8 views
How to use SetTargetWindow in ScrolledPanel
I use ScrolledPanel that contents the textCtl because I want to use event handling WX_EVT_SCROLLWIN when the scrollbar is used. However the text in my textCtrl sometimes is too big that to view all of ...
1
vote
0answers
29 views
Memory & resource wise, MDI application or panel with lots of controls?
This is a very general question and I apologise in advance. I'm writing a small editor like tool, it's essentially going to modify company specific files that look like CSS + Java stuck in one ...
0
votes
0answers
37 views
WPF item panel that keeps aspect ratio
I have an ItemsControl which may contain an arbitrary number of items (unknown at design time). Each of these items is basically represented as an infinitely-scalable image with a fixed aspect ratio ...
-3
votes
0answers
40 views
C# - Eplain to user control that he is the parent of another user control [closed]
Does anyone know how to explain to usercontrol that he is the parent of another one when I put them in a form ?
-1
votes
1answer
41 views
c# Panel subpanel and button
I created some user controls to duplicate easily a standard button and 2 different panels
Let’s say:
The panel 1: p1
button B
The panel 2: p2
button B
Once my form is created, ...
0
votes
1answer
58 views
Adding event handlers Dynamically to controls within a panel
I've a class which is in a nutshell:
class MyPanel
{
Panel p_panel; //declaring all the elements I need
CheckBox cb_choice;
RadioButton rb_nagy, rb_kicsi;
TextBox ...
0
votes
0answers
27 views
How to add another Frame to the Frame
I have to use Frame not JFrame. I have to use BorderLayout.
I created a
class A extends Frame{}
class B extends Frame{}
and I woule like to add instance of class A into class B but what I get is ...
-1
votes
0answers
9 views
How do I run a google chrome extension for google chrome console panel? [closed]
I'm trying to make a Google Chrome extension which runs a script for google chrome Console panel
Any help? =/
I'm new to this so may you explain where to put the other scripts into it?
-1
votes
0answers
20 views
Panel is flicking in c#
I want to open new form with a button and textbox the panel in flicking when it show and hide is there any solution for it by the way I am using c# and I use a thread to show the content of the panel
...
1
vote
0answers
24 views
JavaScript: Firefox addon panel is empty/blank
Javascript noob here.
I'm following the Firefox Annotator add-on tutorial and using the online Add-on Builder. I'm coming up against a very basic and odd problem: every panel I make is empty (i.e. ...
0
votes
0answers
35 views
Theme Admin Panel Tabbed Content
I want to display my Admin Panel content in tabs. I implemented the .js script and .css style,
tabs are working well..but i have a problem.
All my admin panel content is displayed in the first tab. I ...





