Latest Forum Posts
photofx on 06 Nov : 19:56
no, none of the labels are a[more]

dac on 06 Nov : 14:05
I seem to have the same proble[more]

ElkMonster on 06 Nov : 14:00
also as far as i've had a look[more]

ElkMonster on 06 Nov : 13:54
erm... doesn't anybody have th[more]

dac on 06 Nov : 13:40
Neither the \# nor \\# seem to[more]

Backend
Our headlines can be syndicated by using either our rss or text feeds.
news.xml - news.txt





 
The Litestep Site for News, Modules, Sources, and all the other stuff around Litestep.

 
 
   
LS-Universe.info -> Forums -> Modules -> xTaskbar 1.1.8 bug thread
xTaskbar 1.1.8 bug thread
Go to page -1-2 Next
<< Previous thread | Next thread >>  
Author Post
SMaddox
Thread: xTaskbar 1.1.8 bug thread
             Mon Oct 25 2004, 12:14AM
Registered Member #165
Joined Sun Oct 17 2004, 10:33PM
posts 7
Well with a new release comes new problems. Heres one or two I have found:

xTaskbarIconY
Additionally you can make the position relative to the center of the TaskButton by appending the character 'c' after the number ("32c", "-128c").

This funciton doesn't seem to work correctly. It puts it relative to the bottom edge rather than the center. It does work correctly with IconX though, so its just IconY thats broken.

Other than that i have more of a question. I currently have my taskbar set up so that when a line is added, the icon position and font height changes, and changes back when a line is removed, but if i refresh with 2 lines up, then it will have the default settings rather than the settings for 2 lines. Is it possible to set it up so it wont do this? if you have any ideas plz tell me.
Back to top
Wolzly
Thread: xTaskbar 1.1.8 bug thread
             Mon Oct 25 2004, 04:31AM

Registered Member #22
Joined: Thu May 06 2004, 08:32AM
posts 62
Use mzscript to set it up on startup?

*script start !whateverbang
Back to top
Andymon
Thread: xTaskbar 1.1.8 bug thread
             Mon Oct 25 2004, 01:20PM

Joined: Thu Apr 29 2004, 08:25PM
posts 179
xTaskbar Icons are by default Centered in the Taskbutton, so if you don't need a special centering, simply don't set it, then it should work.
Back to top
SMaddox
Thread: xTaskbar 1.1.8 bug thread
             Mon Oct 25 2004, 11:02PM
Registered Member #165
Joined: Sun Oct 17 2004, 10:33PM
posts 7
Ya i was having trouble with it when i had two lines though, but nm i figured out what i was doin wrong.

But anyways i was just mentioning the c think just incase you wanted to fix it but ya i guess its not really necessary.
Back to top
Andymon
Thread: xTaskbar 1.1.8 bug thread
             Tue Oct 26 2004, 01:29PM

Joined: Thu Apr 29 2004, 08:25PM
posts 179
I checked the c flag and for me it works, maybe a interaction i didn't see?
Back to top
Anonymous
Thread: xTaskbar 1.1.8 bug thread
             Tue Oct 26 2004, 10:13PM

Guest
OK, one bug that surfaced in 1.1.8:
I have bangs to control the size and appearance of modules in my taskbar (ie to gain more space for program icons if need be). One of them hides Rainmeter and stretches xTaskbar to overlap the space it occupied. Previously this worked fine, but starting from 1.1.8, the space that Rainmeter occupied becomes a hall-of-mirrors, ie. that xTaskbar refuses to draw into it and anything drawn into it is not erased.

It works just fine if i hide Rainmeter and do not stretch xTaskbar, so I can see my label background behind.

Both of the modules are hooked into a label, so in theory, the bug may be a combination of xLabel, xTaskbar and Rainmeter operations, but I suspected xTaskbar, as changing the versions of any other modules doesn't help and regardless of their version, using xTaskbar 1.1.8 is the only way to replicate this bug.
Back to top
ElkMonster
Thread: xTaskbar 1.1.8 bug thread
             Fri Oct 29 2004, 01:26AM

Registered Member #5
Joined: Fri Apr 30 2004, 12:30AM
posts 73
my taskbar behaves somewhat strange: first off, the buttons are "offscreen" as if i had set negative offsets, which i haven't (no offset at all). then if i add a task, the buttons move slightly to the right so i can see more of them.
also it doesn't wrap right (i'm probably doing something wrong here): according to my setup, every button should appear above the others. but in fact xtaskbar puts two in a row

; --------------Taskbar Settings--------------
;xTaskbarLoadInBox
xTaskbarUpdateInterval
xTaskbarShowTooltip
xTaskbarX -200
xTaskbarY -200
xTaskbarHeight 0
xTaskbarWidth 200
xTaskbarAlwaysOnTop
;xTaskbarImage "alphamap_pixel_90percent.png"

