-
27 Aug 2008 3:26 AM #11
hm i did something else too: I manipluated the taskbar-height formula, because one of the functions returned the wrong value...change it to 30, which one it is, i dont know atm, find out yourself in the TaskBar.js
-
27 Aug 2008 6:12 AM #12
I don't understand who fix the bug. I try use the file that is qWikiOffice, but the firbug give me this error:
Ext.get(this.el) has no properties TaskBar.js (line 528)
-
28 Aug 2008 3:03 AM #13
Finally I found a workaround for the broken button issue
desktop.css
but taskbar still not showing before resize...Code:#ux-taskbar { background:transparent none; height:30px; margin:0; padding:0; position:relative; z-index:999; } #ux-taskbar-start .x-btn { float: left; margin: 0; position:relative; z-index:1000; }
-
28 Aug 2008 4:08 AM #14
SOLVED?
SOLVED?
I added height:'30px' in taskbar.js, on line 95:
this.el.setStyle({
overflow:'hidden',
margin:'0',
border:'0 none',
height:'30px'
});
-
31 Aug 2008 6:43 AM #15
Refresh Events?
Refresh Events?
From playing around with it, the Z-index fix works great. For the taskbar not showing up initially, it seems as though any form of refresh event will do it (open a window and close it).
How do I force that on the entire desktop?
Thanks.
-
31 Aug 2008 3:07 PM #16
The solution with the height option 30px from siknus works fine, thanks a lot.
-
1 Sep 2008 10:08 PM #17
I also found fix for broken button link:
Line:42,taskbar.js
var width = 93;// Ext.get('ux-startbutton').getWidth()+10;
Use firebug to check the value "Ext.get('ux-startbutton').getWidth()+10", it finally give "93"
Thanks
-
30 Sep 2008 9:35 AM #18
You guys rock thank you.
I wasted about 2 hours yesterday - trying to see what I had messed up when I setup just the desktop. and then to find it was just a bug in the example.
-
20 Oct 2008 9:31 AM #19
Task bar problem in FF 3.x
Task bar problem in FF 3.x
This worked for me.
Change line 8 of Apps.js
Ext.onReady(this.initApp, this, {delay: 1});
-
20 Oct 2008 10:39 AM #20Sencha - Community Support Team
- Join Date
- Mar 2007
- Location
- The Netherlands
- Posts
- 24,251
- Vote Rating
- 41


Reply With Quote
