how would i know ??
oops.. thought that was roger asking me...
AutoRefresh when
Re: AutoRefresh when
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
breadmanbrian@bsky.social
http://www.breadmanrises.com
FB travel group: The Breadman Rises
Retired and traveling around the country to music festivals in my RV.
breadmanbrian@bsky.social
http://www.breadmanrises.com
FB travel group: The Breadman Rises
Re: AutoRefresh when
Please run with the below dclipx.dll. (Build 258 pre-release).
It has debugging.
http://donnay-software.com:8080/donnay/dclipx.zip
It has debugging.
http://donnay-software.com:8080/donnay/dclipx.zip
Code: Select all
METHOD DC_XbpBrowse:handleEvent( nEvent, mp1, mp2 )
IF nEvent == DCGUI_EVENT_BROWSE_REFRESH
wtf ::refreshWhenBlock, ::refreshBlock
IF ::isVisible()
IF Empty(::refreshWhenBlock) .OR. Eval(::refreshWhenBlock)
wtf 'so refreshing'
IF Valtype(::refreshBlock) == 'B'
Eval(::refreshBlock,self)
ELSE
::Refresh()
ENDIF
ENDIF
ENDIF
ELSE
RETURN ::XbpbrowseHandleEvent( nEvent, mp1, mp2 )
ENDIF
RETURN self
The eXpress train is coming - and it has more cars.
Re: AutoRefresh when
::refreshwhenblock is nil
::refreshblock is {||.t.}
and so refreshing is displaying.,
the browse itself, is not refreshing.
when i remove the when clause, the browse refreshes
and the debugger shows:
::refreshwhenblock is nil
::refreshblock is nil
and so refreshing is displaying.,
::refreshblock is {||.t.}
and so refreshing is displaying.,
the browse itself, is not refreshing.
when i remove the when clause, the browse refreshes
and the debugger shows:
::refreshwhenblock is nil
::refreshblock is nil
and so refreshing is displaying.,
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
breadmanbrian@bsky.social
http://www.breadmanrises.com
FB travel group: The Breadman Rises
Retired and traveling around the country to music festivals in my RV.
breadmanbrian@bsky.social
http://www.breadmanrises.com
FB travel group: The Breadman Rises
Re: AutoRefresh when
It looks like the refreshBlock and refreshWhenBlock are reversed.
I'll look into this.
I'll look into this.
The eXpress train is coming - and it has more cars.
Re: AutoRefresh when
New dclipx.dll at http://donnay-software.com:8080/donnay/dclipx.zip
---------------- New to 1.9 (build 258) ----------
1233. Fixed a problem with the REFRESHBLOCK .. WHEN clauses of @ .. DCBROWSE
being reversed and not working correctly.
---------------- New to 1.9 (build 258) ----------
1233. Fixed a problem with the REFRESHBLOCK .. WHEN clauses of @ .. DCBROWSE
being reversed and not working correctly.
The eXpress train is coming - and it has more cars.
Re: AutoRefresh when
works great... thanks..
as always..
as always..
Brian Wolfsohn
Retired and traveling around the country to music festivals in my RV.
breadmanbrian@bsky.social
http://www.breadmanrises.com
FB travel group: The Breadman Rises
Retired and traveling around the country to music festivals in my RV.
breadmanbrian@bsky.social
http://www.breadmanrises.com
FB travel group: The Breadman Rises