From: Adrian S. <Adr...@pe...> - 2004-08-25 07:23:56
|
Hi, Its great to see a new version out but its causing a little problem. I have read the migrate documentation but I am still getting a problem or two. I at first could not load my app in pythoncard resource editor, it just failed to load even when I cut it down to nothing just a basic minimal. The only way I could get it to open in PythonCard was to create a new minimal and then add all the components by copy and paste from the old rsrc file to the new one through pythonwin. However the second problem I have yet to resolve. I use .list.getSelectionIndex() which was fine in 0.7.3.1 but now the program falls over at that point saying AttributeError: 'List' object has no attribute 'getSelectionIndex' I had a look at the components doc but it still says use getSelectionIndex. What is the new variation of this command? Thanks Adrian Smith |