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)

4
votes
0answers
858 views

How do I combine @Asynchronous and Weld/CDI Events and @Observes(during=TransactionPhase.AFTER_COMPLETION) in Glassfish 3.1

First of all let me state, that the following code example worked just fine in GF 3.0.1. The troubles started when we switched to GF 3.1. I'm using a method @Asynchronous public void ...
3
votes
0answers
335 views

Meteor , using jquery sortable causes template to be unbound

I have a specific problem. I have built an application using meteor, that basically has some entities displayed in the main screen , and these entities are being handled by Jquery sortable. plugin. ...
3
votes
0answers
430 views

IE10 do not receive events from ActiveX object using IE10 'Document Mode'

IE10 do not get ActiveX events using Standard document mode, on previous versions of IE same control fires events, and IE is notified when they are triggered. I use a code with this pattern to handle ...
3
votes
0answers
162 views

Is there a direct event for keyguard lock?

DUPLICATE WARNING: this post IS NOT about screen on/off, this post IS about keyguard lock (those issues are not the same). Luckily there is a direct event when the keyguard is unlocked, but what ...
3
votes
0answers
731 views

How to add events to android calendarview

I'm starting to work with CalendarView to show a calendar. This is working OK but now I would like to show some events in some specific days. I'm developing a demo so just would like to hardcode some ...
3
votes
0answers
186 views

C# How can I capture undo history excel to place it back after event

It is a known problem that using event handlers in excel kill the undo buffer, I searched the internet for a solution but could not find it. So I was wondering if i could just capture the undo buffer ...
3
votes
0answers
729 views

Generate Facebook Export Event key

Is there a way to generate the Export Events key using the graph API? By this I mean when you go to events on Facebook and click "Export Events", it creates a link that looks like this: ...
3
votes
0answers
507 views

iOS: Detect screen on/off events

I'm trying to detect screen on/off events from a background service on iOS. Because my app is not necessarily in the foreground, looking for app lifecycle events such as this aren't any use: Lock ...
3
votes
0answers
150 views

simulate mutil-touch event on MacOSX

I want to "simulate" a multi-touch event for another application . e.g :simulate a zoom-in gesture on Preview. use CGEventPost() can simulate and post the mouse click event . but there is no ...
3
votes
0answers
291 views

How do I disable Qt's behavior on Linux of capturing arrow keys for widget focus navigation

I'm working on a Qt app that is developed primarily on MacOS, but that is then built and tested on Linux as well. We define a keyPressEvent() method in our main window class to respond to certain ...
2
votes
0answers
29 views

Get change event of iframe content?

I have a div with an iframe which is showing embedded google map, the map can move, I want to get an event after any change in map image (any navigation) on iframe. can I get it? Thanks P.S.: I use ...
2
votes
0answers
33 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: ...
2
votes
0answers
15 views

VB2010 Watch Window

I've looked all over and I can't find out how to do this. I know it's possible as I have seen it implemented in other code. I have a ton of events in some classes which makes scrolling through the ...
2
votes
0answers
110 views

Magento observer not trigger after running product import profile

I have create a new custom events with name "catalog_product_import_profile_after". this event call after product import run profile completed process. if I run profile for 2 products then it is ...
2
votes
0answers
44 views

WPF/XAML: How to get multiple controls/elements to use the same handler for a non-routed event

I would like to use the same handler for standard non-routed .NET events for several controls. I have the following xaml. Later in the xaml code I declare another ModelVisual3D with a ...
2
votes
0answers
27 views

Using touchstart fires click event after page redirect

I have a touchstart event that is being fired properly, but inside the event, there is a redirect to another page. On that page, in the same location as the button that was touched, there is a link ...
2
votes
0answers
149 views

can a windows 8 application listen for events / external web service calls - web hooks

I am looking to build a windows 8 RT application which needs to be activated by events that happen out side of the windows 8 application. I have seen lots of potential ways this MGIHT be able to be ...
2
votes
0answers
193 views

Android MultiSelectListPreference uncheck does not fire SharedPreferenceChanged

I'm using a MultiSelectListPreference with the following properties.. <MultiSelectListPreference android:key="shop_list" ...
2
votes
0answers
236 views

