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 14.04.1 LTS
Desktop=XFCE
Theme=QGtk
Language=en_US.UTF-8
Memory
On Tue, 26 Aug 2014, Beno?t Minisini wrote:
> Le 26/08/2014 19:22, Tobias Boege a ?crit :
> > Hi Benoit,
> >
> > there seems to be a problem with gb.image.io (?) when using Image.Load():
> >
> >Image.Load(Application.Path &/ ".icon.png")
> >
> > throws "Not enough arguments". I saw this happeni
On Tue, 26 Aug 2014, Jack wrote:
> Le 26/08/2014 21:17, Tobias Boege a ?crit :
> > On Tue, 26 Aug 2014, Jack wrote:
> >> Le 26/08/2014 19:22, Tobias Boege a ?crit :
> >>> Hi Benoit,
> >>>
> >>> there seems to be a problem with gb.image.io (?) when using Image.Load():
> >>>
> >>> Image.Load(Appl
Le 26/08/2014 21:17, Tobias Boege a écrit :
> On Tue, 26 Aug 2014, Jack wrote:
>> Le 26/08/2014 19:22, Tobias Boege a ?crit :
>>> Hi Benoit,
>>>
>>> there seems to be a problem with gb.image.io (?) when using Image.Load():
>>>
>>> Image.Load(Application.Path &/ ".icon.png")
>>>
>>> throws "Not
On Tue, 26 Aug 2014, Jack wrote:
> Le 26/08/2014 19:22, Tobias Boege a ?crit :
> > Hi Benoit,
> >
> > there seems to be a problem with gb.image.io (?) when using Image.Load():
> >
> >Image.Load(Application.Path &/ ".icon.png")
> >
> > throws "Not enough arguments". I saw this happening in the S
On Tue, 26 Aug 2014, Jack wrote:
> Le 26/08/2014 20:41, Beno?t Minisini a ?crit :
> > Le 26/08/2014 19:22, Tobias Boege a ?crit :
> >> Hi Benoit,
> >>
> >> there seems to be a problem with gb.image.io (?) when using Image.Load():
> >>
> >> Image.Load(Application.Path &/ ".icon.png")
> >>
> >> t
Le 26/08/2014 19:22, Tobias Boege a écrit :
> Hi Benoit,
>
> there seems to be a problem with gb.image.io (?) when using Image.Load():
>
>Image.Load(Application.Path &/ ".icon.png")
>
> throws "Not enough arguments". I saw this happening in the SDL project Jack
> just sent to the list (Subject:
Le 26/08/2014 20:41, Benoît Minisini a écrit :
> Le 26/08/2014 19:22, Tobias Boege a écrit :
>> Hi Benoit,
>>
>> there seems to be a problem with gb.image.io (?) when using Image.Load():
>>
>> Image.Load(Application.Path &/ ".icon.png")
>>
>> throws "Not enough arguments". I saw this happening
Comment #2 on issue 553 by jussi.la...@gmail.com: Listbox doesn't show
selected items properly
https://code.google.com/p/gambas/issues/detail?id=553
Damn, apparently I forgot it. Here.
Attachments:
ListBoxBug-0.0.1.tar.gz 3.9 KB
--
You received this message because this project is c
Comment #1 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
Where is the project?
--
You received this message because this project is configured to send all
issue notifications to this address.
You may
Updates:
Status: Fixed
Comment #2 on issue 552 by benoit.m...@gmail.com: httpclient in async mode
timeout not working
https://code.google.com/p/gambas/issues/detail?id=552
Fixed in revision #6429.
--
You received this message because this project is configured to send all
issue noti
Updates:
Status: Accepted
Labels: -Version Version-3.5.0
Comment #1 on issue 552 by benoit.m...@gmail.com: httpclient in async mode
timeout not working
https://code.google.com/p/gambas/issues/detail?id=552
(No comment was entered for this change.)
--
You received this message
Le 26/08/2014 19:22, Tobias Boege a écrit :
> Hi Benoit,
>
> there seems to be a problem with gb.image.io (?) when using Image.Load():
>
>Image.Load(Application.Path &/ ".icon.png")
>
> throws "Not enough arguments". I saw this happening in the SDL project Jack
> just sent to the list (Subject:
Hi Benoit,
there seems to be a problem with gb.image.io (?) when using Image.Load():
Image.Load(Application.Path &/ ".icon.png")
throws "Not enough arguments". I saw this happening in the SDL project Jack
just sent to the list (Subject: "New Demo") and the same error is thrown
when Window.Scre
Status: New
Owner:
Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 553 by jussi.la...@gmail.com: Listbox doesn't show selected items
properly
https://code.google.com/p/gambas/issues/detail?id=553
1) Describe the problem.
When Listb
Bonjour à tous,
I continue exploring and learning SDL component.
My new demo will show you how to rotate color and how to make a pendulum
with Gambas.
http://www.gambasforge.org/code-123-road.html
--
Cordialement
Jack
--
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 552 by r...@cyberjunky.nl: httpclient in async mode timeout not
working
https://code.google.com/p/gambas/issues/detail?id=552
1) Describe the problem.
Using httpclient to
But gambas can't copy from a device to a different one
Le 26 août 2014 09:11, "Julio Sanchez" a écrit :
> Caveat:
>
> Yes, that's the idea
>
>
> Regards
>
>
>
> 2014-08-26 8:21 GMT+02:00 Caveat :
>
> > Hello List
> >
> > Although there is always "cp -r", it makes for a very unportable program
> >
Le 26/08/2014 08:21, Caveat a écrit :
> Hello List
>
> Although there is always "cp -r", it makes for a very unportable program
> if you depend on calling external programs. Better to build it in to
> the language if it's generally and genuinely useful, or to make a
> callable function in some pub
Caveat:
Yes, that's the idea
Regards
2014-08-26 8:21 GMT+02:00 Caveat :
> Hello List
>
> Although there is always "cp -r", it makes for a very unportable program
> if you depend on calling external programs. Better to build it in to
> the language if it's generally and genuinely useful, or
20 matches
Mail list logo