gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUe] Some bugs in Forms


From: KDerichs
Subject: [GNUe] Some bugs in Forms
Date: Sat, 27 Mar 2004 14:09:00 +0100

Hello,

I just checked out all gnue moduls and played around a bit. I found some
minor bugs, but no place to send them. so I send them to this list. If
this ist not the right place please let me know.

I'm using:
Python 2.3.3 (#1, Mar 27 2004, 09:53:32)
[GCC 3.3.3 20040217 (Gentoo Linux 3.3.3, propolice-3.3-7)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>>

gnue-samples/testcases/forms/gauntlet/gauntlet.gfd

1) I entered "test" into the password field and after leaving the field
the label says correctly "test". Then I moved the cursor back to the
password field, so that ist stand after the last "*" and enter "s".
After leaving the field the label changes to "****s".

2) My LANG ist set to "address@hidden" and I can see the german
translations. But I can't enter "," in the number field which is used in
Germany as decimal point.

3) It is possible to enter more than one dot into the number field e.g.
"2..2". No message is shown, but the console says:
DB000: UnicodeDecodeError: 'ascii' codec can't decode byte 0xfc in
position 3: ordinal not in range(128)

4) When I enter the number field any number entered is visible as soon
as the key is pressed. If I enter "." it only gets visible if I enter
another number. If I then try to erase the second numer using backspace
the number an the "." get deleted. Form that point on every entered "."
is shown twice.
example 
key   field
2      2
.      2
2      2.2
<-     2
.      2..

5) On the dialogs tab, I press the button "Display a message box" the
message box opens and I can enter some text. The first letter enters is
show using the same big font as the lable above the textbox. entering
the a second letter the whole text chages using a smaller font. This
happens only the first time the message box is opened.

I never programed in python, but I would like to get involved into the
project. So I would appreciate any hints where to look for these bugs to
get a better understanding even if I'm not able to correct them (yet).

Another point I would like to ask:
I did some translation in gnue-designer/po/de.po but I don't know how to
make them visible. I trieb to run setup.py build but I get the
fowllowing message

Traceback (most recent call last):
  File "./setup.py", line 39, in ?
    class setup (GSetup.GSetup):
AttributeError: class GSetup has no attribute 'GSetup'

bye and thanks for any help

Kurt






reply via email to

[Prev in Thread] Current Thread [Next in Thread]