search for: settitl

Displaying 14 results from an estimated 14 matches for "settitl".

Did you mean: settitle
2005 Nov 14
3
Error when building on OSX 10.4/wxWidgets 2.7
I''ve installed ruby 1.8.3, wxWidgets 2.6-cvs, and swig 1.3.27. When running rake here''s the error I get: src/App.cpp:1419: error: ''CreateLogTarget'' is not a member of ''wxRubyApp''src/App.cpp: In function ''VALUE _wrap_App_CreateLogTarget(int, VALUE*, VALUE)'':src/App.cpp:1612: error: ''class wxRubyApp'' has no
2003 May 17
1
problem building dvi and pdf documentation on Darwin 10.2.6
...generic/misc/epsf.tex) localization, and turning on texinfo input format.) ! Missing @endcsname inserted. <to be read again> @let @parsearg #1->@let @next = #1 at begingroup @obeylines @futurelet @temp @parsea... <argument> UseExternalXrefs at settitle R @setzzz ...tzzz ->@expandafter @gdef @csname SET#1 @endcsname {#2} @setyyy ... @empty @else @setzzz {#1}#2 at endsetzzz @fi @endgroup l.5 @set UseExterna...
2010 Mar 15
0
Making descriptive analyisis in R
when I try to make a package coping R code such as tab1, summ, titleString, setTitle from epicalc package, the following problems are found. * using log directory 'C:/Rpackage/EpiStat.Rcheck' * using R version 2.10.0 (2009-10-26) * using session charset: ISO8859-1 * checking for file 'EpiStat/DESCRIPTION' ... OK * checking extension type ... Package * this is pack...
2007 Apr 30
0
[996] branches/wxruby2/wxwidgets_282: TopLevelWindow: add some 2.8 methods; document; add missing CentreOnScreen
...;cx"> * "TopLevelWindow#set_right_menu":#TopLevelWindow_setrightmenu </span><span class="cx"> * "TopLevelWindow#set_shape":#TopLevelWindow_setshape </span><span class="cx"> * "TopLevelWindow#set_title":#TopLevelWindow_settitle </span><ins>+* "TopLevelWindow#set_transparent":#TopLevelWindow_settransparent +* "TopLevelWindow#should_prevent_app_exit":#TopLevelWindow_shouldpreventappexit </ins><span class="cx"> * "TopLevelWindow#show_full_screen":#TopLevelWindo...
2010 Aug 18
1
[LLVMdev] clang: call extern function using JIT
...]); TextDiagnosticPrinter DiagClient(llvm::errs(), DiagnosticOptions()); Diagnostic Diags(&DiagClient); Driver TheDriver(Path.str(), llvm::sys::getHostTriple(), "a.out", /*IsProduction=*/false, /*CXXIsProduction=*/false, Diags); TheDriver.setTitle("clang interpreter"); // FIXME: This is a hack to try to force the driver to do something we can // recognize. We need to extend the driver library to support this use model // (basically, exactly one input, and the operation mode is hard wired). llvm::SmallVector<const char...
2010 Aug 05
1
Roaming profiles shared between WinXP and Win7
...profiles/$1 chmod 700 /var/lib/samba/profiles/$1 fi fi exit 0 -- samba-profile-fix.sh -- [netlogon] comment = Network Logon Service path = /var/lib/samba/netlogon guest ok = Yes locking = No write list = admin, Administrador -- logon.kix -- BREAK OFF $ = SETTITLE("Domain Login") BIG COLOR G/N ?@DOMAIN ? SMALL COLOR W/N ?@TIME " - " @WKSTA " - " @USERID ?"Do not close this window, it will automatically close" ? SetTime "\\PDC" USE Z: "\\PDC\GENERAL" USE P: "\\PDC\PUB...
2011 Mar 19
2
I get an error message
...ot;&":"";urlParams+="adurl="+urlescape(adContext.url);url="ad.html?"+urlParams;getElementById("_playLink").href= "javascript:AM_Go_Ad_Page('"+url+"');";} ajax.abort();} catch(e){} } function onload_actions(){window.focus();setTitle();setProductImageHint();setLanguageComboValue();if(param.price){getElementById("_pricetab").style.visibility='visible';} if(param.extendedtrial&&param.extendedtrial==1){getElementById("title").style.display='none';getElementById("title_ext").st...
2010 Aug 18
0
[LLVMdev] clang: call extern function using JIT
I tried what you said, now I get: LLVM ERROR: Program used external function 'yipee' which could not be resolved! Stack dump: 0. Running pass 'X86 Machine Code Emitter' on function '@main' did not even get as far as a breakpoint. Óscar Fuentes wrote: > > gafferuk <gafferuk at gmail.com> writes: > >> Im confused. The function i wish to call is
2010 Aug 18
2
[LLVMdev] clang: call extern function using JIT
gafferuk <gafferuk at gmail.com> writes: > Im confused. The function i wish to call is a return type of int. > Im calling it with int dd = yipee(1); > > What's wrong? Declare the function: int yipee(int); int main() { int dd = yipee(1); return 0; } If that still crashes, put a breakpoint on `yipee' and see if the execution gets there, if the argument is
2013 Oct 03
0
[LLVMdev] libclang JIT frontend
...= new TextDiagnosticPrinter(llvm::errs(), &*DiagOpts); IntrusiveRefCntPtr<DiagnosticIDs> DiagID(new DiagnosticIDs()); DiagnosticsEngine Diags(DiagID, &*DiagOpts, DiagClient); Driver TheDriver(Path.str(), llvm::sys::getProcessTriple(), "a.out", Diags); TheDriver.setTitle("clang interpreter"); // FIXME: This is a hack to try to force the driver to do something we can // recognize. We need to extend the driver library to support this use model // (basically, exactly one input, and the operation mode is hard wired). // SmallVector<const char *,...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...e = wxDEFAULT_DIALOG_STYLE, const wxString& name = wxT("dialogBox")) ; + wxString GetTitle() const; + void Iconize(const bool iconize ) ; + bool IsIconized() const; + void SetIcon(const wxIcon& icon ) ; + void SetIcons(const wxIconBundle& icons ) ; + void SetTitle(const wxString& title ) ; + virtual bool Show(bool show = true ) ; + + virtual int ShowModal()=0; + virtual void EndModal(int retCode )=0; + virtual bool IsModal()const=0; + void SetReturnCode(int retCode ) ; + int GetReturnCode() const; + void SetAffirmativeId(int aff...
2007 Mar 29
0
[926] branches/wxruby2/wxwidgets_282: Update Dialog wx2.6 -> wx2.8 API, remove deprecations and cruft, update doc
...g#set_icons":#Dialog_seticons </span><span class="cx"> * "Dialog#set_modal":#Dialog_setmodal </span><span class="cx"> * "Dialog#set_return_code":#Dialog_setreturncode </span><del>-* "Dialog#set_title":#Dialog_settitle </del><span class="cx"> * "Dialog#show":#Dialog_show </span><span class="cx"> * "Dialog#show_modal":#Dialog_showmodal </span><span class="cx"> </span><span class="cx"> </div> </spa...
2008 Feb 20
1
Compilation error on installing rgl package
...ndow*)?: osxgui.cpp:74: error: ?CreateNewWindow? was not declared in this scope osxgui.cpp:78: error: ?kEventWindowDrawContent? was not declared in this scope osxgui.cpp:91: error: ?GetWindowEventTarget? was not declared in this scope osxgui.cpp: In member function ?virtual void gui::OSXWindowImpl::setTitle(const char*)?: osxgui.cpp:111: error: ?SetWindowTitleWithCFString? was not declared in this scope osxgui.cpp: In member function ?virtual void gui::OSXWindowImpl::setWindowRect(int, int, int, int)?: osxgui.cpp:119: error: ?MoveWindow? was not declared in this scope osxgui.cpp:120: error: ?SizeWind...
2006 Dec 20
0
[791] trunk/wxruby2/swig/classes/include/wxWindow.h: Remove shadowing GetBestSize def causing warning, plus strip crufty comments
...;'s title. Applicable only to frames and dialogs. -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \param const wxString& -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp*/ - </del><span class="cx"> virtual void SetTitle(const wxString& title ) ; </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** -&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief This function tells a window if it should use the system''s &quot;theme...