PiRSquared17 / marave

Automatically exported from code.google.com/p/marave
GNU General Public License v2.0
0 stars 0 forks source link

Buttons do not show until something is written #92

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open marave
2. Move the pointer over the buttons area

What is the expected output? What do you see instead?
You should be able to see the buttons, so that you can open an existing file 
for example. Instead it doesn't show anything until you write something.

What version of the product are you using? On what operating system?

Linux tarantino 2.6.32-24-generic #38-Ubuntu SMP Mon Jul 5 09:22:14 UTC 2010 
i686 GNU/Linux

Python 2.6.5

Marave r456

Please provide any additional information below.

Standard output:

elbarto@tarantino:~$ marave
Using canvas editor
<module 'marave' from 
'/usr/local/lib/python2.6/dist-packages/marave/__init__.pyc'>
<module 'marave' from 
'/usr/local/lib/python2.6/dist-packages/marave/__init__.pyc'>
<module 'marave' from 
'/usr/local/lib/python2.6/dist-packages/marave/__init__.pyc'>
<module 'marave' from 
'/usr/local/lib/python2.6/dist-packages/marave/__init__.pyc'>
Cannot open file 
'/usr/local/lib/python2.6/dist-packages/marave/plugins/icons/configure.svg', 
because: No such file or directory
Cannot open file 
'/usr/local/lib/python2.6/dist-packages/marave/plugins/icons/configure.svg', 
because: No such file or directory
Cannot open file 
'/usr/local/lib/python2.6/dist-packages/marave/plugins/icons/configure.svg', 
because: No such file or directory
Cannot open file 
'/usr/local/lib/python2.6/dist-packages/marave/plugins/icons/configure.svg', 
because: No such file or directory
Disabling spellchecker
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/marave/main.py", line 933, in close
    self.beep.stop()
AttributeError: 'NoneType' object has no attribute 'stop'
Segmentation fault

Original issue reported on code.google.com by andresgattinoni on 5 Aug 2010 at 12:06

GoogleCodeExporter commented 9 years ago
Hapens for me too. That's because it's not taking focus on start, I need to 
check it.

By the way, in r457 I fixed that error with beep.stop()

Original comment by roberto.alsina on 5 Aug 2010 at 1:15

GoogleCodeExporter commented 9 years ago
Note that if you click on the text area but don't write anything the buttons 
don't show neither.

Original comment by andresgattinoni on 5 Aug 2010 at 1:18

GoogleCodeExporter commented 9 years ago
Indeed! That's weird.

Original comment by roberto.alsina on 5 Aug 2010 at 1:25

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r458.

Original comment by roberto.alsina on 5 Aug 2010 at 1:37

GoogleCodeExporter commented 9 years ago
I think I found it. The flag that says the buttons are hidden was set wrong on 
startup, so it thought buttons **were** visible and didn't sow them.

Also, I fixed (hopefully) the focus problem, so you can just open and start 
typing.

Original comment by roberto.alsina on 5 Aug 2010 at 1:39