Search found 44 matches: bmoved

Return to advanced search

ON MOVE from dialog or window

... FUNC MAIN LOCAL oWnd DEFINE WINDOW oWnd FROM 10,10 TO 20,70 SET MESSAGE OF oWnd TO "TEST ON MOVE" CLOCK DATE KEYBOARD NOINSET oWnd:bMoved := {|nRow,nCol|oWnd:setMsg(LTRIM(STR(nRow)) + " , " + LTRIM(STR(nCol)))} ...
by Frank Demont
Thu Aug 31, 2006 2:25 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ON MOVE from dialog or window
Replies: 2
Views: 632

Errors in window.prg ?

Hello Trying to use ON MOVE , i noticed : 1) oDlg:bMoved is executed with nRow,ncol , so the preprocessor should be (fivewin.ch and dialog.ch): <oWnd>:bMoved [ := \{ | nRow,nCol | <uMove> \} ], ; 2) Comparing two methods : case nMsg == ...
by Frank Demont
Mon Aug 28, 2006 11:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Errors in window.prg ?
Replies: 0
Views: 371

... 32 CLASS TDIAG OF TDIALOG CLASSDATA lRegistered AS LOGICAL DATA lSomb AS LOGICAL INIT .F. DATA hFond,hPen,nDif METHOD Activate( bClicked, bMoved, bPainted, lCentered, bValid, lModal, bInit, bRClicked, bWhen, nClrShadow ) METHOD Initiate( hWndFocus, hWnd ) METHOD Paint() METHOD StartPaint() ...
by manuramos
Mon Apr 24, 2006 6:37 pm
 
Forum: FiveWin para CA-Clipper
Topic: Para Manu Ramos (diálogo con sombra)
Replies: 1
Views: 1018

Bugs: TGet bchange /Outlook/ suggestion to .ch

... dialog ::oDlg nomodal valid ::MyValid() (...) The activate code will conflict with Self name, see the PPO: ::oDlg:Activate(::oDlg:bLClicked,::oDlg:bMoved,::oDlg:bPainted,.T.,,! .T. ,{|Self|::MyValid()},::oDlg:bRClicked,,) "valid ::MyValid()" turn into "{|Self|::MyValid()}" We suggest change Self ...
by Maurilio Viana
Mon Mar 20, 2006 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs: TGet bchange /Outlook/ suggestion to .ch
Replies: 7
Views: 1957

... 32 CLASS TDIAG OF TDIALOG CLASSDATA lRegistered AS LOGICAL DATA lSomb AS LOGICAL INIT .F. DATA hFond,hPen,nDif METHOD Activate( bClicked, bMoved, bPainted, lCentered, bValid, lModal, bInit, bRClicked, bWhen, nClrShadow ) METHOD Initiate( hWndFocus, hWnd ) METHOD Paint() METHOD StartPaint() ...
by manuramos
Wed Mar 15, 2006 6:27 pm
 
Forum: Utilities / Utilidades
Topic: Sugerencias GET's
Replies: 6
Views: 3832

TOutlook bug/ TGet bChange bug / Suggestions to .ch files

... dialog ::oDlg nomodal valid ::MyValid() (...) The activate code will conflict with Self name, see the PPO: ::oDlg:Activate(::oDlg:bLClicked,::oDlg:bMoved,::oDlg:bPainted,.T.,,! .T. ,{|Self|::MyValid()},::oDlg:bRClicked,,) "valid ::MyValid()" turn into "{|Self|::MyValid()}" We suggest change Self ...
by Maurilio Viana
Tue Mar 07, 2006 10:16 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: TOutlook bug/ TGet bChange bug / Suggestions to .ch files
Replies: 0
Views: 1301

16 bits tranparentes

... -16 CLASS TDIAG OF TDIALOG CLASSDATA lRegistered AS LOGICAL DATA lSomb AS LOGICAL INIT .F. DATA hFond,hPen,nDif METHOD Activate( bClicked, bMoved, bPainted, lCentered, bValid, lModal, bInit, bRClicked, bWhen, nClrShadow ) METHOD Initiate( hWndFocus, hWnd ) METHOD Paint() METHOD StartPaint() ...
by manuramos
Thu Feb 02, 2006 5:36 pm
 
