Search found 81 matches: balloon

Return to advanced search

atualizar TOOLBAR

para atualizar o menu faço assim:
oWnd:setmenu( MenuPrincipal() )
oWnd:Refresh()

pergunta, como faço para atualizar TOOLBAR ?
ex: DEFINE TOOLBAR oToolBar OF oWnd SIZE 50, 58 IMAGELIST oImageList BALLOON
??
by Sistem
Wed Feb 13, 2019 6:22 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: atualizar TOOLBAR
Replies: 8
Views: 865

Re: Mr. Rao's samples collection.

The editor connects (Multi Edit) but always uses the same prg ?

Sample.prg from dir IMAGES ? Maybe hardcoded ?

Small thing : The balloon text for the editor button is not updated for the correct item.
by Marc Venken
Mon Feb 26, 2018 11:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Mr. Rao's samples collection.
Replies: 139
Views: 20850

Re: Change Layout of content of the tooltip

Thank you all. I found a post that it is not yet possible to keep the Tooltip Balloon longer on screen Options : 1 by time : we can set the time, or 2 Keep visible as long as we are on the cell, and change when we change to a other cell. Is this also for Xbrowse ...
by Marc Venken
Tue Jan 17, 2017 9:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change Layout of content of the tooltip
Replies: 10
Views: 2453

Re: Meter in tray messages. Is it possible?

Ariston, I have been able to find the hWnd of the balloon tooltip. The idea is to paint a progress bar on it: I am able to grab its handle but don't know why I can't paint on it. (Also on Windows 10 it looks like a toast. I wonder if we can use its ...
by Antonio Linares
Sun Apr 03, 2016 8:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Meter in tray messages. Is it possible?
Replies: 10
Views: 1618

Re: Meter in tray messages. Is it possible?

... looking for. The icon of my aplication does not show on taskbar, but in the tray only (near the watch). And I need to show the meter in the tray balloon message, with a title, not within the icon. Is it possible? Is there a function that already does it? Thanks in advance!
by ariston.ap
Sat Apr 02, 2016 9:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Meter in tray messages. Is it possible?
Replies: 10
Views: 1618

Re: PROBLEMAS CON LA FWH 16.02

I now use Windows 10. I always use Balloon tooltips.
From Windows 7 till now balloon tooltips worked for me with applications themed and non-themed
by nageswaragunupudi
Fri Mar 04, 2016 10:00 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS CON LA FWH 16.02
Replies: 12
Views: 2186

Re: PROBLEMAS CON LA FWH 16.02

Hola Con respecto a los tooltips tipo balloon esta todo bien escrito SetBalloon(.t.) al inicio si esta el WindowsXP.Manifest en el resource los tooltips DESAPARECEN Ahora bien, probe el mismo ejecutable en otras PC con Windows 7 y me encuentro ...
by rterraz
Fri Mar 04, 2016 9:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS CON LA FWH 16.02
Replies: 12
Views: 2186

Re: PROBLEMAS CON LA FWH 16.02

3) Si el Resource no incluye #ifdef __FLAT__ 1 24 'WindowsXP.Manifes' #endif
Desaparecen tos tooltips tipo balloon


Please include this statement
Code: Select all  Expand view
  SetBalloon( .t. )
 

at the beginning of function Main()

Does this solve the issue?
by nageswaragunupudi
Thu Mar 03, 2016 4:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS CON LA FWH 16.02
Replies: 12
Views: 2186

Re: PROBLEMAS CON LA FWH 16.02

... 3) Si el Resource no incluye #ifdef __FLAT__ 1 24 'WindowsXP.Manifes' #endif Desaparecen tos tooltips tipo balloon Saludos
by rterraz
Thu Mar 03, 2016 1:04 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS CON LA FWH 16.02
Replies: 12
Views: 2186

Re: PROBLEMAS CON LA FWH 16.02

Balloon tooltips and message bar Test code: #include "fivewin.ch"function main()   local oWnd, oBar   SetBalloon( .t. )   DEFINE WINDOW oWnd  TITLE FWVERSION  ...
by nageswaragunupudi
Wed Mar 02, 2016 6:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS CON LA FWH 16.02
Replies: 12
Views: 2186

PROBLEMAS CON LA FWH 16.02

... TEXTRIGHT y ponen los bmp sobre el prompt del boton, la MsgBar me dio error de entrada y la tuve que suprimir hasta ver que pasa, los tooltip tipo balloon siguen sin aparecer etc.etc. Pregunto, to esto esta probado y estable y sere yo el que comete errores ? Entiendo que un upgrade no deberia inutilizar ...
by rterraz
Wed Mar 02, 2016 2:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PROBLEMAS CON LA FWH 16.02
Replies: 12
Views: 2186

New FTDN February 2016 (FWH 16.02)

... <oTlb> ; [ <wnd: OF, WINDOW, DIALOG> <oWnd> ] ; [ SIZE <nWidth>, <nHeight> ] ; [ IMAGELIST <oImg> ] ; [ <balloon: BALLOON > ] ; [ BRUSH <oBrush> ]; [ <l2007: 2007, _2007> ] ; [ <l2010: 2010, _2010> ] ; [ <l2013: 2013, _2013> ] ...
by Antonio Linares
Tue Mar 01, 2016 9:15 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2016 (FWH 16.02)
Replies: 2
Views: 1312

Re: EXTRAÑO COMPORTAMIENTO DE SETBALLOON()

Raul,

Por favor comprueba si tienes el ejemplo samples\test2007.prg

En caso afirmativo, por favor constrúyelo con buildh.bat test2007 y dime si te
aparecen los tooltips en forma balloon cuando pases el ratón por los botones de la barra de botones

Copia aqui el contenido de test2007.prg
by Antonio Linares
Thu Feb 25, 2016 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXTRAÑO COMPORTAMIENTO DE SETBALLOON()
Replies: 7
Views: 1006

EXTRAÑO COMPORTAMIENTO DE SETBALLOON()

... en windows 7 me ocurre algo muy extraño: Si en el RC pongo #ifdef __FLAT__ 1 24 WindowsXP.Manifest #endif DESAPARECEN LOS TOOLTIPS TIPO BALLOON (no se ve mas ningun tipo de tooltip ) Si saco el WindowsXp.Manifest del RC REAPARECEN LOS TOOLTIPS PERO DESAPARECEN LAS LEYENDAS DE LOS BTNBITMAP ...
by rterraz
Thu Feb 25, 2016 2:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EXTRAÑO COMPORTAMIENTO DE SETBALLOON()
Replies: 7
Views: 1006

To Antonio : create a tooltip

... one additional card, otherwise it is called 'hard'. To simplify the calculations, soft hands show both possible scores for the Ace in a black balloon above the cards, separated by a blue line. sample if the player have and Ace and a seven I must create a tooltip with 17 ----- <- line blu ...
by Silvio.Falconi
Sat Feb 20, 2016 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio : create a tooltip
Replies: 2
Views: 517
Next

Return to advanced search