[Gambas-user] Karmic sqlite problem.

R. Stormo rohnny at ...1248...
Wed Nov 4 20:35:04 CET 2009




Benoît Minisini wrote:
> 
>> 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
> 
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008
> 30-Day 
> trial. Simplify your report design, integration and deployment - and focus
> on 
> what you do best, core application coding. Discover what's new with
> Crystal Reports now.  http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
> 
> 
Here is a program and it do hang when you enable me.width in form1

http://old.nabble.com/file/p26203186/crash-test-0.0.1.tar.gz
crash-test-0.0.1.tar.gz 


-----
Regards R. Stormo


My Gambas Community http://gambasforum.tk

-- 
View this message in context: http://old.nabble.com/Karmic-sqlite-problem.-tp26126852p26203186.html
Sent from the gambas-user mailing list archive at Nabble.com.





More information about the User mailing list