Re: [Gambas-user] Issue 537 in gambas: (Exec - for Read Write As "Process") Don't work

2014-08-27 Thread gambas
Updates: Labels: Type-Bug Comment #12 on issue 537 by benoit.m...@gmail.com: (Exec - for Read Write As "Process") Don't work https://code.google.com/p/gambas/issues/detail?id=537 (No comment was entered for this change.) -- You received this message because this project is configured

Re: [Gambas-user] Issue 253 in gambas: GTK++ toolkit only

2014-08-27 Thread gambas
Updates: Status: Fixed Comment #16 on issue 253 by benoit.m...@gmail.com: GTK++ toolkit only https://code.google.com/p/gambas/issues/detail?id=253 (No comment was entered for this change.) -- You received this message because this project is configured to send all issue notifications

Re: [Gambas-user] Issue 550 in gambas: IconView can't right click menu with multiple select

2014-08-27 Thread gambas
Updates: Status: Fixed Comment #4 on issue 550 by benoit.m...@gmail.com: IconView can't right click menu with multiple select https://code.google.com/p/gambas/issues/detail?id=550 (No comment was entered for this change.) -- You received this message because this project is configured

Re: [Gambas-user] Issue 553 in gambas: Listbox doesn't show selected items properly

2014-08-27 Thread gambas
Updates: Status: Fixed Labels: -Version-TRUNK Version-3.5.0 Comment #3 on issue 553 by benoit.m...@gmail.com: Listbox doesn't show selected items properly https://code.google.com/p/gambas/issues/detail?id=553 Fixed in revision #6433. -- You received this message because this p

Re: [Gambas-user] Issue 550 in gambas: IconView can't right click menu with multiple select

2014-08-27 Thread gambas
Comment #3 on issue 550 by benoit.m...@gmail.com: IconView can't right click menu with multiple select https://code.google.com/p/gambas/issues/detail?id=550 Fixed in revision #6432. -- You received this message because this project is configured to send all issue notifications to this addre

Re: [Gambas-user] Issue 550 in gambas: IconView can't right click menu with multiple select

2014-08-27 Thread gambas
Updates: Status: Accepted Labels: -Version-TRUNK Version-3.5.0 Comment #2 on issue 550 by benoit.m...@gmail.com: IconView can't right click menu with multiple select https://code.google.com/p/gambas/issues/detail?id=550 (No comment was entered for this change.) -- You received

Re: [Gambas-user] GridView not setting Row & Column on right-click Menu event

2014-08-27 Thread Benoît Minisini
Le 07/08/2014 00:43, DaveOxford1 a écrit : > Hi All > > When right-clicking on a GridView, .Row and .Column are not set to the > values for the new cell in the Menu event (as they in the Click event for a > left-click). > > Is this a bug or the intended behaviour? > > If it /is/ the intended behavi

Re: [Gambas-user] Issue 552 in gambas: httpclient in async mode timeout not working

2014-08-27 Thread Ron
Benoit, Tested it just now, and got this after the configured timeout (3 secs in this case) 2014/08/27 20:31:44 [Plugin] RaZberry Z-Wave, Instance #1 enabled. 2014/08/27 20:31:44 [RaZberry] RaZberry Z-Wave initializing. 2014/08/27 20:31:47 [RaZberry] ERROR: Operation Timeout (-1028). So looks fi

Re: [Gambas-user] Gambas and image pixel format management

2014-08-27 Thread Kevin Fishburne
On 08/27/2014 09:05 AM, Benoît Minisini wrote: > Hi, > > I have written a little article on Gambas image pixel format management: > > http://gambaswiki.org/wiki/doc/imageconv > > If you read it, tell me what you think and if you have questions. > > @Randall: Feel free to use this article for your m

Re: [Gambas-user] gambas autoconf fails

2014-08-27 Thread Tobias Boege
On Wed, 27 Aug 2014, Joan Luc? Lab?rda wrote: > Hi all > > Being using Fedora 19, i try to install Gambas 3.5.4 from the sources > then i need to run autoconf and that fail with these errors : > > [joanluc@pc-p-jola main]$ autoconf > /usr/bin/m4:aclocal.m4:1187: cannot open `m4/libtool.m

[Gambas-user] gambas autoconf fails

2014-08-27 Thread Joan Lucì Labòrda
Hi all Being using Fedora 19, i try to install Gambas 3.5.4 from the sources then i need to run autoconf and that fail with these errors : [joanluc@pc-p-jola main]$ autoconf /usr/bin/m4:aclocal.m4:1187: cannot open `m4/libtool.m4': No such file or directory /usr/bin/m4:aclocal.m4

