http://gambaswiki.org/bugtracker/edit?object=BUG.1014&from=L21haW4-
Comment #6 by Benoît MINISINI:
Sorry, I meant DBus.Debug = True.
--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooli
http://gambaswiki.org/bugtracker/edit?object=BUG.1014&from=L21haW4-
Comment #5 by Zainudin AHMAD:
Excuse me, DB.Debug = True ???
--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling c
http://gambaswiki.org/bugtracker/edit?object=BUG.1008&from=L21haW4-
Comment #5 by Zainudin AHMAD:
I have the same issue
/usr/lib/gambas3/hola/libmy-A:0.0.gambas<--- lib A
/home/user/.local/share/gambas3/lib/hola/libmy-B:0.0.gambas <--- lib B
My Patch:
diff -urNaX /tmp/gambas-patch-ignore
http://gambaswiki.org/bugtracker/edit?object=BUG.1008&from=L21haW4-
Zainudin AHMAD added an attachment:
gambas3-3.9.90~gambas3-3.9.90.patch
--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CL
http://gambaswiki.org/bugtracker/edit?object=BUG.1014&from=L21haW4-
Comment #4 by Benoît MINISINI:
I have added debugging information to GetAll() in the revision #7943.
Can you use it by setting DB.Debug = True in your project, and return me the
debug output when it crashes, and when it does no
http://gambaswiki.org/bugtracker/edit?object=BUG.1014&from=L21haW4-
Comment #3 by Benoît MINISINI:
I confirm that with QDBusViewer, there is no crash, and the GetAll() methods
seems to return the expected result.
And no, you don't have to implement the GetAll() method, it is automatically
impl
http://gambaswiki.org/bugtracker/edit?object=BUG.1019&from=L21haW4-
Nigel GERRARD changed the state of the bug to: Fixed.
--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch yo
http://gambaswiki.org/bugtracker/edit?object=BUG.1025&from=L21haW4-
Comment #1 by Jussi LAHTINEN:
The problem is you are trying to free allocation, which is not made in the
memory address (2000). I'm not sure if it is possible to test the address
validity.
---
http://gambaswiki.org/bugtracker/edit?object=BUG.1008&from=L21haW4-
Comment #4 by C THAL:
I created the libs in /usr/lib/gambas3/deganius with an own makefile. Maybe I
did something wrong?
--
The Command Line: Reinven
http://gambaswiki.org/bugtracker/edit?object=BUG.1025&from=L21haW4-
Zainudin AHMAD added an attachment:
Bug-segf-Free-0.0.1.tar.gz
--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling
http://gambaswiki.org/bugtracker/edit?object=BUG.1025&from=L21haW4-
Zainudin AHMAD reported a new bug.
Summary
---
Doing : free(pInt) I get segmentation fault
Type : Bug
Priority : Medium
Gambas version : 3.9.90 (TRUNK)
Product : Development Environment
Desc
http://gambaswiki.org/bugtracker/edit?object=BUG.1008&from=L21haW4-
C THAL added an attachment:
local-libdir.png
--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by surp
http://gambaswiki.org/bugtracker/edit?object=BUG.1008&from=L21haW4-
C THAL added an attachment:
gambas-libdir.png
--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch you by sur
http://gambaswiki.org/bugtracker/edit?object=BUG.1008&from=L21haW4-
Comment #3 by C THAL:
Ohh ... key ... now I saw the way to add a file :-)
--
The Command Line: Reinvented for Modern Developers
Did the resurgence of
http://gambaswiki.org/bugtracker/edit?object=BUG.1008&from=L21haW4-
Comment #2 by C THAL:
Ahm, I'd like to add a small video, but unfortunately there's no way to add a
file here ... I just can add a comment.
Ok, but I did what you wanted and it gave me the same error as you can see in
the file
http://gambaswiki.org/bugtracker/edit?object=BUG.1008&from=L21haW4-
C THAL added an attachment:
idecrash_addinglibrary.ogv
--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling catch y
Your're welcome
😀😀
2016-10-29 14:07 GMT+02:00 Gianluigi :
> Jorge,
> thanks to you, a much more efficient trick of this:
>
> Public Sub Form_Show()
>
> Me.Visible = False
>
> End
>
> which I used until now.
>
> Regards
> Gianluigi
>
> 2016-10-29 10:36 GMT+02:00 Jorge Carrión :
>
> > Gianluig
http://gambaswiki.org/bugtracker/edit?object=BUG.1024&from=L21haW4-
Comment #1 by Moviga TECHNOLOGIES:
Ahh! I found the documentation of the gb.sdl component (it is missing on the
gb.sdl2.audio, and I now see that it is not a boolean, but a value that is to
be checked with .State.
--
http://gambaswiki.org/bugtracker/edit?object=BUG.1024&from=L21haW4-
Moviga TECHNOLOGIES changed the state of the bug to: Rejected.
--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI tooling
Jorge,
thanks to you, a much more efficient trick of this:
Public Sub Form_Show()
Me.Visible = False
End
which I used until now.
Regards
Gianluigi
2016-10-29 10:36 GMT+02:00 Jorge Carrión :
> Gianluigi and Demostenes:
>
> I've follow the conversation between both of you and I undestand
http://gambaswiki.org/bugtracker/edit?object=BUG.1019&from=L21haW4-
Comment #3 by Ron KLINKIEN:
The patch fixes the problem I reported, thanks!
(tested with revision 7942)
--
The Command Line: Reinvented for Modern Dev
http://gambaswiki.org/bugtracker/edit?object=BUG.1024&from=L21haW4-
Moviga TECHNOLOGIES reported a new bug.
Summary
---
gb.sdl2.audio bugs
Type : Bug
Priority : Medium
Gambas version : 3.9.90 (TRUNK)
Product : Unknown
Description
---
I cannot get th
http://gambaswiki.org/bugtracker/edit?object=BUG.1024&from=L21haW4-
Moviga TECHNOLOGIES added an attachment:
sdl.audio.bug-0.0.1.tar.gz
--
The Command Line: Reinvented for Modern Developers
Did the resurgence of CLI to
Gianluigi and Demostenes:
I've follow the conversation between both of you and I undestand now. How
it works. I was confused because of Benoit old example wich uses a Module
instead a Form.
I think the trick is to make a little Form with Border=False,
transparent=true, skiptaskbar=true, with menu
24 matches
Mail list logo