0
votes
1answer
11 views
stack overflow on XMLListCollection collectionEvent
I'm working on a Flex 3 project, and I'm using a pair of XMLListCollection(s) to manage a combobox and a data grid.
The combobox piece is working perfectly. The XMLListCollecti …
1
vote
5answers
76 views
C# Custom Event Handler
Hi - I am a person learning c#, and I have a program with a Parent form and a Child form. I want the child form to raise an event so that the Parent form can do something. I copied …
0
votes
3answers
69 views
C# Button Click
I have the following button on a .aspx page:
<asp:Button runat="server" ID="bntLogin" OnClick="bntLogin_Click" Text="Login" />
With the following in the .aspx.cs:
protect …
1
vote
1answer
15 views
How to fetch attributes of image in silverlight?
Hello, I am loading an image to my silverlight application. This image will fit in a 3d model as a texture map. I need to fetch image attributes. For that I am using ImageOpened ev …
0
votes
5answers
65 views
Position An Injected DIV Using JQuery’s “Load” Function
I'm pulling some info from a database then putting it into a DIV and injecting all that in to my page. The problem I have is positioning the newly injected DIV after it has finishe …
1
vote
2answers
37 views
Qt4.5: Using event-loop based localsocket before app.exec
I'm facing a practical problem with Qt. I'm using a class that communicates with QLocalSocket to another process (pipes/unix sockets) and I need to do that communication before oth …
0
votes
1answer
22 views
How to keep the filterBy value of rich:datatable in session scope?
Is it possible to keep the filterBy value of a rich:datatable rich:column filterBy="..." in SESSION scope?
0
votes
2answers
33 views
jQuery Problem Mouseover the 2nd
Hey Guys,
i have a Menu with the following Code:
<div id="head_navigation">
<ul>
<li><a href="javascript:void(0);"><img src="img/star …
-1
votes
2answers
93 views
what is the difference between onClick and mouseClick?
wondering what is the major difference between these two: onClick and mouseClick..
1
vote
3answers
79 views
Javascript: Trigger an event that happens in a few seconds, but be able to cancel that event if another event happens?
Disclaimer: I am anything but a Javascript expert, so I'm not even sure if I'm approaching this correctly...
I want to be able to trigger an event in Javascript, but be able to c …
1
vote
1answer
46 views
Wpf Panel Background problem
When i don't set background of my panel i can not get mouse events on that. why this behaviour?
I am able to get mouse events on panel by setting Background to Transparent which is …
0
votes
4answers
56 views
How to create an event that runs every 24 hours?
I need this to be run every 24 hours:
delete tags from tags left join tagowners on tags.id=tagowners.tagId
where tagowners.tagId is null;
0
votes
1answer
68 views
HTML text input event
I have a form, and want to disable/enable its submit button depending on whether the form's input text fields are empty or have had text entered into them.
I think this means havi …
0
votes
2answers
39 views
jQyery bind on ajax load() event
Hi guys.
I have a page which display multiple blocks with results details. Inside each block I have some tags with thichbox jQuery plugin attached( class="thichbox").
http://jque …
0
votes
2answers
35 views
binding event handlers in prototype and still maintain reference to element
I want to be able to use a bound event handler in prototype and retain my "this" context. But doing so seems to destroy the convenient default binding that prototype gives event h …
