Search found 36 matches: ttray

Return to advanced search

Re: TTRAY error

Dear Yuri,

I just tested it with FWH 22.12 and it is working fine. We already fixed it
by Antonio Linares
Tue Jan 17, 2023 8:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTRAY error
Replies: 1
Views: 226

TTRAY error

... Calls =========== Called from: => ABS( 0 ) Called from: .\source\winapi\SHELLAPI.PRG => SHELL_NOTIFYICON( 0 ) Called from: .\source\classes\TTRAY.PRG => TTRAYICON:REFRESH( 118 ) Called from: .\source\classes\TTRAY.PRG => TTRAYICON:NEW( 59 )
by Natter
Mon Jan 16, 2023 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TTRAY error
Replies: 1
Views: 226

Re: problem w with FWH 16.12 and xHB.com

... MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\ttmpicke.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\ttray.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\ttreevie.prg] MYC_FLAGS = MYDEFINES = MYPRG_FLAGS = [Source\Classes\ttvitem.prg] MYC_FLAGS ...
by kajot
Sun Dec 25, 2016 9:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem w with FWH 16.12 and xHB.com
Replies: 11
Views: 4929

Re: Meter in tray messages. Is it possible?

Antonio, I think this : (click on wnd after you show the window at ttray ) #include "Fivewin.CH"static oWnd, oTray, oIconfunction TESTIT()  local oIcon1  DEFINE ICON oIcon  FILE "c:\work\fwh\icons\fivewin.ICO"  DEFINE ICON oIcon1 ...
by Silvio.Falconi
Sun Apr 03, 2016 2:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Meter in tray messages. Is it possible?
Replies: 10
Views: 1582

Re: TaskBar

ttray is not taskbar class but another....insert icons not show messages
for the first topic you can see my comment for it ( on xharbour and bcc7 not compile and Antonio have other problems)
by Silvio.Falconi
Mon Mar 14, 2016 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TaskBar
Replies: 5
Views: 1176

Re: TaskBar

viewtopic.php?f=3&t=22872

also source\classes\ttray.prg
by rhlawek
Mon Mar 14, 2016 12:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TaskBar
Replies: 5
Views: 1176

Re: Ejemplo TTray leyendo archivos

Hola, aqui tienes otro ejemplo. //---------------------//FUNCTION AvisaMf()local oDlgLOCAL oTimer, nInterval := 60000 * .50local cNombServ := "SERVIDOR", cDir := "PRUEBAS"local cPathF := "\\"+cNombServ+"\"+cDir    local cTable := "TUTABLA"loc...
by FranciscoA
Mon Nov 16, 2015 10:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo TTray leyendo archivos
Replies: 4
Views: 720

Re: Ejemplo TTray leyendo archivos

Javier, Armando

Gracias a ambos por sus ejemplos, aplicare los cambios y los probare ...
Muchas gracias nuevamente
by Enrrique Vertiz
Sun Nov 15, 2015 5:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo TTray leyendo archivos
Replies: 4
Views: 720

Re: Ejemplo TTray leyendo archivos

Enrique: Te va otro ejemplo. ..........ACTIVATE WINDOW oWindow MAXIMIZED VALID Cerrar() ON INIT Tiempo()/** --------------------------------------------------------------------------** --------------------------------------------------------------------------**/STATIC FUNCTION Tiempo...
by Armando
Sun Nov 15, 2015 5:16 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo TTray leyendo archivos
Replies: 4
Views: 720

Re: Ejemplo TTray leyendo archivos

Enrique, te pongo aquí algo de lo que tengo : FUNCTION Main()    DEFINE ICON oIcon  RESOURCE "Z_IPS"    DEFINE ICON oIcon1 FILE "..\icons\folder.ico"       DEFINE WINDOW oWnd Title "Sistema Empresarial, Enviando Archivos de Recargas"           ACTIVATE WINDOW oW...
by VitalJavier
Sun Nov 15, 2015 4:52 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo TTray leyendo archivos
Replies: 4
Views: 720

Ejemplo TTray leyendo archivos

Saludos estimados,

Estoy buscando ejemplos para hacer un programa residente que lea cada X cantidad de segundos una carpeta, el TestTray, es un buen comienzo, pero crea un Menu, no hay otro ejemplo con una idea similar a lo que busco, gracias
by Enrrique Vertiz
Sun Nov 15, 2015 12:37 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ejemplo TTray leyendo archivos
Replies: 4
Views: 720

Recompilar FiveHMX para xhb.com

... "Obj\tsymtabl.obj" "Obj\ttabctrl.obj" "Obj\ttable.obj" "Obj\ttmpicke.obj" "Obj\ttray.obj" "Obj\ttreevie.obj" "Obj\ttvitem.obj" "Obj\ttxtedit.obj" "Obj\ttxtfile.obj" "Obj\tview.obj" ...
by russimicro
Mon Dec 01, 2014 5:42 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Recompilar FiveHMX para xhb.com
Replies: 2
Views: 811

Bug in TTray

In testtray.prg, try to run it and hit ALT-F4. You will end up with a running app that can only be terminated using Task Manager.

EMG
by Enrico Maria Giordano
Mon Jan 11, 2010 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TTray
Replies: 0
Views: 307

Re: Bug in TTray.prg

Davide,

Style restored for next FWH 9.10 build,

thanks for your feedback :-)
by Antonio Linares
Sat Oct 17, 2009 4:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TTray.prg
Replies: 1
Views: 424

Bug in TTray.prg

Antonio, at a certain point, between 7.09 and 9.05 (probably here http://forums.fivetechsupport.com/viewtopic.php?f=3&t=12421) you commented out WS_DISABLED  DEFINE WINDOW ::oWnd STYLE NOR( WS_POPUP ) FROM 0,0 TO 0,0 OF oWnd // , WS_DISABLED  ACTIVATE WINDOW ::oWnd ON INIT ::oWnd:Hide...
by Davide
Mon Oct 12, 2009 1:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug in TTray.prg
Replies: 1
Views: 424
Next

Return to advanced search