An event is a way for a class to provide notifications to clients of that class when some interesting thing happens to an object
1
vote
1answer
20 views
Ext.data.DataProxy load event extjs4
I trying to update code from extjs2 to extjs4. But I have a some problem with load event in Ext.data.DataProxy.
Ext.define('App.data.DwrProxy', {
extend: 'Ext.data.DataProxy',
...
0
votes
1answer
44 views
How to disable delay to detect single/double tap on List component to improve performance in Sencha Touch 2.2
I am using a list component and there seems to be a very noticeable delay when tapping a list item to open the next view. My understanding is that it is waiting to detect whether the tap is a single ...
1
vote
1answer
31 views
Photoswipe: fire events in iframe with photoswipe
In a website, I´ve an iframe which contains a photoswipe application which is fullscreen on startup. Now, the photoswipe slideshow should be controlled from outside the iframe.
I have this code in the ...
0
votes
1answer
14 views
Making a symbol appear in Flash using AS 3
I would like to create a button in Flash CS6 that makes another symbol appear when clicked. Nothing fancy, just this. How would I do that? This is the code I've got so far:
stop();
...
0
votes
3answers
85 views
Event versioning in CQRS
We are at a point in our development cycle (asp.net mvc applciation), where we need to introduce changes to our existing commands and events (say adding/removing a few properties etc).
I have been ...
0
votes
1answer
28 views
Ajax $.post method for load project tasks in fullcalendar
Good morning,
I'd like to add a fullcalendar to my mvc project.
The problem arrives when I try to encode the json with the project tasks. The code that I use is the following:
proyectosModel.php
...
0
votes
0answers
12 views
Access routing options in kernel listener
I build a kernel listener some time ago, to redirect a user to a certain language.
There are several pages, that do not have a translation and where the user should not be redirected. As i use ...
0
votes
1answer
29 views
Prevent windows from opening
Hi would like to ask a strange question. Its about testing a WPF application.
My current object under test is a WF application that spontaneously opens informational dialogs. Those dialogs are modal ...
1
vote
1answer
29 views
Is it possible to textchanged event to occur only when textBox is focused?
I have method like this.
public void CheckEmployee()
{
ConnectionStringSettings myConnectionString = ...
1
vote
1answer
50 views
Fire an event in Android/AndEngine?
I have a 'trick' that I do sometimes in Java/Swing in which I create a swing component that is always invisible and have property change event listener(s) attached to it. When a variable(s) changes ...
2
votes
0answers
35 views
How to handle an input text “paste” event with Backbone
I'm trying to send data to the server via Backbone if the users writes or paste a string inside an input text element.
in the Backbone events I thought something like this but it doesn't work:
...
0
votes
0answers
12 views
Lightweight crossplatform library/libraries for threading, mutual exclusion, events & delegation?
I've found Boost and QT to provide cross-platform solutions to threading, events and mutual exclusion, but both these libraries are bloated and programmers don't like using them.
Besides, QT has a ...
0
votes
3answers
44 views
Threads, Events and databases
Ok so I am not very familiar with databases so there may be a simple solution that I am not aware of.
I have a SQL database that is to be managed by a class in my c# application. What I want the ...
0
votes
1answer
73 views
prevent duplicate record being enter in DataGridView
Process is as follow
Entering record from textboxs to datagridview and then to database
when enter data into textbox and fire the click event of Enter the data into datagridview button
constraint ...
0
votes
2answers
48 views
C++ Sorting Custom Objects in a list
I am having trouble sorting a list of custom class pointers. The class I need to sort are events. These get assigned a random time and I need to do them in the right order.
#include <list>
...
0
votes
2answers
23 views
C# tick event, direct use
I want to do some code every tick.
timer.Tick += new EventHandler(TabPage tab = new TabPage(Convert.ToString("test"));)
But this is wrong, i dont remember how do this correctly.
I do not want to ...
0
votes
1answer
42 views
Jquery mulitple buttons with same name triggers event for multiple classes with same name
I'm having some problems firing an event.
I have this button called: .read-more and it says.. when clicked .read-more--> .audio h1 do this event and .sc-player do this event. That works..
but now all ...
0
votes
1answer
51 views
Ask if event has listener in jQuery
A function triggers an event and passes on some data which then will possibly be processed by a listener. If not, the function wants to process the data by herself. Well, as I don't know if the ...
0
votes
0answers
21 views
JS Leaflet: Passing touch/drag events to underlying marker
I am using Leaflet with the Label plugin (https://github.com/Leaflet/Leaflet.label). It works nice expect for the fact that when a label moves above a marker the marker is not clickable/draggable ...
0
votes
0answers
23 views
is there anyway to set can_invite_friends to FALSE in facebook event?
Hi trying to set the can_invite_friends field to FALSE programmatically is this possible or is it a read only field that can be only set on the facebook event page it self ?
Tried passing ...
2
votes
3answers
69 views
Javascript “this” overridden by event listener [duplicate]
I am probably doing something wrong but I found some interesting behavior when trying to apply some object oriented programming to Javascript. Consider the following
function Bug(element) {
...
0
votes
0answers
21 views
Subscribe event for Follow button?
I have read: edge.create - fired when the user likes something (fb:like).
But what's fired when the user follow someone (fb:follow)?
Thanks
0
votes
3answers
51 views
C# Using a Timer to Affect Instances While Accepting User Input
I am trying to learn c# by making a tetris console application. I have a gameBoard class ("gb" in the code) and a block class ("bl" in the code.) The code below is what I have so far to move a block ...
0
votes
1answer
21 views
How to handle an event trough multiple subview-levels in BackboneJS
Is there a handy way to throw/catch (custom) events from/to multiple levels of child/parent views in Backbone?
Let me explain my situation. I'm catching "keydown" events and check if some ...
0
votes
1answer
51 views
WPF attach code behind handler for every mouse up/move event
I have my view build up with a TreeListView and its content is generated by a datatemplate.
I now need to handle all the mousemove/mouseup events in my view on whatever visual element they may be ...
1
vote
3answers
44 views
How to generate callback (event) from library to application in c#
I'm developing one library (DLL), in which I need to provide event (interrupt) to user as one method with data. Library's work is start listing on socket, receive data from socket and pass this data ...
0
votes
2answers
28 views
Advanced Python Scheduler (apscheduler) Stagger events that fire within the same second?
I've been coding the python "apscheduler" package (Advanced Python Scheduler | http://pypi.python.org/pypi/APScheduler/) into my app, so far it's going good, I'm able to do almost everything that I ...
1
vote
1answer
27 views
google maps click handler firing on page load
I'm building a Google Maps app, and have an image of a compass outside of the map. Each of the compass points is on an image map, and has its own id. I want the 45° orientation to change, depending on ...
-1
votes
0answers
24 views
error in code for adding event to calendar [closed]
Can anyone explain what the problem is with this code? I have taken it from an example for adding an event to the calendar but am having a syntax error.
Please see below:
package ...
-1
votes
1answer
12 views
Facebook event after converting from profile to page
We recently converted a Facebook profile to a local business page, now the old profile had one event on it that we were set up as the host for. The event is still there but we can no longer share it ...
4
votes
2answers
45 views
Implement a listener for a Class instead of an instance
I have a lot of instances of class MyClass and they ALL have to react to some generated event from another class MyEventClass. How should I do this?
My first thought was to define a listener in ...
0
votes
2answers
29 views
Check if a MouseListener is added
In a game that I'm making I have different power ups, some that last for a certain amount of time and some that last until you've used it up. I have a MouseListener that handels the shooting and I ...
0
votes
1answer
22 views
pass datarow from a different form using multiple RaiseEvents
I've got two forms. frmProject has an ultragrid of system rows. When I double-click on a row, it opens frmSystem, displaying textboxes populated with details from the active row on frmProject.
I want ...
0
votes
0answers
26 views
OnLoad event handling using C# with WatiN
Basically I need to run certain functionality whenever the pages changes in a WatiN controller IE browser (I am using IE 10).
Based on this question Onscroll event handling in C# BHO for IE9 I came ...
0
votes
0answers
35 views
How do I add an event to the calendar? [duplicate]
I'm trying to add an event to the android calendar.
this is for sdk 2.3.3.
I have read and tried all sorts of examples I found on the web, but nothing seems to work...
The main problem is that the ...
1
vote
1answer
14 views
JS pageX and pageY take the coordinate plus the margin of relative position div?
I have a div that I want to center so I use
margin-left: auto;
margin-right: auto;
position: relative;
That's the easiest way to center I admit, but when I want to use event.pageX and event.pageY ...
1
vote
1answer
46 views
How network event FD_WRITE is generated when using Event Driven Sockets?
I am working on newtwork event based socket application.
When client has sent some data and there is something to be read on the socket, FD_READ network event is generated.
Now according to my ...
0
votes
0answers
11 views
Logic for drawing calendar event in dayview
I Have a problem calculating event coordination to drawing it on canvas in android. I am creating calendar application and I have to draw dayview with events.canvas size is fixed (W: 480, H: 780) and ...
0
votes
0answers
18 views
Javascript/GWT - Can multitouch events be captured on a touchpad?
Can multitouch events (two, three fingers) be captured on a laptop browser (ex. Chrome) when using the touchpad, with Javascript / GWT ?
0
votes
0answers
13 views
How to identify crash intents in Android Applications
Is there any way to catch ANR events in Android ? For example my application runs some services in background, when application crashes everything gets killed then nothing starts until we start ...
0
votes
1answer
24 views
Uninitialized Constant Error from Ruby EventMachine Chat Server
I'm trying to build a chat server in ruby using EventManager. Needless to day, I'm new to Ruby and feeling a little over my head with the current error I am getting, as I have no clue what it means ...
2
votes
3answers
180 views
How should one implement the communication between classes in an MVC pattern?
Preamble: This question is not about ASP.NET MVC Framework.
Edit: To be even more clear the application is a game written in C# so various web frameworks are not applicable.
How should I best ...
0
votes
1answer
55 views
How to get dimensions of dynamically inserted video on ipad? JavaScript
I'm dynamically inserting an html5 video tag with unknown dimensions onto a page. I'm getting the dimensions with the loadedmetadata event which works like a charm on all browsers.
However, from what ...
0
votes
1answer
38 views
OnDataChange event for Google Spreadsheet in JavaScript?
I have an application that extracs data from google spreadsheet (embedded via iframe) to update a model of a single page app written in Angular + ruby in the backend.
I want to update the Angular ...
0
votes
0answers
32 views
how to change focus of touchmove without releasing finger in jquery/javascript
i've some images in a div, these png images are draggable and are not rectangular,so when i want to drag an image below the transparent area of the image i've to fetch the event and deliver to the ...
0
votes
1answer
21 views
is it possible to write the sum of one column into a new dataset of the same table every hour by a routine only with mysql?
For a smart metering application i would like to aggregate counter data every hour.
For this a query like 'select sum(value) as GasCounter from data where channel_id=8' gives the actual counter ...
0
votes
1answer
65 views
Widgets must be created in the GUI thread Error !. How to correct the code?
I have some experience with C++ but I'm a Qt beginner just for a few days. Look at my simple application code below, that is "main.cpp" which is only code file in the project. The problem is that when ...
1
vote
2answers
65 views
Why do ASP.Net events start with “On” [closed]
Say I want to use the TextChanged event on a TextBox. Why does the event show up in the aspx file as "OnTextChanged"?
<asp:TextBox ID="Textbox1" runat="server"
...
0
votes
1answer
30 views
ComboBox.SourceUpdated event is not fired
I have two ComboBoxes on my view. Both of them are bound to two different ObservableCollections in the ViewModel, and when the selected item in ComboBox1 is changed, ComboBox2 gets updated with a ...
0
votes
1answer
43 views
Post variables not set when EnableEventValidation set to 'false'
So I have a jQuery dialog box within an ASP.NET WebForm application from which I post the content of all the contained controls to another page. The problem is the FileUpload control. When ...


