Displaying 4 results from an estimated 4 matches for "setview".
2018 Jan 19
1
Leaflet maps. Nudging co-incident markers
...8,52.5015,52.4851)
cat=c('Gallery','Cafe','Library','Cafe')
n=c('North St Gallery','Gallery cafe', 'South St Library', 'Coffee 2 go')
d<-data.frame(idno,x,y,cat,n)
#get a map and zoom into approx area of interest
m=leaflet()%>% setView(lng = -1.935, lat=52.485, zoom=12)
m=addTiles(m)
m
#create groups of objects
c= subset(d,cat=="Cafe")
l= subset(d, cat=="Library")
g= subset(d, cat=="Gallery")
#add markers
m=addCircleMarkers(m,
lng = c$x,
lat = c$y,...
2007 Apr 13
0
[953] branches/wxruby2/wxwidgets_282: Additions to HelpController API 2.6 -> 2.8
...uot;> * "HelpController#set_frame_parameters":#HelpController_setframeparameters
</span><ins>+* "HelpController#set_parent_window":#HelpController_setparentwindow
</ins><span class="cx"> * "HelpController#set_viewer":#HelpController_setviewer
</span><span class="cx"> * "HelpController#quit":#HelpController_quit
</span><span class="cx">
</span><span class="lines">@@ -188,6 +190,13 @@
</span><span class="cx"> * _flags_ This defaults to HEL...
2006 Nov 27
0
[760] trunk/wxruby2/swig/classes/include/wxHelpController.h: Correct method signatures for Initialize, OnQuit, GetFrameParameters;
...sp     * \param const wxString&
-         * \param long
-        */
-
</del><span class="cx"> virtual void SetViewer(const wxString& viewer , long flags ) ;
</span><del>-        /**
-         * \brief If the viewer is running, quits it by disconnecting.
-
-For Windows...
1999 Jul 19
11
clearcase and samba
FYI:,
I'm fairly new to samba (a couple of months now), and have experimented -
unsuccessfully - with getting it
to work with clearcase. Does anyone have a how-to, or a list of gotcha's for
setting up clearcase with samba?
Thanks in advance for any information you can send me.
Ozzie,