Skip to main content

Questions tagged [controls]

Use this tag for programming scenarios related to controls (interactive elements of the user interface).

0 votes
0 answers
7 views

Custom controls disappear after entering Fullscreen on react video

So I tried adding a skip button to my video container in react, it works however for some reason it dissapears in fullscreen? return ( <div className="video-section"> <div ...
0 votes
0 answers
22 views

Dependent attribute value changes are invalid

I have a CustomControl SearchDefalut There's an IsShowPopup to display Popuo, Property public bool IsShowPopup { get { return (bool)GetValue(IsShowPopupProperty); } ...
0 votes
1 answer
37 views

Having Issue with AjaxCalendarExtenderControl.Add in ASP.NET

Having Issue with AjaxCalendarExtenderControl.Add in ASP.NET The following code: Private Sub AddCalendarExtender() AddControlToCollection(AjaxCalendarExtenderControl.Add("Calendar" & ...
-1 votes
0 answers
15 views

Model Reference Adaptive Control - set the parameters

I need to write a control loop for my system This is the equation of motion of the system (inverted pendulum on top of a cart): -Ml∙ddθ+g(M+m)θ-ml*θ*(dθ)^2=u This is the structure of the controller I ...
1 vote
1 answer
76 views

Event detection problems after using context menu in JavaFX (Linux)

I've encountered strange behavior of JavaFX application running on linux. Application is a simple graphic editor. Its main area represented by ScrollPane with two scrollbars, and scroll pane's content ...
0 votes
1 answer
36 views

Dymos/OpenMDAO phase linkage solution reading error

I am running and investigating the Dymos/OpenMDAO example provided here: SSTO Earth Launch It runs fine, with different boundary conditions and parameters. My goal is to make the trajectory in two ...
0 votes
0 answers
10 views

How to print only specified controls from a column, in a Python3 script using Flet?

In a Python3-Flet script I have a Column, with various controls (Dropdown, Textfields, Button) and I need to print only TextFields's values. This is my script: from flet import * def main(page:Page): ...
0 votes
1 answer
62 views

How can I create, duplicate, or copy paste a whole Border control as it is with all of its controls inside it

first of all, I just want to note that I might be not good at english, and i'm sorry about this. **Issue: ** I'm for now learning .net Maui and i want to learn how can i do this: i want to make a ...
0 votes
0 answers
21 views

FullCalendar's SOC Report for IT Security

Looking for a Service Organization Controls (SOC) report to verify that the FullCalendar developers and the tool itself adhere to best practices for protecting client data. I have looked through the ...
1 vote
1 answer
52 views

Creating a sketch where part of it could be moved at runtime using the arrow keys

I have a very old software for which the source code is not available and I am not even sure what language was used to develop it. I am trying to replicate it using windows forms (C#). I have stumbled ...
0 votes
0 answers
26 views

How do I use the BLE on my phone to connect to my Segway gen 3 iot device to unlock my scooter

I can't connect to or send unlock or any commands to my Segway gen 3 iot device I can't use or control my scooter without making this stupid thing work or unlock please help Ive tried using almost ...
302 votes
22 answers
407k views

How can I find WPF controls by name or type?

I need to search a WPF control hierarchy for controls that match a given name or type. How can I do this?
1 vote
1 answer
48 views

Godot 4.3 — How can I ensure correct Control position in _ready?

I have a program which uses a TextureRect for a mouse cursor, and a home-rolled focus system. It works fine, but in _ready I set the global_position of the mouse to the focused control, and a problem ...
0 votes
1 answer
47 views

VBA - Wanted: Getting UserForm Object giving its name

is it possible to have a function getting given a string indicating an Object's name then returning corresponding UserForm Object as a result? Function foo(name as string) as Object dim Obj as ...
0 votes
2 answers
976 views

installing slycot issue [Ubuntu 18.04]

I'm trying to install the python slycot package on ubuntu 18.04. But, I can't quite find the way to do it. I keep getting the following error: alemoreno@alejandro:~$ pip3 install slycot Defaulting to ...

15 30 50 per page
1
2 3 4 5
564