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



Post new topic Reply to topic  [ 98 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next
 xoblite bb3 RC1 
Author Message
Moderator
User avatar

Joined: Wed Jan 26, 2005 8:04 am
Posts: 2252
Location: Philadelphia, PA
Reply with quote
Post 
Yeah vooshy, you are correct. I migrated xoblite over to a bblean machine and it's system bar took on a majority of bbleans systembar settings. I believe alot of the blackbox.*.whatevers in the rc's are pretty much universal.

_________________
if you can not believe it's not butter, then help out with the blackbox Wiki http://wiki.bb4win.org/wiki/Main_Page


Fri Feb 24, 2006 12:53 pm
Report this post
Profile WWW
Sponsored Links
Google Adsense


Moderator
User avatar

Joined: Wed Jan 26, 2005 8:04 am
Posts: 2252
Location: Philadelphia, PA
Reply with quote
Post 
I wonder if the idea of font shadow custom colorization will be impllimented. I do like the ability to get an embosed look on some styles.

Perhaps some type of override feature where we can define a color.

_________________
if you can not believe it's not butter, then help out with the blackbox Wiki http://wiki.bb4win.org/wiki/Main_Page


Fri Feb 24, 2006 1:01 pm
Report this post
Profile WWW
BBWise

Joined: Fri Jul 29, 2005 4:44 pm
Posts: 45
Reply with quote
Post 
I like Xoblite, why it is given me a C++ Runtime problem, various alert boxes about this? What is the problem? somthing I don`t have? maybe a msvcr...dll? I have 60 70 80


Fri Feb 24, 2006 11:03 pm
Report this post
Profile
BBAdult
User avatar

Joined: Sat Jul 16, 2005 7:54 am
Posts: 22
Reply with quote
Post 
Please correct me if i am wrong...

xoblite's systembar and toolbar are actually part of xoblite's core. you can only hide them (or hide one and achieve a single bar configuration ala bbLean and bbLeanBar) but they are still loaded in the memory (?).. now, if that is the case, i don't think that is lite... again, please correct me if i'm wrong..

_________________
If at first you don't succeed, destroy all evidence that you tried.


Sat Feb 25, 2006 12:35 am
Report this post
Profile
Moderator
User avatar

Joined: Wed Jan 26, 2005 8:04 am
Posts: 2252
Location: Philadelphia, PA
Reply with quote
Post 
Im not sure about the memory resident thing.. but bbleanbar is s plugin that's why it's totally removed when toggling it from the plugin list. BBLean's toolbar however acts the same as all the other branches of blackbox. i.e. it toggles the same way as xoblites toolbar.

_________________
if you can not believe it's not butter, then help out with the blackbox Wiki http://wiki.bb4win.org/wiki/Main_Page


Sat Feb 25, 2006 12:40 am
Report this post
Profile WWW
BBAdult
User avatar

Joined: Sat Jul 16, 2005 7:54 am
Posts: 22
Reply with quote
Post 
that's exactly what I like in bbLeanBar.. now, i hope someone would clear us about xoblite's SystemBar and Toolbar... cause i don't like the idea of just hiding one to achieve a configuration similar to bbLeanBar and yet the other one stays in memory although hidden, if that is the case. (?)

_________________
If at first you don't succeed, destroy all evidence that you tried.


Sat Feb 25, 2006 12:57 am
Report this post
Profile
Moderator
User avatar

Joined: Wed Jan 26, 2005 8:04 am
Posts: 2252
Location: Philadelphia, PA
Reply with quote
Post 
yeah, but... bblean's own toolbar is hidden in the same fashion as xoblite's is. There is no difference there. The only difference between xoblite and bblean is that bblean has more choices of toolbar addons.

All box shells has their toolbar integrated into them, I believe it performs a much needed task, that's why it's not permantly removed. Linux branches are the same in this.

bbleanbar could probably be made to work with xoblite if someone took a look at it. Or create a toolbar from xoblites exsisting one and just build around that.

_________________
if you can not believe it's not butter, then help out with the blackbox Wiki http://wiki.bb4win.org/wiki/Main_Page


Sat Feb 25, 2006 1:10 am
Report this post
Profile WWW
BBAdult
User avatar

Joined: Sat Jul 16, 2005 7:54 am
Posts: 22
Reply with quote
Post 
awkay, that's sounds crystal clear to me.. :)

_________________
If at first you don't succeed, destroy all evidence that you tried.


Sat Feb 25, 2006 1:23 am
Report this post
Profile
Moderator
User avatar

Joined: Mon Dec 06, 2004 12:06 am
Posts: 405
Location: Kungsbacka, Sweden
Reply with quote
Post 
To make a long story somewhat short, this is how it works:

bb4win and bbLean perform task and systray handling internally, and provide APIs (i.e. ways of accessing functions and data) to external plugins such as BBSystembar(Ex)/bbLeanBar and BBTray which act as display elements. In other words, you need either an integrated taskbar/systray plugin or separate taskbar and systray plugins to "see" something on screen.

xoblite features equivalent internal task and systray handling, but has taskbar+systray display functionality (toolbar+systembar) built in. It still provides the systray APIs, so you can load e.g. BBTray, but it only supports some of the taskbar APIs, which is why you (currently at least) can not load plugins such as BBSystembar(Ex)/bbLeanBar.

The reasoning behind xoblite's integrated taskbar/systray, again to make a long story short, is that such functionality is essential in a Windows environment, and should therefore always be accessible, whether you have the skills to load plugins or not (i.e. newbie friendly). It should also never get lost (e.g. screwing up settings), and it should be easy to find and configure. Having the different elements in the same executable also makes it possible to integrate them better, and they can potentially access each other's functionality. For example, I think I added 20 lines of code or so to make it possible to display the taskbar on the toolbar instead of on the systembar... :)

Due to the now very different code bases and feature sets of xoblite/bb4win/bbLean, it is not possible to compare file sizes anymore, but back in the days when (what was to become) xoblite was still fairly close to bb4win, its file size was always smaller than the equivalent core+plugin combinations. That doesn't necessarily mean it was "lighter" or "leaner" in every sense, but you could perhaps say that while the modular approach has certain benefits, so does the integrated approach. Finally, due to the fact that the difference lies mainly in the choice of display functionality and not the backend, the memory overhead of a hidden integrated element should be minimal or non-existent, especially when you consider that plugins need a certain overhead as well.

I'm not sure if that made things more clear, if not do not hesitate to ask! ;)

BR//Karl -> qwilk

PS. In case you're interrested, you'll find the headers for the taskbar/systray APIs at the bottom of http://xoblite.net/source/BBApi.h.html.


Sat Feb 25, 2006 2:53 am
Report this post
Profile WWW
BBAdult
User avatar

Joined: Sat Jul 16, 2005 7:54 am
Posts: 22
Reply with quote
Post 
now, if that is not clear, i don't know what is clear... :D

i understand it now.. it's really good to have the developer around..

so how do i fix the duplicate directories in the start menu? aside from modifying my directory structure itself.. i tried removing either "$StartMenu$" or "$CommonStartMenu$", but, of course, it won't show all my available menus... :?:

_________________
If at first you don't succeed, destroy all evidence that you tried.


Sat Feb 25, 2006 6:35 am
Report this post
Profile
BBDinosaur

Joined: Thu Dec 09, 2004 5:18 pm
Posts: 491
Reply with quote
Post 
The problem with the visual c++ runtime problem is with Xoblite and BBSeekBar, when begins a new song with Winamp or Foobar2000, happen this. For me.


Mon Mar 20, 2006 5:33 pm
Report this post
Profile YIM
BBWise

Joined: Sun May 18, 2008 2:13 pm
Posts: 58
Reply with quote
Post Re: xoblite bb3 RC1
I don't wish use bbLean etc...
I always use only Blackbox! Is this probably or very old the shell ?
What You say about Blackbox vs bbLean ?
:| :?:

some problem I have with styles "win borders" not be aplyed... but I now know it's need bbLeanSkin plugin.
I try use it :)
sorry, I'm newbie and ago not use any addons over! 8)

_________________
rundll32.dll


Sun May 18, 2008 4:01 pm
Report this post
Profile
Moderator
User avatar

Joined: Sun Feb 04, 2007 2:57 pm
Posts: 1008
Location: austria
Reply with quote
Post Re: xoblite bb3 RC1
  • xoblite bb3 RC1 is up to date & works fine under all flavours of Windows - including Vista
  • for LeanSkin, xoblite requires that you use bbLeanSkinMod - just like you have to use bbLeanSkinMod for Blackbox for Windows.
  • a full list of add-ons (or plugins) that are xoblite-compatible is here.

_________________
HTH

unkamunka - #bb4win


Mon May 19, 2008 2:16 pm
Report this post
Profile
BBWise

Joined: Sun May 18, 2008 2:13 pm
Posts: 58
Reply with quote
Post Re: xoblite bb3 RC1
Yes my favorites things is xoblite bb3 RC1 !

what is what this:
bbleanskinengmod116y1.zip
bbleanskinmod116m.zip
bbleanskinmod116u.zip - I see this 2008 year and I put it to plugins. Cool work!

I thinking more try to use bluebox... But i used to my blackboxy! 8)

_________________
rundll32.dll


Mon May 19, 2008 2:41 pm
Report this post
Profile
BBWise

Joined: Sun May 18, 2008 2:13 pm
Posts: 58
Reply with quote
Post Re: xoblite bb3 RC1
How I may to disable a dialog -
[reboot]
Are You Sure? [Y/N]
I wish reboot without any replys faster!
PS Always I had using:
[exec] (start) {shutdown.exe -r -f -t 00}
but now it's comes probably with somes other crazy my software. :)

_________________
rundll32.dll


Fri Jun 20, 2008 8:41 pm
Report this post
Profile
Sponsored Links
Google Adsense


Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 98 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6, 7  Next


Who is online

Users browsing this forum: No registered users and 0 guests


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.