Re: [Gambas-user] GAMBAS crash when setting columnview's Sorted property

2009-09-18 Thread Benoît Minisini
> Bugzilla from gam...@users.sourceforge.net wrote: > > I fixed the bug in revision #2337. It was not 64 bits related at all. > > Thanks. I'm assuming revision #2337 is in the 2.x development branch, as I > just compiled and ran 2.16.0 and it has the same problem. Looks like it was > GTK-related,

Re: [Gambas-user] GAMBAS crash when setting columnview's Sorted property

2009-09-17 Thread kevinfishburne
Bugzilla from gam...@users.sourceforge.net wrote: > > I fixed the bug in revision #2337. It was not 64 bits related at all. > > Thanks. I'm assuming revision #2337 is in the 2.x development branch, as I just compiled and ran 2.16.0 and it has the same problem. Looks like it was GTK-related, a

Re: [Gambas-user] GAMBAS crash when setting columnview's Sorted property

2009-09-17 Thread Benoît Minisini
> joshiggins wrote: > > I'm running 32-bit Gambas 2.8 (the one in Jaunty) and I don't seem to get > > this problem. Granted I'm not adding 13000 strings, more like 200. > > > > Are you using the gtk or qt component? > > I'm using gtk. I need to correct my previous post. Whether it's set via the >

Re: [Gambas-user] GAMBAS crash when setting columnview's Sorted property

2009-09-17 Thread kevinfishburne
joshiggins wrote: > > I'm running 32-bit Gambas 2.8 (the one in Jaunty) and I don't seem to get > this problem. Granted I'm not adding 13000 strings, more like 200. > > Are you using the gtk or qt component? > I'm using gtk. I need to correct my previous post. Whether it's set via the GUI is

Re: [Gambas-user] GAMBAS crash when setting columnview's Sorted property

2009-09-17 Thread Joshua Higgins
I'm running 32-bit Gambas 2.8 (the one in Jaunty) and I don't seem to get this problem. Granted I'm not adding 13000 strings, more like 200. Are you using the gtk or qt component? -- joshua higgins >>-- -- Come b

Re: [Gambas-user] GAMBAS crash when setting columnview's Sorted property

2009-09-17 Thread kevinfishburne
kevinfishburne wrote: > > I've tried this on the 64-bit versions of GAMBAS 2.13.1 and 2.8.2 included > with Ubuntu 9.04 and 9.10 and the same thing happens. > I just upgraded GAMBAS to 2.15.2 borrowing from Debian's current unstable repository and the problem persists. - Kevin Fishburne,

[Gambas-user] GAMBAS crash when setting columnview's Sorted property

2009-09-17 Thread kevinfishburne
I've tried this on the 64-bit versions of GAMBAS 2.13.1 and 2.8.2 included with Ubuntu 9.04 and 9.10 and the same thing happens. It may also happen with the listbox, listview or similar controls if they use the same code. If I set a columnview's Sorted property to TRUE in the GUI it works fine, b