In general controls are interactive elements of the user interface.
0
votes
0answers
18 views
Python (TypeError) - cannot import control systems library
I recently installed the python-control library (from http://sourceforge.net/projects/python-control/files/), as well as the other necessary python modules to get this one running.
When I try to ...
0
votes
1answer
24 views
variable = windows.open() act on form input change
Trying to get control over javascript new window
Want to know when form input area filled
And want to know how to control elements in new window.
ids, buttons and so on.
Here my test example
...
0
votes
0answers
20 views
My forms using opengl library are freezing
I have a control form which is based on opengl component.It includes an opengl controlled or drawed form..If I show just one form there is not any problem but whenever i open 2 forms then the first ...
0
votes
0answers
28 views
Override mainform function for a picture control
I am working on a graph plotting app and have encountered some difficulty in resolving an issue. Basically the jist of it is that I have a graph on my MainForm and I am trying to see a preview of it ...
0
votes
1answer
13 views
Microsoft Script Control - Expected “Then”
I've been developing some software to help organize my files better. To do this I have developed a script generator using Microsoft Script Control that then runs on files in a directory and returns a ...
-1
votes
0answers
16 views
PID Controller for DC Motor Duty Cycle Using Verilog [closed]
I'm trying to work on a project where I'm coding a pid controller to control the duty cycle of a DC Motor using pulse-width modulation. I understand the general concept of a pid controller, but I'm ...
0
votes
0answers
14 views
Control your video playback with mouse position on screen
Is it possible to control a video with your mouse position on screen?
So for instance, if my cursor is on the left side of my screen, the video will be at the first frame, but when I move my cursor ...
0
votes
0answers
44 views
Control not visible even ctrl.Visible = true
I use following code (C#, Net4) to update the visibility of a label (its initially not visible):
Task.Factory.StartNew(() =>
{
this.BeginInvoke(new Action(() =>
...
0
votes
1answer
25 views
Making Player Jump in Pygame
I'm making a very simple game using pygame to practice. Im trying to make my "player" jump when spacebar is pressed. Here is the loop code I'm trying:
x,y=10,300
movex,movey=0,0
if ...
0
votes
0answers
22 views
WPF Problems with Custom Control
I have a Custom Control in WPF
public class MyClass: Control, INotifyPropertyChanged
{
private Boolean _hasData;
public Boolean HasData
{
get { return _hasData};
set
...
0
votes
0answers
25 views
Modify property of a dynamically built Table Row Control in ASP.Net Vb
I have built a table control from the results of an SQL request and assigned each table row an ID that consists of:
Dim RowNameBenefit As New TableRow()
TableApprovedItems.Rows.Add(RowNameBenefit)
...
-1
votes
0answers
19 views
Too many Emacs versions installed [closed]
I was trying to update my Emacs, but I ran into some problems. It appears I have more than one version of Emacs installed (eg. the Emacs when I open from applications is a different version from the ...
0
votes
0answers
14 views
Microsoft Chart Control UI Issue
I've created chart in VS.net 2010 using Chart.Chart class. I'm getting data from database and binding it... following is the code sample for it...
var data = objMyCollection; //This is collection ...
0
votes
2answers
33 views
Assistance kindly requested with child control on a simple form Visual C#
Hello everyone I am new to programming and studying C#. I am only a beginner.
I have a form with a GroupBox control and within the GroupBox there is four TextBox controls. There is also a button.
I ...
1
vote
2answers
16 views
Using Methods in Serverside ControlIDs
i got the following code on my ASP-Site
<asp:Repeater runat="server" ID="repFoo">
<ItemTemplate>
<asp:Button runat="server" ID="btnfoo" ...
1
vote
2answers
40 views
find a control in current page
Hello, my problem is that I can't seem to find the control from current page. My page class has the following code:
<div class="meeting_body_actions">
...
0
votes
0answers
19 views
three.js The more objects inserted into the scene render it speeds up
I use the three.js example of the control MD2 object. I wrote a simple collision but I have one problem. The more objects inserted into the scene render it speeds up.
Contradictory!
You can see ...
0
votes
1answer
66 views
Qt, C++ - Reading control characters from a file
this is my first time asking a question so please have some patience with me.
I'm trying to read the content of a text file which is meant to be sent to a printer. In the middle of the characters ...
1
vote
0answers
24 views
How can I get this ContextMenu control for WinForm?
Sorry, I don't speak English well, but I really desire this question's answer!
I want to implement ContextMenu below link.
(visual studio's dialog form)
Control Image Link
Please Answer this ...
0
votes
1answer
22 views
Is there a SliderBar/TrackBar with three thumbs which can be used in ASP.NET?
I am relatively new to ASP.NET but have some WinForms experience.
Basically I want to use 2 types of slider bar controls:
Basic sliderbar where the user drags one thumb and I can pull the value ...
1
vote
0answers
10 views
Is there any version control in mysql?
It is possible to use a version control system with mysql databases?
Or, is there a version control system already implemented?
I want to say e.g.: SELECT foo FROM bar WHERE version = X
Whereeby ...
0
votes
2answers
49 views
VB.NET Loop through controls in a panel skips controls
Written a quick subroutine in a class to move controls from one Panel to another in VB.NET, which seemed simple enough:
Public Sub Move(ByRef OldPanel As System.Windows.Forms.Panel)
Dim ...
0
votes
0answers
15 views
Application hang on reuse a qlickview ocx control when the control has encountered an error
My application has tow form
1) Main Form
2) Dashboard Form
I used a qlickview ocx control on my "Dashboard Form" and i open my QVW files with this control and everything works fine....
But if my ...
1
vote
2answers
38 views
draw control inside another using its graphics
I'm basically trying to draw a JComponent inside another by calling the second component's paint passing it the first component's Graphics.
I'm trying to create a GUI editor, (reinventing the wheel, ...
0
votes
0answers
28 views
How to insert a valid control template
here is the template I created in a resource dictionary
<Style TargetType="{x:Type local:EntryLabelBase}">
<Setter Property="Template">
<Setter.Value>
...
1
vote
1answer
30 views
find a control inside a tabpage that is created with a usercontrol
i have created a usercontrol, then i have a tabcontrol where in there is a tabpage that contains a 2 buttons, when button1 is clicked, it creates a new tabpage and the user control is added to its ...
0
votes
1answer
18 views
How to correctly access ATL control from ATL Dialog?
I have an MSVC 2010 solution that contains 2 projects:
ATL DLL project, that contains DHTML control (named DHTMLControl, which is pretty much built by wizard). I think I could have placed this ...
0
votes
1answer
18 views
Application Time span control Android
I want to develop an app which user cant open after given days time or will pop up activity that time span is over .
I want to design an app. which user can use for 15 days after that user cant use ...
0
votes
1answer
50 views
WPF spreadsheet-like control
I'm looking for a WPF control for budgeting and displaying financial key indicators. The control should have some similar functionality found on spreadsheets:
On column headers, I need to display ...
0
votes
1answer
21 views
Having HWND handle to given control which is a button how to check it's style/type?
I mean these styles: http://msdn.microsoft.com/en-us/library/bb775951(VS.85).aspx
Is GetWindowLong(hWnd, GWL_STYLE) the right way ?
0
votes
0answers
44 views
Alternative to OpenFileDialog with UNC path, directories select etc
I've spent couple of hours looking for a control (OpenFileDialog alternative) that would satisfy the following conditions:
Should work with UNC
User is able to pick both directories and files. E.g. ...
0
votes
1answer
45 views
Control Screen with Python
is there a way to control the screen/monitor with python, like for example turn it off an on again (comparable to the shortcut-buttons on laptop keyboards)?
Thank you!
0
votes
1answer
26 views
One script file of all objects of database want to put it into source control?
I have one script of database SQL server which contains all objects.
I want to push this script into source control which TFS where each object should have seperate file .
how can i do this
0
votes
0answers
38 views
Dynamically created custom control in wpf and it's values
I create my custom control which contains only root stackpanel and which have only one dependency property called param1. Whenever param1 changes I dynamically add to stackpanel some textboxes or ...
-1
votes
0answers
23 views
Control Panel Sound Device Operations [closed]
On my Windows 8 PC i have connected a Bluetooth headset. On Control Panel->Sounds I can see (among several others) the two Bluetooth devices, one is Headset (Hands-free) and the other Headphones ...
0
votes
0answers
42 views
Accessing ProgressBar within ControlTemplate of Button
I am wondering how to access my progressbar within a button.
The control template used by the button is:
<ControlTemplate x:Key="ButtonWithProgressBarControlTemplate" TargetType="{x:Type ...
0
votes
1answer
8 views
Using aggregates inside of control flow functions
The problem is this: create a query that will Group the IP addresses and display a sum of the number of requests by each IP address that had a return code (retcode) of greater than 300 order this ...
0
votes
1answer
56 views
call back to C# function from within VBScript run with msscript.ocx
I want to use msscript.ocx to call VBScript from C#, and allow the VBScript code to call back to functions in the C# program.
For example, in the following VBScript code, Clicktext is a custom C# ...
1
vote
1answer
69 views
Security vulnerability Access Control: Database in sqlite insert
Recently I received a report by Forify with many security issues about my Android application.
I dont understand one of them: Access Control: Database.
Details:
BuicDAO.java, line 42 (Access ...
0
votes
1answer
38 views
Characteristic Equation of A Closed Loop System in Terms of PI Controller
Just wondering if you could guide me on how to find the characteristic equation of a trasfer function G(s) (see below for G(s)) in terms of the coefficients in the PI controller?
G(s) = 45/(5s + 2)
...
0
votes
1answer
71 views
C# with Real Time Chart
Every minute, I get a temperature from 6 sensors in my greenhouse.
I store this values in a multidimensional array.
grh1[x,0],grh1[x,1],grh1[x,2],grh1[x,3],grh1[x,4],grh1[x,5]
My quetion is: how use ...
0
votes
0answers
20 views
Joomla shops catalog with rating
Please tell me, what I can use to create a shops rating website with joomla. In the past I used k2. But now I have a problem. On my site each user (guest, registered, representative) should have ...
0
votes
2answers
25 views
Delete control on form designer
I was wodnering what is the best way to delete an unused control (more specifically, a timer) on Visual Studio 2010. I usually go to the control in the designer and delete it from there, but the code ...
0
votes
0answers
36 views
vb6 text control when property set to multiline cannot hightlight text past box length, have to use right directional key
When I set the multiline property of the text control to true, when in use, if the text control is used as a basic one line textbox and the text typed in goes past the length of the box, it only ...
0
votes
1answer
13 views
Get reference to Page from UserControl
I think the titel says it all: I have a UserControl inside my Page. How can I get a reference to the Page where the UserControl is in?
1
vote
1answer
31 views
Python: Decide which scrollbar is moving in ScrolledPanel
This question continue the question on the link : wxPython Event for ScrolledPanel. I edited the code a little bit so that OnScroll function get the x position of the content's scrollbar and use that ...
0
votes
0answers
13 views
Origin http://www.yoursite.com is not allowed by Access-Control-Allow-Origin.
I'm having some trouble with some pages on my website. When I try to use the ajax dropdown menu or shopping cart, the pages won't do anything and I get the Access-Control-Allow-Origin error.
I've ...
0
votes
1answer
22 views
wxPython Event for ScrolledPanel
I want to make 2 TextCtrls, one is the header, one is the content in which when I scroll vertically, only the content is rolled, but when I scroll horizontally , both header and content are rolled. So ...
0
votes
0answers
12 views
How do browsers position text around elements?
This has always perplexed me. When text is in a nice, rectangular container, it seems easy enough to position a string inside the container. But if that container (say a div) has an image in it that ...
0
votes
0answers
35 views
Jquery Datepicker in google dashboard category picker control
I have a google visualization control for picking date and month from the data table as shown below.
Is it possible to add the jquery date picker shown below for the above control?







