My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 92: Buttons do not show until something is written
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  Aug 2010


 
Reported by andresgattinoni, Aug 5, 2010
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


Aug 5, 2010
Project Member #1 roberto.alsina
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()

Status: Accepted
Aug 5, 2010
#2 andresgattinoni
Note that if you click on the text area but don't write anything the buttons don't show neither.
Aug 5, 2010
Project Member #3 roberto.alsina
Indeed! That's weird.
Aug 5, 2010
Project Member #4 roberto.alsina
This issue was closed by revision r458.
Status: Fixed
Aug 5, 2010
Project Member #5 roberto.alsina
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.

Powered by Google Project Hosting