toolbar pro lib still doesnt work

Everything else that doesn't fall into one of the other PB categories.
localmotion34
Enthusiast
Enthusiast
Posts: 665
Joined: Fri Sep 12, 2003 10:40 pm
Location: Tallahassee, Florida

toolbar pro lib still doesnt work

Post by localmotion34 »

i just DL 3.9 and some of my sources use the toolbar pro lib, which i use to navigate between windows.

i use:

Code: Select all

]
CreateTB(0,WindowID(),50,39) 
AddTBbutton(19,1,#TBpro_CheckButton) 

 Case 19
          HideWindow(#perfusion,0)
          HideWindow(#Window_3,1)
          HideWindow(#window_5,1)
          HideWindow(#Window_4,1)
          HideWindow(#Window_6,1)

my program wont shift between windows at all

Code: Select all

!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw
localmotion34
Enthusiast
Enthusiast
Posts: 665
Joined: Fri Sep 12, 2003 10:40 pm
Location: Tallahassee, Florida

Post by localmotion34 »

does anyone know at all why i cant get this to work? i thought it would be fixed in 3.9 official release?

Code: Select all

!.WHILE status != dwPassedOut
! Invoke AllocateDrink, dwBeerAmount
!MOV Mug, Beer
!Invoke Drink, Mug, dwBeerAmount
!.endw
LarsG
Enthusiast
Enthusiast
Posts: 713
Joined: Mon Jun 02, 2003 1:06 pm
Location: Norway
Contact:

Post by LarsG »

PureTools, by Danilo, which you're using.. (the toolbar library), has had a bug since the beta upgrades, and also on the 3.90 version..
Danilo was waiting for the final PB realease before he was going to update/fix it...
I don't know the status on it now though...

AMD Athlon XP2400, 512 MB RAM, Hercules 3D Prophet 9600 256MB RAM, WinXP
PIII 800MHz, 320 MB RAM, Nvidia Riva Tnt 2 Mach 64 (32MB), WinXP + Linux
17" iMac, 1.8 GHz G5, 512 MB DDR-RAM, 80 GB HD, 64 MB Geforce FX 5200, SuperDrive, OSX
Anden
Enthusiast
Enthusiast
Posts: 135
Joined: Mon Jul 21, 2003 7:23 am
Contact:

Post by Anden »

Well, maybe Danilo is busy updating his codes (and he's written loads of usefull stuff) because v3.90 changed that much internally, that almost NO professional PB code worked after updating.

More bad news: Danilo's lib is the one and only toolbar which allows professional looking applications to be written with PB (without inventing the wheel again / massive API coding).
PolyVector
Enthusiast
Enthusiast
Posts: 499
Joined: Wed Sep 17, 2003 9:17 pm
Location: Southern California
Contact:

Post by PolyVector »

Yeah, it's the only solution I've found for nice-looking toolbars... I hope it gets fixed soon, or some better built-in support is added...
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Danilo released an update
http://Danilo.PureArea.net/PureTools_I_020b.zip
He changed the events, so read the included txt file.
Anden
Enthusiast
Enthusiast
Posts: 135
Joined: Mon Jul 21, 2003 7:23 am
Contact:

Post by Anden »

Thanks Danilo, that made my day :-)

Any info available why events changed from gadget to menu?
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Any idea where the toolbar pro stuff went?
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
RJP Computing
Enthusiast
Enthusiast
Posts: 202
Joined: Sun Apr 27, 2003 4:44 am
Location: Michigan, USA
Contact:

Post by RJP Computing »

It is now included in PureTools. You can download it from the PureArea.net site.

Here is the latest version.
http://www.purearea.net/pb/download/use ... _I_021.zip
-Ryan
RJP Computing

Ubuntu 8.10/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, nVidia GeForce 7600GT 512MB
Post Reply