Search found 1351 matches: view

Return to advanced search

Re: WebView resize

... embedded application: Best regards, Otto SPLITTER: While there's no direct HTML equivalent for a splitter, you can create a resizable split view using JavaScript and CSS. This would allow users to adjust the space allocated to different sections of the UI, similar to the SPLITTER in FiveWin. ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 309

Re: New FTDN February 2024 (FWH 24.02)

Noviembre 2023 - Enero 2024 =========================== * Nuevo: Para usuarios de Borland: FWH usa ahora el compilador Borland 7.70. Por favor, actualiza tu compilador Borland a esta versión. * Nuevo: Nueva clase TWebView2 que ofres una funcionalidad muy similar a la clase TWebView, pero con la vent...
by Antonio Linares
Sun Mar 03, 2024 7:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 134

New FTDN February 2024 (FWH 24.02)

... similar functionality to Class TWebView but does not need to use any DLL. It is a work in development but you can already start using it. Please review FWH\samples\webview..._2.prg examples. * New: Class TWindow Method LockUpdate( lOnOff ): https://learn.microsoft.com/en-us/windows/win32/api/winuser/nf-winuser-lockwindowupdate ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 134

Re: How to show and print a pdf file?

I show my PDF from a Xbrowse. Put link to pdf in Xbrowse or a reference. R-Click and show a popup with option to view, print, etc.. Works very well. //  Xbrowse   :bRClicked        := {|nRow, nCol| PopRappel( nRow,nCol, oOmzet ),oOmzet:refresh() }procedure ...
by Marc Venken
Thu Feb 29, 2024 3:49 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to show and print a pdf file?
Replies: 13
Views: 420

Re: Una consulta sobre VSCode y la compilación del proyecto

... Asegúrate de tener instalado VSCode y de tener abierto tu proyecto en la interfaz. Crea un archivo tasks.json: En el menú de VSCode, ve a "View" y selecciona "Terminal" para abrir la terminal integrada. En la terminal, usa el siguiente comando para crear un archivo tasks.json ...
by jose_murugosa
Wed Feb 28, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una consulta sobre VSCode y la compilación del proyecto
Replies: 2
Views: 108

Re: Una consulta sobre VSCode y la compilación del proyecto

... Asegúrate de tener instalado VSCode y de tener abierto tu proyecto en la interfaz. Crea un archivo tasks.json: En el menú de VSCode, ve a "View" y selecciona "Terminal" para abrir la terminal integrada. En la terminal, usa el siguiente comando para crear un archivo tasks.json ...
by Antonio Linares
Wed Feb 28, 2024 9:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Una consulta sobre VSCode y la compilación del proyecto
Replies: 2
Views: 108

TUrlLink on Xbrowse

... in a field, but not all the records, just the ones I want. why do I want to have a Hyperlink text? because the final user could click on it and view information example : Imagine a table with payment notices (I'm referring to a program I made for my school) in a field there is the information ...
by Silvio.Falconi
Tue Feb 27, 2024 12:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 185

Re: Controls behave different in Window as in Dialog

Dear Marc,

Windows uses different code procedures to manage windows and dialogs, thus the differences.
We try to make them behave the same but there may be differences as the ones that you have spotted.

How are you showing the cam view ? Please post the code so we can review it, thanks
by Antonio Linares
Sat Feb 24, 2024 9:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 123

Controls behave different in Window as in Dialog

... and looking for controls that look nice ))) It seems that I best use a Dialog as Dashboard setup. AGree ?? WIndows : Top left : Windows shows cam view, dialog not Transparent on windows is much less in several options https://www.maveco.be/fivewin/arwindow.bmp Dialog : https://www.maveco.be/fivewin/ardialog.bmp
by Marc Venken
Sat Feb 24, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Controls behave different in Window as in Dialog
Replies: 2
Views: 123

Re: Data exchange between PC and Android device on the same loca

... ways: the one that is in the package, the one that is in visible files or for the same module, one part (the logic) in prg and another (the view) in file, it’s fantastic. If you want a system to make programs this is the realistic scenario. If you just want to spit out a few data by doing ...
by Carles
Sat Feb 24, 2024 7:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 538

Re: Runner Xbase (RX)

Hola, Norton la detecta como web pagina peligrosa. Debe ser un falso positivo. De peligroso no hay nada :D Si sigues teniendo problemas ponte en contacto conmigo desde el discord y lo miramos... Ya he puesto a correr "rx.exe" y levanta correctamente. Pruebo con "http://localhost:81/&q...
by Carles
Thu Feb 22, 2024 4:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Runner Xbase (RX)
Replies: 7
Views: 465

Re: Runner Xbase (RX)

Hola Carles. Primero, gracias por esta nueva herramienta. Ya he puesto a correr "rx.exe" y levanta correctamente. Pruebo con "http://localhost:81/" y levanta correctamente la ventana con el logo de "Runner xBase" Pruebo con "http://localhost:81/html/xtreme/view_mai...
by csincuir
Thu Feb 22, 2024 12:33 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Runner Xbase (RX)
Replies: 7
Views: 465

To Nages : Search on Xbrowse tree

... I wish show the tree on different fields in my application I have an archive of warehouse items (products) where I would like to display a tree view for different fields (categories and brand) Xbrowse normal https://i.postimg.cc/4NTQspbs/normal.png xbrowse tree https://i.postimg.cc/4xP58ncZ/tree.png ...
by Silvio.Falconi
Thu Feb 15, 2024 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : Search on Xbrowse tree
Replies: 1
Views: 110

Re: link error

Code: Select all  Expand view
#pragma BEGINDUMP

void __get_std_stream() {}
void _chdir() {}

#pragma ENDDUMP


https://forums.fivetechsupport.com/view ... 64#p265564
by Antonio Linares
Sun Feb 11, 2024 12:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link error
Replies: 17
Views: 418

Re: Clase Nativa MySql

Como ser, quiero saber como saber la ultima consulta que que hizo (query)


Code: Select all  Expand view
? oCn:cLastSQL


Also you can view last 10 sql statements executed
Code: Select all  Expand view
XBROWSER oCn:aSQL


This works from FWH2102 onwards.
by nageswaragunupudi
Mon Feb 05, 2024 7:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Nativa MySql
Replies: 18
Views: 1726
Next

Return to advanced search