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
40 views

Create a small control panel on screen for pyautogui monitoring and control purposes

How do I display a small control panel screen that can control and monitoring pyautogui process? I expect there is a pinned window that for monitoring purpose such as displaying current log.txt that ...
Muhammad Ikhwan Perwira's user avatar
0 votes
0 answers
31 views

functonality of drop downs on leaflet map, when introjs added is missed

i have a complicated html code that if i describe it simplely it composed of following parts: 1- a leaflet map covering full page; 2- a button which when clicked some vertically oriented accordin type ...
Solmaz's user avatar
  • 25
3 votes
1 answer
230 views

Calculating inverse laplace transform using python or matlab

I'm trying to simulate simple closed-loop system with PID controller in Python or MATLAB. In both cases I have problems with calculating time domain response of the system using inverse Laplace ...
zorka5's user avatar
  • 166
0 votes
0 answers
22 views

Dependence of ODEs from initial conditions in Simulink in implementation of a Sliding Mode Control

this is my first question so I'm sorry if the explanation will be a bit confused. I'm trying to implement a Sliding Mode Control for an orbital rendezvous based on this paper . I'm considering a ...
Giovanni Lodia's user avatar
0 votes
0 answers
37 views

After changing the password on an email account useing RoundCube cannot get emails to be received or sent

Two days ago I change the password on an email account, today when I went to check emails I noticed that for two days I have not received any emails which I think was very strange which is also when I ...
wqyutv's user avatar
  • 17
0 votes
0 answers
9 views

Phenotype case/control study

Can you help me. I wanted to do a case/control study, but I can't separate the groups. I am correcting the phenotype in the ped file, but plink is gives an error. Line 1 of .ped file has fewer tokens ...
Azada Khamdiyeva's user avatar
0 votes
0 answers
740 views

NET MAUI Incorporate Android native control with XML layout

I am beginning with NET Maui and i try to incorporate an Android native control defined by an xml layout in a .NET Maui ContentPage. I have put the XML (Test2.xml) in the following path : Platforms -&...
en4orce's user avatar
0 votes
1 answer
89 views

Auto-calculate width for standard WinAPI controls

I am trying to write a general-purpose function to automatically calculate the width of several standard types of WinAPI controls based on the current caption/text content. This code works very well ...
rpatters1's user avatar
  • 424
0 votes
0 answers
349 views

Change font size in format control shape Excel

I have a series of Control shapes in an Excel workbook. They are populated by another range, and selections/visibility are controlled by buttons on the sheet. I want to change the font size and ...
brian gilbert's user avatar
0 votes
0 answers
8 views

errors found when I install and import pyautogui?

I am working a python assignment on windows 10 and want to install and import pyautogui from libraries but there is an error which is related to DISPLAY I hope the pyautogui function can import with ...
Terry Sun's user avatar
0 votes
1 answer
51 views

How to save/acquire Bash post 'eval ' command line string that's about to be executed

How do we get/save final command line string accepted and executed by bash right after doing eval very hard to explain, so really helps when xtrace is on, e.g: $ cmd=ls; f=package.o ; eval $cmd $f + ...
user17227456's user avatar
  • 1,287
0 votes
1 answer
120 views

Excel VBA - Remove slicer right click menu options

I would like to remove options from the menu that pops up when you right click a slicer. More specifically, I would like to remove "Remove", "Cut", "Refresh", the two ...
Mbr's user avatar
  • 1
0 votes
2 answers
100 views

Correct "As" Clause to use

I'm using VB.net and trying to fully define a variable FoundComboBoxes but when I use As I get errors. I've tried Control which errored as expected, Control(), Control.ControlCollection and too many ...
Eric_S's user avatar
  • 21
0 votes
0 answers
14 views

How to control ram preview through scripting in after effects?

I am currently working on developing a CEP extension for After Effects. I have implemented a function aimed at controlling the opacity of selected layers and creating keyframes at the current time. ...
Max Max's user avatar
1 vote
1 answer
428 views

ESP32 best way to generate changeable frequency output on GPIO to drive external device

I'm working on an ESP32 project, several GPIO pins are controlling external devices. I am adding another device that requires a variable clock from 383Khz to 1476Khz approx. To vary the frequency I ...
Dave's user avatar
  • 11

15 30 50 per page
1
3 4
5
6 7
564