Page 1 of 1

xBrowse simple Leftclick

Posted: Sat Jun 21, 2008 12:48 pm
by UD previous posts
how can i add action in a xbrowse for a single Left click ?

Tx uwe D aus E

Posted: Sat Jun 21, 2008 3:01 pm
by demont frank
In TxbrwColumn :

DATA bLClickHeader,; // codeblock to be evaluated when left clicking on the header
bLClickFooter,; // codeblock to be evaluated when left clicking on the footer

Maybe you mean that bLClickData not exist. I suppose this can only be used to select a row or column

Frank

Posted: Sat Jun 21, 2008 3:34 pm
by UD previous posts
Yes u are right i dont notice it

Another Idea i want a detailed view of this row

how can i do that like tooltip which was shown after a few seconds

Posted: Sat Jun 21, 2008 6:29 pm
by Otto
Hello Frank,

have you seen my private email about the-booking platform?
Regards,
Otto

Posted: Mon Jun 23, 2008 6:25 am
by demont frank
Otto,

I have no idea , have you sent a private e-mail ?

If so , it is not arrived.

Frank

Posted: Mon Jun 23, 2008 6:42 am
by demont frank
Uwe Diemer wrote:Yes u are right i dont notice it

Another Idea i want a detailed view of this row

how can i do that like tooltip which was shown after a few seconds


Uwe


This can be done , as

oBrwB:bChange := {|Self,lUpDown| ShowLine(Self,lUpDown, @ShowDlg,oDlg) , SetActiveWindow(oDlg:hWnd) , oBrwb:SetFocus() )}

The second parameter (lUpDownn) is .T. when the row is changed (.F. changing columns)


When .T. , a Dialog (NOWAIT) can be build


Code: Select all | Expand

PROC ShowLine(oBrw,lUpDown,ShowDlg,oDlg)
**********************************
IF lUpDown
  IF ShowDlg<>nil
    ShowDlg:end()
  END
  DEFINE DIALOG ShowDlg OF oDlg ...
      .....
  ACTIVATE DIALOG ShowDlg NOWAIT
END


Posted: Mon Jun 23, 2008 6:43 pm
by Otto
Frank, I sent on your fototeam address.
Regards,
Otto

Posted: Tue Jun 24, 2008 6:12 am
by demont frank
Otto wrote:Frank, I sent on your fototeam address.
Regards,
Otto


Sorry otto , i don't know anything from a fototeam address

Posted: Tue Jun 24, 2008 6:21 am
by Otto
Excuse me . Maybe I mix up something.
Aren’t you Robert Frank?
Regards,
Otto