Antonio,thanks now for the btnclose run ok it close thedesktop Alert
for the btnDown it run I can click on it but I not Know how open a popup menu
New code with new modifies
add loverDown see MouseMove method and LButtonDown
I add popmenu method
#include "fivewin.ch"#define CW_USEDEFAULT ...
Search found 21 matches: btndown
Searched query: btndown
- Thu Mar 10, 2016 5:40 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Desktop Alerts
- Replies: 39
- Views: 31326
- Thu Mar 10, 2016 11:37 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Desktop Alerts
- Replies: 39
- Views: 31326
Re: Desktop Alerts
... I not Know How give to button close the end() action and to button down the menupopup action
I made two aItems one for the btnclose and one for btndown
each item have an array type {name, .f.,{0,0,0,0}}
http://www.eoeo.it/wp-content/uploads/2016/03/desktopAlert.bmp
I use ...
I made two aItems one for the btnclose and one for btndown
each item have an array type {name, .f.,{0,0,0,0}}
http://www.eoeo.it/wp-content/uploads/2016/03/desktopAlert.bmp
I use ...
- Tue Mar 08, 2016 10:38 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Desktop Alerts
- Replies: 39
- Views: 31326
Re: Desktop Alerts
Silvio,
1. when I click on btndown it open the DesktopAlerts Settings dialog but when the ntimer is finished it close this dialog and the final user cannot insert his options
any solution ?
a extended sample.
Now You can open the popup without closing the message.
Testing backgrounds and open on ...
1. when I click on btndown it open the DesktopAlerts Settings dialog but when the ntimer is finished it close this dialog and the final user cannot insert his options
any solution ?
a extended sample.
Now You can open the popup without closing the message.
Testing backgrounds and open on ...
- Tue Mar 08, 2016 1:15 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Desktop Alerts
- Replies: 39
- Views: 31326
Re: Desktop Alerts
Antonio,
Add popupmenu into btndown
Add DesktopAlerts Settings dialog
Two question
1. when I click on btndown it open the DesktopAlerts Settings dialog but when the ntimer is finished it close this dialog and the final user cannot insert his options
any solution ?
2. How I can to have an animation ...
Add popupmenu into btndown
Add DesktopAlerts Settings dialog
Two question
1. when I click on btndown it open the DesktopAlerts Settings dialog but when the ntimer is finished it close this dialog and the final user cannot insert his options
any solution ?
2. How I can to have an animation ...
- Tue Mar 08, 2016 11:51 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Desktop Alerts
- Replies: 39
- Views: 31326
Re: Desktop Alerts
I add btnclose and btndown
I add text area sample two rows
#include "FiveWin.ch" //----------------------------------------------------------------------------// function Main() local oWnd DEFINE WINDOW oWnd TITLE "Click me for a desktop notification" ACTIVATE WINDOW oWnd ; ON CLICK ...
I add text area sample two rows
#include "FiveWin.ch" //----------------------------------------------------------------------------// function Main() local oWnd DEFINE WINDOW oWnd TITLE "Click me for a desktop notification" ACTIVATE WINDOW oWnd ; ON CLICK ...
- Thu Jul 05, 2012 10:55 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: To Uwe
- Replies: 14
- Views: 5150
Re: To Uwe
... SIZE 60, 30 PROMPT "32 x 32" ;
FONT oFont1 ;
LEFT ;
NOBORDER ;
FILENAME c_path + "\Logo\32x32N.bmp", ; // BtnUp
c_path + "\Logo\32x32C.bmp", ; // BtnDown
c_path + "\Logo\32x32D.bmp", ; // Disabled
c_path + "\Logo\32x32O.bmp" ; // Overmouse
ACTION SET_BTNBMP( oBtn, 1 )
oBtn[1]:lTransparent := .T ...
FONT oFont1 ;
LEFT ;
NOBORDER ;
FILENAME c_path + "\Logo\32x32N.bmp", ; // BtnUp
c_path + "\Logo\32x32C.bmp", ; // BtnDown
c_path + "\Logo\32x32D.bmp", ; // Disabled
c_path + "\Logo\32x32O.bmp" ; // Overmouse
ACTION SET_BTNBMP( oBtn, 1 )
oBtn[1]:lTransparent := .T ...
- Fri Apr 16, 2010 5:48 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Sigo problema RMAKE: TsBrowse y Tsbutton
- Replies: 6
- Views: 1195
Sigo problema RMAKE: TsBrowse y Tsbutton
... prg
TSGet.c : TSGet.prg
TSCombo.c : TSCombo.prg
TSMulti.c : TSMulti.prg
TSFGet.c : TSFGet.prg
TSPoint.c : TSPoint.prg
ScrllBar.c : ScrllBar.prg
BtnDown.c : BtnDown.prg
Debug.c : Debug.prg
SBMsg$(Lang).c : SBMsg$(Lang).prg
TSBrowse.obj : TSBrowse.c
TSColumn.obj : TSColumn.c
TSBtnGet.obj : TSBtnGet ...
TSGet.c : TSGet.prg
TSCombo.c : TSCombo.prg
TSMulti.c : TSMulti.prg
TSFGet.c : TSFGet.prg
TSPoint.c : TSPoint.prg
ScrllBar.c : ScrllBar.prg
BtnDown.c : BtnDown.prg
Debug.c : Debug.prg
SBMsg$(Lang).c : SBMsg$(Lang).prg
TSBrowse.obj : TSBrowse.c
TSColumn.obj : TSColumn.c
TSBtnGet.obj : TSBtnGet ...
- Wed Nov 11, 2009 4:22 pm
- Forum: FiveWin for Harbour/xHarbour
- Topic: Problem linking with Xharbour commercial
- Replies: 11
- Views: 2767
Re: Problem linking with Xharbour commercial
... Compiler build 1.2.1 (SimpLex) (Rev. 6633)
Copyright 1999-2009, m m
Generating object output to 'obj\TSMULTI.obj'...
Type: C >>>xhb.exe -o"obj\BTNDOWN.c" -m -n -pOobj\ -q -gc0 -D__HARBOUR__ -D__FLAT__ -I"c:\fwh\include" -I"c:\xhb\c_include\win" -I"c:\fwh\include" -I"C:\XHB\include" -I"C:\XHB ...
Copyright 1999-2009, m m
Generating object output to 'obj\TSMULTI.obj'...
Type: C >>>xhb.exe -o"obj\BTNDOWN.c" -m -n -pOobj\ -q -gc0 -D__HARBOUR__ -D__FLAT__ -I"c:\fwh\include" -I"c:\xhb\c_include\win" -I"c:\fwh\include" -I"C:\XHB\include" -I"C:\XHB ...
- Thu Apr 23, 2009 1:50 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Manuel Mercado - TSbrowse p/ xharbour 1.2.1
- Replies: 4
- Views: 1197
Manuel Mercado - TSbrowse p/ xharbour 1.2.1
... include ..\LIB\SCRLLBAR.C > comp.log
C:\Bcc55\bin\bcc32 -D__HARBOUR__ -O2 -c -Ic:\bcc55\include;C:\xHar121\Include;c:\
fwh802\include ..\LIB\BTNDOWN.C > comp.log
C:\Bcc55\bin\bcc32 -D__HARBOUR__ -O2 -c -Ic:\bcc55\include;C:\xHar121\Include;c:\
fwh802\include ..\SOURCE\FUNCTION\TSBFUNCS.C > comp ...
C:\Bcc55\bin\bcc32 -D__HARBOUR__ -O2 -c -Ic:\bcc55\include;C:\xHar121\Include;c:\
fwh802\include ..\LIB\BTNDOWN.C > comp.log
C:\Bcc55\bin\bcc32 -D__HARBOUR__ -O2 -c -Ic:\bcc55\include;C:\xHar121\Include;c:\
fwh802\include ..\SOURCE\FUNCTION\TSBFUNCS.C > comp ...
- Wed Dec 17, 2008 2:52 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Al crear lib SBrowseX marca error Scroll.c
- Replies: 0
- Views: 708
Al crear lib SBrowseX marca error Scroll.c
... como nunca he usado lenguaje C no se donde este el problema:
(indico con /// ERROR en donde me lo marca)
Compilando TSPOINT.PRG...
Compilando BTNDOWN.PRG...
Compilando SCRLLBAR.PRG...
Compilando TSBROWSE.PRG...
Compilando TSBTNGET.PRG...
Compilando TSCOLUMN.PRG...
Compilando TSCOMBO.PRG ...
(indico con /// ERROR en donde me lo marca)
Compilando TSPOINT.PRG...
Compilando BTNDOWN.PRG...
Compilando SCRLLBAR.PRG...
Compilando TSBROWSE.PRG...
Compilando TSBTNGET.PRG...
Compilando TSCOLUMN.PRG...
Compilando TSCOMBO.PRG ...
- Wed Aug 27, 2008 7:44 am
- Forum: Utilities / Utilidades
- Topic: Boris Pekic - NG's archive
- Replies: 27
- Views: 101386
Fivewin Classes
... am trying compile btnget in FW and FWH :
IN FW :
CLIPPER BTNGET\FWCAL /N/M/A/W
CLIPPER BTNGET\Btnget /N/M/A/W
CLIPPER BTNGET\Btndown /N/M/A/W
BCC -c -ml -O2 -G -B -I\wk_fw\_inc -oGetbtn.obj Btnget\getbtn.c
Tlib WLIB3_16 -+fwcal -+btnget -+getbtn
IN FWH
harbour BTNGET\Btnget ...
IN FW :
CLIPPER BTNGET\FWCAL /N/M/A/W
CLIPPER BTNGET\Btnget /N/M/A/W
CLIPPER BTNGET\Btndown /N/M/A/W
BCC -c -ml -O2 -G -B -I\wk_fw\_inc -oGetbtn.obj Btnget\getbtn.c
Tlib WLIB3_16 -+fwcal -+btnget -+getbtn
IN FWH
harbour BTNGET\Btnget ...
- Fri Apr 18, 2008 1:08 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: Link con nueva LIB
- Replies: 4
- Views: 1037
Link con nueva LIB
... problemas
echo %1.obj + >> b32.bc
echo wBrwLine.obj tHeader.obj tHeaderS.obj tMultise.obj GetBtn.obj + >> b32.bc
echo tBrowGet.obj BtnGet.obj BtnDown.obj wBrowse.obj Browse.obj , + >> b32.bc
echo %1.exe, + >> b32.bc
echo %1.map, + >> b32.bc
echo C:\FWH\lib\Fivehx.lib C:\FWH\lib\FiveHC.lib ...
echo %1.obj + >> b32.bc
echo wBrwLine.obj tHeader.obj tHeaderS.obj tMultise.obj GetBtn.obj + >> b32.bc
echo tBrowGet.obj BtnGet.obj BtnDown.obj wBrowse.obj Browse.obj , + >> b32.bc
echo %1.exe, + >> b32.bc
echo %1.map, + >> b32.bc
echo C:\FWH\lib\Fivehx.lib C:\FWH\lib\FiveHC.lib ...
- Thu Mar 20, 2008 7:29 pm
- Forum: FiveWin para Harbour/xHarbour
- Topic: SR.ANTONIO-Comportamento estranho do FW
- Replies: 9
- Views: 4163
- Thu Mar 20, 2008 11:25 am
- Forum: FiveWin para Harbour/xHarbour
- Topic: SR.ANTONIO-Comportamento estranho do FW
- Replies: 9
- Views: 4163
- Tue Feb 19, 2008 11:38 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: New update of TSBrowse 7 with some bug fixes in our blog
- Replies: 17
- Views: 3962