Skip to main content

Questions tagged [panel]

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

0 votes
1 answer
53 views

ASP.NET controls not rendering in runtime (are null) after AJAX call

I have the following aspx panel: <asp:Panel ID="EndPanel" runat="server" CssClass="container" Visible="false"> <asp:Image ID="Border" ...
Impossiblegend's user avatar
-1 votes
1 answer
129 views

How to duplicate a panel of control dynamically?

I want to duplicating panel with same style of other panel depend on integer. For example Integer = 3 so I have the original panel and copy it three time with the same style using C#
Jeff Li's user avatar
  • 21
1 vote
0 answers
27 views

Serving specific templates for different users

I wish to set up my deployed panel application for bunch of users who would have restricted access to the app. This is a sample code for it: import panel as pn pn.extension() bal = pn.pane.Markdown(&...
pilo's user avatar
  • 11
0 votes
1 answer
132 views

Windows Forms - Zooming in and out in Panel

I have made something like a drawing app but I need to implement a function to zoom in/out with using the right mouse button. I have added zooming but it zooms at the left-top corner. I tried to zoom ...
JustSoni's user avatar
0 votes
0 answers
37 views

After changing the password on an email account useing RoundCube cannot get emails to be received or sent

Two days ago I change the password on an email account, today when I went to check emails I noticed that for two days I have not received any emails which I think was very strange which is also when I ...
wqyutv's user avatar
  • 17
0 votes
1 answer
47 views

GEE - ui.Label Error, can´t print ee.String text

My code //Geometrys var geometry = *Generic Poligon var g1 = *Generic Poligon //Geometrys Area var garea = ee.Number.parse(ee.Number.parse( geometry.area({'maxError': 1}) .divide(...
William Belini's user avatar
0 votes
1 answer
20 views

Setting DynamicMap as stream source

In the following MWE, clicking on a point of the scatter plot should show its index in the "debug" textbox. It does when the layout is scatter * dmap, it doesn’t when the layout is simply ...
Skippy le Grand Gourou's user avatar
2 votes
1 answer
71 views

Extrapolating in R using growth rates from another column (using dplyr)

I am trying to extrapolate forwards for missing values after the last non-missing value in a series using the growth rate given in another column. This is a toy example below. My data is grouped ...
reytla's user avatar
  • 53
1 vote
0 answers
24 views

Do served panel components act differently to inline rendered components?

I am currently developing a panel application to perform some data analysis on csv files. I have a button which imports the csv data into the application, this button changes colour and style ...
Tomas McILroy's user avatar
0 votes
1 answer
107 views

How to save multiple files uploaded using FileInput in Python Panel?

I created a working code to upload multiple files using FileInput, and I binded it to a selector to show them in the dashboard after uploading: file_input = pn.widgets.FileInput(accept='.csv', ...
Priscila Gutierres's user avatar
0 votes
0 answers
146 views

Python panel Tabs titles on multiple pages or scroll button?

I'm using Python panel Tabs to group some figures into different tabs, but when the number of tabs is large then tab headers don't wrap to second-third etc. lines or there's no left-right scroll ...
John's user avatar
  • 1
0 votes
0 answers
15 views

How to add a new section under buttons

I am playing around with Visual Studio 2022 Community Edition and watched a video to get me started learning c#. I took that and tried to modify it, but I am lost. I have searched and poked around a ...
Jeffrey Riggs's user avatar
0 votes
1 answer
94 views

Exporting interactive bokeh plots from one file to another to use for panel

Is it possible to export a bokeh plot I created in one file to another file that will be used for my styling and layout of a data visualisation dashboard (of multiple plots) using panel? I hope to ...
AlZ11's user avatar
  • 1
0 votes
0 answers
44 views

panel regression with country group year fixed effects

For my research, I need to do multiple FE with panel data. the dependent variable is group-level, Independent variables is country level. So I tried reg y x i.group i.country i.year The response was ...
梁聖宇's user avatar
0 votes
2 answers
90 views

ratio with a reference value by ID and year using R

I have a panel data with fields - ID, Value, Year, Qtr. I need to compute a ratio field for each ID by dividing the current period value with the starting period value. So, for ID = 1, the ratio would ...
avid_learner's user avatar

15 30 50 per page