Displaying 3 results from an estimated 3 matches for "_show_".
Did you mean:
_show
2010 Nov 07
2
Asterisk 1.6 (realtime) - Overwritten CallerID(num) Problem
Hello,
I am running Asterisk 1.6 with Realtime enabled for my SIP users and peers. The backend is a MySQL database running through the ODBC backend in Asterisk. At this point everything works in terms of phones registering, placing calls between them, etc. However, I am having a problem setting the Caller ID number whenever I am using the Realtime database for the SIP users/peers. If I use a
2007 Apr 13
0
[950] branches/wxruby2/wxwidgets_282: Changes in GenericDirCtrl API 2.6->2.8, fix TreeItemId mapping, remove cruft
...pan class="cx">
</span><span class="cx"> Sets the current path.
</span><span class="cx">
</span><ins>+h3(#GenericDirCtrl_ShowHidden). GenericDirCtrl#show_hidden
+
+ *show_hidden*(%(arg-type)Boolean% show)
+
+h4. Parameters
+
+* _show_ If true, hidden folders and files will be displayed by the
+control. If false, they will not be displayed.
+
</ins></span></pre></div>
<a id="brancheswxruby2wxwidgets_282swigclassesGenericDirCtrli"></a>
<div class="modfile"><h4>Mod...
2007 Apr 14
0
[963] branches/wxruby2/wxwidgets_282/doc/textile/dialog.txtl: Added a few missing methods and cleaned up a bit.
...urn_code":dialog.html#Dialog_getreturncode, "Dialog::show_modal":dialog.html#Dialog_showmodal, "Dialog::end_modal":dialog.html#Dialog_endmodal
+
+h3(#Dialog_show). Dialog#show
+
+ Boolean *show*(%(arg-type)Boolean% show)
+
+Hides or shows the dialog.
+
+h4. Parameters
+
+* _show_ If true, the dialog box is shown and brought to the front; otherwise the box is hidden. If false and the dialog is modal, control is returned to the calling program.
+
+h4. Remarks
+
+The preferred way of dismissing a modal dialog is to use "Dialog::end_modal":dialog.html#Dialog_endmodal....