Displaying 4 results from an estimated 4 matches for "on_time".
Did you mean:
con_time
2006 Jun 09
3
FXO registration and VegaStream
I am trying to configure a VegaStream 50 FXO to work with asterisk. The
problem that I am having is that the VegaStream does not support incoming
registration from asterisk. VegaStream only allows outbound registration.
My question is does asterisk allow incoming registration from an FXO? If yes
how? Or better yet, has anybody been able to make the VegaStream FXO work
with asterisk? According
2009 Jan 18
5
MSHTML Not working for me
Hi,
I'm using wine-0.9.13, installed from git.
The following file exists in my system:
/usr/share/wine/gecko/wine_gecko-0.9.0.cab
The gecko libraries are installed in ~/.wine/drive_c/windows/gecko/0.9.0/wine_gecko
Whenever I run wine iexplore.exe, I receive the message "HTML rendering is currently disabled"
Anyone have any ideas as to what I can do next to make this work?
2008 Jan 14
15
How to get a Window handle from another app?
Hello,
I would like to get a window handle from another app outside of wxRuby
and convert it into a wxRuby Window handle so that I can use it as the
parent Window for several wxRuby child windows. Basically I want to use
the FRAME_FLOAT_ON_PARENT window style so that my wxRuby windows become
associated with the outside app kind of like toolbars, e.g., they don''t
show up in the
2007 Jun 15
0
Wine release 0.9.39
...#39;t do anything in exec_editmode if edit mode is already set.
mshtml: Use IOleCommandTarget::Exec to implement context menu.
mshtml: Call UpdateUI and Exec(OLECMDID_UPDATECOMMANDS) from timer callback.
mshtml: Move Exec(OLECMDID_SETTITLE) call to separated function and use it in on_timer.
mshtml: Call update_doc in exec_editmode.
mshtml: Added test of callbacks called from document timer.
mshtml: Pump messages of all windows in test_download.
mshtml: Improve IDM_JUSTIFYLEFT query status.
mshtml: Push TASK_PARSECOMPLETE in load event if Gecko is availa...