Tagged Questions

0
votes
1answer
22 views

List of Actionscript 3 events

Is there a way to get a list of events available in Actionscript 3? Like MouseEvent.CLICK and Event.ENTER_FRAME but the full list to look at. I tried searching the manual on Adobe's site, but just …
0
votes
2answers
61 views

Best way to wire events to an object?

I have a class which has a member object (class variable). This object has some events. I'd like to expose these events directly in my class. What is the best way to do this?
0
votes
4answers
24 views

Getting information from button1_click() to button2_click()

I am fairly new to c#. I have one winform with 2 buttons on it. button1_click() generates some data say data1, data2, data3, data4. Now I want to use this data in button2_click(): private void …
0
votes
4answers
351 views

Prevent a TreeView from firing events in VB6?

In some VB6 code, I have a handler for a TreeView's Collapse event: Private Sub MyTree_Collapse(ByVal Node as MSComCtlLib.Node) This is called whenever a node in the tree is collapsed, whether by …
1
vote
1answer
24 views

jquery event - getting the context

Hi, if I have : $('.someClass', $('#context1,#context1')).bind('click', function(e){ // XXX } ); how can I know in point XXX , which context (context1 or context2) is the one that the …
1
vote
4answers
300 views

AS3: add event listener to loaded swf

ok, maybe i've just had too much beer at this point but - i'm just trying to listen for a custom event from a swf i've loaded and i'm just NOT able to capture it. the loading code right now is just: …
0
votes
3answers
40 views

On Win32, how to detect whether a Left Shift or Right ALT is pressed using Perl, Python, or Ruby (or C)?

On Win32, I wonder how to detect whether Left Shift or Right ALT is pressed using Perl, Python, or Ruby (or even in C)? Not just for the current window, but the global environment overall. …
1
vote
3answers
241 views

Winforms - order of Load and Activated events

One of our users has sent in a log for our .NET Winforms application that indicates that the Activated event is occurring before the Load event. I didn't think this was possible and have coded with …
2
votes
2answers
32 views

Programmatically adding buttons - Problem with subscription to a mouse event

Im adding a list of buttons in code and also subscribing to their mouseleave event. For each button i subcribe to the event with an anonymous function, the problem is that when I run the app they are …
6
votes
6answers
2k views

JavaScript Callback Scope

I'm having some trouble with plain old JavaScript (no frameworks) in referencing my object in a callback function. function foo(id) { this.dom = document.getElementById(id); this.bar = 5; …
0
votes
5answers
2k views

C# WebBrowser control not firing the DocumentCompleted event

I have a program that is using the C# WebBrowser control and it needs to detect which page is loaded to determine what to do next. The program works fine on most of the employee's computers at the …
0
votes
2answers
141 views

ActionScript MouseEvent.clone() appears broken?

I have run into a problem attempting to redispatch mouse events in ActionScript 3, which I am admittedly a bit incredulous about. I have narrowed it down to the MouseEvent.clone() method appearing, …
0
votes
2answers
256 views

WPF EventRouting to Children

Is there any way to broadcast a RoutedEvent to all of my children in WPF? For example lets say I have a Window that has 4 children. 2 of them know about the RoutedEvent 'DisplayYourself' and are …
0
votes
2answers
117 views

Why is this javascript not working?

This is in continuation of the question: http://stackoverflow.com/questions/1801960/innerhtml-working-in-ff-but-not-in-ie The above problem is resolved [ thanx to pygorex1 ] . But i would like to …
0
votes
1answer
38 views

Async Controller asp.net mvc 2.0

Currently MS has been release asp.net MVC 2.0 beta with the AsyncController in it but there are very few document about this except one document at: …

1 2 3 4 5 99 next
15 30 50 per page