http://gambaswiki.org/bugtracker/edit?object=BUG.999&from=L21haW4-
Benoît MINISINI changed the state of the bug to: Accepted.
--
___
Gambas-user mailing list
Gambas-user@list
http://gambaswiki.org/bugtracker/edit?object=BUG.998&from=L21haW4-
Benoît MINISINI changed the state of the bug to: NeedsInfo.
--
___
Gambas-user mailing list
Gambas-user@lis
http://gambaswiki.org/bugtracker/edit?object=BUG.1001&from=L21haW4-
Comment #6 by PICCORO LENZ MCKAY:
seems a qt5 problem, i download and test in qt4 and gtk (changed the components
used) and set the args, coun in the play button and works! report 2 args in
count.
---
http://gambaswiki.org/bugtracker/edit?object=BUG.1001&from=L21haW4-
Comment #5 by Antonio OREFICE:
Oh great, got it now!
Sorry.
Thanks :)
Antonio OREFICE changed the state of the bug to: Invalid.
--
__
http://gambaswiki.org/bugtracker/edit?object=BUG.1001&from=L21haW4-
Comment #2 by Antonio OREFICE:
so maybe the bug is that i cannot see any green button?
https://i.imgur.com/szTz8gk.png
--
http://gambaswiki.org/bugtracker/edit?object=BUG.1001&from=L21haW4-
Charlie REINL added an attachment:
gree Start-button-in-the IDE.png
--
___
Gambas-user mailing list
Gambas
http://gambaswiki.org/bugtracker/edit?object=BUG.1001&from=L21haW4-
Comment #4 by Charlie REINL:
I meant the green Start-button in the IDE, the one to start the execution.
--
___
http://gambaswiki.org/bugtracker/edit?object=BUG.1001&from=L21haW4-
Charlie REINL added an attachment:
gree Start-button-in-the IDE.png
--
___
Gambas-user mailing list
Gambas
http://gambaswiki.org/bugtracker/edit?object=BUG.1001&from=L21haW4-
Comment #3 by Antonio OREFICE:
The .project seems fine:
# Gambas Project File 3.0
# Compiled with Gambas 3.9.0
Startup=FMain
Version=0.0.1
Component=gb.image
Component=gb.qt5
Component=gb.form
Component=gb.form.terminal
Arguments
http://gambaswiki.org/bugtracker/edit?object=BUG.1001&from=L21haW4-
Comment #1 by Charlie REINL:
the green Start-Button is a ComboBox just select the argument(s) row you wish
to pass.
--
__
http://gambaswiki.org/bugtracker/edit?object=BUG.1001&from=L21haW4-
Antonio OREFICE added an attachment:
form.7z
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge
http://gambaswiki.org/bugtracker/edit?object=BUG.1001&from=L21haW4-
Antonio OREFICE reported a new bug.
Summary
---
3.9.0, ide, cannot pass arguments to project.
Type : Bug
Priority : Medium
Gambas version : Unknown
Product : Unknown
Description
---
http://gambaswiki.org/bugtracker/edit?object=BUG.1000&from=L21haW4-
Comment #1 by Charlie REINL:
qt5 and gtk+3 have some output in the console
remark the big differences between qt4 and gtk+2
--
___
http://gambaswiki.org/bugtracker/edit?object=BUG.1000&from=L21haW4-
Charlie REINL added an attachment:
qt-gtk_in_IDE.png
--
___
Gambas-user mailing list
Gambas-user@lists.sou
http://gambaswiki.org/bugtracker/edit?object=BUG.1000&from=L21haW4-
Charlie REINL added an attachment:
qt5.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.n
http://gambaswiki.org/bugtracker/edit?object=BUG.1000&from=L21haW4-
Charlie REINL added an attachment:
qt4.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge.n
http://gambaswiki.org/bugtracker/edit?object=BUG.1000&from=L21haW4-
Charlie REINL added an attachment:
gtk 3.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge
http://gambaswiki.org/bugtracker/edit?object=BUG.1000&from=L21haW4-
Charlie REINL added an attachment:
gtk 2.png
--
___
Gambas-user mailing list
Gambas-user@lists.sourceforge
http://gambaswiki.org/bugtracker/edit?object=BUG.1000&from=L21haW4-
Charlie REINL added an attachment:
Actuel_Desktop_running.png
--
___
Gambas-user mailing list
Gambas-user@
http://gambaswiki.org/bugtracker/edit?object=BUG.1000&from=L21haW4-
Charlie REINL reported a new bug.
Summary
---
Differences between qt and gtk
Type : Bug
Priority : Medium
Gambas version : 3.9.90 (TRUNK)
Product : GUI components
Description
---
he
http://gambaswiki.org/bugtracker/edit?object=BUG.1000&from=L21haW4-
Charlie REINL added an attachment:
qt-gtk-0.0.3.tar.gz
--
___
Gambas-user mailing list
Gambas-user@lists.s
Le Tue, 13 Sep 2016 14:00:44 +0200, Tobias Boege a
écrit:
> On Tue, 13 Sep 2016, adamn...@gmail.com wrote:
>> Hello,
>>
>> Damned, my program crashed Gambas that way :
>>
>> The segfault occurs when I attempt to get the value of the argname
>> attribute thus:
>> hAD = New CArgDef
>> With
On Tue, 13 Sep 2016, adamn...@gmail.com wrote:
> Hello,
>
> Damned, my program crashed Gambas that way :
>
> The segfault occurs when I attempt to get the value of the argname attribute
> thus:
> hAD = New CArgDef
> With hAD
> .ShortName = hArg.Attributes["shortname"]
> .LongName
Hello,
Damned, my program crashed Gambas that way :
The segfault occurs when I attempt to get the value of the argname attribute
thus:
hAD = New CArgDef
With hAD
.ShortName = hArg.Attributes["shortname"]
.LongName = hArg.Attributes["longname"]
.ArgName = hArg.Attributes["ar
On Tue, 13 Sep 2016 00:37:51 +0300
Jussi Lahtinen wrote:
> Why don't you use some text editor like gedit?
>
>
> Jussi
>
> >
> > But that text file is not editable when the project is running.
> >
> > b
> >
For the same reason tha
http://gambaswiki.org/bugtracker/edit?object=BUG.999&from=L21haW4-
Antonio OREFICE reported a new bug.
Summary
---
Qt5 -editable- comboboxes looks weird with oxygen style
Type : Bug
Priority : Medium
Gambas version : Unknown
Product : Unknown
Description
---
26 matches
Mail list logo