Forum: FiveWin para CA-Clipper
Topic: 16 bits tranparentes
Replies: 6
Views: 1924

How to stop Dialog moving out of client area of a Window

... "Move" from the System Menu of a Dialog box ? 2) Can we ristrict a dialog movement beyond the Client area of a Window. I tried in this way: oDlg:bMoved := {|| oDlg:Move(72,4), SysRefresh() } The Dialog box became movable beyond the client area, even though the "DEFINE DIALOG oDlg OF oMainWindow:oClient" ...
by RAMESHBABU
Sat Jan 14, 2006 1:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to stop Dialog moving out of client area of a Window
Replies: 5
Views: 1408

Para Antonio Consulta Arrays (PPO)

... ) IF !EOF() dbSkip(1) ENDIF NEXT oDlg:Activate( Upper("maximized"), oDlg:bLClicked, oDlg:bRClicked, oDlg:bMoved, oDlg:bResized, oDlg:bPainted, oDlg:bKeyDown, oDlg:bInit,,,,,,,,,,, oDlg:bLButtonUp ) return nil 
by devwin2004
Thu Dec 29, 2005 5:53 pm
 
Forum: FiveWin para CA-Clipper
Topic: Para Antonio Consulta Arrays (PPO)
Replies: 1
Views: 892

... ) IF !EOF() dbSkip(1) ENDIF NEXT oDlg:Activate( Upper("maximized"), oDlg:bLClicked, oDlg:bRClicked, oDlg:bMoved, oDlg:bResized, oDlg:bPainted, oDlg:bKeyDown, oDlg:bInit,,,,,,,,,,, oDlg:bLButtonUp ) return nil 
by devwin2004
Thu Dec 29, 2005 1:06 pm
 
Forum: FiveWin para CA-Clipper
Topic: Ayuda con Arrays TestData[nI,4] = desig->nmes
Replies: 3
Views: 1190

DIALOG

... compiler shown error in "DEFINE DIALOG" row. If I INCLUDE "FiveWin.ch", then when I start exe, error shows: Message not found. TWINDOW:BMOVED One stupid question: which INCLUDE file is for programing in PPC - I'm beginner in PPC :) Thank you, Richard & Antonio
by remecd
Mon Dec 19, 2005 5:20 pm
 
Forum: FiveWin for Pocket PC
Topic: DIALOG
Replies: 15
Views: 6241

I fix my tget (fwh24) and i include it in my link but if i use:

oget1:bMoved:={ || myfunction() }

myfunction() is called only when i relase the left mouse button

while if i use

oget1:bMMoved:={ || myfunction() }

nothing happens

any help
Piscicelli/Zingoni
by Piscicelli Zingoni
Fri Dec 02, 2005 12:28 pm
 
Forum: FiveWin for CA-Clipper
Topic: help about oget1:ldrag:=.t.
Replies: 2
Views: 910

help about oget1:ldrag:=.t.

I have this little example: ... get oget1 var pippo1 ... get oget2 var pippo2 oget1:ldrag:=.t. oget2:ldrag:=.t. oget1:bMoved:={ || myfunction() } activate .... Now i want to move pippo1 and while i move it i want call a myfunction(). The above example only call the myfunction() after ...
by Piscicelli Zingoni
Wed Nov 30, 2005 10:28 am
 
Forum: FiveWin for CA-Clipper
Topic: help about oget1:ldrag:=.t.
Replies: 2
Views: 910

info su: oget:ldrag:=.t.

... oget2 var pippo2 oget1:ldrag:=.t. oget2:ldrag:=.t. activate .... Volevo che al muovere di pippo1 si muovesse anche pippo2 ho provato con: oget1:bMoved:={ || miafunzione() } ma ho visto che tale funzione viene chiamata solo al rilascio di pippo1 io volevo invece qualcosa che venisse richiamato ...
by Piscicelli Zingoni
Tue Nov 29, 2005 6:49 pm
 
Forum: All products support
Topic: info su: oget:ldrag:=.t.
Replies: 3
Views: 993
Previous

Return to advanced search