Hi Andrea,
Hi All,
I would really like to include the RibbonBar in the wxPython
distribution (under wx.lib.agw) in SVN, but unfortunately I didn't
receive any bug reports/feedback from GTK and Mac users. I know, I
know, the RibbonBar is an evil Windows thing and other platforms don't
want to use it, but as it is written in wxPython it *should* be
cross-platform and should work equally well on MSW, GTK and Mac.
If there are kind developers out there with access to Linux/Unix and
Mac machines, could you please let me know if the RibbonBar located
here:
http://xoomer.virgilio.it/infinity77/main/freeware.html#ribbonbar
or here:
http://xoomer.alice.it/infinity77/main/freeware.html#ribbonbar
works on the aforementioned platforms?
*************
** WARNING **
*************
Currently the RibbonBar in *vertical* mode is still a bit buggy on MSW.
Thank you.
Andrea.
On Ubuntu 9.04, when running the demo, I see a blank blue toolbar with
nothing in it. I also get the following traceback:
OverflowError: in method 'Rect_width_set', expected argument 2 of type
'int'
Traceback (most recent call last):
File "/home/mike/Desktop/ribbon/ribbon/toolbar.py", line 455, in
OnPaint
self._art.DrawToolBarBackground(dc, self, wx.RectS(self.GetSize
()))
File "/home/mike/Desktop/ribbon/ribbon/art_msw.py", line 1725, in
DrawToolBarBackground
self.DrawPartialPageBackground(dc, wnd, rect)
File "/home/mike/Desktop/ribbon/ribbon/art_msw.py", line 906, in
DrawPartialPageBackground
self.DrawPartialPageBackground2(dc, wnd, rect,
allow_hovered_or_page)
File "/home/mike/Desktop/ribbon/ribbon/art_msw.py", line 1566, in
DrawPartialPageBackground2
self.DrawPartialPageBackground(dc, wnd, rect, page, offset,
hovered)
File "/home/mike/Desktop/ribbon/ribbon/art_msw.py", line 908, in
DrawPartialPageBackground
self.DrawPartialPageBackground1(dc, wnd, rect,
allow_hovered_or_page, offset, hovered)
File "/home/mike/Desktop/ribbon/ribbon/art_msw.py", line 924, in
DrawPartialPageBackground1
background.width = sys.maxint
OverflowError: in method 'Rect_width_set', expected argument 2 of type
'int'
The traceback appears the minute the demo finishes loading and
continues to print as I move my cursor around in the first tab. I am
running Python 2.6.2 and wxPython 2.8.10.1 (unicode).
I get the same error on Ubuntu 8.10 with Python 2.5.2 and wxPython
2.8.8.0.
- Mike
···
On Nov 13, 6:22 am, Andrea Gavana <andrea.gav...@gmail.com> wrote: