Re: [Gambas-user] Two question on creating a form with controls from code

2012-08-25 Thread Benoît Minisini
Le 26/08/2012 00:56, Bruce a écrit : > On Sun, 2012-08-26 at 00:03 +0200, Willy Raets wrote: >> On zo, 2012-08-26 at 07:00 +0930, Bruce wrote: >>> On Sat, 2012-08-25 at 23:01 +0200, Willy Raets wrote: 1. In IDE you have a form property Scaled (just below resizable) that can be set to True

Re: [Gambas-user] Two question on creating a form with controls from code

2012-08-25 Thread Bruce
On Sun, 2012-08-26 at 00:03 +0200, Willy Raets wrote: > On zo, 2012-08-26 at 07:00 +0930, Bruce wrote: > > On Sat, 2012-08-25 at 23:01 +0200, Willy Raets wrote: > > > 1. In IDE you have a form property Scaled (just below resizable) that > > > can be set to True or False (see attached screenshot). >

Re: [Gambas-user] Two question on creating a form with controls from code

2012-08-25 Thread Willy Raets
On zo, 2012-08-26 at 07:00 +0930, Bruce wrote: > On Sat, 2012-08-25 at 23:01 +0200, Willy Raets wrote: > > 1. In IDE you have a form property Scaled (just below resizable) that > > can be set to True or False (see attached screenshot). > > When creating a form from code it seems impossible to set t

Re: [Gambas-user] Two question on creating a form with controls from code

2012-08-25 Thread Bruce
On Sat, 2012-08-25 at 23:01 +0200, Willy Raets wrote: > Hi, > > I've been playing with creating forms from code and run into a few > problem. Gambas documentation doesn't provide me the answer. > > 1. In IDE you have a form property Scaled (just below resizable) that > can be set to True or False

Re: [Gambas-user] Two question on creating a form with controls from code

2012-08-25 Thread Willy Raets
On za, 2012-08-25 at 23:01 +0200, Willy Raets wrote: >.Text = "Text on Label test" >.Font'<=== How do I set the font for example to MonoSans, 10 pt? > End With I meant FreeSans, 10 pt instead of MonoSans (seem to have combined teh names of two fonts to one non existing font) ---

[Gambas-user] Two question on creating a form with controls from code

2012-08-25 Thread Willy Raets
Hi, I've been playing with creating forms from code and run into a few problem. Gambas documentation doesn't provide me the answer. 1. In IDE you have a form property Scaled (just below resizable) that can be set to True or False (see attached screenshot). When creating a form from code it seems