search for: seticon

Displaying 13 results from an estimated 13 matches for "seticon".

Did you mean: setcon
2010 Jun 22
0
Marker.setIcon() doesn't work with bing maps
Hi, while playing around with the current trunk of Mapstraction V2, I realized that Marker.setIcon() doesn''t work with bing maps (former Virtual Earth). Here is my tiny patch: mxn.microsoft.core.js 112a113,115 > if (marker.iconUrl){ > pin.SetCustomIcon(marker.iconUrl); > } kind regards, Franz -------------- next part -------------- An HTML attach...
2006 Apr 25
5
FXListBox ...connect(SEL_COMMAND)
Hi, I think I got a problem with the FXListBox widget. ( ruby 1.8.4 (2005-12-24) [i386-mswin32]) ) FXListBox.new(parent, nil, 0) do |libo4| libo4.appendItem("0 very weird") libo4.appendItem("1 very weird") libo4.appendItem("2 very weird") libo4.appendItem("3 very weird") libo4.appendItem("4 very
2007 Aug 23
7
TaskBarIcon gives Typerror
...lls about set_icon: Boolean set_icon(Icon icon, String tooltip) Sets the icon, and optional tooltip text. shutdown.svg is an Icon and next to it comes a string, so it should be right or? But executed I''m always getting this error: ./task.rb:15:in `set_icon'': in method ''SetIcon'', argument 2 of type ''wxIcon const &'' (TypeError) from ./task.rb:15:in `on_init'' from ./task.rb:21:in `main_loop'' from ./task.rb:21 Someone knows why this happens? greets -- kazaam <kazaam@oleco.net>
2009 Nov 06
0
r54 committed - ...
...1]), + new google.maps.Point(0,0), + gAnchorPoint + ); google.maps.event.addListener( marker, "mouseover", - function(){ marker.setIcon(hIcon); } + function(){ + marker.setIcon(hIcon); + } ); google.maps.event.addListener( marker,
2020 Jul 28
2
Phabricator down for maintenance tonight
...cture/diff/view/PHUIDiffInlineCommentDetailView.php > @@ -214,6 +214,23 @@ final class PHUIDiffInlineCommentDetailView > (!$is_synthetic); > > if ($can_reply) { > + $action_buttons[] = id(new PHUIButtonView()) > + ->setTag('a') > + ->setIcon('fa-reply') > + ->setTooltip(pht('Reply')) > + ->addSigil('differential-inline-reply') > + ->setMustCapture(true) > + ->setAuralLabel(pht('Reply')); > + > + $action_buttons[] = id(new PHUIButtonView()) &g...
2020 Jul 28
2
Phabricator down for maintenance tonight
On Tue, Jul 28, 2020 at 11:04 AM MyDeveloper Day <mydeveloperday at gmail.com> wrote: > Out of interest are you keeping the local modifications in a fork of the > Phabricator source (llvm-phabricator)? Firstly we should be keeping any > changes we make in source control but also it's good to review those > changes. > I didn't innovate, Manuel set it up originally and
2004 Jan 10
2
swat error
...me metadata is '' kio (Scheduler): HOLD: Reusing held slave for http://localhost:901/ konqueror: KonqMainWindow::slotRunFinished() konqueror: KRun::abort 0x82cae38 m_showingError=false konqueror: KonqMainWindow::setCaption(http://localhost:901/) khtml (part): SSL in use? FALSE khtml (part): setIcon decrypted done. konqueror: KonqMainWindow::setCaption(http://localhost:901/) konqueror: KonqMainWindow::setCaption(500 Server Error) konqueror: KonqView::slotCompleted hasPending=false khtml (part): saveState! khtml (part): KHTMLPart::saveState saving URL http://localhost:901/ libkonq: ## addToHist...
2002 Aug 06
0
Getting a GUI to work with Vorbis code
...t;AppendMenu(MF_SEPARATOR); pSysMenu->AppendMenu(MF_STRING, IDM_ABOUTBOX, strAboutMenu); } } // Set the icon for this dialog. The framework does this automatically // when the application's main window is not a dialog SetIcon(m_hIcon, TRUE); // Set big icon SetIcon(m_hIcon, FALSE); // Set small icon // TODO: Add extra initialization here return TRUE; // return TRUE unless you set the focus to a control } void CGUIDlg::OnSysCommand(UINT nID, LPARAM lParam) { if ((nI...
2007 Mar 29
0
[926] branches/wxruby2/wxwidgets_282: Update Dialog wx2.6 -> wx2.8 API, remove deprecations and cruft, update doc
...alog_onsyscolourchanged </span><span class="cx"> * "Dialog#set_affirmative_id":#Dialog_setaffirmativeid </span><ins>+* "Dialog#set_escape_id":#Dialog_setescapeid </ins><span class="cx"> * "Dialog#set_icon":#Dialog_seticon </span><span class="cx"> * "Dialog#set_icons":#Dialog_seticons </span><span class="cx"> * "Dialog#set_modal":#Dialog_setmodal </span><span class="cx"> * "Dialog#set_return_code":#Dialog_setreturncode &lt...
2007 Apr 30
0
[996] branches/wxruby2/wxwidgets_282: TopLevelWindow: add some 2.8 methods; document; add missing CentreOnScreen
...uot;> * "TopLevelWindow#request_user_attention":#TopLevelWindow_requestuserattention </span><ins>+* "TopLevelWindow#set_default_item":#TopLevelWindow_setdefaultitem </ins><span class="cx"> * "TopLevelWindow#set_icon":#TopLevelWindow_seticon </span><span class="cx"> * "TopLevelWindow#set_icons":#TopLevelWindow_seticons </span><span class="cx"> * "TopLevelWindow#set_left_menu":#TopLevelWindow_setleftmenu </span><ins>+* "TopLevelWindow#set_max_size":#To...
2007 Jul 04
0
[1103] trunk/wxruby2: Added 2.8 methods to StaticBitmap & document them; cleanup header file
..._bitmap":#StaticBitmap_getbitmap </span><ins>+* "StaticIcon#get_icon":#StaticBitmap_geticon </ins><span class="cx"> * "StaticBitmap#set_bitmap":#StaticBitmap_setbitmap </span><ins>+* "StaticIcon#set_icon":#StaticBitmap_seticon </ins><span class="cx"> </span><span class="cx"> </div> </span><span class="cx"> </span><span class="lines">@@ -47,7 +49,7 @@ </span><span class="cx"> h3(#StaticBitmap_constr). Stat...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...bsp&nbsp&nbsp&nbsp&nbsp * \brief Sets the icon for this dialog. </span><span class="cx"> </span><span class="lines">@@ -138,16 +138,6 @@ </span><span class="cx"> </span><span class="cx"> void SetIcons(const wxIconBundle& icons ) ; </span><span class="cx"> &nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp/** </span><del>-&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp * \brief This function is deprecated and d...
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *