View unanswered posts | View active topics It is currently Sun May 19, 2013 1:35 pm

Forum rules


Before posting make sure you have done the following:
  • Checked for an update
  • Read the plugin's supplied documentation
  • Read the General Plugin FAQ
  • Read the plugin's FAQ

Only moderators can post a new topic, so if you have a new plugin, create a thread in the BB4Win forum and we'll move it for ya.



Post new topic Reply to topic  [ 59 posts ]  Go to page Previous  1, 2, 3, 4
 boxBar 0.1.7 (A system bar plugin) 
Author Message
BBAdult
User avatar

Joined: Wed Jan 18, 2006 2:11 pm
Posts: 23
Reply with quote
Post Re: boxBar 0.1.5 (A system bar plugin)
I've been trying manually positioning an incomplete bar - only the clock and tray - via x,y in the .rc and its handling the number very strangely O.o

I can put it in the upper-right corner, by using width-1 as 'x'.

If I use width-2, its rewritten as -2, and position as you'd expect from that.

If I use x=200, it works corretly. 400 also works. If I use width=600, its rewritten as -239 and the bar positioned accordingly. 575=>-264, and other strange correlations of that sort.

x: 560 works, x: 561 does not. This on a 1680 width screen, but who knows what other factors are coming into play here :D

Its really quite bizarre, although interesting to experiment with in a sort of twilight zone way, so um, plz2fix? :lol:


Sun Jan 18, 2009 10:32 am
Report this post
Profile
Sponsored Links
Google Adsense


BBDinosaur
User avatar

Joined: Wed Dec 13, 2006 7:33 pm
Posts: 263
Location: Pretoria, South Africa
Reply with quote
Post Re: boxBar 0.1.5 (A system bar plugin)
creidiki wrote:
I've been trying manually positioning an incomplete bar - only the clock and tray - via x,y in the .rc and its handling the number very strangely O.o

I can put it in the upper-right corner, by using width-1 as 'x'.

If I use width-2, its rewritten as -2, and position as you'd expect from that.

If I use x=200, it works corretly. 400 also works. If I use width=600, its rewritten as -239 and the bar positioned accordingly. 575=>-264, and other strange correlations of that sort.

x: 560 works, x: 561 does not. This on a 1680 width screen, but who knows what other factors are coming into play here :D

Its really quite bizarre, although interesting to experiment with in a sort of twilight zone way, so um, plz2fix? :lol:

For manual positioning of a small bar you may need to override the bar alignment autodetection.
Try changing the options
Code:
boxBar.align.vertical:      auto
boxBar.align.horizontal:    auto

to the corner that you want to set the coordinate of. Valid options are top,center,bottom,auto for vertical, and left,center,right,auto for horizontal.
The default value is auto, and that tries to guess based on position of the entire bar, but this may be unreliable in some cases

_________________
Try boxCore! :)
boxCore homepage. Forum thread on lostinthebox.
Bugs, Feature requests


Sun Jan 18, 2009 10:46 am
Report this post
Profile WWW
BBDinosaur
User avatar

Joined: Wed Dec 13, 2006 7:33 pm
Posts: 263
Location: Pretoria, South Africa
Reply with quote
Post boxBar 0.1.6
boxBar 0.1.6 is released

This fixes a crashing bug when clicking on tasks that were no longer valid, a consequence of this is that Task reordering has been removed as this was the cause of the problem.
The text changing style on tasks should also be fixed

Some new features as well
  • Added a "button" item. The default config has all its options
  • Added drag-over support to focus a task. So now dragging a file over a task will bring that task up so you can drop the file in its window :)
  • Maximum width of tasks now configurable. See the default config file or use the right-click config menu to change it (0 disables)

_________________
Try boxCore! :)
boxCore homepage. Forum thread on lostinthebox.
Bugs, Feature requests


Sun Jan 18, 2009 10:57 am
Report this post
Profile WWW
BBSage
User avatar

Joined: Sun Dec 18, 2005 11:30 am
Posts: 116
Reply with quote
Post Re: boxBar 0.1.6 (A system bar plugin)
Looks stable. Thx for drag-over!


