Re: [Gambas-user] New treeview is getting a little bit overexcited

2012-11-04 Thread Benoît Minisini
Le 04/11/2012 23:33, Bruce a écrit : > On Sun, 2012-11-04 at 14:35 +0100, Benoît Minisini wrote: >> Le 04/11/2012 11:54, Bruce a écrit : >>> This used to work >>> tvwJockeys.Add(Subst("R&1#&2", cs.RaceNo, cs.BP), >>> Subst("(R&2 ... #&3) &1", cs.HorseName, cs.RaceNo, cs.TabNo),,

Re: [Gambas-user] Issue 348 in gambas: Intermittent project crash with "DrawingArea is being drawn"

2012-11-04 Thread gambas
Updates: Status: Fixed Comment #2 on issue 348 by benoit.m...@gmail.com: Intermittent project crash with "DrawingArea is being drawn" http://code.google.com/p/gambas/issues/detail?id=348 It should be fixed in revision #5300.

Re: [Gambas-user] Issue 350 in gambas: GTK issue with panel visibility within a reparented tabstrip

2012-11-04 Thread gambas
Updates: Status: Fixed Comment #2 on issue 350 by benoit.m...@gmail.com: GTK issue with panel visibility within a reparented tabstrip http://code.google.com/p/gambas/issues/detail?id=350 Fixed in revision #5300. -

Re: [Gambas-user] Issue 347 in gambas: Expander control behavior on GTK

2012-11-04 Thread gambas
Comment #4 on issue 347 by gambas...@gmail.com: Expander control behavior on GTK http://code.google.com/p/gambas/issues/detail?id=347 Confirmed it works fine now. -- LogMeIn Central: Instant, anywhere, Remote PC acces

[Gambas-user] R: How to Set Column.Title Alignment?

2012-11-04 Thread Ru Vuott
Hi, It should be: *   .Columns[2].Alignment = Align.Center   .Title = "abcdefg" ** ...but I doesn't see the text. instead, this works:   With GridView1[0, 2]     .Alignment = Align.Center     .Text = "abcdefg"   End With --- Dom 4/11/12, abbat ha scritto: Da: abbat Oggetto: [Gamba

Re: [Gambas-user] Issue 350 in gambas: GTK issue with panel visibility within a reparented tabstrip

2012-11-04 Thread gambas
Updates: Status: Accepted Comment #1 on issue 350 by benoit.m...@gmail.com: GTK issue with panel visibility within a reparented tabstrip http://code.google.com/p/gambas/issues/detail?id=350 (No comment was entered for this change.) -

Re: [Gambas-user] Issue 349 in gambas: GTK issue with disabled button text when reparented

2012-11-04 Thread gambas
Updates: Status: Accepted Comment #1 on issue 349 by benoit.m...@gmail.com: GTK issue with disabled button text when reparented http://code.google.com/p/gambas/issues/detail?id=349 (No comment was entered for this change.) --

Re: [Gambas-user] Issue 347 in gambas: Expander control behavior on GTK

2012-11-04 Thread gambas
Updates: Status: Fixed Comment #3 on issue 347 by benoit.m...@gmail.com: Expander control behavior on GTK http://code.google.com/p/gambas/issues/detail?id=347 It should be fixed in revision #5299. -- LogMeIn C

Re: [Gambas-user] Issue 346 in gambas: Gridview and scrollview scrollbars have different widths in GTK

2012-11-04 Thread gambas
Updates: Status: Fixed Comment #1 on issue 346 by benoit.m...@gmail.com: Gridview and scrollview scrollbars have different widths in GTK http://code.google.com/p/gambas/issues/detail?id=346 Fixed in revision #5299. --

[Gambas-user] Issue 350 in gambas: GTK issue with panel visibility within a reparented tabstrip

2012-11-04 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-GTK New issue 350 by zachsmit...@gmail.com: GTK issue with panel visibility within a reparented tabstrip http://code.google.com/p/gambas/issues/detail?id=350 1) IN GTK, when repa

[Gambas-user] Issue 349 in gambas: GTK issue with disabled button text when reparented

2012-11-04 Thread gambas
Status: New Owner: Labels: Version-TRUNK Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-GTK New issue 349 by zachsmit...@gmail.com: GTK issue with disabled button text when reparented http://code.google.com/p/gambas/issues/detail?id=349 1) When reparenting a panel c

Re: [Gambas-user] New treeview is getting a little bit overexcited

2012-11-04 Thread Benoît Minisini
Le 04/11/2012 11:54, Bruce a écrit : > This used to work > tvwJockeys.Add(Subst("R&1#&2", cs.RaceNo, cs.BP), > Subst("(R&2 ... #&3) &1", cs.HorseName, cs.RaceNo, cs.TabNo),, > cs.Jockey) > > OK, I'll simplify :-) > > tvwX.Add(somekey, sometext,,parent) > > no Pic

[Gambas-user] How to Set Column.Title Alignment?

2012-11-04 Thread abbat
How to: With .Columns[2].Title.Alignment = Align.center End With How to Set Column.Title Alignment? Thank you -- View this message in context: http://old.nabble.com/How-to-Set-Column.Title-Alignment--tp34638977p34638977.html Sent from the gambas-user mailing list archive at Nabble.com.

[Gambas-user] New treeview is getting a little bit overexcited

2012-11-04 Thread Bruce
This used to work tvwJockeys.Add(Subst("R&1#&2", cs.RaceNo, cs.BP), Subst("(R&2 ... #&3) &1", cs.HorseName, cs.RaceNo, cs.TabNo),, cs.Jockey) OK, I'll simplify :-) tvwX.Add(somekey, sometext,,parent) no Picture, no After. Now I get a "null object" error. I think

Re: [Gambas-user] Issue 347 in gambas: Expander control behavior on GTK

2012-11-04 Thread gambas
Updates: Labels: -Version-TRUNK Version-3.3.0 Comment #2 on issue 347 by benoit.m...@gmail.com: Expander control behavior on GTK http://code.google.com/p/gambas/issues/detail?id=347 (No comment was entered for this change.) -

Re: [Gambas-user] Issue 347 in gambas: Expander control behavior on GTK

2012-11-04 Thread gambas
Updates: Status: Accepted Comment #1 on issue 347 by benoit.m...@gmail.com: Expander control behavior on GTK http://code.google.com/p/gambas/issues/detail?id=347 (No comment was entered for this change.) -- Lo

Re: [Gambas-user] Issue 348 in gambas: Intermittent project crash with "DrawingArea is being drawn"

2012-11-04 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 348 by benoit.m...@gmail.com: Intermittent project crash with "DrawingArea is being drawn" http://code.google.com/p/gambas/issues/detail?id=348 (No comment was entered for this change.) --

[Gambas-user] Issue 348 in gambas: Intermittent project crash with "DrawingArea is being drawn"

2012-11-04 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 348 by adamn...@gmail.com: Intermittent project crash with "DrawingArea is being drawn" http://code.google.com/p/gambas/issues/detail?id=348 1) Describe the problem. Form