Search found 157 matches: invisible

Return to advanced search

Re: Windows MDI Transparentes

... no en MDI, prueba haber si te sirve. se utiliza en la clausula ON INIT de la windows o Diálogos, donde el parámetro nGrado va desde 0 a 255 0 = invisible 255 = sin transparencia saludos Instead of the above code, you can use oWnd:nOpacity := nGrado // 0 .. invisible 255 .. no transparent  Works ...
by nageswaragunupudi
Fri Mar 17, 2017 1:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Windows MDI Transparentes
Replies: 2
Views: 665

Re: Windows MDI Transparentes

... no en MDI, prueba haber si te sirve. se utiliza en la clausula ON INIT de la windows o Diálogos, donde el parámetro nGrado va desde 0 a 255 0 = invisible 255 = sin transparencia saludos
by armando.lagunas
Fri Mar 17, 2017 11:55 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Windows MDI Transparentes
Replies: 2
Views: 665

Re: Envio de SMS

... LOCAL cResult oExplorer := TOleAuto():New("InternetExplorer.Application") oExplorer:Navigate(cUrl) oExplorer:Visible:=.F. // IE invisible // Las siguientes 4 lineas son para pausar la carga de una pagina, omitelas si no te son necesarias //WaitSeconds(5) // deshabilito, no hace ...
by IVAN TRACHTA
Fri Jan 27, 2017 10:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio de SMS **SOLUCIONADO**
Replies: 9
Views: 4061

Envio de SMS **SOLUCIONADO**

... Cómo podría tomar o leer el contenido de una pagina web? O sea lo ideal seria poder mandar el comando, y tomar la respuesta y que todo sea invisible al usuario del sistema mío. Y si no es invisible.. que se abra el navegador.. enviar los datos, tomar la respuesta y cerrar desde mi programa ...
by IVAN TRACHTA
Thu Jan 26, 2017 2:24 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Envio de SMS **SOLUCIONADO**
Replies: 9
Views: 4061

Re: FWH 16.12 : Display Seek values in Header Search Bar

... the prompts for those bars also disappear. I'm thinking the font somehow is being changed for these two controls ( button bar and xbrowse ) to an invisible color ( at least on this display. SAY and GET commands are not affected.
by TimStone
Sat Dec 24, 2016 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 16.12 : Display Seek values in Header Search Bar
Replies: 31
Views: 9035

Re: Ayuda en programa

... Test() y por lo tanto se puede "saltar" a ella y ejecutarla, dada su puntero. En realidad la diferencia entre C++ y C, es un array "invisible" (lpVtbl) que C++ construye de punteros a funciones (que se convierten en métodos al recibir automaticamente Self como primer parámetro). ...
by Antonio Linares
Fri May 13, 2016 7:51 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda en programa
Replies: 20
Views: 4051

Re: Borland7 versus VisualStudio

... ejecuta en modo usuario y asigna la de 32 bits llama al sistema operativo núcleo en una llamada de 64 bits equivalente. Esto es normalmente casi invisible a los que llaman program.Windows proporciona un conjunto de DLL de 64 bits en% windir% \ system32 y un conjunto equivalente de DLL de 32 bits ...
by JmGarcia
Fri Mar 18, 2016 7:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Borland7 versus VisualStudio
Replies: 35
Views: 9472

Re: oGraph- how to save into bmp in silent mode

Otto,

I am not sure exactly what you are trying to do, but if you need to draw the graph, then save it to a bitmap, then you probably can draw it on an invisible window or dialog, then save it and end the window or dialog.

James
by James Bott
Tue Feb 09, 2016 9:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: oGraph- how to save into bmp in silent mode
Replies: 7
Views: 2038

New FTDN November/Noviembre 2015 (FWH 15.11)

... being painted right aligned on Windows Server 2012. Fixed SCINTILLA / FIVEDIT: - Implemented Cursor Width - Implemented Caret type: block, normal, invisible - Changes Menus Popup Contextual Editor and margins - Bug Fixed List Functions HB_FUNC - Search selected text ( menu contextual ) - Bug Fixed ...
by Antonio Linares
Sat Dec 26, 2015 9:26 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN November/Noviembre 2015 (FWH 15.11)
Replies: 5
Views: 2760

Re: Mejoras para scintilla

... NEW VERSION 20/12/2015 --------------------------------- - Implemented Cursor Width - Implemented Caret type: block, normal, invisible - Changes Menus Popup Contextual Editor and margins - Bug Fixed List Functions HB_FUNC - Search selected text ( menu contextual ) - Bug Fixed ...
by cnavarro
Sun Dec 20, 2015 10:20 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 840500

Re: Mejoras para scintilla

Solucionado, estaba enfocando mal el tema

En el próximo build estará incluído:

0 -> Invisible
1 -> Normal
2 -> Block

Image
by cnavarro
Tue Dec 15, 2015 6:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 840500

Re: problem with dbsetfilter

... records in the work area where the filter condition yields .F. (false) are ignored during database navigation. As a result, these records become invisible and are filtered. Although the second parameter <cFilter> is optional, it is recommended to specify the filter condition a second time ...
by FranciscoA
Sun Oct 18, 2015 6:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with dbsetfilter
Replies: 9
Views: 1467

Re: Como controlar que no se salten los Gets con el Mouse

... di cuenta que la flecha del mouse se apaga efectivamente,, pero si tengo en ese dialogo botones, y por casualidad paso la "flecha del mouse invisible" el boton "se prende el focus" y aun mas puedo darle click!!.. es decir el usuario se salto los Get que debia digitar !!! Gracias ...
by lubin
Fri Sep 04, 2015 6:07 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como controlar que no se salten los Gets con el Mouse
Replies: 21
Views: 3811

Re: GET o SAY invisible

Code: Select all  Expand view

oSay:Hide()  
oSay:Show()

oGet:Hide()
oGet:Show()

ó

oGet:Disable()
oGet:Enable()
 
by karinha
Tue Jun 16, 2015 3:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET o SAY invisible
Replies: 1
Views: 285

GET o SAY invisible

Estimados todos, Alguien sabe como hacer invisible un recurso GET, SAY o button, ya consegui quitar el "caption" de un button así: oB125:cCaption:= " ", pero además necesito hacerlo invisible. Intenté: oB125:invisible u oB125:cInvisible:=.f., ...
by lafug
Tue Jun 16, 2015 3:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GET o SAY invisible
Replies: 1
Views: 285
PreviousNext

Return to advanced search