An event is a way for a class to provide notifications to clients of that class when some interesting thing happens to an object

learn more… | top users | synonyms (1)

0
votes
2answers
43 views

Trigger event on animation complete (No control over animation)

I've a scenario that requires me to detect animation stop of a periodically animated element and trigger a function. I've no control over the element's animation. The animation can be dynamic so I ...
0
votes
2answers
64 views

Facebook event profile picture from external URL

I am trying create Facebook event with PHP. The last problem which I have is profile picture. My questions are: Can I use external picture url for event profile picture?? If yes, than how??
0
votes
0answers
6 views

Having trouble for Events

As a music venue I have been using Facebook as a means of advertising. I chose FB because it is free and the most powerful way to spread the word. As a venue we use the event portion often. I can now ...
1
vote
2answers
56 views

unit testing a class with event and delegate

I am new to testing please help. I have the following class public delegate void OnInvalidEntryMethod(ITnEntry entry, string message); public class EntryValidator { public event ...
0
votes
2answers
12 views

How to refresh component on page after a change on the screen

I have a form which contains a tab control. One tab has one user control, another has a different user control. The first tab has a bunch of check boxes. Based on the selection of the checkboxes, a ...
3
votes
3answers
58 views

Track display changes on HTML element with Javascript

Suppose I have a given HTML element, such as: <div id="foo">...</div> Inside that element, lots of things can happen that will change some display configurations of that element, like ...
0
votes
2answers
28 views

onTouch event on Android Games

my question is not only about onTouch events but about every method I can use to recognise a touch on certain areas of the screen. Right now, I have a "background" image, which I use as layout that ...
0
votes
2answers
43 views

Backbone Model triggers event conditionally, View doesn't hear it

I'm creating a Geolocation Model, fetching from localStorage, and checking if I have there is a latitude property there. If there isn't, a 'geolocation:city_state_blank' event is triggered. If ...
0
votes
1answer
45 views

Magento - can't save changed customer GroupId with observer for newsletter_subscriber_save_before event

I built an observer for the newsletter_subscriber_save_before event; this gets fired when a customer subscribes/unsubscribes for newsletters. I need to change this customers groupID accordingly. It ...
0
votes
0answers
33 views

keypress event in a common function

I want to write a common jquery function which I want to call on different views in backbone router. In that common function I want to write a input text keypress event to remove the button's disabled ...
0
votes
0answers
28 views

Why does AudioOutputUnitStart fail when not beginReceivingRemoteControlEvents?

I'm using AudioUnit to play audio. When interruption occurs (Ex: alarm popups), I handle like this Check for kAudioSessionBeginInterruption, do AudioSessionSetActive(false); ...
0
votes
1answer
29 views

mootools validate and submit form on link click

How can I validate my form and submit it on link click event? My code below: new Element('a',{ 'html': "To cart", 'class': 'shop_add', ...
0
votes
1answer
21 views

auto event firing when the reminder time is due. can it be done using hibernate?

I am storing reminder entities in a mysql database using hibernate. Now I need to fire an event into the application, whenever the reminder time is due. How should I go about implementing this, I ...
-1
votes
2answers
64 views

Hooking to a C++ DLL event form C#

I want to hook a C# method to a C++ event written in the C++ DLL C++ side #include extern "C" { typedef void (__stdcall *PFN_MYCALLBACK)(); int __stdcall MyUnmanagedApi(PFN_MYCALLBACK ...
1
vote
1answer
49 views

How to add key press Event manually using jquery?

Here I'm having two text boxes which suggests country names using jquery <input type="text" size="50" id="suggestBox"/> <input type="text" size="50" id="suggestBox1"/> Now, if I select ...
1
vote
1answer
52 views

Detect if user has moved window in WPF

I have seen a couple posts on this, but they don't necessarily answer my question exactly. I have a parent window that on its LocationChangedevent, it will grab a child window and move that along ...
1
vote
1answer
41 views

Having trouble making a ActionListener

I try to make an ActionListener, and it gives me a error. I have events imported, and it still doesn't work. Here is my code: send.addActionListener(new jj); private class jj implements ...
0
votes
2answers
26 views

Personnal implementation of Java events in Slick2D

I'm making my own windowing system in Java with Slick2D right now and I want to add buttons to my windows! The thing is that I have no knowledge on events or such things... Everywhere I look it's ...
-1
votes
0answers
5 views

Mobile - Event when user returns to page from video?

I have a mobile page that links to mp4 videos. The user clicks the link, the video comes up full screen, then returns the user back to where they came from. I want something to happen when the user ...
0
votes
1answer
29 views

How do you scan logcat output and post event based on found text?

I would like to scan logcat activity and post and event if I find my desired text. I am trying to approach here: Logging logcat activity but I would like to know how to react to what I find in the ...
0
votes
1answer
24 views

Get event / location / page - adress

I am trying to get the adress from a public event, sometimes it returns the geocords, sometimes the full adress and sometimes just the venuename. i found on another thread, that there is some issue on ...
1
vote
1answer
34 views

Google Analytics SDK for Android v2

I want to include Google Analytics in my android application, but I'm unable to see events in google analytic page. Here is my code: analytic.xml: <resources ...
1
vote
2answers
35 views

Wait for event from SqlListener

I have implemented a SqlListener class that uses SqlDependency to wait for changes in SQL database. At one point in my business workflow I need to wait for a record turning up in the database. The ...
1
vote
0answers
37 views

Get listeners from object at runtime [duplicate]

Using reflection I can get member views in activity. But is there any way I can get all listeners attached to the view and listen when, for example, view is clicked, so I can register the event?
0
votes
1answer
24 views

retrieving ID via jQuery of clicked list item

Fairly new to jquery. good stuff btw. however. There's something I can't seem to understand. I've got a list that I use as a navbar. Each list item was given an id. I want to get that ID with jQuery. ...
3
votes
1answer
63 views

CPU Usage 100% when creating 3 threads and using WSAWaitForMultipleEvents() and WSAEnumNetworkEvents()

I have created 3 threads each thread has one socket each. Inside each thread, socket is made "Event Driven" and whenever data becomes available for reading, an event is generated. The code works ...
-3
votes
0answers
20 views

Cannot join to page event

My problem is that I have a page on facebook (a band's page called Kávészünet with more than 32000 likers) and recently I can't join to the page's event as a user. When I'm on the event's page it ...
-1
votes
0answers
18 views

why is it recommended to use ProcessOneAndAllPending when an app is suspended?

In windows 8 app development, it is recommended to use 'ProcessOneAndAllPending' when the app is not visible, suspended or snapped. However, this seems like a 'blocking' call and msdn description ...
0
votes
1answer
46 views

event order Backbone.Marionette.Application.addInitializer and $(document).read()

trying to get a head around start up events... so I created a fiddle http://jsfiddle.net/erichbschulz/59cDq/ for this this: console.log("starting"); MyInnerApp = new ...
1
vote
3answers
51 views

remove click event on a button

I'm using a powershell script that also draw a basic interface to simplify some task. I need to bind a specific click event to a button element, and I'm using this code $button_makeAction.add_Click({ ...
1
vote
0answers
82 views

PrimeFaces (mobile): InputText does not fire an ajax event

Good morning, I’m developing a mobile web using Primefaces-mobile and JSF. The web has an Accordion panel component which inside has a number of dynamic Tabs generated by a list retrieved from ...
0
votes
1answer
64 views

FormClosing with CloseReason = UserClosing doesn't work expectedly?

I have a main form, in the class of this form, I declare another form. This form lives with the main form until the main form is unloaded. There is a button on the main form, clicking this button will ...
1
vote
2answers
24 views

Registering Events in a manager type class

I'm still a beginner at this stuff, and I am trying to get a better understanding of Events and how to use them properly. I have a manager class that has a container that stores a bunch of objects; ...
1
vote
2answers
37 views

Java MouseClick Listener not working

So I'm working on a deal or no deal java game essentially, and right now I'm trying to have the image icon disappear where the user clicked. So I have an 6 by 6 array of 'metal briefcase' (casesArray) ...
0
votes
0answers
20 views

ACC2007: Event for clicking outside of tab control

In frmCases there is a tab control tab1. On page1 of tab1 there is a subform. When the "Add case" button is clicked, tab1 and page1 are made visible. Clicking anywhere inside the tab control is ...
0
votes
1answer
29 views

winforms gridview cell contents changed

I have a gridview which gets populated via DataSet.xsd and table adapters. Which event can I use to determine when the user double clicks a cell and modifies it's values? You would think it is ...
0
votes
4answers
61 views

How to pass event as argument to an inline event handler in JavaScript?

// this e works document.getElementById("p").oncontextmenu = function(e) { e = e || window.event; var target = e.target || e.srcElement; console.log(target); }; // this e is undefined ...
0
votes
4answers
69 views

Callback function and best practice

UPDATE: I phrased the question wrong. Both the inner and outer Latitude/Longitude members need to update each other resulting in recursion. The outer members get updated by a database context while ...
0
votes
2answers
30 views

Flex Event after ADDED_TO_STAGE

Does anyone know if there is any event which is thrown after ADDED_TO_STAGE event for each component? I am executing some security actions over the components before they are shown (ADDED_TO_STAGE ...
1
vote
1answer
36 views

Javascript custom events object for another object?

I am making a custom events object so that I can inject custom events into another object, so far I have (simplified), function Game() { new Events(["pause", "resume"], this); }; function ...
0
votes
1answer
40 views

Is it possible for client control to listen to server events without polling

I have an asp.net text box: <asp:textbox runat="server" id="myTxtBox"/> I need to update this text box everytime a field in the database changes.(price field) The price field in the databse ...
0
votes
1answer
24 views

Cannot trigger 'end' event using CTRL D when reading from stdin

In the following code process.stdin.resume(); process.stdin.setEncoding('utf8'); process.stdin.on('data', function(chunk) { process.stdout.write('data: ' + chunk); }); process.stdin.on('end', ...
2
votes
1answer
74 views

Select Text from TextBox in Click event

That you can follow me, it's the best you create a small application containing the following code: public Form1() { InitializeComponent(); textBox1.Text = "Any Text"; textBox1.Click += ...
0
votes
2answers
62 views

Click event added programmatically doesn't fire

I have an aspx page to search something in a database. I want to put the result in a table that I programmatically generate and I want a button to download the data. The code use to generate the ...
1
vote
1answer
61 views

NHibernate IPostInsertEventListener : Insert executed multiple times

I am trying to test a simple NHibernate-based auditing mechanism that stores one row per changed property into a changelog table. What it actually does, is perform the actual insert statement as ...
0
votes
4answers
57 views

Getting values from JTable cell

I made a column editable in Jtable. I want old values from a cell when I have finished editing a cell
0
votes
1answer
48 views

RadioButton is checked, it's Checked event is call when run the app, and report exception

There are two RadioButtons and two Labels in .xaml, and check one RadioButton make the corresponding Label Enable. RadioButton1 is checked . Run the app, and the Checked Event is called automatically, ...
0
votes
1answer
51 views

Facebook Graph API: Attend to event always returns responseCode: 200, false

I'm trying to Attend a facebook user to an event, with Request.executePostRequestAsync(...) but the server always returns with the following: {Response: responseCode: 200, graphObject: ...
1
vote
2answers
37 views

JQuery: how to re-order list items added by jquery?

I found here by searching a good way to re-order list items. $(".reOrder li").click(function() { var index = $(".reOrder li").index(this); if (index != 0) { // li item is not ...
0
votes
0answers
33 views

Some events are not dispatched when app runs in background

My Android app running on Adobe AIR and coded in AS3 has a TIMER event which fires once every second to connect a TCP socket (class flash.net.Socket) and send a request. A packet sniffer confirms ...

1 3 4 5 6 7 306