Yeah, I can apply the patch and just ran the test app. It failed first time (probably an iTunes issue) so just having a quick look at the functionality now. I won't have time for a complete code review or anything right now, but didn't want you to think that patches are just forgotten once they are supplied. :)
It would be good to add an updated, working, patch anyway. Also, try to ensure that patches don't 'compress' the imports by using wildcards. (import org.apache.pivot.wtk.*;) This is probably documented somewhere, but I can't think where. It might just be part of the Pivot Eclipse code formatting rules which won't help non-Eclipse users much. On 10 August 2011 19:44, SYSE | Edvin <e...@syse.no> wrote: > Den 10.08.2011 14:40, skrev Chris Bartlett: >> >> This seems to have fixed it >> >> Replace >> <old> >> -import org.apache.pivot.wtk. >> ; >> </old> >> >> with >> <new> >> -import org.apache.pivot.wtk.ListView; >> </new> > > Ah.. I'm very sorry :) Did it compile now? Please tell me how it goes! > > -- Edvin >