Skip to main content

All Questions

Tagged with
0 votes
0 answers
56 views

how to clip a dynamically created dialog controls

I have a dialog window (MFC, CDialogEx) on which I am displaying some kind of information - mostly text, with some hints about the context (hints made with background color, presence of frames and ...
Borek's user avatar
  • 91
1 vote
1 answer
713 views

How to calculate a Infinity norm (H) of a dynamic system?

I am trying to get the Infinity Norm (H) of two dynamic systems: the first is a noncontrolled system and the second is a controlled system. I have plotted the time and frequency response of the two ...
Igor Gonzaga's user avatar
0 votes
1 answer
32 views

Does not the Bode Diagrama of the inputs of the system?

I am implementing a python code that performs with a Bode Diagram of a dynamic system. Nevertheless, according to a command available at the library of "Signal.Processing" of Scipy, the Bode ...
Igor Gonzaga's user avatar
0 votes
1 answer
673 views

In R Shiny, when using renderUI/uiOutput to dynamically generate sets of controls, how can I harvest those values or populate input by causing events?

Question In R Shiny, when using renderUI uiOutput to dynamically generate sets of controls, such as: checkboxes radiobuttons text boxes how can I harvest those values or populate input by causing ...
Doch's user avatar
  • 3
0 votes
1 answer
500 views

How to add new line items in a APS.net webform and submit to database

Please note: I do not necessarily need working code. I just don't know how to word what I am looking for to even find an answer on the web. I guess i'm just asking for a little guidance on what kind ...
Chris F's user avatar
  • 15
0 votes
1 answer
781 views

Kendo for jQuery: show one of two different controls in each cell of a grid column

I'm using Kendo for jQuery. I have a grid where each cell of a column needs to display either a dropdown control or a text input control. I have found a method here on SO for displaying one or the ...
cmabe's user avatar
  • 1
0 votes
1 answer
101 views

Please help to convert questionnaire webpage design to dynamic C# code behind

I was tasked to creating a survey web page in C#, and I'm more familiar to vb. I've found something similar to what I need. However, I've quite a number of survey questions therefore I thought of ...
Khyren's user avatar
  • 1
2 votes
1 answer
159 views

CVXPY Optimal control of a reentry vehicle

I am trying to determine the optimal control of an Apollo-type vehicle during reentry. For simplicity, it is limited to two dimensions (down range and altitude) and a flat Earth. The control is the ...
wcottee's user avatar
  • 21
0 votes
1 answer
345 views

Can not access text of dynamically created textbox after button click

I have a problem. I have an aspx page with one ContentPlaceHolder. In that ContentPlaceHolder i have one div and one button, like following: <asp:Content ID="Content2" ...
Brewsli's user avatar
  • 127
0 votes
1 answer
66 views

sensor resolution impact on dynamics

Is there a way to apply sensor model inside dynamics of a system in Matlab? Suppose dynamics of open loop system are: xdot = A x + B u y = c x + D u x is 4 states (th1, th2, th1_dot, th2_dot). The ...
F R's user avatar
  • 13
-1 votes
1 answer
37 views

C#: Cannot use Controls property from a library that create dynamic objects

I am at the beginning and I want to create a library that can be used in my main Form. The library role is to create dynamic objects (labels) for my Form, but when I compile the project I received ...
Bogdan R's user avatar
-2 votes
1 answer
48 views

C# How do I interact with two generated controls? [duplicate]

I have a Checkbox, when marked it will create a Listbox, Button and a Textbox. The generated Button, should have the Click event to fill the generated Listbox with the value of the generated Textbox. ...
MrMa3lish's user avatar
0 votes
1 answer
45 views

c# control dynamically created panel by dynamically created button

i've added a button that creates dynamically another buttons(lets call it accountButton) that accountButtons can adds dynamically panel and another button(exitButton) into panel i cannot make ...
rookiee's user avatar
1 vote
0 answers
802 views

Add panels dynamically to form

I'm trying to add panels to a form according to the ids quantity that is received. At running, the panels are added to the form, but only the first one has the controls, and I don't get why. This is ...
LeMertin's user avatar
0 votes
1 answer
1k views

Create Winform controls dynamically - VB.NET

I want to create a simple Winform application that contains multiple blocks . Each block is a FlowLayoutPanel container that holds the following form controls: (Image attached for reference) Label ...
Roshan Shiveshwar's user avatar

15 30 50 per page
1
2 3 4 5
16