On 10/11/2013 08:20 AM, Jussi Lahtinen wrote:
> My brains jammed to think about that wrap function, and I think if you want
> function that wraps screen like in old video
> games, then is that C implementation really correct?
>
> They say that Wrap(-1, 1, 4) should return 3, but if you have travele
In an app where I use a class to retrieve info from a database, I use the
constructor method _new() to open the connection to the db as follows:
Code snippet:
' Gambas class file
' Name: db.class
Private $db As New Connection
' Contructor
Public Sub _new()
' Open the connection to the database
> > > Me.Hide in Form_Open used to work, and it is set in the Form
> > > (Visible -> True/False).
> >
> >
> >
> > Looking more closely, I think you are right.
> > At least, if you set form visible = False in form properties, it
> > should
> > be in effect.
> >
> > This is confirmed on Gambas 3
On Sat, 12 Oct 2013, Kende Kriszti??n wrote:
> Yeah, but I think these bugs belong together. And it seems that the
> problem does not deal with anyone.
>
> Me.Hide in Form_Open used to work, and it is set in the Form (Visible
> -> True/False). If it does not work why it's possible to set?
>
> Ken
> > Yeah, but I think these bugs belong together. And it seems that the
> > problem does not deal with anyone.
> >
>
> Me.Move(Screen.W / 2 - 349, Screen.H / 2 - 232, 698, 465)
> I'm using latest revision (5874) of Gambas and I cannot reproduce
> this bug either by using GTK+ or Qt4.
>
> Maybe yo
Oh now I noticed who you are... hah ha, you probably know about that PPA
Jussi
On Sat, Oct 12, 2013 at 8:17 PM, Jussi Lahtinen wrote:
>
> Yeah, but I think these bugs belong together. And it seems that the
>> problem does not deal with anyone.
>>
>
> Me.Move(Screen.W / 2 - 349, Screen.H / 2
> Yeah, but I think these bugs belong together. And it seems that the
> problem does not deal with anyone.
>
Me.Move(Screen.W / 2 - 349, Screen.H / 2 - 232, 698, 465)
I'm using latest revision (5874) of Gambas and I cannot reproduce this bug
either by using GTK+ or Qt4.
Maybe you can confirm if t
Yeah, but I think these bugs belong together. And it seems that the
problem does not deal with anyone.
Me.Hide in Form_Open used to work, and it is set in the Form (Visible
-> True/False). If it does not work why it's possible to set?
Kendek
> Always fill new bug report for each bug.
> However
Always fill new bug report for each bug.
However I don't think this is bug. You give hide command in event which is
run before form is made visible!
Jussi
On Sat, Oct 12, 2013 at 5:56 PM, wrote:
>
> Comment #4 on issue 465 by krisztiankende: Window initial size error
> http://code.google.com/p
Hi,
I removed that behaviour in revision #5871. The font and background of
the DataControl are not modified anymore if the associated field is
mandatory or is a primary key field.
Regards,
--
Beno?t Minisini
Thank you Benoit. I installed Gambas from a ppa so I'm not familiar with
updating to
Comment #4 on issue 465 by krisztiankende: Window initial size error
http://code.google.com/p/gambas/issues/detail?id=465
And I noticed that the Me.Hide (or Me.Visible = False) is not work.
Public Sub Form_Open()
Me.Hide
End
But opened window is not hide, and "Print Me.Visible" output is "Tr
Le 06/10/2013 02:46, Bruce a écrit :
> I just clicked on "?|System Informations..." in the IDE.
>
> It popped up the normal form with the following:
> [System]
> OperatingSystem=Linux
> Kernel=3.4.59-pclos1
> Architecture=x86
> Distribution=PCLinuxOS
>
Le 09/10/2013 20:09, herberth guzman a écrit :
> hello, I have a question, I have a form that does not want to display on
> the taskbar panel, change the skiptaskbar property to true, but pressing
> (alt + tab) still appears in the task manager of windows manager.
> How do I NOT display in the task
On Sat, 2013-10-12 at 09:11 +0200, Benoît Minisini wrote:
> Le 12/10/2013 04:45, Bruce a écrit :
> > On Sat, 2013-10-12 at 12:51 +1030, Bruce wrote:
> >> Rev 5871 did something nasty to database fields that are dates (well for
> >> postgresql at least).
> >>
> >> Any date field is returned from any
Am Samstag, den 12.10.2013, 09:29 +0200 schrieb Benoît Minisini:
> Le 11/10/2013 14:17, Karl Reinl a écrit :
> > Salut Benoît,
> >
> > in the attached example there is good and a bad way to set printer
> > properties.
> > I ignore why that happens, but with the 'bad way', paper is reset to 0,
> > a
Le 11/10/2013 14:17, Karl Reinl a écrit :
> Salut Benoît,
>
> in the attached example there is good and a bad way to set printer
> properties.
> I ignore why that happens, but with the 'bad way', paper is reset to 0,
> after .Configure().
> Juist run the example, after Configure() call, just close
Le 12/10/2013 04:45, Bruce a écrit :
> On Sat, 2013-10-12 at 12:51 +1030, Bruce wrote:
>> Rev 5871 did something nasty to database fields that are dates (well for
>> postgresql at least).
>>
>> Any date field is returned from any query (included using the connection
>> manager) as a null.
>>
>> Rev
17 matches
Mail list logo