57,441 questions
0
votes
1
answer
82
views
MudBlazor MudAutocomplete got error after updating MudBlazor to version 8
While working on a Blazor project. The razor page was functioning correctly until I updated MudBlazor to version 8. At first, code was working as expected, but when I updated the version, I am having ...
0
votes
1
answer
54
views
Adjust height of component to only be the _visible_ area, adjusting for scrolling
I have two components that are side-by-side. Component A is on the left and can expand vertically, which will require scrolling to view all of the expanded contents. Component B is on the right which ...
0
votes
0
answers
155
views
Enable Ethernet Settings Interface in Android 13?
My device is using Android 13, SDK 33.
I want to enable Ethernet Settings interface on the device screen.
I am looking for solutions and will integrate it into the source and then rebuild the images.
...
0
votes
0
answers
90
views
Button not clickable due to overlap with stackpane
I am trying to create a pane containing a label and having various buttons on its border.
I am new to JavaFx and I do not know if the way I used is the best, however I doubt it since I encounter a ...
0
votes
0
answers
134
views
WinForms Guna UI: Controls with Top-Right Anchor jump during side menu animation(2025)
Issue Summary:
I'm working on a WinForms application using the Guna UI 2 library. I have a collapsible left side menu (Panel) that expands/collapses using animation (Timer).
The problem:
Controls ...
0
votes
1
answer
71
views
GUI on top of all windows in windows that does not interfere with clicking on other windows
A difficult task has arisen, let's imagine a situation, I have a computer game and I want to let's say... draw your cursor using python, or some shapes. It doesn't matter why I need it, I just need it ...
1
vote
3
answers
51
views
I'm having problem with coding UI formatting of message box with flutter
Look as you can see here the message box at the bottom should crop to the content but it doesn't as the word doesn't fit so just goes to next line but message box doesn't update.
heres my current ...
0
votes
0
answers
79
views
Android UI Testing on Azure Devops Pipeline
I'm working on an Android app hosted on Azure Devops. We have complete CI/CD setup over there. I wanted to create a new pipeline to run UI tests on an AVD but I can't seem to figure it out. The ...
0
votes
1
answer
144
views
How to show netsuite suitelet design in a pdf using Netsuite advanced pdf template?
I am trying to render suitelet page as a PDF. Can we call suitelet URL in advanced pdf template and show suitelet design as a pdf. How it can be possible?
I am currently trying in sales order advanced ...
2
votes
1
answer
146
views
trying to get the button to start/stop the loop
ive been trying stuff and nothing is working im trying to get the button to start/stop the mining loop but it either starts after closing the program or doesnt do anything at all
import hashlib
import ...
0
votes
0
answers
77
views
What to do if Launch isn't working in JavaFX?
I'm working on a school project and trying to launch the GUI for a playlist. A groupmate of mine has also introduced Maven components to the project itself so we can upload, get values from, and play ...
1
vote
1
answer
91
views
Same size of text-labels and buttons [closed]
I am not really a programmer. I asked an AI to generate a matrix of buttons, with rows and columns having text-labels on top and left side of the window. I wanted the matrix to be scrollable but the ...
0
votes
0
answers
71
views
In Godot, how do you get the global position of a slider's grabber?
I would like to set a sprite's position as a child of a slider's grabber, so that it's easily movable in code, but I have not found any way to access the grabber or its position. Alternatively, I can ...
0
votes
0
answers
86
views
How do I set a JFrame to darkmode? [duplicate]
I recently switched from Windows to MacOS. All my JFrame's titlebars are white, eventhough I am using darkmode.
White JFrame titlebar screenshot
How can I 'set the JFrame to darkmode' / make it appear ...
0
votes
1
answer
157
views
Why does my Ant Design CSS breaks while the application is in loading state?
I'm experiencing a styling issue in my application that uses Ant Design. While the application is in a loading state (e.g., during initial page load or lazy-loading of components), the Ant Design ...
2
votes
2
answers
163
views
how can I get the name of svg element when i click on it in nicegui
I have a NiceGUI page with an SVG image consisting of two elements (a circle and a square). I need to check which element of this image was clicked when the SVG image is clicked, so that I can handle ...
-4
votes
1
answer
186
views
How can I create a 3D-looking button in React (TSX) with shadows like this example? [closed]
I'm trying to create a button in my React project using TypeScript (TSX) that has a 3D look similar to the one in the attached image:
It appears to have a raised, layered effect with a shadow that ...
0
votes
0
answers
29
views
How to create dropdowns (AutoCompleteTextView) that expand fully below, similar to mockup?
I'm working on an Android app using Java and I'd like to create dropdown menus that behave like the ones in the attached mockup images.
Each dropdown (AutoCompleteTextView) should:
Show a downward ...
0
votes
0
answers
78
views
UI not changing after state changes made in reactjs
So I have an add to cart function and whenever I add a product to it, it get loaded into local storage. It does store, but I need to refresh in order to see the results.
It stores the data and update ...
1
vote
2
answers
84
views
How to pass multiple parameters from client script to suitelet?
I am trying to pass values entered in a textarea field on suitelet (new line/space/comma/pipe separated) from client script to suitelet. There is limitation of suiteleturl length. I am trying to pass ...
0
votes
0
answers
18
views
How to make an agnostic and reactive graphical interface in an NPM package developed in Typecript with TSDX
I develop an NPM package in TypeScript with TSDX. This package must generate a graphical interface (a div containing buttons), reactive (callbacks are called for focus and/or click on the buttons) and ...
0
votes
0
answers
53
views
Client not sending messages to the UI via Unix Domain Socket in Chat Application
Issue: Client not sending messages to the UI via Unix Domain Socket
I'm working on a chat application that involves communication between a UI, a client, and a server. The client listens for incoming ...
1
vote
1
answer
57
views
How to show pagination dropdown on the suitelet sublist?
I have developed suitelet script to select a values from multiselect type field and show results in a sublsit. Currently my script shows all results on same page. How to show pagination dropdown ...
0
votes
1
answer
101
views
Setting a minimum size for a GUI object in Dyalog APL
Is there a way to specify a minimum size for e.g. a window created with 'F'⎕WC'Form' so that I can resize the window but not make it smaller than a certain size?
0
votes
0
answers
40
views
Plotly not showing on GUI, however showing when writing to html
I am trying to build a GUI using html and javascript. The idea is to receive a file and then do some processing, resulting in a 2d plot and a 3d interactive plot. The 2d plot is displayed correctly, ...