[Gambas-user] Issue 26 in gambas: panel width does not match property setting

2011-02-01 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 26 by zachsmit...@gmail.com: panel width does not match property setting http://code.google.com/p/gambas/issues/detail?id=26 1) panel1.width=1023 when property setting is

Re: [Gambas-user] select columnview row

2011-02-01 Thread Anthony Tekatch
On Tue, 01 Feb 2011 19:28:02 +0100, Jack wrote: > > > 2011/2/1 Anthony Tekatch > > > > Is there a way to have the application set the current row of a > > ColumnView just like it was clicked by a user? > > > > When the ColumnView starts up, the default is unselected, I want my > > code to select

Re: [Gambas-user] Foreground property in CheckBox doesn't work (gambas3)

2011-02-01 Thread Matti
Works as expected here. gb3 rev 3496, OpenSUSE 11.2, KDE, qt Am 01.02.2011 14:49, schrieb Ricardo Díaz Martín: > Hi to all, > > I'm using gambas3 rev 3521 in ubuntu 10.10 x64 with qt libraries. > > Test is simple. Create new form. Insert a ChekBox control and change > foreground property. Nothi

Re: [Gambas-user] select columnview row

2011-02-01 Thread Jack
> 2011/2/1 Anthony Tekatch > > Is there a way to have the application set the current row of a > ColumnView just like it was clicked by a user? > > When the ColumnView starts up, the default is unselected, I want my code > to select the first row, but I cannot write to .Current.Key Yes, if i unde

Re: [Gambas-user] select columnview row

2011-02-01 Thread Ricardo Díaz Martín
I haven't used columnview control but with gridview is really easy: MyGridView.Row = 0 (gridview with at least 1 row) 2011/2/1 Anthony Tekatch > Is there a way to have the application set the current row of a > ColumnView just like it was clicked by a user? > > When the ColumnView starts up, th

[Gambas-user] Colorize crash

2011-02-01 Thread Demosthenes Koptsis
Hello, gambas3-svn3480 ubuntu 10.04 AMD64 i have the next code for apply colorize on an Image object = -- FMain -- Public iColor As Integer Public Sub btnColorize_Click() FColorChooser.ShowModal hImage.Colorize(iColor) ShowImage()

[Gambas-user] select columnview row

2011-02-01 Thread Anthony Tekatch
Is there a way to have the application set the current row of a ColumnView just like it was clicked by a user? When the ColumnView starts up, the default is unselected, I want my code to select the first row, but I cannot write to .Current.Key Thanks, Anthony -

Re: [Gambas-user] Foreground property in CheckBox doesn't work (gambas3)

2011-02-01 Thread Caveat
[workarounds] 1) Ty changing the RGB value in the box under the R G B H S V spinboxes from 00 to some other value like FE5522. Now if you click in the colour selection area (upper left-hand 'panel'), it should update the RGB value. 2) Try first selecting a pre-defined colour from the lower le

[Gambas-user] Foreground property in CheckBox doesn't work (gambas3)

2011-02-01 Thread Ricardo Díaz Martín
Hi to all, I'm using gambas3 rev 3521 in ubuntu 10.10 x64 with qt libraries. Test is simple. Create new form. Insert a ChekBox control and change foreground property. Nothing happend. Regards, Ricardo Díaz -- Special Off

[Gambas-user] Issue 25 in gambas: Gtk+ Menu Item and underscore (shortcut)

2011-02-01 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 25 by sot...@gmail.com: Gtk+ Menu Item and underscore (shortcut) http://code.google.com/p/gambas/issues/detail?id=25 1) Describe the problem. With GKT+ on the menu bar, it

Re: [Gambas-user] Add Control.Focusable = False to the gambas3 wish list...

2011-02-01 Thread Ricardo Díaz Martín
I addition to the previous email, I don't want the users can move focus to some textboxes by clicking. I only wish some property like AutoFocus = False. It means the control isn't in form's focus cycle. Hope you understand better now. Regards, Ricardo Díaz 2011/2/1 Ricardo Díaz Martín > Hi Ben