Search found 157 matches: invisible

Return to advanced search

Re: program buffer or a keyboard buffer

Otto,

Well I expect there is a windows API for this, but I don't know it.

Here is another idea though. Create an invisible GET. Send a ENTER key or TAB key to it, then read the data in the GET. The ENTER or TAB key may send the keyboard buffer into the GET.

James
by James Bott
Thu Feb 05, 2015 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: program buffer or a keyboard buffer
Replies: 10
Views: 2546

Re: Introducing FiveTech's fivedit

... and it is very useful. I also note that the cursor in the compile output window is apparently the same color (gray) as the window so the cursor is invisible except when it is over black text (and then only partly visible). Maybe you could make the cursor a different color? My current editor shows ...
by James Bott
Fri Jan 30, 2015 10:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 107857

Re: Run As Service

... ocultas, pero realmente como hago para que funcione ? Al instalar la aplicación como proceso de servicio, la aplicación correrá de fondo en forma invisible, siendo invisible en la carpeta de aplicaciones del administrador de tareas. Las aplicaciones que corren como un proceso de servicios no se ...
by hmpaquito
Thu Jan 29, 2015 10:25 am
 
Forum: Utilities / Utilidades
Topic: Run As Service
Replies: 2
Views: 1153

Re: Bitmap Compatible (solucionado)

... no hacía falta tanta parafernalia, pero lo quería así... Esta es la pantalla inicial donde pueden ver el dialogo azul de resultados (parcialmente invisible, porque se puede desplazar con el ratón), sobre el window de presentación de los datos (verde claro). Ese era el problema, inicialmente el ...
by antolin
Mon Mar 24, 2014 6:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bitmap Compatible
Replies: 12
Views: 1723

Re: Bitmap Compatible (solucionado)

... no hacía falta tanta parafernalia, pero lo quería así... Esta es la pantalla inicial donde pueden ver el dialogo azul de resultados (parcialmente invisible, porque se puede desplazar con el ratón), sobre el window de presentación de los datos (verde claro). Ese era el problema, inicialmente el ...
by antolin
Mon Mar 24, 2014 6:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Bitmap Compatible
Replies: 12
Views: 1723

Re: xHarbour issue: seeking ideas

Tim,

It reads 8192 characters ( but actually saves about half of it ).


Please explain. Are you checking the length with len(cRet) and it returns 8192? What do you mean by it only saves half of it?

I am thinking that perhaps there is an invisible character in the middle?

James
by James Bott
Fri Feb 21, 2014 1:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xHarbour issue: seeking ideas
Replies: 13
Views: 2716

Re: O.T. Un problema de mantenimiento

... la probaré. Me ha pasado que a veces el programa casca, y si bien sale el mensaje de error, el proceso no se muere, el exe queda en memoria pero invisible, y con los archivos abiertos. Creo que es ese el problema, ahora me gustaría saber como evitarlo o en el peor de los casos como solucionarlo ...
by José Vicente Beltrán
Mon Nov 04, 2013 2:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. Un problema de mantenimiento
Replies: 15
Views: 2699

Re: O.T. Un problema de mantenimiento

... y por quien. Me ha pasado que a veces el programa casca, y si bien sale el mensaje de error, el proceso no se muere, el exe queda en memoria pero invisible, y con los archivos abiertos. Cuando tienes + de 100 PCs conectadas al servidor... Un saludo
by Carlos Mora
Mon Nov 04, 2013 2:19 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: O.T. Un problema de mantenimiento
Replies: 15
Views: 2699

Re: Checking if Outlook is running

... get the message "Outlook is available" whether Outlook is running or not. If Outlook is not running, I can see that Outlook is started invisible for a short moment, then the message "Outlook is available" appears and then Outlook is quited. I did another test. I added the ...
by driessen
Wed Sep 18, 2013 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checking if Outlook is running
Replies: 11
Views: 2370

Scrolls en Icon Group ( SOLUCIONADO )

... control no se puede avanzar hacia abajo con el scroll, ni con el mouse, ni con flechas de movimineto, el icono seleccionado avanza pero de forma invisible, es posible poder refrescar de modo que automaticamente muestre los iconos siguientes: he probado con Arrange, Adjust, Mousmove, pero no doy, ...
by cuatecatl82
Wed Jul 31, 2013 9:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Scrolls en Icon Group ( SOLUCIONADO )
Replies: 12
Views: 7556

Re: FiveTouch for Android (initial tests)

... it. I still don't know how to install it, but I wil dig into this. Suposedly there is nothing to care about from the user point of view. It works invisible to the user :-) So for now (until we discover how easy or not is to install Houdini) we can't use those emulators for FiveTouch
by Antonio Linares
Sun Jun 23, 2013 12:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveTouch for Android (initial tests)
Replies: 5
Views: 1198

Re: extractor de texto de un PDF

Hola

Me imagino que lo que se escucha es el curl.txt pero no lo encuentro en C: y por ningún lado como si estuviera invisible


Saluditos :wink:
by AIDA
Tue Jun 11, 2013 11:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: extractor de texto de un PDF
Replies: 32
Views: 11337

Re: combobox display

Thank you all for your replies Antonio with Chr( 9 ) same i had tried it also with alt+255 (invisible character) but same result no change Anton the font does not make a change neither , courrier , courrier new or even system no change for the whole dialog or the combobox ...
by Richard Chidiak
Thu May 30, 2013 6:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox display
Replies: 7
Views: 1592

Re: Making a button invisible.

José Luis: Trato pero el código pero el botón no aparece. :-( Para mostrar el boton debes usar oBtn:Show(), coloca el codigo completo del GET para ver que tienes y en que momento ocultas el BTN.?, puedes tener oculto el boton con el ON INIT como te dije antes y debes siempre refrescar el oBTN o el ...
by joseluisysturiz
Mon Apr 01, 2013 5:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Making a button invisible.
Replies: 12
Views: 846
PreviousNext

Return to advanced search