[Gambas-user] MovieBox as Picture in tableview?

2009-01-19 Thread Ron
Is it possible to use a MovieBox image instead of a normal Picture in a tableview on Gambas 2.10? Now I use something like tbvDevices[iCount, 1].Picture = Picture["path to image"] But want to display animated gifs too... Anyone knows? Regards, Ron_2nd ---

Re: [Gambas-user] Datepicker bug

2009-01-19 Thread Diego Fernández
Well just before sending my last mail, i was trying (really hard), to debug it myself, at least i think i was trying to. Ive come to realise it is not a datepocker bug, is more a gtk issue, when i create a new project and use only gb.qt component, the datepicker displays ok, but when i choo

Re: [Gambas-user] Datepicker bug

2009-01-19 Thread Diego Fernández
ok, How do i contact Philippe Serafin, does he reads this list or do i have to write him personally? Can you facilitate an email address? Thanks. Benoit Minisini escribió: > On samedi 17 janvier 2009, Diego Fernández wrote: > >> Hi Benoit, >> >> have you look/solve the datepicker bug yet? j

[Gambas-user] Thanks!! :-)

2009-01-19 Thread gambas
Hi Benoit! Many thanks for the configurable shortcuts! ...so cool! :-) Two questions: 1) Is there a way to integrate the possibility defining his own commands in the menubar (and also access them per shortcut)? Example: I've to migrate many server apps form Perl to Gambas. Testing is only po

Re: [Gambas-user] An other OO problem.

2009-01-19 Thread Jussi Lahtinen
If I have understand concept correctly, I think this; http://gambasdoc.org/help/comp/gb/object%5B%5D/copy is little misleading. "Returns a deep copy of the array." Objects copied with this method doesn't seem to be deep copied (shallow copy instead). Jussi On Thu, Jan 15, 2009 at 2:50 AM, Beno

Re: [Gambas-user] Minor bug with READ & WRITE commands?

2009-01-19 Thread Jussi Lahtinen
I agree. But there should be warning message in documentation of read and write commands. Jussi On Mon, Jan 19, 2009 at 7:11 AM, nando wrote: > If something like.. > WRITE #pResult + (ii * 8), CINT(.x) > casts it as int, then no problem > > > -- Original Message --- > From: Be