xTaskbarLeftBorder 0
xTaskbarTopBorder 0
xTaskbarRightBorder 0
xTaskbarBottomBorder 0

xTaskbarUseSolidColors
xTaskbarSolidColors 808080
xTaskbarAutoLines
xTaskbarButtonDirection ".top"
xTaskbarButtonWrapDirection ".top"
xTaskbarMinButtonWidth 200
xTaskbarMinButtonHeight 20
xTaskbarMaxButtonHeight 20
xTaskbarMaxButtonWidth 200
xTaskbarShowIcon
xTaskbarShowText

xTaskbarTransparencyMode "true"
;xTaskbarAlphaTransparency "255"
;xTaskbarAlphaMap true



xTaskbarUseButtonSolidColors
xTaskbarButtonSolidColors A0A0A0
xTaskbarButtonAlphaBlend 255
xTaskbarButtonTrueTransparent true

; --------------Taskbar Icon Settings--------------
xTaskbarIconX 0
xTaskbarIconY 0

; --------------Taskbar Font Settings--------------
xTaskbarFontHeight 12
xTaskbarFontLeftBorder 18

; --------------Taskbar Event Settings--------------
xTaskbarOnLeftClickButton .select
xTaskbarOnMiddleClickButton .none
xTaskbarOnRightClickButton .menu

xTaskbarOnLineAdd !xTaskbarRepositionBy 0 -20 0 20
[ Edited Fri Oct 29 2004, 01:26AM ]
Back to top
Wolzly
Thread: xTaskbar 1.1.8 bug thread
             Fri Oct 29 2004, 06:35AM

Registered Member #22
Joined: Thu May 06 2004, 08:32AM
posts 62
Another bug (maybe) in the most recent ver of xtasbar.
xtaskbarX 20
xtaskbarY -10
xtaskbarWidth 16
xtaskbarHeight 0
xtaskbarShowText false
xtaskbarMinButtonWidth 16
xtaskbarMaxButtonWidth 16
xtaskbarMinButtonHeight 16
xtaskbarMaxButtonHeight 16
xtaskbarButtonDirection .top

xtaskbaronadd !xTaskbarRepositionBy 0 -16 0 16
xtaskbaronremove !xTaskbarRepositionBy 0 16 0 -16


The result is a taskbar which does what it's supposed to (sits in the bottomleft and grows up) but only the topmost image shows up, and the rest is just empty space (garbled images which hold onto any image which passes over it... a black hole if you will).
Back to top
Anonymous
Thread: xTaskbar 1.1.8 bug thread
             Sun Oct 31 2004, 12:15AM

Guest
The hall-of-mirrors effect Wolzly describes is exactly what happens in my theme too.

Anybody have any idea what causes it?
Back to top
Andymon
Thread: xTaskbar 1.1.8 bug thread
             Sun Oct 31 2004, 01:22PM

Joined: Thu Apr 29 2004, 08:25PM
posts 179
Hooked Taskbars should either use a Background or TrueTransparency!
Will be set automatically to
xTaskbarTransparencyMode true
when hooked with the next version of xTaskbar.
Back to top
Anonymous
Thread: xTaskbar 1.1.8 bug thread
             Mon Nov 01 2004, 01:40AM

Guest
Actually that did not solve the problem I was having. It seems that xTaskbar refuses to use the space other hooked modules did use, even if they become disabled and xTaskbar is stretched to cover them.

Setting a background or transparency mode does not affect this. If you need an example theme and/or screenshots of the dilemma, just ask.
Back to top

Quick Reply:

 

Go to page -1-2 Next

Jump:     Back to top



Chatbox



GothsSecret
   on 02 Nov : 19:54
hehe doin my best


Wolzly
   on 01 Nov : 18:54
ROFL!

You guys never fail to entertain


GothsSecret
   on 01 Nov : 15:47
oh.. sorry to those 2 online ppl, Just fucked up the site for a short mement


Backslash
   on 01 Nov : 06:00
xPopup 1.0.8 ROCKS!


Juan Guillermo
   on 31 Oct : 23:46
Thanks a lot for your GREAT work guis , xmodules are transforming the Litestep shell in a much more fancy/varsatile thing.


AngelKnight
   on 30 Oct : 16:44
^_^


Backslash
   on 29 Oct : 00:54
>Andymon - woot!
>GothsSecret - If necessary, you could probably reduce the gaps between the center and the sides, for those with lower resolutions (not me, I'm at 1280x1024!).


Andymon
   on 28 Oct : 13:02
Just wanna tell:
HighColor(16bit) is coming for all xModules in the near future, finally.


GothsSecret
   on 28 Oct : 11:47
hehe, now I like it too, I wassn't sure if it'll look good if we put a second menu right handed but now it's ok, so no need for a complete change anymore


BobixLeSage
   on 28 Oct : 11:34
Hello everyone!
This layout is just fine, don't get why you want to change it?!









© by LS-Universe.info