Search found 80 matches: ltext

Return to advanced search

Re: REDEFINE SAY on Buttonbar

I was looking for a "cleaner" display ... but decided to go a different route.

I redefined my control from LTEXT to CTEXT and added the border to the resource ( in the .rc, WS_BORDER )

It looks decent and will work OK ...
by TimStone
Tue Dec 06, 2022 11:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SAY on Buttonbar
Replies: 33
Views: 1973

Re: Mr. Rao's samples collection.

... is WebPageContents() come from :?: can u use CURL instead to download Webpage :?: (if Yes how under FiveWin ) function WebPageContents( cURL, [lText := .f.] ) --> cText/cImage is FWH built-in function and is used extensively inside FWH library to download image/text contents of any webpage. ...
by nageswaragunupudi
Sat Aug 06, 2022 4:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20584

Re: We Need a FiveWin Resource Editor

... 204 CONTROL "", 200, "TxBrowse", 0 | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP, 9, 38, 778, 140 LTEXT "Klant", -1, 626, 187, 24, 12 LTEXT "700", 700, 656, 187, 24, 12 LTEXT "650", 650, 160, 11, 232, 13 } If I look ...
by Marc Venken
Mon Jul 19, 2021 2:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: We Need a FiveWin Resource Editor
Replies: 3
Views: 573

Re: How to check the status of a url, with credentials

Thanks, Antonio. This works without credentials: function WebPageContents( cUrl, lText ) --> cContents For credentials we have to use: user = "someusername" password = "somepassword" xmlhttp.setRequestHeader "Authorization", "Basic ...
by FWExplorer
Tue Dec 29, 2020 5:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to check the status of a url, with credentials
Replies: 6
Views: 541

Re: How to check the status of a url, with credentials

This works without credentials: function WebPageContents( cUrl, lText ) --> cContents For credentials we have to use: user = "someusername" password = "somepassword" xmlhttp.setRequestHeader "Authorization", "Basic " ...
by Antonio Linares
Tue Dec 29, 2020 5:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to check the status of a url, with credentials
Replies: 6
Views: 541

Re: bug BTNBMP

... the button size and the image the same. However, FWH has also changed the way the resources are painted, namely how the sizes and contents of the LTEXT/RTEXT,/TEXT are shown. Sometimes the text is now cut, because it takes up more space in the painting, compared to what was previously.
by MOISES
Mon Mar 23, 2020 5:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bug BTNBMP
Replies: 24
Views: 2571

Re: Pro's and Contra's fom Resources or Coded screens

...   CONTROL         "",390,"TxBrowse",WS_BORDER | WS_VSCROLL | WS_TABSTOP,10,150,830,300    LTEXT           "",4001,40,40,50,10    EDITTEXT        397,100,40,160,10    ...
by TimStone
Sat Aug 05, 2017 5:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Pro's and Contra's fom Resources or Coded screens
Replies: 47
Views: 11453

Re: COMBOBOX cambia posicion

... | WS_BORDER | WS_TABSTOP PUSHBUTTON "&Aceptar", 501, 178, 317, 91, 19 PUSHBUTTON "&Aceptar", 502, 280, 316, 88, 20 LTEXT "", 52, 72, 7, 324, 29 LTEXT "Fecha ", 2, 296, 80, 51, 13 LTEXT "Centro Costo:", 3, 63, 120, 54, 13 GROUPBOX "", ...
by jbrita
Sat Jun 25, 2016 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMBOBOX cambia posicion
Replies: 6
Views: 1001

Re: FWH 1510: Problem with Buttonbar in Dialog

... 4306,220,40,140,13 EDITTEXT 4305,450,40,150,13 EDITTEXT 4303,10,60,360,145 CONTROL "",4304,"TImage",WS_TABSTOP,380,60,270,145 LTEXT "Title",-1,20,40,20,13 LTEXT "Description",-1,150,40,45,13 LTEXT "Image File",-1,380,40,60,13 }
by TimStone
Sun Dec 13, 2015 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 1510: Problem with Buttonbar in Dialog
Replies: 6
Views: 2133

Re: ANTONIO UNA MANO CON PROBLEMA CON FOLDER

... 153 GROUPBOX "&Botones", 199, 198, -2, 256, 114, BS_GROUPBOX GROUPBOX "&Detalle", 198, 198, 111, 256, 65, BS_GROUPBOX LTEXT "FAMILIAS", 550, 6, 2, 102, 14 PUSHBUTTON "1", 201, 204, 7, 37, 24 PUSHBUTTON "7", 207, 204, 33, 37, 22 PUSHBUTTON ...
by ozono1981
Wed Jun 17, 2015 6:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ANTONIO UNA MANO CON PROBLEMA CON FOLDER
Replies: 10
Views: 1101

Re: INSERT SET o INSERt VALUES

... ,cFile ) oTable:Replace("DIR_SIZE" ,nSize ) oTable:Replace("DIR_NUMERO",nNumero ) oTable:Replace("DIR_TXT" ,lText ) oTable:Commit(oTable:cWhere) oTable:End()
by jnavas
Wed Feb 18, 2015 7:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: INSERT SET o INSERt VALUES
Replies: 19
Views: 2748

Re: INSERT SET o INSERt VALUES

... ,cFile ) oTable:Replace("DIR_SIZE" ,nSize ) oTable:Replace("DIR_NUMERO",nNumero ) oTable:Replace("DIR_TXT" ,lText ) oTable:Commit(oTable:cWhere) oTable:End()
by jnavas
Wed Feb 18, 2015 5:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: INSERT SET o INSERt VALUES
Replies: 19
Views: 2748

Re: MIGRACION DE XHARBOUR A HARBOUR

... 85, 25 EDITTEXT 11, 137, 18, 40, 12, ES_WANTRETURN | WS_BORDER | WS_GROUP | WS_TABSTOP (este no sale) ICON "KEYS", 10, 21, 23, 18, 20 LTEXT "Usuario", 8, 70, 19, 56, 8 LTEXT "Contraseña", 9, 70, 43, 58, 8 GROUPBOX "", 14, 59, 5, 130, 60, BS_GROUPBOX }
by Manuel Valdenebro
Wed Jun 25, 2014 4:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MIGRACION DE XHARBOUR A HARBOUR
Replies: 29
Views: 5334

Re: TURLLINK

Antonio, in the testurl.rc in samples-folder is defined a URL with LTEXT "", 106, 192, 145, 72, 9 This is not functioning, the caption is not visible! It should be: CONTROL "", 106, "STATIC", SS_SIMPLE .... In this and other ...
by byte-one
Thu May 15, 2014 12:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TURLLINK
Replies: 4
Views: 755

XBROWSE NO ABRE DBFS CORRECTAMENTE

... 175, "TBtnBmp", 0 | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 216, 7, 41, 23 EDITTEXT 174, 321, 13, 310, 15, WS_BORDER | WS_TABSTOP LTEXT "Localizar", -1, 274, 15, 43, 11 GROUPBOX "", 176, 265, 5, 373, 26, BS_GROUPBOX | WS_GROUP ICON "AUTOLAY", 199, ...
by Luis
Fri Nov 15, 2013 4:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBROWSE NO ABRE DBFS CORRECTAMENTE
Replies: 1
Views: 1223
Next

Return to advanced search