I previously installed the ride version of 1.7.3.1 ,as grid size was so small i try to change grid editor parameters under preferences in ride tool but still facing same issue ,so i uninstalled everything and started fresh installation from python till ride
Python 3.7.1 (v3.7.1:260ec2c36a, Oct 20 2018, 14:57:15) [MSC v.1915 64 bit (AMD64)] on win32
i am getting below error in command prompt after opening the ride and also column size is more compare to normal size and After clicking grid editor nothing displaying just small box at the corner
C:\Users\nagedm>ride.py
Traceback (most recent call last):
File "c:\users\nagedm\appdata\local\programs\python\python37\lib\site-packages\robotide\preferences\editor.py", line 125, in OnTreeSelection
panel = self._container.AddPanel(instance_or_class, self._settings)
File "c:\users\nagedm\appdata\local\programs\python\python37\lib\site-packages\robotide\preferences\editor.py", line 213, in AddPanel
panel = panel_class(parent=self.panels_container, settings=settings)
File "c:\users\nagedm\appdata\local\programs\python\python37\lib\site-packages\robotide\preferences\editors.py", line 188, in __init__
self.Sizer.Add(self._create_grid_config_editor())
File "c:\users\nagedm\appdata\local\programs\python\python37\lib\site-packages\robotide\preferences\editors.py", line 194, in _create_grid_config_editor
sizer.Add(self._number_editor(settings, 'col size'))
File "c:\users\nagedm\appdata\local\programs\python\python37\lib\site-packages\robotide\preferences\editors.py", line 209, in _number_editor
editor = NumCtrl(self, value=initial_value, integerWidth=3, allowNone=True)
File "c:\users\nagedm\appdata\local\programs\python\python37\lib\site-packages\wx\lib\masked\numctrl.py", line 643, in __init__
self.SetValue(value)
File "c:\users\nagedm\appdata\local\programs\python\python37\lib\site-packages\wx\lib\masked\numctrl.py", line 1304, in SetValue
BaseMaskedTextCtrl.SetValue( self, self._toGUI(value) )
File "c:\users\nagedm\appdata\local\programs\python\python37\lib\site-packages\wx\lib\masked\numctrl.py", line 1700, in _toGUI
raise ValueError ('value %s exceeds the integer width of the control (%d)' % (s, self._integerWidth))
ValueError: value 1180 exceeds the integer width of the control (3)
Traceback (most recent call last):
File "c:\users\nagedm\appdata\local\programs\python\python37\lib\site-packages\robotide\preferences\editor.py", line 125, in OnTreeSelection
panel = self._container.AddPanel(instance_or_class, self._settings)
File "c:\users\nagedm\appdata\local\programs\python\python37\lib\site-packages\robotide\preferences\editor.py", line 213, in AddPanel
panel = panel_class(parent=self.panels_container, settings=settings)
File "c:\users\nagedm\appdata\local\programs\python\python37\lib\site-packages\robotide\preferences\editors.py", line 188, in __init__
self.Sizer.Add(self._create_grid_config_editor())
File "c:\users\nagedm\appdata\local\programs\python\python37\lib\site-packages\robotide\preferences\editors.py", line 194, in _create_grid_config_editor
sizer.Add(self._number_editor(settings, 'col size'))
File "c:\users\nagedm\appdata\local\programs\python\python37\lib\site-packages\robotide\preferences\editors.py", line 209, in _number_editor
editor = NumCtrl(self, value=initial_value, integerWidth=3, allowNone=True)
File "c:\users\nagedm\appdata\local\programs\python\python37\lib\site-packages\wx\lib\masked\numctrl.py", line 643, in __init__
self.SetValue(value)
File "c:\users\nagedm\appdata\local\programs\python\python37\lib\site-packages\wx\lib\masked\numctrl.py", line 1304, in SetValue
BaseMaskedTextCtrl.SetValue( self, self._toGUI(value) )
File "c:\users\nagedm\appdata\local\programs\python\python37\lib\site-packages\wx\lib\masked\numctrl.py", line 1700, in _toGUI
raise ValueError ('value %s exceeds the integer width of the control (%d)' % (s, self._integerWidth))
ValueError: value 1180 exceeds the integer width of the control (3)