Invalid window in DocumentComplete (DISPID_DOCUMENTCOMPLETE) in IE9 BHO

I'm developing the BHO and I have a problems with events handling in IE9. I handle DocumentComplete (DISPID_DOCUMENTCOMPLETE), then I get IHTMLWindow2 and its IHTMLLocation for future operations. ...
2
votes
0answers
104 views

Alt-Tab issue on Windows Activation in WPF

In my app, I have a special action mapped to the tab key. The problem is that when you use the short-cut Alt-Tab to switch between different apps, my app gets a tab key (but not the Alt key) when it ...
2
votes
0answers
135 views

KeyDown Event for 'Enter' results in undesired outcome

Intro I'm creating a custom Wysiwyg / Rich Text Editor (RTE) because the ones I found didn't fullfill my needs in terms of simplicity and customization. I have looked at: - CKEditor - TinyMCE - and so ...
2
votes
0answers
141 views

How do I exclude onTouch method when onDoubleTapEvent is being called (in a gridview)?

I needed a touch listener on a calendar grid view. It's supposed to have an onTouch method to get the data from dragging on the calendar, and an onDoubleTapEvent to delete entries. I also implemented ...
2
votes
0answers
53 views

JQM PageShow Event makes the screen flash when loading

The app i'm making has a listview, when a listview item is clicked it opens a new page which displays some info. When I initially click a listview item, the page opens properly with no problems. When ...
2
votes
0answers
114 views

Jquery Mobile click event stop working/firing after a couple of times

I have an HTML file with two Jquery Mobile pages <!-- Home Page --> <div data-role="page" id="home"> <div data-theme="a" data-role="header"> ...
2
votes
0answers
135 views

SystemEvents.SessionEnding not fired until a Process (opened before) gets closed

I'm trying to do some things in a program exacly when the user closes session. Here is the code: using System; using System.Diagnostics; using Microsoft.Win32; using System.Windows.Forms; using ...
2
votes
0answers
144 views

Inserting past event in local android calendar in Froyo

Objective: To write a sync adapter that syncs Google calendar events with local android calendar (server to device - one way only). Android Version: Froyo Debugging Steps: A past non-recurring ...
2
votes
0answers
467 views

what is the javascript event flow in jquery mobile with phonegap 2.1.0?

I'm newbie to jquery mobile and Phonegap. Please correct me if im wrong anywhere. I started an application which have five html pages -home.html, menu.html, orders.html, reservation.html, about.html. ...
2
votes
0answers
376 views

Customizing or Catching SharePoint ribbon action “New Document” in document library

I was wondering if it is possible to catch or customize the "New Document" action in the ribbon when you create a new document in a document library. The reason is the following: I would like to fill ...
2
votes
0answers
71 views

Capture only two finger touch and pass all other clicks etc through the div

I have an iframe with a div on top of the iframe. What I would like to do is capture any two finger touch on the div and if the div detects a single finger touch/click etc then pass that event through ...
2
votes
0answers
79 views

Client side event when using response.flush() in an iframe

I have an iframe which is loading a page. I am using response.flush() on server side because html of iframe could be very large. Is there any event which is triggered on client side when response is ...
2
votes
0answers
512 views

Keydown event: how to capture down and up key rows?

I am trying to capture the down and up keys (the direction rows) but when I press this keys, it is not raised the event keydown. However, if I press any other key, the event is raised. For example ...
2
votes
0answers
199 views

Android: How do I intercept a touch event on a DialogFragment?

How do I intercept a touch event on a DialogFragment before it is dispatched to the dialog ? When I want to intercept a touch event on an Activity I override dispatchTouchEvent(MotionEvent ev) for ...
2
votes
0answers
161 views

Implementing Dead Zone for the touch screen in Android

I need to implement a sort of Dead Zone for the touch screen in my APK so the activity doesn't receive any touch events from those zones. It seems not to be trivial as soon as multi-touch events are ...
2
votes
0answers
67 views

OnEnterRunMode in VSPackage not work