Sun Jan 18, 2009 4:38 pm
Report this post
Profile
BBDinosaur
User avatar

Joined: Wed Dec 13, 2006 7:33 pm
Posts: 263
Location: Pretoria, South Africa
Reply with quote
Post boxBar 0.1.7 released
New bugfix release.

Fixes a bug in sizing things which left a gap when used vertically.
Some fixes for tooltips. Some where never being displayed (uTorrent) and some things would cause tooltips to flash

Links in first post

_________________
Try boxCore! :)
boxCore homepage. Forum thread on lostinthebox.
Bugs, Feature requests


Wed Feb 18, 2009 11:23 am
Report this post
Profile WWW
Reply with quote
Post Re: boxBar 0.1.7 (A system bar plugin)
any chance we can get the tasks to flash when they want your attention (e.g. new IM message) ?

Also with the vista power icon, you have to click it twice, otherwise the box dissappears when you try and change power profiles


Tue Mar 03, 2009 6:43 am
Report this post
BBDinosaur
User avatar

Joined: Wed Dec 13, 2006 7:33 pm
Posts: 263
Location: Pretoria, South Africa
Reply with quote
Post Re: boxBar 0.1.7 (A system bar plugin)
tmm wrote:
any chance we can get the tasks to flash when they want your attention (e.g. new IM message) ?
I've tried to add this in the 0.2 RC below

tmm wrote:
Also with the vista power icon, you have to click it twice, otherwise the box dissappears when you try and change power profiles
I've added additional handling for mouse clicks based on a post qwilk made a while ago on shell-coding regarding how vista handles them. Hopefully this fixes the problem with the power icon

The 0.2 RC also includes:
  • Icon on the button (blackbox icon only)
  • Ability to choose what to display for tasks (text, icon, both)
  • Fetches icons itself, so large icons should now work nicely on all branches
  • Fetches window caption itself, and displays in unicode (except the Ansi build). This should fix any ?'s that appeared in place of characters when displaying f.ex Japanese when you are set to English
  • Some of the names of advanced settings have changed, but this should not affect that many people, I am working on updated docs and they will be available by the actual release
  • Might be some other stuff that I have forgotten about ...

This works fine for me, please let me know if you encounter any problems.

Release for boxBar 0.2.0 RC1:
32-bit Unicode
64-bit Unicode
32-bit Ansi

_________________
Try boxCore! :)
boxCore homepage. Forum thread on lostinthebox.
Bugs, Feature requests


Mon Apr 20, 2009 8:03 am
Report this post
Profile WWW
BBAdult
User avatar

Joined: Wed Jan 18, 2006 2:11 pm
Posts: 23
Reply with quote
Post Re: boxBar 0.1.7 (A system bar plugin)
Carsomyr wrote:
This works fine for me, please let me know if you encounter any problems.

So far all the usual suspects seem to be playing along, I'll let you know if anything comes up.

... did you change something with the colouring of the clock? The text colour changed here, its barely readable now.


Tue Apr 21, 2009 5:31 pm
Report this post
Profile
BBDinosaur
User avatar

Joined: Wed Dec 13, 2006 7:33 pm
Posts: 263
Location: Pretoria, South Africa
Reply with quote
Post Re: boxBar 0.1.7 (A system bar plugin)
creidiki wrote:
... did you change something with the colouring of the clock? The text colour changed here, its barely readable now.

Not that I am aware of, and mine is still fine. If you could PM or post your style file I can check with that, there may be some case that is not getting handled correctly

_________________
Try boxCore! :)
boxCore homepage. Forum thread on lostinthebox.
Bugs, Feature requests


Sat Apr 25, 2009 1:29 pm
Report this post
Profile WWW
BBDinosaur
User avatar

Joined: Wed Dec 13, 2006 7:33 pm
Posts: 263
Location: Pretoria, South Africa
Reply with quote
Post Re: boxBar 0.2.0RC2
Second release candidate. Fixes toggle plugins not working. Also adds support for named items (currently only for the button).

Documentation (work in progress) : Documentation

Release for boxBar 0.2.0 RC2:
Links removed, get RC3 instead

