View unanswered posts | View active topics It is currently Thu Jul 29, 2010 2:22 pm



Post new topic Reply to topic  [ 930 posts ]  Go to page Previous  1 ... 8, 9, 10, 11, 12, 13, 14 ... 62  Next
 BBClean 1.16 
Author Message
BBSage

Joined: Wed Sep 20, 2006 4:13 pm
Posts: 96
Reply with quote
Post 
Is there a way to turn this off?

Quote:
changes in bbleanbar:

- workspace and clock label have independant size

_________________
Lost In The Box


Last edited by SuperGirl on Thu May 17, 2007 7:03 pm, edited 2 times in total.



Thu May 17, 2007 4:34 pm
Report this post
Profile
Sponsored Links
Google Adsense


Site Admin
User avatar

Joined: Sun Dec 05, 2004 8:59 pm
Posts: 1316
Location: Boise, Idaho
Reply with quote
Post 
extensions.rc

Don't remember the exact setting name, but normally you set it to either 255 or 0 :D I know, helpful!

_________________
-- Brian


Thu May 17, 2007 5:45 pm
Report this post
Profile ICQ YIM WWW
BBSage

Joined: Wed Sep 20, 2006 4:13 pm
Posts: 96
Reply with quote
Post 
I quoted the wrong line. :lol:

I updated my initial post.

Thanks.

_________________
Lost In The Box


Thu May 17, 2007 7:03 pm
Report this post
Profile
BBDinosaur
User avatar

Joined: Fri Jan 27, 2006 4:16 am
Posts: 794
Location: Karlstad, Sweden
Reply with quote
Post 
Is Zeytok like... Gone? What is going on? Are all the bbLean* developers being abducted by aliens? the feds? jesus christ? zz-top? Haven't seen a post from him in a while now.

My Miranda chat window icons get borked after a while, displaying random icons (usually explorer icons) in my leanbar. There are also some other random icon mixups going on. Anyone else experiencing this?

_________________
Don't forget to check the BlackBox FAQs.

Jabber: noccy@jabber.se | Web: www.noccy.com | Blog: Minimal Security


Thu May 24, 2007 10:23 am
Report this post
Profile ICQ YIM WWW
Boy meets Box
User avatar

Joined: Fri Dec 29, 2006 2:47 am
Posts: 623
Location: in front of the monitor.
Reply with quote
Post 
noccy wrote:
Anyone else experiencing this?


Me.

_________________
attack of the mini-man!
bb4win FAQs
mini-man-land


Thu May 24, 2007 4:21 pm
Report this post
Profile YIM WWW
The genius behind the scenes
User avatar

Joined: Sun Apr 29, 2007 5:38 pm
Posts: 76
Reply with quote
Post 
hmmm works fine for me (also using miranda)


Thu May 24, 2007 4:24 pm
Report this post
Profile ICQ
Site Admin
User avatar

Joined: Sun Dec 05, 2004 8:59 pm
Posts: 1316
Location: Boise, Idaho
Reply with quote
Post 
Okay, so I added the patches, but I can't compile as I don't use mingw and it doesn't want to compile with Visual Studio and I'm too lazy to fix it all to make it compile. So, this should compile, the patches went in clean, just need someone who can actually compile with mingw.


Attachments:
File comment: BBClean with theCyberShadow's patches. Source only.
BBClean_src.zip [272.56 KiB]
Downloaded 65 times

_________________
-- Brian
Thu May 24, 2007 4:39 pm
Report this post
Profile ICQ YIM WWW
BBDinosaur
User avatar

Joined: Wed Dec 13, 2006 7:33 pm
Posts: 260
Location: Pretoria, South Africa
Reply with quote
Post 
Compiled. Haven't tested it though. This is only the blackbox.exe, but that is the only thing which Cybershadows patchees change if I am correct?


Attachments:
File comment: Compiled the code
blackbox.exe [159.5 KiB]
Downloaded 101 times
Thu May 24, 2007 5:00 pm
Report this post
Profile WWW
Site Admin
User avatar

Joined: Sun Dec 05, 2004 8:59 pm
Posts: 1316
Location: Boise, Idaho
Reply with quote
Post 
You are correct and thank you ;-) Not that I use bbLean, but I figured I knew how to apply a patch so why not help out where I can :D

_________________
-- Brian


Thu May 24, 2007 11:44 pm
Report this post
Profile ICQ YIM WWW
BBDinosaur
User avatar

