Comment #2 on issue 470 by jah...@gmail.com: Editing error TableView.Editor
KeyPress.309
http://code.google.com/p/gambas/issues/detail?id=470
version of Gambas 3.5.1
This image
Attachments:
Screenshot from 2013-12-22 09:31:25.png 308 KB
--
You received this message because this pr
On Sat, 2013-12-21 at 10:46 +0100, Tobias Boege wrote:
> On Sat, 21 Dec 2013, Bruce wrote:
> > Did someone recently speak about having developed a "statusbar" form
> > control?
> >
>
> If you mean[0], then yes, roughly. There was a StatusBar class from
> Raymond de Bruijne (Gambas2) which I chang
Status: New
Owner:
Labels: Version-3.5.0 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 483 by abbat...@gmail.com: "Invalid date" in Time(0, 0, 600)
http://code.google.com/p/gambas/issues/detail?id=483
Public Sub Form_Open()
Print Time(0, 0, 600)
End
"
Hi!
I'm dissapointed.
After my last Gambas update my programm do not work.
I had a variable named "match". My old program worked OK, but for now the
var named "match" - is not allowed.
It is not problem to rename the variables.
The problem is in Time() function.
My old programms get error
Hi Benoit,
is it planned to support complex numbers in Val() or to have an IsComplex()
function?
I see the difficulties that come with this, like having to incorporate
complex numbers into the interpreter directly and since Complex needs to be
an object, intermixing objcts and native datatypes in
Dear Tobi
Thanks for showing me the "sane OOP way" in such a detailed manner. ;-)
Well, you wrote, it's "quite advanced topic".
And you're right, I do not have a clue right now.
.. but there are still long winter nights and I know where to dig now!
(If not succeeding, I might escape by copy/pas
Le 21/12/2013 13:37, Tobias Boege a écrit :
> Hi,
>
> I believe there is an error in the documentation. We see (at least) three
> different signatures for the Is*() functions:
>
> 1. Boolean = IsDate ( String )
> 2. Result = IsFloat ( String ) AS Boolean
> 3. Result = IsInteger ( String ) AS Intege
Hi,
I believe there is an error in the documentation. We see (at least) three
different signatures for the Is*() functions:
1. Boolean = IsDate ( String )
2. Result = IsFloat ( String ) AS Boolean
3. Result = IsInteger ( String ) AS Integer
Are these correct or should every Is*() function return
Updates:
Status: WontFix
Comment #3 on issue 481 by benoit.m...@gmail.com: Different picture for
closed and opened TreeView item
http://code.google.com/p/gambas/issues/detail?id=481
No problem! Closing the issue.
--
You received this message because this project is configured to send
On Fri, 20 Dec 2013, u...@gmx.ch wrote:
> Dear Cracks,
>
>
> I want to show various CsvLines in a ScrollView.
> Each line will be splitted and filled in a bunch of controls which are
> all neatly placed and formatted in a "SourceFrame".
>
> My question:
> Is there an easy way to copy/paste that
Comment #2 on issue 481 by arif_rah...@ymail.com: Different picture for
closed and opened TreeView item
http://code.google.com/p/gambas/issues/detail?id=481
You're right. Sorry, my bad. Code:
Public Sub TreeView1_Expand()
TreeView1.Item.Picture = Picture["icon:/16/next"]
End
Public Sub Tr
On Sat, 21 Dec 2013, Kevin Fishburne wrote:
> On 12/21/2013 12:36 AM, Kevin Fishburne wrote:
> > I've gotten some flak about how I declare arrays and want to change my
> > ways. Previously I would do something like:
> >
> > Public SomeArray[300,300] as Integer
> >
> > I have a case now where I need
Updates:
Status: Fixed
Comment #2 on issue 454 by benoit.m...@gmail.com: Gambas doesn't compile
packages for Debian on Ubuntu 12.04 x64
http://code.google.com/p/gambas/issues/detail?id=454
This has been fixed in Gambas 3.5.1.
--
You received this message because this project is config
Updates:
Status: NeedsInfo
Comment #1 on issue 470 by benoit.m...@gmail.com: Editing error
TableView.Editor KeyPress.309
http://code.google.com/p/gambas/issues/detail?id=470
Can you tell which version of Gambas you use?
Can you post your project, and a way to reproduce the error?
--
Y
On Sat, 21 Dec 2013, Bruce wrote:
> Did someone recently speak about having developed a "statusbar" form
> control?
>
If you mean[0], then yes, roughly. There was a StatusBar class from
Raymond de Bruijne (Gambas2) which I changed to be more Gambas3.
(However, I haven't worked on it since I pose
Comment #5 on issue 476 by benoit.m...@gmail.com: Sqlite3 returns date in
different format from similar syntax
http://code.google.com/p/gambas/issues/detail?id=476
Could you try the fix?
--
You received this message because this project is configured to send all
issue notifications to this
Comment #1 on issue 481 by benoit.m...@gmail.com: Different picture for
closed and opened TreeView item
http://code.google.com/p/gambas/issues/detail?id=481
Can't you handle that by a few lines of code in the 'Expand'
and 'Collapsed' event handlers?
--
You received this message because this
Updates:
Status: Fixed
Comment #3 on issue 482 by benoit.m...@gmail.com: Dialog.Open(True) doesn't
work
http://code.google.com/p/gambas/issues/detail?id=482
It should be fixed in revision #6012, and the fix will be backported to
Gambas 3.5.2.
--
You received this message because thi
Updates:
Status: Accepted
Labels: -Version -Priority-Critical Version-3.5.0 Priority-Medium
Comment #2 on issue 482 by benoit.m...@gmail.com: Dialog.Open(True) doesn't
work
http://code.google.com/p/gambas/issues/detail?id=482
(No comment was entered for this change.)
--
You re
Le 21/12/2013 08:40, Bruce a écrit :
> We do not have the required library for gb.mime, not do we use gb.mime
> What I can't remember is where and how in the reconf;configure;make
> circus I need to stick a --disable-? option.
>
> Any help would be apprec.
> Bruce
>
>
'./configure --help' will giv
Comment #1 on issue 482 by adamn...@gmail.com: Dialog.Open(True) doesn't
work
http://code.google.com/p/gambas/issues/detail?id=482
I wish I could add more info, but I just cant find anything.
The Cancel button works fine.
???
--
You received this message because this project is configured to
Status: New
Owner:
Labels: Version Type-Bug Priority-Critical OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 482 by adamn...@gmail.com: Dialog.Open(True) doesn't work
http://code.google.com/p/gambas/issues/detail?id=482
1) Describe the problem.
The Dialog.Openfile(True) method d
22 matches
Mail list logo