Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
82 views

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 ...
Remar10's user avatar
0 votes
1 answer
54 views

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 ...
Torc's user avatar
  • 1,352
0 votes
0 answers
155 views

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. ...
Anh Trần Tuấn's user avatar
0 votes
0 answers
90 views

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 ...
Vincenzo Bova's user avatar
0 votes
0 answers
134 views

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 ...
halooAl's user avatar
0 votes
1 answer
71 views

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 ...
NONAME's user avatar
  • 1
1 vote
3 answers
51 views

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 ...
Matthew Warner's user avatar
0 votes
0 answers
79 views

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 ...
eManna's user avatar
  • 2,482
0 votes
1 answer
144 views

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 ...
Maira S's user avatar
  • 121
2 votes
1 answer
146 views

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 ...
Nicole Szaroz's user avatar
0 votes
0 answers
77 views

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 ...
Aspen's user avatar
  • 11
1 vote
1 answer
91 views

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 ...
user avatar
0 votes
0 answers
71 views

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 ...
user2635469's user avatar
0 votes
0 answers
86 views

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 ...
HerrBert's user avatar
0 votes
1 answer
157 views

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 ...
A K M Fahim Kabir's user avatar
2 votes
2 answers
163 views

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 ...
CameL's user avatar
  • 160
-4 votes
1 answer
186 views

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 ...
Joey Bennedict's user avatar
0 votes
0 answers
29 views

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 ...
Long96's user avatar
  • 37
0 votes
0 answers
78 views

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 ...
Vignesh's user avatar
  • 51
1 vote
2 answers
84 views

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 ...
Maira S's user avatar
  • 121
0 votes
0 answers
18 views

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 ...
Antoine GUGLIELMI's user avatar
0 votes
0 answers
53 views

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 ...
Simo's user avatar
  • 1
1 vote
1 answer
57 views

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 ...
Maira S's user avatar
  • 121
0 votes
1 answer
101 views

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?
August Karlstrom's user avatar
0 votes
0 answers
40 views

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, ...
Juna Santos's user avatar