Skip to main content

Questions tagged [controls]

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

controls
0 votes
1 answer
23 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" & ...
dibello.4's user avatar
-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 ...
May's user avatar
  • 1
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): ...
Tommy L's user avatar
1 vote
1 answer
75 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 ...
vit's user avatar
  • 67
0 votes
1 answer
33 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 ...
jordi nosaurio's user avatar
0 votes
1 answer
59 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 ...
TLDev's user avatar
  • 1
0 votes
0 answers
17 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 ...
AdamM's user avatar
  • 1
0 votes
0 answers
23 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 ...
user21670565's user avatar
-1 votes
0 answers
47 views

Updating a color within a drawing at runtime for a windows form application in C#

I have an 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#). Following is one of ...
user20593243's user avatar
1 vote
1 answer
48 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 ...
user20593243's user avatar
1 vote
1 answer
39 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 ...
Michael Macha's user avatar
0 votes
1 answer
46 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 ...
Mehrdad Ahankhah's user avatar
0 votes
0 answers
60 views

Winforms group box missing Click event

I have a WinForms C# project targeting .Net Framework 4.7.2 with a form which includes a group box. There is no Click event for this control visible from VS2022 when showing control properties via ...
SimonKravis's user avatar
0 votes
0 answers
17 views

control systems optimization multiple factors

I am working on a regulation for a vehicle. I have the following formula for the signal processing of the signals that go into the controller: heightDiff = k1*A + k2*B + k3*C I can vary the pre-...
user25341961's user avatar
0 votes
0 answers
17 views

iSH on iPad stops with a hollow rectangle cursor

Using iSH on the IPad Pro M2 is fun, until the cursor turns to a hollow rectangle and I cannot type anything. The iSH simple controls disappear too. Something to do with my thumb touching the trackpad?...
wepev's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
564