Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~548 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Suffii

Hi I am trying to run a simple gui app using wxPython as follow to list pdf files in a listbox but I am getting this error" return _controls_.ListBox_Insert(*args, **kwargs) TypeError: String or Unicode type required import os import wx class ButtonFrame(wx.Frame): def __init__(self): wx.Frame.__init__(self, None, -1, 'Button Example',size=(500, 500)) …

Member Avatar for Gribouillis
0
227
Member Avatar for Suffii

Hi, I am trying to create a Win Form Application which is supposed to be a full extented Svreen siaze(Full Screen).To do this I have set the WindowsState Property to "Maximized" but I have encountring with two problem. 1- It seems the WinForm is setting the Full Screen Size only …

Member Avatar for Momerath
0
132
Member Avatar for Suffii

Hi, I need to loop through a specific column(Not all the columns) in DataGridview amd update some values: For Example I have dataGridView populated with a csv file and contains 4 column as Name, Age, Asset Martin,32,350 John,19,12 Joay,47,1200 humberto,50,950 Richardo,62,23 I displaye the cells value in DataGridView on a …

Member Avatar for Mitja Bonca
0
189