Search found 503 matches: osay

Return to advanced search

Re: Hide/show search system on a dialog - Resolved

solved https://i.postimg.cc/x1P2G9QM/gg.gif Function Hide_Ctrls(oBrw,oGet,oSay,lSearchBar,aBtn,oBar) local oBtn,n If lSearchBar oSay[1]:show() oSay[2]:show() oGet:show() oBrw:oSortCbx:show() oBrw:nTop:=32 oBrw:nHeight:= oBar:ntop-40 else oSay[1]:hide() ...
by Silvio.Falconi
Mon Mar 25, 2024 11:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1190

WEBVIEW2 and xBrowse

Hello friends, In the green section, you see an oSay containing a WebView2. Inside this WebView2, there is an HTML form and a table. On the right side is an XBrowse. You can see how WebView2 is updating the XBrowse. Best regards, Otto https://mybergland.com/fwforum/webview_xbrowse.gif ...
by Otto
Mon Feb 05, 2024 5:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WEBVIEW2 and xBrowse
Replies: 7
Views: 393

Re: TWebView window size

Dear Antonio, Thank you so much. I conducted a test with two oSay elements. Everything is working fine except for the destroy method. Best regards, Otto Here is my test code: wv_say.prg #include "FiveWin.ch"#include "Splitter.ch"static ...
by Otto
Sun Feb 04, 2024 12:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 853

REDEFINE BUTTON with custom font

... friends, I have a font local oFontBold         := TFont():New("Segoe Ui",,-18,,.T.,,,,.F.) and tie this to REDEFINE SAY oSay ID 4013 of oDlg FONT oFontBold ...working wonderfully. now i wonder... is it possible to also style the fonts of buttons and please could you be ...
by Ruth
Thu Feb 01, 2024 2:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 684

Re: HTML code in a TPanel class

... Main()   local oDlg,oSay, lExit := .f., oBtn   DEFINE DIALOG oDlg FROM 5, 5 TO 55, 180 TITLE "A Dialog Box"            ...
by Otto
Sat Jan 20, 2024 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: HTML code in a TPanel class
Replies: 9
Views: 1358

Re: bDragBegin and bDropOver problem

... instead of COLUMNS. It works fine, when I change from FIELDS to COLUMNS. Thanks once again both of you, Say control does not accept drop unless oSay:lWantClick is set to .T. The behavior is consistent in all versions of FWH and in particular this is the same behavior both in 1901 and 2304. Here ...
by dutch
Wed Sep 20, 2023 5:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem *Unresolve*
Replies: 27
Views: 4091

Re: bDragBegin and bDropOver problem

Say control does not accept drop unless oSay:lWantClick is set to .T. The behavior is consistent in all versions of FWH and in particular this is the same behavior both in 1901 and 2304. Here is a small test: #include "fivewin.ch"function ...
by nageswaragunupudi
Wed Sep 20, 2023 12:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: bDragBegin and bDropOver problem *Unresolve*
Replies: 27
Views: 4091

CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE

... su posibilidades... les encargo el que me ayuden como se hace eso.. FUNCTION MENU_PRODUCTO(cEmpresa,cUsuario) Local oDlg, oBrw, oFont2, oCol, oSay, oBtn2[ 9 ] LOCAL oGet,nIndex,aIdx:={} LOCAL cBusca:= Space(60) Local cSeek:="" Local oCampo, cCampo :=space(50) cTab_Art:=xServer:Query("SELECT ...
by kpidata
Fri Sep 01, 2023 7:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTROLAR CLICK SOBRE COLUMNA EN XBROWSE
Replies: 1
Views: 330

evitar que se active columna con xbrowse al dar un click

... su posibilidades... les encargo el que me ayuden como se hace eso.. FUNCTION MENU_PRODUCTO(cEmpresa,cUsuario) Local oDlg, oBrw, oFont2, oCol, oSay, oBtn2[ 9 ] LOCAL oGet,nIndex,aIdx:={} LOCAL cBusca:= Space(60) Local cSeek:="" Local oCampo, cCampo :=space(50) cTab_Art:=xServer:Query("SELECT ...
by kpidata
Fri Sep 01, 2023 7:17 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Inhabilitar columna en xBrowse - Disable column in xBrowse
Replies: 8
Views: 1076

change the brush of a say

the Box style make a gray Box on say https://i.postimg.cc/PrFQjrkX/K.png @ 89, 115   SAY oSayBrush[1] PROMPT  "test say"  SIZE 50,12 PIXEL OF oDlg  TRANSPARENT BOX  How I can male lBox with Makebru(oSay,lactivate) lBox is a parameter but is ...
by Silvio.Falconi
Fri Mar 31, 2023 3:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: change the brush of a say
Replies: 0
Views: 155

Error al compilar Harbour - FW2212

Hola gente ! Estoy migrando de xHarbour a Harbor 3.2 La siguiente línea muestra un error de compilación. REDEFINE GET ::oSay[7] VAR TFiltraCR():RetCommand(cr():oTable) ID 102 OF ::oFld:aDialogs[3] ACTUALIZAR IMAGEN DE SOLO LECTURA "@!" \sis\fsql901\ctarec\tcr.PRG(341) Error ...
by Ari
Wed Feb 22, 2023 4:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Error al compilar Harbour - FW2212
Replies: 1
Views: 144

Re: write a test on Image control

... has some gets that the user has to fill in, every time i fill a get i refresh ccod . back in the day i used a say control on the dialog and did oSay:setext(ccod ) now I wanted to insert the string above an image if I use btnbmp I have no problems and the function correctly writes cCod but if ...
by Silvio.Falconi
Mon Feb 13, 2023 10:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: write a test on Image control
Replies: 4
Views: 214

Re: TSAY background color

Please try oSay:lTransparent :- .F.

Note: I did not try it myself here.
by nageswaragunupudi
Thu Dec 29, 2022 1:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSAY background color
Replies: 2
Views: 253

TSAY background color

Hi,

If the TSAY control is on the Dialog window, then I can change its background
Code: Select all  Expand view
oSay:SetColor(CLR_BLACK, CLR_RED)
 oSay:Refresh()

If the control TSAY is on TFolderEx:aDialogs[1], then oSay:SetColor() does not change the background color. Why?t
by Natter
Thu Dec 29, 2022 1:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TSAY background color
Replies: 2
Views: 253

Problem with tmeter

... I use the same meter (oProgress) for procedure 1 local nPos := 1 local bprogress := { || (oProgress:Set( npos++ ),; //oProgress:SetPos( npos++ ),; oSay[3]:SetText(ltrim(str(npos))),; oSay[3]:refresh(),; SysRefresh() ) } ... oProgress:ntotal:= len(aData) nMeter:=0 oProgress:set(nMeter) oStorico:FW_ArrayToDbf( ...
by Silvio.Falconi
Mon Nov 14, 2022 10:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with tmeter
Replies: 3
Views: 300
Next

Return to advanced search