_________________
Try boxCore! :)
boxCore homepage. Forum thread on lostinthebox.
Bugs, Feature requests


Last edited by Carsomyr on Sun Apr 26, 2009 8:51 am, edited 1 time in total.



Sat Apr 25, 2009 9:21 pm
Report this post
Profile WWW
BBAdult
User avatar

Joined: Wed Jan 18, 2006 2:11 pm
Posts: 23
Reply with quote
Post Re: boxBar 0.1.7 (A system bar plugin)
Re: RC2 :: The application cannot be blah di blah because blackbox64.exe could not be found. Whut. :shock:

Re: Clock Text :: Yup, with 1.7 the text is white, with RC1 its dark grey. Style archive is attached.


Attachments:
bPerfection_by_mini-man.zip [1.83 KiB]
Downloaded 59 times
Sat Apr 25, 2009 11:47 pm
Report this post
Profile
BBDinosaur
User avatar

Joined: Wed Dec 13, 2006 7:33 pm
Posts: 263
Location: Pretoria, South Africa
Reply with quote
Post Re: boxBar 0.1.7 (A system bar plugin)
creidiki wrote:
Re: RC2 :: The application cannot be blah di blah because blackbox64.exe could not be found. Whut. :shock:

:oops: Was busy testing something else at the time, sorry. RC3 will load again, and I'm done with testing the different exe name. That wasn't supposed to go in a released plugin.

creidiki wrote:
Re: Clock Text :: Yup, with 1.7 the text is white, with RC1 its dark grey. Style archive is attached.

Ok, found the problem. Fixed in RC3.
I had changed the way labels were implemented, and this resulted in the clock changing its background style properly but not setting its font style and color.

Documentation (work in progress) : Documentation

Release for boxBar 0.2.0 RC3:
32-bit Unicode
64-bit Unicode
32-bit Ansi

_________________
Try boxCore! :)
boxCore homepage. Forum thread on lostinthebox.
Bugs, Feature requests


Sun Apr 26, 2009 8:50 am
Report this post
Profile WWW
BBAdult
User avatar

Joined: Wed Jan 18, 2006 2:11 pm
Posts: 23
Reply with quote
Post Re: boxBar 0.1.7 (A system bar plugin)
On RC3 now - I can see the time again! \o/

Bug :: Found one, its those damn Vista tray icons again - I can't use the post-click pop-up window for battery/power status, it disappears as soon as I move the mouse off the tray icon.

The funny thing is - it works in 7 RC. It appears in the wrong place, but I can move the mouse over and click on it. Perhaps because I'm using a partial tray & clock bar in Vista.

Also about Windows 7 RC, icons which are hidden from the tray in explorer now show up, so good job on that :D However, the mouseovers are wrong or absent for network/power/sound system icons. Power/Sound have simple text popups, while Network and Action Centre have none. There's more stuff to do with that, but I think that's enough for now ;)

edit: its also a bit crashy - it killed boxcore on 7 while I was click-testing the tray, and plugging in my gamepad into Vista brought it crashing down too.


Sun Apr 26, 2009 10:14 am
Report this post
Profile
BBTeen

Joined: Sun Jan 09, 2005 4:58 am
Posts: 16
Reply with quote
Post Re: boxBar 0.1.7 (A system bar plugin)
I have been using this with bbmien based on bblean 1.17 and so far it is working fairly good. I do have one request though.

I have a fair number of apps (like Im) that will blink when active one does not though (Spark part of openfire) . It would great if when I get new im's this would blink properly.

And last in the task try the icons do not continue to blink. Would it be to much to ask if they continue to blink until I access them. Otherwise I get im's and the windows never show up they simply go to the tasks and if they do not continue to blink untill I ope nthe window then I usually don't notice them until many hours later when it is to late. Currently it will blink but only until I change focus to another window and if I don't notice the task tray blinking I simply loose track of the fact that new im came in.

Thank you.


Tue Aug 11, 2009 3:38 pm
Report this post
Profile
Sponsored Links
Google Adsense


Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 59 posts ]  Go to page Previous  1, 2, 3, 4


Who is online

Users browsing this forum: No registered users 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:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.