Procedure WindowCallback(WindowID,message,wParam,lParam)
ReturnValue=#PB_ProcessPureBasicEvents
If message=#WM_GETMINMAXINFO
ReturnValue=PVDynamic_LockWindow(WindowID,lParam)
EndIf
If message=#WM_SIZE
ReturnValue=PVDynamic_Resize(WindowID)
EndIf
If message=#WM_CTLCOLORSTATIC Or message=#WM_CTLCOLOREDIT Or message=#WM_CTLCOLORLISTBOX
ReturnValue=PVDynamic_ColorGadget(lParam,wParam)
EndIf
ProcedureReturn ReturnValue
EndProcedure
If you PM André, he might be able to tell you what is happening at Reel Media. Their website is fully functional, which is a good sign, and the latest PV supports PBv5x. André sells PureVision to European customers: http://www.purearea.net/pb/english/indexpv.htm
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
It is usually a matter of informing Reel Media about the new PB release and a few days later a new compatible PvXP version is released. I did already inform them by Mail when 5.20 was released, but a second notice to their support, wont hurt
Procedure WindowCallback(WindowID,message,wParam,lParam)
ReturnValue=#PB_ProcessPureBasicEvents
If message=#WM_GETMINMAXINFO
ReturnValue=PVDynamic_LockWindow(WindowID,lParam)
EndIf
If message=#WM_SIZE
ReturnValue=PVDynamic_Resize(WindowID)
EndIf
If message=#WM_CTLCOLORSTATIC Or message=#WM_CTLCOLOREDIT Or message=#WM_CTLCOLORLISTBOX
ReturnValue=PVDynamic_ColorGadget(lParam,wParam)
EndIf
ProcedureReturn ReturnValue
EndProcedure
I'm very shocked that the Callback uses multiples of If/EndIf instead of
the more optimized If/ElseIf/EndIf structure. Is this sample from a
current release of PureVision?
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Forum member "Paul" is the author of all things reelmedia. He's been here almost from the beginning and is very good about keeping his libraries updated with every new release of PureBasic. Just drop him a PM and if an update is required I'm sure he'll take care of it. But iirc he does wait until final releases before updating, so while many of us have been using 5.20 for months now, keep in mind that the final is brand-new.
netmaestro wrote:Forum member "Paul" is the author of all things reelmedia. He's been here almost from the beginning and is very good about keeping his libraries updated with every new release of PureBasic. Just drop him a PM and if an update is required I'm sure he'll take care of it. But iirc he does wait until final releases before updating, so while many of us have been using 5.20 for months now, keep in mind that the final is brand-new.
I can second this, even if I don't use PureVisionXP myself. Paul is regularly updating PV very fast, but mostly for the final release of PB.
And from handling PV orders I can say, that Paul is replying almost immediately
I got a message from Paul, where he told that he already started with updating PureVision to PB5.20 now.
He was not at home for some days, so he didn't notive the PB5.20 final release immediately, and last days he had to solve a bigger hardware / server crash...