incunabulum / guidata

Python library generating graphical user interfaces for easy dataset editing and display / From code.google.com
Other
0 stars 0 forks source link

UserConfigWriter/Reader missing write_bool/read_bool #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to write BoolItem with UserConfigWriter

What is the expected output? What do you see instead?
UserConfigWriter and UserConfigReader appear to be missing write_bool and 
read_bool methods.

Workaround:
guidata.userconfig.UserConfigWriter.write_bool = 
guidata.userconfig.UserConfigWriter.write_any
guidata.userconfig.UserConfigReader.read_bool = 
guidata.userconfig.UserConfigReader.read_any

What version of the product are you using? On what operating system?
Windows XP, guidata 1.3.1

Please provide any additional information below.

Original issue reported on code.google.com by r.lup...@gmail.com on 25 Jul 2011 at 9:27

GoogleCodeExporter commented 9 years ago

Original comment by pierre.raybaut on 20 Sep 2011 at 8:44

GoogleCodeExporter commented 9 years ago

Original comment by pierre.raybaut on 20 Sep 2011 at 8:44

GoogleCodeExporter commented 9 years ago

Original comment by pierre.raybaut on 6 Nov 2012 at 3:54