Search found 8597 matches: control

Return to advanced search

Re: Control EDIT y readonly.

Buen día. Carlos, ¿tienes algún ejemplo para probar?

Gracias.

Regards, saludos.
by karinha
Thu Mar 28, 2024 12:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 134

Re: Control EDIT y readonly.

... haya respondido antes, estoy en otros asuntos y he tenido que dejar aparcado este. También he descubierto que los Tooltips no funcionan para este control EDIT. En las pantallas acostumbro a usar Xbrowse muy sencillos que el usuario recorre buscando su registro, cuando se mueve el cursor actualizo ...
by FiveWiDi
Thu Mar 28, 2024 7:10 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 134

Re: Control EDIT y readonly.

... Armando, Pero no funciona, tiene el mismo efecto que realizar un Disable(), el SCROLL queda inhabilitado y no permite recorrer el contenido del control. A ver si a alguien más se le ocurre algo. Saludos, Amigo: Prueba con una variable lógica que tu pongas a (.T.) o (.F.) según el caso       ...
by JoseAlvarez
Tue Mar 26, 2024 10:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 134

Re: Como revertir ::nStyle = nOr( ::nStyle, ES_READONLY )

... como con .T.; le he aplicado: oEdit:WinStyle( 2048 /* ES_READONLY */ , .F. ) 2048 lo he encontrado en winapi.ch A ver si se te ocurre algo. Es un control que me muestra un texto que según que condiciones debe permitir editarlo o no. Muchas gracias,
by FiveWiDi
Mon Mar 25, 2024 1:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como revertir ::nStyle = nOr( ::nStyle, ES_READONLY )
Replies: 5
Views: 133

Como revertir ::nStyle = nOr( ::nStyle, ES_READONLY )

Hola a todos,

Veo que en la lógica del control TEDIT está este código:

::nStyle = nOr( ::nStyle, ES_READONLY )

¿Cómo se puede revertir este código en tiempo de ejecución y si es necesario volverlo a aplicar?

Muchas gracias,
by FiveWiDi
Mon Mar 25, 2024 10:50 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como revertir ::nStyle = nOr( ::nStyle, ES_READONLY )
Replies: 5
Views: 133

Re: Control EDIT y readonly.

... Armando, Pero no funciona, tiene el mismo efecto que realizar un Disable(), el SCROLL queda inhabilitado y no permite recorrer el contenido del control. A ver si a alguien más se le ocurre algo. Saludos, Amigo: Prueba con una variable lógica que tu pongas a (.T.) o (.F.) según el caso       ...
by FiveWiDi
Mon Mar 25, 2024 10:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 134

Re: Control EDIT y readonly.

Amigo: Prueba con una variable lógica que tu pongas a (.T.) o (.F.) según el caso                IF LoQuieroActivo                    lActivo := (.T.)              &nb...
by Armando
Mon Mar 25, 2024 2:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 134

Control EDIT y readonly.

Hola a todos, Estoy usando un control EDIT y necesito poder bloquear su edición y según el caso permitir su edición. ¿Cómo lo hago? La Data lReadonly veo que no existe en este control para modificarla en tiempo de ejecución. Si que puedo ...
by FiveWiDi
Sun Mar 24, 2024 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Control EDIT y readonly.
Replies: 5
Views: 134

Error en Listbox.

... Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:RESIZE( 656 ) Called from: => TWINDOW:HANDLEEVENT( 0 ) Called from: .\source\classes\CONTROL.PRG => TCONTROL:HANDLEEVENT( 1700 ) Called from: .\source\classes\WBROWSE.PRG => TWBROWSE:HANDLEEVENT( 1635 ) Called from: .\source\classes\WINDOW.PRG ...
by José Camilo
Sun Mar 24, 2024 10:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error en Listbox.
Replies: 1
Views: 51

Re: Another for Btnbmp

... rectangle Furthermore it is aesthetically ugly to look at How can I eliminate the movement of the button? when I move the mouse over a btnbmp control the button must change color without shrinking and without making the typical movement of the button and when the button is pressed it must ...
by Silvio.Falconi
Sat Mar 23, 2024 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 604

Re: Another for Btnbmp

... team. Nunca he visto nada como esto. Es mejor si habla directamente con el equipo de FiveTech. Gracias, thanks. Regards, saludos. Me temo que el control del que estoy hablando es una clase btnbmp antigua o es un control nuevo, es decir, si miras mi clase tbtnclr, si colocas dos controles tbtnclr ...
by Silvio.Falconi
Fri Mar 22, 2024 9:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 604

Re: WebView resize

... to <button> elements in HTML. These buttons can be styled with CSS and made interactive with JavaScript, functioning within the WebView2 control. Panels (TPanel): Use <div> elements in HTML to replicate the panels in FiveWin. With appropriate CSS styling, these <div> elements ...
by Otto
Thu Mar 21, 2024 10:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView resize
Replies: 9
Views: 314

Re: TITLE CLASS BUG with oDLg TRansparent

... OF oDlg SIZE 1025, 65 NOBORDER ; oTitle:aGrdBack := { { 1, Rgb(250,250,245),rgb(210,210,205) } } oTitle:nShadow := 0 ACTIVATE DIALOG the Title control gradient is not visible and take the color of the dialog Dear Silvio This is not a bug. This is the expected behavior. When a dialog is defined ...
by Silvio.Falconi
Mon Mar 18, 2024 7:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 282

Re: TITLE CLASS BUG with oDLg TRansparent

... OF oDlg SIZE 1025, 65 NOBORDER ; oTitle:aGrdBack := { { 1, Rgb(250,250,245),rgb(210,210,205) } } oTitle:nShadow := 0 ACTIVATE DIALOG the Title control gradient is not visible and take the color of the dialog Dear Silvio This is not a bug. This is the expected behavior. When a dialog is defined ...
by nageswaragunupudi
Mon Mar 18, 2024 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TITLE CLASS BUG with oDLg TRansparent - RESOLVED-
Replies: 9
Views: 282

Hide/show search system on a dialog - Resolved

I want to hide the xbrowse search consisting of two say controls, a get control and a combobox through a popup menu the test works but when Ichange the size of the xbrowse the get control and the combobox control remain active with lsearch :=.t. https://i.postimg.cc/Bv8vS4Vn/1.png ...
by Silvio.Falconi
Mon Mar 18, 2024 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 238
Next

Return to advanced search