Joined: Fri Jan 27, 2006 4:16 am
Posts: 794
Location: Karlstad, Sweden
Reply with quote
Post 
I took the liberty to add the 2 most recent patches by CyberShadow and applying them to bbClean 1.16. Some of them required some manual intervention, but they should be applied ok:
  • bbLean_antifreeze_workspace.patch - makes workspace switching happen asynchronously
  • bbLean_antifreeze_reschange.patch - wraps update_screen_areas in a thread
  • bbLean_antifreeze_syscommands.patch - send_syscommand - the message result isn't required in most cases; post the message instead of sending it, to prevent temporary lock-ups
  • bbLean_antifreeze_shellserviceobjects.patch - moved LoadShellServiceObjects into a thread, since OLE initialization can take a significant amount of time on some systems, and causes the shell to freeze for up to a few minutes on start-up.

Compiled with g++.exe (GCC) 3.4.5 (mingw special)

Tested on my laptop, so it should work :)

Also, I put up a bbClean SVN repository... You can find it at svn://dev.noccy.com:969 - Anonymous can read but you need to be registered to write. To register, drop me a PM here with your desired password and I will add you.


Attachments:
File comment: $ ls *.patch
bbLean_antifreeze_reschange.patch
bbLean_antifreeze_shellserviceobjects.patch
bbLean_antifreeze_syscommands.patch
bbLean_antifreeze_workspace.patch

blackbox.exe [159 KiB]
Downloaded 145 times

_________________
Don't forget to check the BlackBox FAQs.

Jabber: noccy@jabber.se | Web: www.noccy.com | Blog: Minimal Security
Sat May 26, 2007 8:37 pm
Report this post
Profile ICQ YIM WWW
BBSage
User avatar

Joined: Sun Dec 18, 2005 11:30 am
Posts: 113
Reply with quote
Post 
After using this build, from my system tray area disappeared icons of volume and network. When i returned to previous build with patches (by Carsomyr) they showed as usual.

I'm using SystemBarEx


Sun May 27, 2007 8:05 am
Report this post
Profile
BBDinosaur
User avatar

Joined: Fri Jan 27, 2006 4:16 am
Posts: 794
Location: Karlstad, Sweden
Reply with quote
Post 
Zygzak wrote:
After using this build, from my system tray area disappeared icons of volume and network. When i returned to previous build with patches (by Carsomyr) they showed as usual.

I'm using SystemBarEx


Weird. Only difference in Tray.cpp between the two versions is the patch to start the ShellServiceObjects asynchronously. Can you validate that this issue is present with bbIconBox and bbLeanBar too?

_________________
Don't forget to check the BlackBox FAQs.

Jabber: noccy@jabber.se | Web: www.noccy.com | Blog: Minimal Security


Sun May 27, 2007 2:12 pm
Report this post
Profile ICQ YIM WWW
BBSage
User avatar

Joined: Sun Dec 18, 2005 11:30 am
Posts: 113
Reply with quote
Post 
Yes, there is same problem with both of them. I can add that in bbClean, in bbIconBox sys tray those two icons don't show immediately, but after 2-3 seconds. In latest version, they didn't showed even after few minutes.


Sun May 27, 2007 3:22 pm
Report this post
Profile
BBDinosaur
User avatar

Joined: Fri Jan 27, 2006 4:16 am
Posts: 794
Location: Karlstad, Sweden
Reply with quote
Post 
Zygzak wrote:
Yes, there is same problem with both of them. I can add that in bbClean, in bbIconBox sys tray those two icons don't show immediately, but after 2-3 seconds. In latest version, they didn't showed even after few minutes.


Okay, I can confirm this. This build restores the LoadShellServiceObjectsAsync() call to the old LoadShellServiceObjects() call. Does this resolve your issue?


Attachments:
File comment: - Reverted asynchronous ShellServiceObjects load
+ Menu shortcut fix for ampersands (&)

blackbox.exe [159 KiB]
Downloaded 206 times

_________________
Don't forget to check the BlackBox FAQs.

Jabber: noccy@jabber.se | Web: www.noccy.com | Blog: Minimal Security
Sun May 27, 2007 6:23 pm
Report this post
Profile ICQ YIM WWW
BBSage
User avatar

Joined: Sun Dec 18, 2005 11:30 am
Posts: 113
Reply with quote
Post 
Yes, thank you for fast resolving of problem. :)


Sun May 27, 2007 8:14 pm
Report this post
Profile
Sponsored Links
Google Adsense


Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 930 posts ]  Go to page Previous  1 ... 8, 9, 10, 11, 12, 13, 14 ... 62  Next


Who is online

Users browsing this forum: Google [Bot] and 1 guest


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.