Search found 748 matches: disabled

Return to advanced search

Re: Tooltip sobre TSButton disabled no funciona

Antonio Linares wrote:Dear Enrico,

> oWnd:bMMoved = { || oBtn:ShowTooltip( 30, 30, oBtn:cTooltip ), hb_MemoWrit( 'test.log',Time()) }

We are trying to use the bMMoved of the parent


Ah, ok, sorry.
by Enrico Maria Giordano
Fri Oct 18, 2024 10:27 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tooltip sobre TSButton disabled no funciona
Replies: 11
Views: 438

Re: Tooltip sobre TSButton disabled no funciona

gracias Victor!

Nos falta algo...
by Antonio Linares
Fri Oct 18, 2024 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tooltip sobre TSButton disabled no funciona
Replies: 11
Views: 438

Re: Tooltip sobre TSButton disabled no funciona

Este es el código modificado para que se muestre siempre. Puedes probarlo Victor ? :-) #define FKG_FORCED_USAGE#include <Windows.h>#include <CommCtrl.h>#include <hbapi.h>#ifndef TTS_BALLOON   #define TTS_BALLOON             0x40#endif#ifndef TTF_TRANSPARENT   #define TTF_TRANSPARE...
by VictorCasajuana
Fri Oct 18, 2024 9:39 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tooltip sobre TSButton disabled no funciona
Replies: 11
Views: 438

Re: Tooltip sobre TSButton disabled no funciona

Dear Enrico,

> oWnd:bMMoved = { || oBtn:ShowTooltip( 30, 30, oBtn:cTooltip ), hb_MemoWrit( 'test.log',Time()) }

We are trying to use the bMMoved of the parent
by Antonio Linares
Thu Oct 17, 2024 5:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tooltip sobre TSButton disabled no funciona
Replies: 11
Views: 438

Re: Tooltip sobre TSButton disabled no funciona

It doesn't work. The problem is that a disable control does not generate the WM_MOUSEMOVE event.
by Enrico Maria Giordano
Thu Oct 17, 2024 1:38 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tooltip sobre TSButton disabled no funciona
Replies: 11
Views: 438

Re: Tooltip sobre TSButton disabled no funciona

Este es el código modificado para que se muestre siempre. Puedes probarlo Victor ? :-) #define FKG_FORCED_USAGE#include <Windows.h>#include <CommCtrl.h>#include <hbapi.h>#ifndef TTS_BALLOON   #define TTS_BALLOON             0x40#endif#ifndef ...
by Antonio Linares
Thu Oct 17, 2024 9:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tooltip sobre TSButton disabled no funciona
Replies: 11
Views: 438

Re: Tooltip sobre TSButton disabled no funciona

Victor, Este es el código que usa FWH para los tooltips: #define FKG_FORCED_USAGE#include <Windows.h>#include <CommCtrl.h>#include <hbapi.h>#ifndef TTS_BALLOON   #define TTS_BALLOON             0x40#endif#ifndef TTF_TRANSPARENT   #d...
by Antonio Linares
Thu Oct 17, 2024 9:13 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tooltip sobre TSButton disabled no funciona
Replies: 11
Views: 438

Re: Tooltip sobre TSButton disabled no funciona

He modificado esto para comprobar si realmente se ejecutaba el codeblock aún estando el botón desactivado:   oWnd:bMMoved = { || oBtn:ShowTooltip( 30, 30, oBtn:cTooltip ), hb_MemoWrit( 'test.log',Time()) } y sí que se ejecuta, pero el tooltip no aparece, es algo nat...
by VictorCasajuana
Thu Oct 17, 2024 8:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tooltip sobre TSButton disabled no funciona
Replies: 11
Views: 438

Re: Tooltip sobre TSButton disabled no funciona

He probado asi pero no parece funcionar: #include "FiveWin.ch"function Main()   local oWnd, oBtn   DEFINE WINDOW oWnd    @ 2, 4 BTNBMP oBtn PROMPT "Ok" SIZE 80, 20   oBtn:Disable()   oBtn:cTooltip = "hola"...
by Antonio Linares
Wed Oct 16, 2024 8:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tooltip sobre TSButton disabled no funciona
Replies: 11
Views: 438

Re: Tooltip sobre TSButton disabled no funciona

Hola Víctor, Hace muchos años, lo menos 15, pregunté por esta característica: tooltip sobre elementos disabled. Me respondieron que no la había y entonces me monté una a base de una clase de tooltip (ajtip, creo que se llama) y a base de modificar control.prg Bastante heterodoxo, ...
by VictorCasajuana
Tue Oct 15, 2024 11:40 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tooltip sobre TSButton disabled no funciona
Replies: 11
Views: 438

Re: Tooltip sobre TSButton disabled no funciona

Hola Víctor, Hace muchos años, lo menos 15, pregunté por esta característica: tooltip sobre elementos disabled. Me respondieron que no la había y entonces me monté una a base de una clase de tooltip (ajtip, creo que se llama) y a base de modificar control.prg Bastante heterodoxo, ...
by paquitohm
Tue Oct 15, 2024 10:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tooltip sobre TSButton disabled no funciona
Replies: 11
Views: 438

Tooltip sobre TSButton disabled no funciona

Hola.

Tengo un TSButton con un tooltip y funciona correctamente, pero cuando lo pongo en :disabled() ya no se muestra el tooltip. He visto algún post al respecto con otros controles, pero no sobre un botón.
Alguna ayuda al respecto?

Gracias!
by VictorCasajuana
Tue Oct 15, 2024 9:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tooltip sobre TSButton disabled no funciona
Replies: 11
Views: 438

Re: slowness

... a certain amount of time because it cannot be a solution. It won’t work with mixed Windows versions. I gave up on that a long time ago. We first disabled SMB-2 back then, but it’s too complex. That’s why I switched to Remote Desktop. You don’t have any of these problems here. What you might consider ...
by Otto
Tue Sep 17, 2024 4:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 75
Views: 3301

Re: slowness

... is enabled and you still have older Windows versions running on the network at the same time, it becomes > > >extremely slow. We always disabled SMB-2 back then. Jimmy posted a good guide at that time. > Why don’t you switch to Remote Desktop? this is a very important question: if ...
by MarcoBoschi
Fri Sep 13, 2024 9:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 75
Views: 3301

Re: slowness

... that when SMB-2 is enabled and you still have older Windows versions running on the network at the same time, it becomes extremely slow. We always disabled SMB-2 back then. Jimmy posted a good guide at that time. Why don’t you switch to Remote Desktop? Best regards, Otto
by Otto
Thu Sep 12, 2024 4:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: slowness
Replies: 75
Views: 3301
Next

Return to advanced search