[Gambas-user] Karmic sqlite problem.
Benoît Minisini
gambas at ...1...
Wed Nov 4 19:44:13 CET 2009
> Been trying to figure out what's going wrong and by removing everything on
> my startform and include one piece at the time I have come up with this.
> The Fakturalist is a HBox. Also tried with other containers same result.
>
> ' This do crash in Ubuntu Karmic
> 'ME.Width = desktop.Width
>
> Here is how my screen is build up.
>
> f1 = NEW Fkunder
> f2 = NEW Fvarer
> f3 = NEW Ffakturalist(Fakturalist)
> f4 = NEW Ffaktura
> f5 = NEW Fproject
> f6 = NEW Ffakturalist
> ' We are going to handle all tool form events here
> Object.Attach(f4, ME, "f4")
>
> MyArea.Add(f1)
> MyArea.Add(f2)
> MyArea.Add(f4)
> MyArea.Add(f5)
> MyArea.Add(f6)
>
> Started the program in 2005 and it's my billing program so it's used
> everyday. Until I upgraded to karmic when it was released.
> So If do disable the me.width = desktop.width everything work as it should
> again. With the version that are in the package manager, 2.13
>
> So maybe this is of somehelp for others or for benoit if it is a bug or
> not.
>
>
>
>
>
> -----
> Regards R. Stormo
>
>
> My Gambas Community http://gambasforum.tk
>
Can you provide a full project that crashes on Ubuntu 9.10, and/or behaves
strangely? Otherwise, I can't debug.
Regards,
--
Benoît Minisini
More information about the User
mailing list