[Gambas-user] [Gambas Bug Tracker] Bug #1097: Date.ToUnixTime loses a day

2017-05-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1097=L21haW4- Comment #4 by T. Lee DAVIDSON: Revision #8133 apparently has not hit the Packman repo yet. But, I can confirm that: DateDiff(Date(1970, 1, 1), Now, gb.Second) + System.TimeZone produces output that matches: Shell "date +%s" Thank

[Gambas-user] [Gambas Bug Tracker] Bug #1093: Short cut keys not working for gb.qt5 menu if parent menu caption is blank

2017-05-07 Thread bugtracker
http://gambaswiki.org/bugtracker/edit?object=BUG.1093=L21haW4- Comment #2 by Safiur RAHMAN: I updates gambas3 using ppa:gambas-team/gambas-daily in ubuntu 16.04. I used the same project I sent to you in previous mail. However the short cut keys are not working in gb.qt5 but working as usual in

Re: [Gambas-user] transparency on rotated image

2017-05-07 Thread Charlie
Leon Davis wrote > While I have your eyes. Is there a way to add text to an image? Check out the good work done in 'Painting' which is in the Gambas Farm. Look at 'Example17' - Check out www.gambas.one -- View this message in

Re: [Gambas-user] transparency on rotated image

2017-05-07 Thread Gianluigi
You can take a look here: http://gambas.8142.n7.nabble.com/How-to-add-subitems-to-a-ListView-td56846.html#a56851 Regards Gianluigi 2017-05-07 14:35 GMT+02:00 Leon Davis : > This solved my issue. Thank you very much. While I have your eyes. Is there > a way to add text to

Re: [Gambas-user] transparency on rotated image

2017-05-07 Thread Leon Davis
This solved my issue. Thank you very much. While I have your eyes. Is there a way to add text to an image? On Sat, May 6, 2017 at 8:42 AM, Charlie wrote: > If you change: - > *sImg.drawImage(sImg2)* to *sImg.PaintImage(sImg2, 0, 0)* > and > *sImg.DrawImage(sImg2, 50, 50)* to