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 ...
za1d's user avatar
  • 9
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); } ...
user25272107's user avatar
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" & ...
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
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 ...
vit's user avatar
  • 67
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 ...
jordi nosaurio's user avatar
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 ...
TLDev's user avatar
  • 1
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 ...
AdamM's user avatar
  • 1
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 ...
user21670565's user avatar
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 ...
user20593243's user avatar
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 ...
Michael Macha's user avatar
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 ...
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
18 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
20 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
0 votes
1 answer
27 views

How do you prevent a custom control from zooming or clicking on the map

I've created a custom control under the zoom control, and when I click on it, the click on the map is triggered, which I don't want, and the same applies if I double-click, the zoom is triggered. I've ...
Rigggins's user avatar
0 votes
0 answers
24 views

How can I use a String Variable to refer to and access properties for a chart control

I have a need to access a charts properties in a module that processes custom labels for 5 different charts using the same routine/module for each chart. The module I created works for the 1st chart ...
Journey's user avatar
  • 11
0 votes
0 answers
23 views

Plugin Leaflet-Search and Fetch call to GeoJson in Geoserver

I am connecting to a wfs service from my geoserver through the Fetch method in my code and it works correctly. But I want to add this plugin by Stefano Cudini https://github.com/stefanocudini/leaflet-...
ANDY AGUIRRE's user avatar
2 votes
1 answer
87 views

How to Dynamically Control a Variable to Maximize Another Variable in Dymola

I've been using Dymola for a while, but this is my first time working with controllers. I have a complex model of a thermal plant, and I need to control some variables. So far, I have successfully ...
EngineerInProgress's user avatar
0 votes
0 answers
5 views

ASP Web Forms Telerik Combobox Multiselect Filtering - Highlighted text is not clickable

I have a Telerik:ComboBox with CheckBoxes set to true, and filtering set to Contains. When if i have 4 items called "Anne" "Anders" "Steven" and "Richard", and ...
jamiemsm's user avatar
0 votes
0 answers
27 views

Remove extra symbol on a Latex document

What is the error of \tableofcontents and on the pdf print extra .,, symbol. I try to remove the extra symbol .,, on the pdf but I do not put any extra symbol on the latex and here also shows a error ...
Rathin Halder's user avatar
1 vote
1 answer
58 views

Pyomo IPOPT Collision Avoidance Violation

I am trying to use pyomo for nonlinear programming trajectory optimization. I used simple UAV model to optimize for the minimum travel time trajectory from initial position to final position. I want ...
David Timothy's user avatar
1 vote
2 answers
88 views

Changing colored cell in GridPane in JavaFX

I want to write code, that can do following: Create 9*9 GridPane board that filled with 81 StackPanes. When I click on cell (StackPane) I want to change color of background StackPane to blue if it ...
Andrey L's user avatar
0 votes
0 answers
11 views

Problem with dataframe in tidysynth: synthetic_control() does not take time unit accordingly

I am trying to implement a synthetic control with the tidysynth package. I am using monthly data, ranging from January 1987 to Decembe 2002. The dataframe is in the long format and contains 14 units, ...
M.J.'s user avatar
  • 1
0 votes
2 answers
70 views

VB.NET Button Method not setting Visibility to True

In VB.NET Button click event I am unable to set Visible = true. In all examples in the code below the Control visible property is set to False although the code is setting it to True? Does anyone ...
dibello.4's user avatar
0 votes
0 answers
23 views

Thread and function and listbox [duplicate]

I have just entered in topic of Threads and I'm beginner in this topic. I have a problem with my program in runtime like this: Cross-thread operation not valid: Control 'listBox1' accessed from a ...
AliRezaa RJ45's user avatar
0 votes
0 answers
24 views

WPF .net core 6 Image control does not work in .net core 6 [duplicate]

I created a new WPF C# desktop application in VS 2022 using .net core 6. For some reason the image shows in the designer but when the application is running it does not show. If I create a WPF C# ...
Gabriel Worley's user avatar
1 vote
2 answers
110 views

Delphi textlayout.textwidth and textheight not working, why?

I'm trying to learn how to use TTextLayout object to add some special characters to my graphic drawings. Unfortunately this object seems having some special behaviours that seem not documented in ...
Sergio Bonfiglio's user avatar
0 votes
0 answers
13 views

Form error when opening Accounting Period on Navision

The following error appears when I try to open a new Accounting Period for 2024. It has never happened before and we have been using Navision for 20+ years. "The form can`t recognize control 1&...
Adriana Pirlea's user avatar

15 30 50 per page
1
2 3 4 5
282