Search found 23 matches: addcontrol

Return to advanced search

... { "+CRLF cHtml2 +=" if (GBrowserIsCompatible()) { "+CRLF cHtml2 +=[ map = new GMap2(document.getElementById("map_canvas")); ]+CRLF cHtml2 +=" map.addControl(new GLargeMapControl()); "+CRLF cHtml2 +=" map.addControl(new GMapTypeControl()); "+CRLF cHtml2 +=" geocoder = new GClientGeocoder(); "+CRLF ...
by fgondi
Fri Jan 11, 2008 12:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google Maps - Ajustar Mapa é possível?
Replies: 7
Views: 1878

... { "+CRLF cHtml2 +=" if (GBrowserIsCompatible()) { "+CRLF cHtml2 +=[ map = new GMap2(document.getElementById("map_canvas")); ]+CRLF cHtml2 +=" map.addControl(new GLargeMapControl()); "+CRLF cHtml2 +=" map.addControl(new GMapTypeControl()); "+CRLF cHtml2 +=" geocoder = new GClientGeocoder(); "+CRLF ...
by FWHISHOW
Fri Jan 11, 2008 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Google Maps - Ajustar Mapa é possível?
Replies: 7
Views: 1878

... " { if (GBrowserIsCompatible()) "+CRLF cHtml += [ { var map = new GMap2(document.getElementById("map"),G_SATELLITE_TYPE); ] + CRLF cHtml += " map.addControl(new GLargeMapControl()); "+CRLF cHTML += " map.addControl(new GMapTypeControl()); "+CRLF cHTML += " map.addControl(new GOverviewMapControl()); ...
by FWHISHOW
Wed Dec 19, 2007 12:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Rafael Clemente e Biel, Maps Google!
Replies: 3
Views: 1398

... := .f. #endif ::Register( nOr( CS_VREDRAW, CS_HREDRAW, CS_DBLCLKS ) ) if ! Empty( oWnd:hWnd ) ::Create() ::Default() ::lVisible = .t. oWnd:AddControl( Self ) else oWnd:DefControl( Self ) ::lVisible = .f. endif if lDesign ::CheckDots() endif return Self //----------------------------------------------------------------------------// ...
by FWHISHOW
Wed Dec 12, 2007 4:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TWBROWSE - bkeydown não aceita VK_UP?
Replies: 9
Views: 4226

Problema VK_RETURN

... nOR( CS_VREDRAW, CS_HREDRAW ) ) ::SetColor(nClrLetr, nClrFond ) // AÑADIDO * IF ! Empty( ::oWnd:hWnd ) ::Create("TFondo") ::lVisible = .T. ::oWnd:AddControl( Self ) ELSE ::lVisible = .F. ::oWnd:DefControl( Self ) ENDIF IF oCursor # NIL // tambien añadido[ ::oCursor := oCursor SetCursor( ::oCursor:hCursor ...
by manuramos
Fri Jul 28, 2006 8:11 pm
 
Forum: FiveWin para CA-Clipper
Topic: Problema VK_RETURN
Replies: 3
Views: 1267

... ::FijaClrDomingo() ::FijaClrFestivo() ::nStyle := nOr(WS_CHILD, WS_VISIBLE, WS_TABSTOP) ::Register() If !Empty( oWnd:hWnd ) ::Create() oWnd:AddControl( Self ) else oWnd:DefControl( Self ) endif ::hWndFijo := ::hWnd Return Self Si te falta algo mas de código, te subo la clase entera. UN SALUDO.
by Mike Serra
Thu Jun 22, 2006 8:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Calendario
Replies: 7
Views: 1680

... TBrush():New( "NULL" ) ) #else ::SetBrush( TBrush():New():_New( "NULL" ) ) #endif endIf if ! Empty( oWnd:hWnd ) ::Create( "BUTTON" ) oWnd:AddControl( Self ) else oWnd:DefControl( Self ) endif if oFont != nil ::SetFont( oFont ) endIf if lDesign ::CheckDots() endif return Self //----------------------------------------------------------------------------// ...
by karinha
Mon Mar 27, 2006 8:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Message not found: TSAY:LTRANSPARENT
Replies: 21
Views: 6474

... WS_CHILD, WS_VISIBLE ) ::nStyle = nOr( WS_CHILD, WS_VISIBLE, WS_TABSTOP ) ::lDrag = .f. ::Register() if ! Empty( ::oWnd:hWnd ) ::Create() ::oWnd:AddControl( Self ) else ::oWnd:DefControl( Self ) endif return Self //----------------------------------------------------------------------------// ...
by Otto
Thu Mar 02, 2006 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: BOX change color how?
Replies: 6
Views: 1526
Previous

Return to advanced search

cron