DockLib beta available for testing

Share your advanced PureBasic knowledge/code with the community.
localmotion34
Enthusiast
Enthusiast
Posts: 665
Joined: Fri Sep 12, 2003 10:40 pm
Location: Tallahassee, Florida

DockLib beta available for testing

Post by localmotion34 »

ok this is approaching the initial release PB LIB, complete with dragging and intellisense "snapping" to a dockpane. id appreciate it if some people can test it out on differet OS (since i only have XP Pro) and give some comments and suggestions.

the final release version of the LIB will bring completely NATIVE support to have docking toolbars and windows WITHOUT affecting any subclassing and windowcallback() already existing in a person's code.

NOTE: in the final relsease, it WONT be reccomended that you additionally subclass docking windows UNLESS you are highly skilled at this, and you only want to process #wm_drawitem and a few other messeges.

http://www.penguinbyte.com/apps/pbwebst ... docklib.pb

Code: Select all

!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw
User avatar
Droopy
Enthusiast
Enthusiast
Posts: 658
Joined: Thu Sep 16, 2004 9:50 pm
Location: France
Contact:

Post by Droopy »

Missing DesktopOutput() function :(
Amundo
Enthusiast
Enthusiast
Posts: 200
Joined: Thu Feb 16, 2006 1:41 am
Location: New Zealand

Re: DockLib beta available for testing

Post by Amundo »

Sorry for the necroposting, but has anything else happened with this? Or is there an equivalent lib/source available?

TIA!

EDIT: Found this post with some code (thanks localmotion34!)
viewtopic.php?f=12&t=15811&p=94880&hili ... 1ea#p94880
Win10, PB6.x, okayish CPU, onboard video card, fuzzy monitor (or is that my eyesight?)
"When the facts change, I change my mind" - John Maynard Keynes
Post Reply