Dear Silvio,
Happy birthday!!!
Search found 1271 matches
- Wed Apr 02, 2025 12:13 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Silvio, Happy Birthday
- Replies: 14
- Views: 1791
- Wed Apr 02, 2025 12:12 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: XBROWSE lFastEdit in some columns
- Replies: 6
- Views: 515
Re: XBROWSE lFastEdit in some columns
try
oBrw:aCols[1]:nEditType := EDIT_NONE
oBrw:aCols[1]:nEditType := EDIT_NONE
- Fri Mar 21, 2025 9:04 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TPanel Left click mouse is possbible?
- Replies: 8
- Views: 2675
Re: TPanel Left click mouse is possbible?
Joao,
não funciona.
não funciona.
- Thu Mar 20, 2025 8:53 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: ENTER desde otro control SOLUCIONADO
- Replies: 5
- Views: 3337
Re: ENTER desde otro control
ACTION (cVar := "12345", oVar:Refresh(), EVAL( oVar:bValid ) )
- Thu Mar 20, 2025 8:35 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: TPanel Left click mouse is possbible?
- Replies: 8
- Views: 2675
TPanel Left click mouse is possbible?
TPanel Left click mouse is possbible?
DEFINE WINDOW oWnd TITLE "Dashboard "
*** Paneles
oPanelWeb := TPanel():New( 0, 281, oWnd:nHeight, oWnd:nWidth, oWnd )
oPanelWeb:blclicked := {|| msginfo("test")} <---------
oWebView := TWebView2():New(oPanelWeb)
oWebView:SetUserAgent( "Mozilla ...
DEFINE WINDOW oWnd TITLE "Dashboard "
*** Paneles
oPanelWeb := TPanel():New( 0, 281, oWnd:nHeight, oWnd:nWidth, oWnd )
oPanelWeb:blclicked := {|| msginfo("test")} <---------
oWebView := TWebView2():New(oPanelWeb)
oWebView:SetUserAgent( "Mozilla ...
- Wed Mar 19, 2025 6:18 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: webview google graph subtitle
- Replies: 5
- Views: 1546
Re: webview google graph subtitle
Cesar, thank you very much, your example is being very useful. 

- Wed Mar 19, 2025 11:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Webview2 + GRAPHIC
- Replies: 4
- Views: 1539
Re: Webview2 + GRAPHIC
thanks
- Wed Mar 19, 2025 11:14 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: webview google graph subtitle
- Replies: 5
- Views: 1546
Re: webview google graph subtitle
Cesar,
I am basing myself on your code, it is being very useful. Thank you very much.
Cesar, the title provided below is the same as the subtitle, I would like to have a new parameter: cSubTitle
METHOD AddGraph (cNombre, cTitulo, cTipo, aColumnsData, aData, cColor )
METHOD AddGraph (cNombre ...
I am basing myself on your code, it is being very useful. Thank you very much.
Cesar, the title provided below is the same as the subtitle, I would like to have a new parameter: cSubTitle
METHOD AddGraph (cNombre, cTitulo, cTipo, aColumnsData, aData, cColor )
METHOD AddGraph (cNombre ...
- Tue Mar 18, 2025 8:54 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: webview google graph subtitle
- Replies: 5
- Views: 1546
webview google graph subtitle
How can I control the title and subtitle of a chart?
When I set title: 'test', the subtitle will have the same value. I would like to be able to configure both.
https://i.postimg.cc/w1Jg2gp6/webview.png
//part of a function taken from the forum:
cFuncion := cFuncion + " ]);"+;
"var options ...
When I set title: 'test', the subtitle will have the same value. I would like to be able to configure both.
https://i.postimg.cc/w1Jg2gp6/webview.png
//part of a function taken from the forum:
cFuncion := cFuncion + " ]);"+;
"var options ...
- Tue Mar 18, 2025 5:50 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: webview menu
- Replies: 0
- Views: 1228
webview menu
Sr Antonio,
How to create a menu in html, like the example below: index.html (I couldn't find it)
https://www.fivetechsupport.com/forums/ ... ew#p267520
How to create a menu in html, like the example below: index.html (I couldn't find it)
https://www.fivetechsupport.com/forums/ ... ew#p267520
- Tue Mar 18, 2025 2:23 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Webview2 + GRAPHIC
- Replies: 4
- Views: 1539
Re: Webview2 + GRAPHIC
Mr Antonio, thank you for responding, I believe the HTML has a formatting problem, can you send it to my email? ubiratanmga gmail com
- Tue Mar 18, 2025 1:39 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Webview2 + GRAPHIC
- Replies: 4
- Views: 1539
Webview2 + GRAPHIC
Hello, I would like to create a DASHBOARD in my system, I thought about doing it in WEBVIEW2. Could someone provide some example of graphs using WEBVIEW?
Thanks
Thanks
- Tue Mar 18, 2025 12:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: -xbrowse not run correcly on a touchscreen
- Replies: 4
- Views: 5032
Re: -xbrowse not run correcly on a touchscreen
Hello Silvio, try
oBrw:lHoverSelect := .t.
oBrw:lHoverSelect := .t.
- Wed Feb 12, 2025 9:20 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: tlayout refresh
- Replies: 1
- Views: 552
tlayout refresh
hLays["MAIN" ] := TLayout():new( oWndSqlBrowser )
hLays["TITLE" ] := hLays["MAIN"]:addVLayout(38)
hLays["GET" ] := hLays["MAIN"]:addVLayout(120)
hLays["BROWSE"] := hLays["MAIN"]:addVLayout()
...
Después de crear una ventana con TLAYOUT, me gustaría tener un botón que, al hacer clic, cambie el ...
hLays["TITLE" ] := hLays["MAIN"]:addVLayout(38)
hLays["GET" ] := hLays["MAIN"]:addVLayout(120)
hLays["BROWSE"] := hLays["MAIN"]:addVLayout()
...
Después de crear una ventana con TLAYOUT, me gustaría tener un botón que, al hacer clic, cambie el ...
- Fri Jan 31, 2025 5:35 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: operator ^^ como puedo solucionar?
- Replies: 6
- Views: 14726
Re: operator ^^ como puedo solucionar?
Sr. Antonio,
CHAR = chr
ok?
CHAR = chr
ok?