Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
0 votes
1 answer
62 views

So I'm trying to make an app using zed's GPUI that can hide and show based on a field in the struct. However, I can only cx.remove_window's but never actually spawn back the window.. Even using ...
Unsecretised's user avatar
Best practices
1 vote
1 replies
30 views

We are using angular version 15. As part of our internal UI modules for styling from the client side itself, according to those versions of those modules there was an ADA issue. The ADA issue is about ...
Modern_coder_2003's user avatar
Best practices
0 votes
4 replies
85 views

in my app I have a SwiftUI Menu component that shows an SF icon in its label to represent its selected value like so: Ideally, I'd like to have the image to the left of the text in the menu list: ...
Ser Pounce's user avatar
  • 14.4k
Tooling
0 votes
3 replies
91 views

I’m fine-tuning LLMs using PyTorch on a workstation’s GPU that’s physically accessible in our office. I’d like to build a GUI—either a web-based one accessible from any office computer or a standalone ...
schotti's user avatar
  • 175
1 vote
1 answer
116 views

I have this working code in iced 0.12 and I want to upgrade it to iced 0.14. use iced::widget::{container, text}; use iced::{Application, Color, Command, Element, Settings, Subscription, Theme}; use ...
Josh.h's user avatar
  • 147
3 votes
1 answer
84 views

I'm writing in C for Windows using GNU gcc MinGW64, in Codeblocks. I have embedded a Windows manifest file and a resource script file in my project. I would like to achieve maximum non-ugliness for my ...
Simon's user avatar
  • 137
1 vote
1 answer
75 views

I want to create a gui in rust (with iced 0.12). it has a label that has three possible colors green orange red. the color should change cyclically (green orange red green orange red ...) every 2 ...
Josh.h's user avatar
  • 147
Best practices
0 votes
0 replies
54 views

So I have an autocomplete from a form in a page to add a reference to the registry from another table, it works normally, it also includes a button which when pressed, it opens a modal with a ...
Wilmer Umaña's user avatar
-1 votes
1 answer
43 views

I defined the following shape: struct DisplayView: View { var body: some View { ZStack{ RoundedRectangle(cornerRadius: 20) .stroke(Color.black, lineWidth: 1) ...
Swiftiti's user avatar
0 votes
1 answer
68 views

I am currently building a custom React UI library (monorepo structure) using Tailwind CSS v4. During development with Storybook, my styles only render correctly if I explicitly point to the source ...
brainlesslukas's user avatar
Tooling
0 votes
0 replies
50 views

I am currently working on developing an interactive graphical user interface (GUI) for a work project, and I am exploring my options for programming languages. I am considering languages such as ...
lucius0's user avatar
1 vote
1 answer
44 views

This Python 3.12 and Open3D 0.19.0 script on Ubuntu 24.04: import open3d as o3d c = o3d.geometry.TriangleMesh.create_cylinder(2, 20) c.paint_uniform_color([0.1, 0.9, 0.1]) c.compute_vertex_normals() ...
Paul Jurczak's user avatar
  • 8,744
0 votes
1 answer
65 views

This Python 3.12 and Open3D 0.19.0 script on Ubuntu 24.04: import open3d as o3d c0 = o3d.geometry.TriangleMesh.create_cylinder(0.5, 5) c0.paint_uniform_color([0.1, 0.9, 0.1]) c0....
Paul Jurczak's user avatar
  • 8,744
0 votes
1 answer
55 views

I programmed a secondary window to open when a button is clicked, set a specific size of it in XAML, but when it opens (even when built and run as a final product) the layout of the window is in the ...
Vlad SD's user avatar
  • 363
Advice
0 votes
0 replies
31 views

When I click on PickPoints icon in MeshLab 2025.07, I'm getting this screen: The Form window appears, but clicking on the vertices does nothing. How to pick points and save their coordinates? I've ...
Paul Jurczak's user avatar
  • 8,744

15 30 50 per page
1
2 3 4 5
3827