11,922 questions
0
votes
2
answers
17
views
Card Issue maintaining height and width through Margin and Padding
I am working in react js with tailwind. I have a card with a bg-color. I assigns it a bg color right and I dont want to give it a specific height or width and wonna to handle it through margin and ...
-1
votes
1
answer
79
views
Virtualization using VirtualizingStackPanel inside custom ControlTemplates
I'm tasked with implementing a custom DataGrid-like control in one of my projects.
This is due to many specific features it needs to have implemented, and also the large amounts of data that have to ...
0
votes
0
answers
28
views
My Widget does not work properly Because of different grid sizes
I used a custom grid structure. Not only it doesn't work as I want on different screen sizes, but also the widget I defined externally does not fit into different grid structures. Here index.jsx:
this ...
0
votes
1
answer
57
views
How to Remove Unused Space Below Text in a Matplotlib Subplot
I have the following code snippet, which produces 3 subplots:
2 on the same row side by side, for the logo and title
1 below that will include various texts.
# ---- RIGHT COLUMN: 6 rows ----
...
0
votes
1
answer
56
views
Grid header on the first column instead of the first row
Would it be possible to have the first column of the table or grid to be a grid.header or table.header?
I am trying to make something similar to this:
⁞ SECTION TITLE ⁞ text text text text text text ...
1
vote
0
answers
38
views
GridDB Custom Partitioning in Node.js
Can I Define a Custom Partition Key for GridDB Containers Using Node.js?
I want to distribute data across GridDB nodes based on a custom column (e.g., region_id) instead of relying on automatic ...
0
votes
0
answers
68
views
Getting "Container not found" error when trying to modify GridDB container column definitions at runtime
I need to add columns to an existing GridDB container in my Python application, but getting a "Container not found" error when trying to modify the ColumnInfo after container creation.
...
0
votes
1
answer
55
views
Laying out controls in a grid
This is a follow up to my previous question: Aligning left side of TextFields
I am trying to use a Grid to mimic the layout of controls as seen in Xcode:
I am almost there, this is my current result (...
-2
votes
1
answer
82
views
Ninjatrader Drop Down box to fill TextBox value or button text value (c# with WPF available) [closed]
Settings so far:
I have a WPF Grid with a TextBox set to a col and row.
There is an enum set for items to select.
I have a button_Click and textbox_KeyDown events setup.
Notes:
Ninjatrader no ...
0
votes
0
answers
228
views
How to correctly capture the updated layout from a streamlit-elements dashboard.Grid in session state
I am developing a financial dashboard using Streamlit and the streamlit-elements library. My goal is to create a user-customizable dashboard where users can drag and resize cards. The final layout (...
0
votes
1
answer
48
views
Kendo MVC Grid Row Filter without decimals
I have a kendo grid on an MVC site with several integer columns, and I am using a row filter. The problem is that when you enter a number in the filter, it shows up with commas and two decimal places.
...
0
votes
2
answers
173
views
how to use grid with textbox? my textsize seems to impact my grid but I don't want it to
I want my screen to have a small notepad in the bottom left.
My textsize within this textbox seems to impact my grid, but I don't want it to.
My understanding is that using uniform ="a" ...
0
votes
1
answer
37
views
Angular Kendo grid transpose column to rows
I am working on angular kendo grid. my requirement is to show couple of columns as rows. The api response provides six fields with corresponding value, I need to show four fields as columns and the ...
0
votes
2
answers
128
views
Ipywidgets GridBox grid_column & grid_row don't Display - GridBox + Layout
I'm studying ipywidgets, I'm trying to create a GridBox as pic1 but for some reason, I only get a FlexBox printout (pic2), I tried Jupyter Lab, Jupyter NB, Google Colab, all the same results, I also ...
0
votes
2
answers
94
views
Using Tkinter in Python, How Can I Autosize a Canvas to its Parent Frame
I'm trying to build a Tkinter form in Python that has three "frames": a narrow frame across the top (for a title), a thin frame down the left (for buttons), and a main frame (to show content)...
0
votes
1
answer
61
views
Tkinter Text widget with grid management. How to retrieve the edited data? Python 3.12.3
I've discovered the Tkinter Text widget, used with the grid manager. I successfully created a table and populated it with a numpy array. Now I'm trying to figure out how to retrieve the edited ...
1
vote
1
answer
123
views
Matplotlib - polar projection ax, issue with set_theta_zero_location and the grid
My matplotlib version is 3.7.2,
here is my code:
import matplotlib.pyplot as plt
fig, ax = plt.subplots(subplot_kw={'projection': 'polar'})
ax.set_theta_zero_location('N', offset=int(28))
ax.grid(...
3
votes
1
answer
88
views
R: ggplot in grid is clipping axis numbers
I am ordering multiple ggplots into several columns using grid library. The resulting plots are being clipped at the right margin.
This code shows the problem:
library(gridExtra)
library(grid)
library(...
0
votes
0
answers
77
views
React Grid Layout: Dragging a widget moves the widget next to it to next row instead of pushing it towards right
If there are two or more widgets in a single row, and i resize left-most widget, the widget next to it goes down in second row temporarily until i leave dragging and the entire positioning of widgets ...
0
votes
0
answers
87
views
WPF Dynamically Created Grid (Popup) Doesn't Become Visible Even When Visibility=Visible
In my WPF application, I dynamically generate a series of Grid rows, each representing data. When a user clicks on one of these grids, a popup panel (also a Grid) should appear, overlaying the UI with ...
0
votes
0
answers
40
views
Gifs not respecting grid size constraints causing layout issues
I'm new to CSS and I'm trying to design an experiment in Qualtrics. The layout should display:
A phrase at the top -
A 2x2 grid of GIFs (each in a separate grid cell)-
A slider below to collect a ...
0
votes
0
answers
31
views
layer in kml file not exact over the square i draw
With help from copilot that made a python script i made a kml file to show a rectangle shape with a grid over that rectangle with 400 equal boxes.
But the kml is showing the rectangle with a grid over ...
1
vote
2
answers
62
views
Align columns using grid-template-columns
I have two sections using CSS grid and grid-template-columns. The 1st one shows 4 boxes per row, while the 2nd one shows 3.
Since the first element of this 2nd section has 50%, I'd like the space/gap ...
2
votes
1
answer
90
views
Move Facet label to the left to make space for legend [duplicate]
I am using facet_wrap and need to move the x axis table left and the y2 axis lable up to make room for my legend and was wondering if the is possible.
Below is my code and an image of what I am trying ...
0
votes
0
answers
57
views
Keen-slider dimensions issue when is placed in the grid
I'm using Keen-slider in React project and have found a strange issue in sliders behaviour when it is wrapped with div and placed in grid column which width is defined in percents or in fr. In this ...
1
vote
2
answers
211
views
Why doesn't dynamic Tailwind class override static class in my element?
I would like the col-span-1 override col-span-2 however I'm trying to apply Tailwind CSS classes dynamically using a variable in my Svelte component.
Here's the code:
<script>
const hostClass =...
0
votes
0
answers
19
views
Change the arrangement of images in the grid [duplicate]
It is necessary that at a screen resolution of less than 900px, images from gallery__top, gallery__bottom and the gallery__content block are arranged sequentially in two columns and three rows, and ...
1
vote
0
answers
43
views
Chart and some details not loaded on selenium grid, node-chrome
I have peculiar situation, i think. When I run tests locally, the chart is rendered properly but when I run it on selenium grid locally as container in hub-node model the chart doesnt come up. I have ...
0
votes
1
answer
195
views
Blazor Bootstrap nested grid / detail view event
I started experimenting with BlazorBootstrap newest version (v3.3.1). I want to do an action, for example make an API call when the user expands detail view. I cannot seem to find an event or a way to ...
0
votes
0
answers
30
views
Get kendoFilterMultiCheck and sort its values for locked grid column
I want sort all values in grid filter with multiselect. I use standard mechanism from kendo demos and it works fine for unlocked columns:
var filterMultiCheck = $("mygrid").data("...
0
votes
0
answers
68
views
grid in process maker
I have a form that has two grids(id: grid1,grid2) and I want the files I upload in the first grid(column id:doc) to be transferred to the second grid(column id:doc2).
What is the trigger code?
I have ...
0
votes
0
answers
39
views
Selenium video container getting null as session Id
I recently deployed selenium grid 4 on my kubernetes cluster using the helm chart https://github.com/SeleniumHQ/docker-selenium/blob/trunk/charts/selenium-grid/values.yaml. Everything works fine but ...
-1
votes
2
answers
98
views
Extract grid from a NetCDF file
I am trying to extract the grid from a netcdf file for chlorophyll a in the South of Ireland / Celtic Sea.
This (below) is what I have done, but I get a large grid that also goes on land, even though ...
0
votes
0
answers
25
views
Optimizing TQL Queries for High-Frequency Time-Series Data Ingestion in GridDB
I am developing a GridDB-based application that ingests large volumes of time-series data from IoT devices. My application uses TQL (GridDB Query Language) to query and aggregate this data in real-...
0
votes
0
answers
33
views
Bulk Data Import and Dynamic Schema Evolution with GridDB Python API
I am working on a GridDB-based application that requires bulk data import from CSV files using the Python API. Additionally, the schema of the incoming data can evolve over time, so I need a strategy ...
0
votes
0
answers
100
views
Need custom horizontal grid with multiple rows and columns but connected to SwiftData models in SwiftUI
Still learning about grids. The more I think through this, perhaps grids because of how the grid flows is not the proper way to present this data. Definitely need to scroll this games section as you ...
0
votes
1
answer
143
views
QGIS raster generation with defined grid
Is there a way in QGIS to define a grid and generate separate tiff files for every grid cell? Like in this matter:
Open XYZ Tiles -> OpenStreetMap.
Use a tool to define a grid over the interesting ...
1
vote
0
answers
61
views
How to make a specific column readonly in tabulator?
I am using tabulator grid (https://tabulator.info/) version no 6.3. I have integrated that it into my project and now i want to make student id column as readonly so that user cant edit it.
How to ...
0
votes
0
answers
11
views
Slow loading data into two grids at launch or after a refresh
My goal is to create a web page with a combo box populated with various dates. The first date would be the date selected by default. Based on the selected date, two tabs each with a distinct grid ...
2
votes
1
answer
82
views
Aligning grid columns between parent and container frames using tkinter
Using Python and tkinter I have created a dummy app with a scrollable frame. There are two column headings in a container frame. The container frame also contains a canvas. Inside the canvas is an ...
0
votes
1
answer
224
views
Ag Grid setting filter on data ready not applying
I'm trying to filter the data from one column in the grid when the grid had finished the loading of everything it needs. I'm using the Angular version.
I tried this:
public onFirstDataRendered(...
0
votes
0
answers
16
views
Titles for columns of a grid in a scrolled window
I would like to use a grid like a spreadsheet with titles for each of the columns. This grid has to be in a scrolled window becasue the number of rows exceeds the size of the monitor. But I would ...
-1
votes
4
answers
110
views
Tkinter - resize parent after grid_remove()
Either I did misread some of the documentation or I still do not quite understand some concepts of Tkinter.
If I add widgets (e.g. Labels) to a frame using grid() the frame gets resized to fit them. (...
0
votes
3
answers
80
views
Why doesn't column-count force the exact number of columns?
I have the following code:
.page-grid-layout {
display: grid;
column-count: 12;
column-gap: 32px;
row-gap: 32px;
margin: 0 80px;
}
.page-grid-layout .left {
grid-column: 1/7;
min-...
0
votes
0
answers
39
views
How can I shuffle grid elements without ruining the layout?
As you can see in the example I have 6 elements "other-news" (colored Fuchsia) on the right side of the grid stacked in 3x2 format. I want to be able to bring them to the left side and keep ...
0
votes
1
answer
52
views
chart js format only 2 axis lines and not the all grid lines
Is it possible in chart js
display grid lines - while formatting different only the 2 main axis lines.
x-axis (y=0) and y-axis(x=0).
in y axis - set different color for y ticks values: red for ...
0
votes
0
answers
70
views
Why doesn't the original index in Grid retain the original value?
I wrote an Android application using Fire Monkey with Delphi RAD Studio 11 Version 28.0.47991.2819. In this application, I also have a grid that has columns and when the grid is defined, their index ...
2
votes
0
answers
48
views
How can I implement user authentication in a GridDB application?
I am working on a GridDB-based application and need to implement user authentication to manage access to the database securely.
I am developing a GridDB-based application and aim to implement user ...
0
votes
2
answers
87
views
Unity C#. void Start() does work in editor but doesn't in build
I have a grid based movement system. The for-loop runs through every tile and checks it is occypied (first if) and the attitude (second if). The problem is: this code is working perfectly in editor, ...
1
vote
0
answers
91
views
Difficulties implementing a drag and drop feature using Jetpack Compose
I'm trying to develop a drag and drop feature for a grid system with Jetpack Compose.
The user will have the ability to long press on a UI component and drag it to another location within a grid ...