Re: [Gambas-user] DrawingArea to Picture or Image

2014-08-27 Thread Jussi Lahtinen
I think just change this: 'Draw.Begin(DrawingArea1) Draw.Clear modCrBcode.PrintBarcode(txtBarcode.Text, Val(txtPosX.text), Val(txtPosY.text), Val(txtHeight.text), Val(txtWidth.text), True) 'Draw.End() To: Draw.Begin(PictureBox1) Draw.Clear modCrBcode.PrintBarcode(txtB

Re: [Gambas-user] Pictures on buttons doesn't work correctly anymore

2014-08-27 Thread Jussi Lahtinen
OK, that solved the problem! The mask is correct again... despite of the fact it shouldn't be in the first place! Thanks! Jussi On Wed, Aug 27, 2014 at 5:35 PM, Benoît Minisini < gam...@users.sourceforge.net> wrote: > Le 27/08/2014 16:26, Jussi Lahtinen a écrit : > > >> You are not drawing

Re: [Gambas-user] DrawingArea to Picture or Image

2014-08-27 Thread Tobias Boege
On Wed, 27 Aug 2014, abbat81 wrote: > Thank you Tobi, > > But I could not understand it. > > Can you tell what to add to BarCode Example to reprint drawingarea > image/picture to PictureBox1? > This example is really messy (e.g. it assumes the drawing device is large enough to contain the barco

Re: [Gambas-user] Pictures on buttons doesn't work correctly anymore

2014-08-27 Thread Benoît Minisini
Le 27/08/2014 16:26, Jussi Lahtinen a écrit : > > You are not drawing on button face! You are drawing inside a picture > that you have filling with Color.Transparent. > > > OK, understood. > > Picture are always opaque, but can have a mask. Then we are talking > about "transparent"

Re: [Gambas-user] DrawingArea to Picture or Image

2014-08-27 Thread abbat81
Thank you Tobi, But I could not understand it. Can you tell what to add to BarCode Example to reprint drawingarea image/picture to PictureBox1? Thaks in advance. -- View this message in context: http://gambas.8142.n7.nabble.com/DrawingArea-to-Picture-or-Image-tp47850p47854.html Sent fro

Re: [Gambas-user] Pictures on buttons doesn't work correctly anymore

2014-08-27 Thread Jussi Lahtinen
... except I lose the highlighting when mouse cursor is on the button. Looks unresponsive. I don't understand the issue. Since I can use Draw.Picture(MyTransparentPic, 0, 0) to draw transparent pictures correctly on other pictures, but not on button faces. What is the difference? Jussi On Wed,

Re: [Gambas-user] DrawingArea to Picture or Image

2014-08-27 Thread Tobias Boege
On Wed, 27 Aug 2014, abbat81 wrote: > Hi, > > I tried to use BarCode Example to make a picture or image with barcode. > But I can't do it > > Can you help me? > >From all the questions which occur regularly on this list, I think this one is my favourite. Look at the archives: [0]. There is als

Re: [Gambas-user] Pictures on buttons doesn't work correctly anymore

2014-08-27 Thread Jussi Lahtinen
> Picture do not support transparent color. It's just that > Color.Transparent was a fully transparent white, and is now a fully > transparent black (for sanity reason: fully transparent black is 0 in > memory, whereas fully transparent white is &H00FF&). > This is really strange, since the co

[Gambas-user] DrawingArea to Picture or Image

2014-08-27 Thread abbat81
Hi, I tried to use BarCode Example to make a picture or image with barcode. But I can't do it Can you help me? Thanks. Public Sub Button1_Click() Dim hPicture As New Picture(DrawingArea1.W, DrawingArea1.H) PictureBox1.Picture = hPicture End -- View this message in context: http://gam

[Gambas-user] Gambas and image pixel format management

2014-08-27 Thread Benoît Minisini
Hi, I have written a little article on Gambas image pixel format management: http://gambaswiki.org/wiki/doc/imageconv If you read it, tell me what you think and if you have questions. @Randall: Feel free to use this article for your magazine, and don't hesitate to give suggestions or enhanceme

Re: [Gambas-user] Pictures on buttons doesn't work correctly anymore

2014-08-27 Thread Benoît Minisini
Le 27/08/2014 00:15, Jussi Lahtinen a écrit : > Something went wrong between revision 6426 and 6429. Or at least my > previously working code stopped to work. See attachment. > > [System] > Gambas=3.5.90 > OperatingSystem=Linux > Kernel=3.13.0-34-generic > Architecture=x86_64 > Distribution=Ubuntu