Most voted "panel" questions
A panel is a simple container that allows other elements to be placed inside it, especially visual elements of the user interface.
Learn more…24 questions
Sort by count of
-
6
votes2
answers190
viewsClosed JS open panel
I have the following panel: $(document).on('click', '.panel-heading', function(e){ var $this = $(this); if(!$this.hasClass('panel-collapsed')) {…
-
5
votes2
answers365
viewsHow to view a Youtube video in a Panel in Extjs?
Would you like to display a Youtube video in a Panel on Extjs. Would it be possible? Can someone give me a hint?
-
3
votes1
answer2686
viewsPositioning of components using Gridbaglayout
I’m making a panel and I want to have the following layout: The width of the panel takes up the entire width of the frame, and I want to have 4 buttons in the right corner of that panel. I created a…
-
3
votes1
answer155
viewsCreate dashboard with center at user click point
I need to create a Panel in a Form Getting kind of like this: When you click the mouse on Form create the Panel taking the location of the click and create the Panel centralized. I did so: Panel…
-
2
votes0
answers149
viewsHow do I get the form to update correctly?
I have a screen in Delphi that is constantly updated, is used along with a ratchet, every time a person puts the digital or enters the password, this screen is updated with the information of this…
-
1
votes2
answers264
viewsEnable Keypress in Panel C#?
I have an app and it works like this. I have a code to create TextBox dynamically when the maximum amount of letters in the TextBox1 for 2. Here is the code: private void VerificaTextBox(int…
-
1
votes2
answers140
viewsChange color of various Panel’s dynamically
I have the following code in the button action: pnl1.BackColor = Color.DarkOrange pnl2.BackColor = Color.DarkOrange pnl3.BackColor = Color.DarkOrange pnl4.BackColor = Color.DarkOrange pnl5.BackColor…
-
1
votes1
answer561
viewsPanel title with responsive pull-right button
Friends, I need a panel whose title has a close button inside it, to the right and responsive. The code below was the closest I could reach using buttons. Thank you very much for your help. <div…
-
1
votes1
answer404
viewsClear Panel from a Usercontrol
I’m developing an application where several Usercontrols will be shown in a Panel from the code below: UserControl1 u1 = new UserControl1(); panel1.Controls.Add(u1); And remove them from this code:…
-
1
votes1
answer86
viewsPass PHP parameters to Jquery Mobile Panel
Good morning to all, I’m trying to do a function where a JQM Panel dynamically receives a PHP page with some parameters. However it does not work, the panel opens blank. Below is the code I am…
-
1
votes1
answer183
viewsHow to create transparent and tangible component - Windows Form C#
I’m looking to create a Panel who will always have the property BringToFront, capable of being fully transparent to the point where it shows components behind it and still be possible to click on…
-
1
votes1
answer610
viewsAligning images within Bootstrap Panel
I got the following Panel: <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title">Header</h3> </div> <div class="panel-body">…
-
1
votes1
answer62
viewsFilters in the Web Panel
I made an application to manage all the IT equipment in a company, I can list how many of each type of equipment there are in total, and I can also show only one specific type, like laptops or…
-
1
votes1
answer371
viewsHow to fix Blinking Panel (Flickering Control) when drawing something?
I made an example when this happens pisca-pisca, just put the control Panel in the form and execute. public Form1() { InitializeComponent(); this.KeyDown += Form1_KeyDown; this.KeyPress +=…
-
1
votes1
answer182
viewsHow to close one Usercontrol and open another via Panel
I have userControlVicles inside a Panel, in this Usercontrol has a button to register a new vehicle, I want that when you click the button the panel closes or hide the current Ucontrol and show the…
-
1
votes1
answer37
viewsPanel that changes size C#
Good morning, I’m trying to do the following for my application Windows Forms C#. I have a Panel that by activating your event MouseHover, the panel expands its size and there inside the panel with…
-
0
votes1
answer846
viewsPositioning of speakers in bootstrap
I have 3 columns, they are positioned like this: Dados Basicos | Endereço Contato So when the responsibility is done he gets like this Dados Basicos Endereço Contato But I need it done this way:…
-
0
votes1
answer60
viewsPanel does not become invisible if Chart’s Paint event is activated
Good night, Staff would like a help, so with a doubt, well I am developing an application, in which the user chooses 5 dates of any working days of the month,e gera um gráfico diferenciado com a…
-
0
votes2
answers994
viewsA single form with multiple panels or MDI Forms. Which option is more efficient for program performance?
I’m a beginner in C#. I’m developing a simple application, which has several windows. Depending on what you need to do in the program, the user needs to open multiple windows to get to the required…
-
0
votes1
answer137
viewsHow to print two images on two different pages at once?
Hello! I can print a panel (pnlPrint) using the following code. But, I am not able to print a datagridview that already belongs to the same form together, on the second page so that the two leave in…
-
0
votes0
answers254
viewsError in executing google maps, related to script error
Estou com um erro na chamada do painel do google maps, em html: Apresenta o seguinte erro: insira o código aqui Script error http://maps.google.com/maps-api-v3/api/js/24/12/intl/pt_br/util.js A…
-
0
votes1
answer36
viewsCreate new "panel" dynamically with php and mysql
I am developing a hotel system and I want to represent each apartment registered in the system with a panel containing information, that is, for each apartment the system generates a new panel that…
-
0
votes1
answer164
viewsHow to check if there is a Usercontrol in a Panel? C# Winforms
I’m making an application that has a central Panel, and for it I’m controlling the Usercontrols, I’m using Clear, Add and Bringtofront to manipulate, i wonder if it has any function so that I can…
-
-2
votes1
answer32
viewsHow to use 2-d numpy array with interactive panel floatslider for a python image Plot?
Using holloviews and panel. How to create a function that takes as arguments an np.array (2d, an array) and a "value cut". Return the 2d array plotted as image? Being what the argument "value cut"…