Search found 20 matches: button1

Return to advanced search

Re: Using WebView with Borland !!!

Try it with:

WebView_Eval( hWebView, 'document.getElementByClassName( "button1" ).click()' )

or

WebView_Eval( hWebView, 'document.getElementByClassName( "button1" )[ 0 ].click()' )
by Antonio Linares
Mon Jan 31, 2022 7:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using WebView with Borland !!!
Replies: 91
Views: 7760

How to exchange data between web client and FW

... // To fill the entire window surface   oWndChild:Resize()   oActiveX:Do( "Navigate2", "c:\fwh_2021\samples\button1.html" )   ? "wait"    oDk := oActiveX:GetProp("Document")   oActiveX:bOnEvent = { ...
by Otto
Thu Jul 22, 2021 4:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to exchange data between web client and FW
Replies: 7
Views: 666

Problemas de 'TClase'

... END Pues, no!!! coje bien posicion y medidas SetBounds() también el bloque de acción a tomar bAction PERO NO ASÍ EL TEXTO cCaption y deja el texto Button1 que veo que es el DEFAULT que toma al crearse el objeto en la clase He estado mirando, pero no veo que me puedo dejar. Una ayudita!!! Un Saludo, ...
by Xevi
Wed Dec 13, 2017 10:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas de 'TClase'
Replies: 5
Views: 852

Re: BtnBmp icon resizing with recent FWH including 1501

The Image shows what I mean.
Both images are 32x32 in size, but the picture-size is different.
The button displays the original size and not cropped to the picture.
You can check these images with PIXELFORMER.

Image

best regards
Uwe :?:
by ukoenig
Wed Jan 21, 2015 5:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp icon resizing with recent FWH including 1501
Replies: 7
Views: 963

Re: BtnBmp (SOLVED)

... @ 200, 200 BTNBMP oBtnA OF oWndMain ; SIZE 80, 80 PIXEL ; NOBORDER ; ADJUST ; PROMPT "&Exit" ; FILENAME c_path + "\Images\Button1.Bmp" ; ACTION oWndMain:End() ; FONT oFont[2] ; CENTER oBtnA:lTransparent := .t. oBtnA:cToolTip = { "Exit Dialog","Exit", ...
by ukoenig
Wed Sep 07, 2011 2:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BtnBmp (SOLVED)
Replies: 11
Views: 2572

Another problem with TFolderEx

... After going over Test2 on TFolderEx with mouse (or clicking Test1 / Button1): http://www.ctosoftware.de/images/stories/fivetech/checkbox-folderex2.jpg My source code of a working example: #include "FiveWin.ch"function ...
by gkuhnert
Tue Apr 05, 2011 3:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another problem with TFolderEx
Replies: 0
Views: 333

Re: To Antonio:

... : ACTIVATE DIALOG oDlg ON PAINT (oBmp1:LoadBmp(cFile), ; nBtnIdx := INT(nImgHeight / 3), ; oBmp1:Move( 10, 0, nImgWidth, nImgHeight, .f. ), ; oButton1:Move( 30, oDlg:nWidth - 75, .f. ), ; // Move Button1 oButton2:Move( (nBtnIdx * 2) - 30, oDlg:nWidth - 75, .f. ), ; // Move Button2 ) oCbx:Move( ...
by ukoenig
Wed Jun 09, 2010 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio:
Replies: 2
Views: 530

Re: Why the JPG is not displayed ?

... .f. ), ; // Move Dialog oBmp1:Move( 10, 0, NIMG_WIDTH, NIMG_HEIGHT, .f. ) , ; // Move Image oBtn1:Move( 20, oDlg:nWidth - 75, .f. ) , ; // Move Button1 oBtn2:Move( 80, oDlg:nWidth - 75, .f. ) ) // Move Button2 #define NO_OF_COLS   INT(GetSysMetrics(0) / 7.933884297520661157)#define ...
by ukoenig
Thu Jun 03, 2010 11:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Why the JPG is not displayed ?
Replies: 6
Views: 1995

Difference between mouse and keyboard

... "*.*", "Select a file" )    DEFINE DIALOG oDlg    @ 1, 1 GET cVar    @ 2, 1 BUTTON "Button1"    @ 3, 1 BUTTON "Button2"    ACTIVATE DIALOG oDlg    RETURN NIL First time use keyboard to select ...
by MarcoBoschi
Thu Nov 12, 2009 8:08 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Difference between mouse and keyboard
Replies: 9
Views: 2188

BTNBMP ( transparent ) doesn't work on Img.-Background ?

... "Button 1" ) ; PROMPT "But.1" ; FONT oButtFont ; RIGHT oBtn1:lTransparent := .t. oBtn1:cTooltip := "Button1" oBtn1:SetColor( 0, ) All other Backgrounds like Color, Gradient and Brush are working. http://www.pflegeplus.com/pictures/Btntransp2.jpg ...
by ukoenig
Sat Oct 03, 2009 10:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP ( transparent ) doesn't work on Img.-Background ?
Replies: 0
Views: 230

Re: High contrast screen for non blind user - Antonio ?

... Boolean End Function 'End of API declarations   'Some button click event Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click       Dim highcontraststruct As New HIGHCONTRAST     ...
by anserkk
Thu Sep 17, 2009 10:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: High contrast screen for non blind user - Antonio ?
Replies: 9
Views: 2724

Re: Defined Textcolor for VTitles ignored ?

... "Button 1" ) ; PROMPT "But.1" ; FONT oButtFont ; TOP oBtn1:lTransparent := .t. oBtn1:cTooltip := "Button1" oBtn1:SetColor( 128 ) 2007 used http://www.pflegeplus.com/pictures/vttitle43.jpg Without 2007 http://www.pflegeplus.com/pictures/vttitle42.jpg ...
by ukoenig
Sun Aug 30, 2009 9:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Defined Textcolor for VTitles ignored ?
Replies: 7
Views: 1254

Re: How to create a <special> Buttonbar (9.04 / code included)

... BMP's are bit darker ( included ) . http://www.pflegeplus.com/pictures/rick1.jpg Download : http://www.pflegeplus.com/fw_downloads/Button1.zip Button-Test http://www.pflegeplus.com/pictures/rick2.jpg Best Regards Uwe :lol:
by ukoenig
Sun May 24, 2009 9:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a <spec.> Buttonbar 9.04 ( Symbols included )
Replies: 24
Views: 6430

Re: How to create a <special> Buttonbar (9.04 / code included)

... A button with 2 Textlines can be higher than a button with just 1 Line. I think even Buttons next each other ( 2 in 1 line ) can be done like Button1 Button2 Button3 ( 2 small ones ) Button4 @ 40, 0 BTNBMP oBtn51 OF oDlg ;SIZE 32 , 40  PROMPT "Create" + CRLF + "EXE-File" ...
by ukoenig
Fri May 22, 2009 9:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to create a <spec.> Buttonbar 9.04 ( Symbols included )
Replies: 24
Views: 6430

Re: Possible, to replace a BMP in BTNBMP at Runtime ?

Thank You very much for the information. It works perfect now. Only the information of a new file was needed. oBMP1:SetFile( c_path + "\project\" + D_BUTTON1 ) ) http://www.pflegeplus.com/pictures/btntools16.jpg // 1. Button// --------------REDEFINE BTNBMP oBtn1 ID 100 OF o...
by ukoenig
Sun May 10, 2009 10:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Possible, to replace a BMP in BTNBMP at Runtime ?
Replies: 5
Views: 811
Next

Return to advanced search