Search found 31 matches: ballon

Return to advanced search

TrayBallon for Fivewin

... ), @c ) but Shell_NotifyIcon() can have "more" Parameter than Microsoft say https://i.postimg.cc/Nj1btLWX/FW-Tray-Ballon.jpg TrayBallon will "fly-out" like Windows Message you can change Icon and use Resource or from Disk have a look at HB_FUNC ( SHOWNOTIFYINFO ...
by Jimmy
Tue Feb 21, 2023 6:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TrayBallon for Fivewin
Replies: 3
Views: 307

CLASS TToast vs. Shell_NotifyIcon

hi, found CLASS TToast() and had look into Sample c:\fwh\samples\toastest.prg it seems me like "Tray-Ballon" using Shell_NotifyIcon() https://i.postimg.cc/R0wf67NX/Tray-Ballon.jpg but TToast have much more Question : can i use TToast look like "Tray-Ballon" ...
by Jimmy
Tue Feb 21, 2023 5:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS TToast vs. Shell_NotifyIcon
Replies: 0
Views: 259

Parámetros tooltips

Hola,

Pues eso, que me gustaría usar los tooltips ballon, pero no sé los parámetros del array ctooltips, o como se define un tooltip con título negrita, icono, mensaje, etc.

¿ Donde puedo mirar un ejemplo completo?
by jmartial
Thu Oct 02, 2014 11:08 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Parámetros tooltips
Replies: 11
Views: 2574

Re: Tooltips Personalizados..

JLL:

Gracias, pero me refiero a su forma de vizualización estética, conosco y he visto el estillo Ballon Tooltip y el Normal Tooltip, pero este no lo habia visto, no se si sea nativo de fw y si sea funcional en todos los controles.

Alguien sabe al respécto..? :idea: :!: :cry: :cry:

Saludos..
by cuatecatl82
Tue Nov 08, 2011 12:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Tooltips Personalizados..
Replies: 8
Views: 1826

Re: OT. To Mr. Ukoenig

I understand.

I think using a Screencapture-program with included Ballon / message-painting, will do the Job.
I have tested some.
I will include a Download-Link ( Freeware )

Best Regards
Uwe :lol:
by ukoenig
Wed Sep 07, 2011 11:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT. To Mr. Ukoenig
Replies: 6
Views: 1182

new

I did it more no show ballon #INCLUDE "Fivewin.CH" STATIC oApp, oTray, oIcon FUNCTION TESTIT() LOCAL oIcon1 DEFINE ICON oIcon FILE "..\icons\fivewin.ICO" DEFINE ICON oIcon1 FILE "..\icons\folder.ico" ...
by lailton.webmaster
Thu Aug 28, 2008 11:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help With TRAYICON
Replies: 33
Views: 6097

James,

> except one which shows the ballon tooltip

Which app is it ?
by Antonio Linares
Thu Aug 28, 2008 3:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help With TRAYICON
Replies: 33
Views: 6097

... know yet if this is the standard Windows behavior or can be modified. In my tray all the apps show the standard tooltip except one which shows the ballon tooltip. So, it seems that the standard tooltip is standard behavior but it can be modified. Regards, James
by James Bott
Thu Aug 28, 2008 3:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help With TRAYICON
Replies: 33
Views: 6097

Antonio, se podra en el Ballon Tooltip esto ?

Master Se ven super los tooltips tipo globo, solo una pequena solicitud : Que posibilidad existe que se le pueda agregar un parametro adicional para pintarlos de X color. SetBalloon( .T., CLR_X ) Estaria fantastico !!!! Ahora, ya que andas metiendole degradados de color a los tabs, pues que le ajust...
by Raymundo Islas M.
Thu Feb 07, 2008 3:34 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio, se podra en el Ballon Tooltip esto ?
Replies: 2
Views: 1086

... ), para tener la forma "Balloon" globalmente en los "tooltips". La forma "Balloon" no se usa por defecto. Para mostrar los "tooltips" con forma "Ballon": SetBalloon( .T. ). Si quieres que un control específico muestre su "tooltip" de diferente manera, haz oControl:lBalloon = .F. * Corrección: ...
by Antonio Linares
Sun Dec 02, 2007 5:52 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN December/Diciembre 2007 (7.12)
Replies: 1
Views: 2343

... about what they are entering. Tooltips help a new user to get an idea of what is all about the dialog before he proceeds with using it. For gets, ballon type are more nonintrusive than normal tooltips. It seems like overkill to use both. I note that Microsoft's solution is the help button on the ...
by James Bott
Sat Nov 17, 2007 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip request
Replies: 20
Views: 3246

... about what they are entering. Tooltips help a new user to get an idea of what is all about the dialog before he proceeds with using it. For gets, ballon type are more nonintrusive than normal tooltips. Would you mind sharing your TToolTip class with me?
by nageswaragunupudi
Sat Nov 17, 2007 5:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip request
Replies: 20
Views: 3246

... interface. We can purposefully override in the code at specific places if that is what is required in the context. I suggest global setting for ballon tips and office2007 style both, which will be the default throughout the application with facility to optionaly override in specific cases
by nageswaragunupudi
Thu Nov 15, 2007 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip request
Replies: 20
Views: 3246

For the toolbars, you need to modify the class in this line:

::lTTBalloon := lTTBalloon // change this into .T.

For other tooltips, modify Class TWindow here:

hWnd = CreateToolTip( Self:hWnd, cToolTip ) // , .t. ) for ballon tooltips !
by Antonio Linares
Thu Aug 23, 2007 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Theme support for tToolbar
Replies: 22
Views: 4376

tooltips de ballon en rebar

Hola: En mi windows.prg he hecho el cambio hWnd = CreateToolTip( Self:hWnd, cToolTip, .t. ) //for ballon tooltips ! para tener tooltips de balón. Si creo una ventana con una toolbar me aparecen los tooltip de balón, pero si lo que creo es una rebar el tooltip es el cuadrado ...
by José Luis Sánchez
Mon Mar 05, 2007 4:30 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: tooltips de ballon en rebar
Replies: 1
Views: 660
Next

Return to advanced search

cron