I am developing an Extension (VSPackage), I am subsribing to 2 of the Debugger events in the cunstructor of VSPackage.cs public sealed class ComboBoxPackage : Package { .... public ...
2
votes
0answers
221 views

DataGridView CurrentCellChanged event doesn't let me select more than one row

I have a DataGridView on my form. I set CurrentCellChanged event for it, MultiSelect property is true but now I can't select more than one row! I want to be able to select more than 1 row.
2
votes
0answers
58 views

Adding an event to Silverlight shape in a separate class

So I'm trying to create a copy of a shape once it's dropped on a canvas. My EventHandlers are on the MainPage.xaml.cs. Then I'm using another class to handles the dragging, dropping, etc. Then I'm ...
2
votes
0answers
146 views

Detecting Scrolling actions in a WebView

I've spent quite a bit of time googling this but haven't found any good explanation. My aim is to be able to log actions like scroll up, scroll down, zoom in and zoom out etc inside a WebView. For ...
2
votes
0answers
60 views

get extension uninstall event in safari

Is there a way for a Safari browser extension to detect its own uninstallation? I would like to send an event to Google Analytics to keep track of the uninstallment rate of my extension.
2
votes
0answers
525 views

WPF Multitouch - How to get all touchpoints?

We are evaluating touchscreen keyboards and for one we need to track 10 fingers at the same time. The problem is that the touchscreen driver is very wonky (and there is no fixed version). It sends out ...
2
votes
0answers
167 views

Attach an event listener to a class to listen for events from its members

I have 2 classes: EventEmitter and EventCatcher. The EventCatcher has 2 members of EventEmitter. EventEmitter emits a test event. In the catcher I want to catch all test events and do something: ...
2
votes
0answers
786 views

How to use Chrome javascript event listener?

Chrome inspect element event listener can be very useful to see what event listeners are on a dom element. However, when unfolded, there is no "human exploitable" data... ...
2
votes
0answers
188 views

How to display PIM events from Calendar?

I have a Java ME calendar however, I wish to be able to display events from the PIM features. Can someone give me some help as in how to do so? import javax.microedition.pim.Event; import ...
2
votes
0answers
244 views

onClick Option for Rickshaw Charting

[This is mainly about Shutterstock's Rickshaw, but I couldn't create a new tag for it] I was wondering if there is actually an out-of-the-box support for onclick event on a data point or I have to ...
2
votes
0answers
408 views

phonegap - deviceready event works but resume/online/offline event don't work

Im using an iframe to display an external url in my app, but if the internet or the website is no longer available i want to display an error message. In my code I'm using the ...
2
votes
0answers
1k views

EKEvent Adding event to day with a ical event

I'm using the following code to add event to iphone's calendar, EKEventStore *eventStore = [[EKEventStore alloc] init]; EKEvent *event = [EKEvent eventWithEventStore:eventStore]; event.title = ...
2
votes
0answers
238 views

Java: How to implement listener to provide realtime audio stream position?

I'm working on an application to synchronize with realtime audio playback. I would like to define a listener with a specific timestep, and use the listener to get updates every time the audio being ...
2
votes
0answers
150 views

Google calendar java api: how to search events by attendee details (email, name etc.)

Is this possible to search google calendar events by some attendee details (name, email etc.) using Google Calendar Java API? I am able to search events by text using CalendarQuery which searches the ...
2
votes
0answers
339 views

pausing GIF in javascript

Background: Trying to make a GIF Pause Button, cross-browser Initial Implementation (works in Chrome/Safari): drawing gif to canvas and showing the canvas correctly 'pauses' the gif. but in FF and ...
2
votes
0answers
390 views

AjaxControlToolkit Accordion: catching SelectedIndexChanged event with C# (CodeBehind)

I have an Accordion control with 2 accordionPane (Each one with 1 label for testing) I want to catch the event raised when a new pane is clicked on to open (My idea for testing is, when a pane is ...
2
votes
0answers
294 views

Is it possible to programmatically add a button to a surface view or detect a second touch

Basically my application detects a tap anywhere on the screen and while the finger is still placed and displays what essentially is a joystick. While the users finger is still pressed down, they can ...

1 2 3 4 5 62