2014-10-21 18:02 GMT+02:00 Benoît Minisini :
> Le 21/10/2014 17:47, Patrik Karlsson a écrit :
> > 2014-10-17 19:41 GMT+02:00 Patrik Karlsson :
> >
> >> Hi,
> >>
> >> I have just updated to Gambas 3.6 from the gambas-team ppa and
> discovered
> >> that Gambas does not longer support Global Menu in
Comment #1 on issue 572 by ptaylor2...@gmail.com: Gambas will not compile
https://code.google.com/p/gambas/issues/detail?id=572
Here is update on what I did
I followed the steps here
http://howtogambas.org/data/attachment.php?id=43&keep_session=1518467502&for_session=1e00d6bc86700b41f2c357a3ca
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 572 by ptaylor2...@gmail.com: Gambas will not compile
https://code.google.com/p/gambas/issues/detail?id=572
I am having a issue with compiling the current version of Gamba
On Fri, 24 Oct 2014, Beno?t Minisini wrote:
> Le 24/10/2014 12:10, Tobias Boege a ?crit :
> > Hi list,
> >
> > did anyone succeed in restricting a window to minimum dimensions, like "my
> > window shall not be smaller than (w,h) = (100,100)".
> >
> > I tried quite some variations of the same idea:
Le 24/10/2014 12:10, Tobias Boege a écrit :
> Hi list,
>
> did anyone succeed in restricting a window to minimum dimensions, like "my
> window shall not be smaller than (w,h) = (100,100)".
>
> I tried quite some variations of the same idea:
>
>Private $iMinW As Integer
>Private $iMinH As In
It wil be more easier without the param1, param2 that have no really needs to be
2014-10-24 17:07 GMT+02:00 Tobias Boege :
> Hi,
>
> I received a question about tip #14 in the IDE. Indeed it contains some
> unnecessary complication:
>
> --8<--[ tips.en ]
Well it might be an error i remember the logical chain to have a
well rendered widget need some concentration
2014-10-24 17:00 GMT+02:00 Tobias Boege :
> Hi Benoit,
>
> gb.form's SwitchButton's DrawingArea_Draw() contains this:
>
> 80 If $fValue > 0 Then
> 81 If $iBg = Color.Default T
Normally it will work on tool boxes
2014-10-24 12:10 GMT+02:00 Tobias Boege :
> Hi list,
>
> did anyone succeed in restricting a window to minimum dimensions, like "my
> window shall not be smaller than (w,h) = (100,100)".
>
> I tried quite some variations of the same idea:
>
> Private $iMinW As
Hi,
I received a question about tip #14 in the IDE. Indeed it contains some
unnecessary complication:
--8<--[ tips.en ]---
254 Dim hSuperControl As MyForm
255 ' Create a dialog
256 hForm = New MyDialog
257 ' Insert a form into this dialog
25
Hi Benoit,
gb.form's SwitchButton's DrawingArea_Draw() contains this:
80 If $fValue > 0 Then
81 If $iBg = Color.Default Then
82 iCol = Color.SelectedBackground
83 Else
84 iCol = $iBg
85 Endif
86 If Not Me.Enabled Then iCol = Color.Desaturate(Color.Merge(iCol,
Hi list,
did anyone succeed in restricting a window to minimum dimensions, like "my
window shall not be smaller than (w,h) = (100,100)".
I tried quite some variations of the same idea:
Private $iMinW As Integer
Private $iMinH As Integer
Public Sub Form_Resize()
Me.W = Max(Me.W, $iMinW
When a MySQL connection is stored in Connections class, its password can't
be retrieved as normal for security purpouses, I guess.
Not problem with that, you always can supply the password before opening
it, but, when the project is launched always appears this warning before
you can supply the pa
Hello Benoît,
our friend tells when Gambas prepares the packet, it reaches the signature of
the first file (.dsc) and here it puts on like to "think".
He supposes that, to this point, it should ask him the password of signature,
but - he tells - any request doesn't appears, and the IDE jams in w
13 matches
Mail list logo