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
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
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
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
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
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
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
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
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
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
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
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
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
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
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"
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
... 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,
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
> 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
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
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
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
22 matches
Mail list logo