search for: newevent

Displaying 3 results from an estimated 3 matches for "newevent".

2005 Dec 17
17
problems with quotes and escaping
...#39;d like to say thanks for all the great work everyone has put into scriptaculous, I''m having a lot of fun playing with the framework, and easily moving into Web 2.0 territory. I''ve just hit a snag on my project though. So here''s my code: ... var newEvent= "<div id=''item_"+theDate+"'' style=''display:none''>"+ " <div class=''msghead''><img src=''images/trash.gif'' class=''trash'' onclick=''new Ef...
2007 Jul 24
3
rxFAX core dumps
Hi Everyone... I am running Asterisk 1.2.22 on Debian "Etch". I installed it from sources. I have also installed tiff-v3.6.0, spandsp-0.0.3. and downloaded http://soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.2/app_rxfax.c http://soft-switch.org/downloads/snapshots/spandsp/test-apps-asterisk-1.2/app_txfax.c and a Digium TDM card with 4 FXO ports When my dialplan
2010 Jul 28
23
HVM hypercalls
Hi I need to use hypercalls from HVM domain (e.g. HYPERVISOR_add_to_physmap). However, it does not work when I am trying to invoke it from HVM Linux guest. Basically, I don''t see that anything happens on hypervisor''s side. I also grep''ed the guest code for ''vmmcall''/''vmcall'' and did not find anything. Is it possible to do it at all?