Search found 1707 matches: space

Return to advanced search

Re: incremental search on Xbrowse

hi Nages,
The my FWH version is 23.10 but as already posted the condition under which the space is discarded is

if nKey == 32 .and. ::nMarqueeStyle <= MARQSTYLE_HIGHLROWRC .and. oCol:hChecked .and. oCol:lEditable
...
elseif nKey == 32 .and. !::lFastEdit .and. ::oMultiSelCol != nil

TIA
by mauri.menabue
Mon Mar 25, 2024 11:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 1957

Re: incremental search on Xbrowse

What is your FWH version?

Space is working with incremental search already without any changes in the current and recent versions.
by nageswaragunupudi
Mon Mar 25, 2024 3:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 1957

incremental search on Xbrowse

Hi all, Is it possible to modify xbrowse so that it can also accept the 'space' character in the 'seek' search string? This change would allow searches even with 2 or more words.  xbrowse vers. : #define FWVERSION    "FWH 23.10" #define ...
by mauri.menabue
Sat Mar 23, 2024 2:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: incremental search on Xbrowse
Replies: 10
Views: 1957

Re: WebView resize

... 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. TEXplorerBar or Accordions: In a web context within WebView2, you ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 2071

Eliminar Lineas de Filas en xBrowse

... que las lineas que encerré en rojo, se puedan quitar y quede como el espacio que señalo con la flecha azul. http://www.datanet.space/fw/fre.png ¿Se Puede?
by JoseAlvarez
Tue Mar 12, 2024 3:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Eliminar Lineas de Filas en xBrowse
Replies: 0
Views: 230

Eliminar Botones de xBrowse

...     aDbfTxt := cDbfTxt->( FW_DbfToArray() )    xBrowser aDbfTxt  el cual me muestra esta imagen: http://www.datanet.space/fw/g1.png quisiera eliminar la barra de botones del browse, que solo muestre esto: http://www.datanet.space/fw/g2.png gracias ...
by JoseAlvarez
Mon Mar 11, 2024 1:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Eliminar Botones de xBrowse
Replies: 2
Views: 462

Fondo Oscuro Transparente

... dialogo? y por supuesto que al salir, la vetana anterior recupere su estado normal de visibilidad. Por ejempo: https://www.datanet.space/fw/fotozaul.png En esta pantalla, al presionar el boton que se indica con la flecha azul, aparece el pequeño dialogo que tiene bordo rojo. ...
by JoseAlvarez
Sat Mar 09, 2024 12:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Fondo Oscuro Transparente
Replies: 2
Views: 496

Re: ButtonBmp problem with FWH2402

... Yes, And very unstable. This PROMPT empty space that only not show Chinese word REDEFINE BUTTONBMP ....PROMPT "取 消"   This PROMPT not empty space that crash my app REDEFINE BUTTONBMP ...
by richard-service
Thu Mar 07, 2024 1:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp problem with FWH2402
Replies: 25
Views: 5155

Re: Ayuda URGENTE- con puerto serial virtual USB

... nTimeOut := 100 //ms Local lIsOpened := FALSE Local lIsInit := FALSE Local nBytesSended := 0 Local nBytesReceived := 0 Local cReceiveBuffer := SPACE(512) Local cStringToSend := "W<CR>" // este comando le indica a la balzan que devuelva el peso detectado //To receive Local cReceivedString ...
by Danielmaximiliano
Thu Feb 29, 2024 2:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda URGENTE- con puerto serial virtual USB
Replies: 19
Views: 881

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

... get Event, when Collaps, and "move" Panels to new Position where i start from TOP = 0 in my Layout it is up to you to change Layout like SPACE between TTaskPanel()   yPos +=aPanels[n]:nHeight + 20 --- to enhance CLASS TExplorerBar we can look into CLASS TExplorerList METHOD DelChilds( ...
by Jimmy
Wed Feb 28, 2024 11:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 451

Re: Error en Picture de footer xBrowse

... al agregar mas de una fila al xBrowse, el picture del footer se corrige, asi de simple, sin hacer ningún cambio. http://www.datanet.space/fw/FOTOFO.jpg Por qué falla con un solo elemento?
by JoseAlvarez
Fri Feb 23, 2024 1:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Picture de footer xBrowse
Replies: 4
Views: 134

Re: Create a Panel width a text

... on Default there are only two lines when the message is empty or is less than two lines the procedure must always ensure the default space (height) the last source after the modifications #include "FiveWin.ch"//#include "ribbon.ch"//----------------------------------------------------------------------------//static ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3160

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

... and is especially useful for PWAs that need to operate offline. Here is a document how to make from a mod harbour webpage a PWA: https://winhotel.space/harbourinopublic/htmlpublictesttmp/webapp2.html Best regards, Otto Hello friends, Here you see the source code how the mod harbour web APP sends ...
by Otto
Fri Feb 23, 2024 8:02 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Data exchange between PC and Android device on the same loca
Replies: 17
Views: 764

Error en Picture de footer xBrowse

... codigo que en otras partes donde funciona bien. Esta fallando al colocar el picture en el footer. Dejo la imagen: http://www.datanet.space/fw/picture.jpg Como pueden ver, solo coloca un decimal, siendo que el picture indica dos decimales y en las filas del browse se ve con los ...
by JoseAlvarez
Thu Feb 22, 2024 8:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Picture de footer xBrowse
Replies: 4
Views: 134

¿cambiar fuente en msgRun ?

... {|| :PrepareReport() }) con la letra por defecto se ve mal, por lo menos en este caso, https://www.datanet.space/fw/catalogo.png
by JoseAlvarez
Fri Feb 16, 2024 12:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ¿cambiar fuente en msgRun ?
Replies: 2
Views: 179
Next

Return to advanced search