Re: [Gambas-user] gb.form.mdi : Attach/Detach

2014-07-01 Thread B Bruen
Yes, the gimp is probably a more common example. B On Tue, 1 Jul 2014 09:22:19 +0200 Fabien Bodard wrote: > So in a gimp way ? > Le 1 juil. 2014 06:29, "B Bruen" a écrit : > > > I am doing some experiments with detachable tabs in the gb.form.mdi > > component. A couple of things have come to l

[Gambas-user] Sylph: Project Miyaji initial demonstration release

2014-07-01 Thread Kevin Fishburne
If this mailing list is the wrong place for this sort of thing, someone please let me know. I've publicly released the first demo of a new game I'm working on for testing. Tweeting about it is one thing, but everyone on this list obviously is best-qualified to test GAMBAS applications. If anyon

[Gambas-user] Two quick questions

2014-07-01 Thread B Bruen
1) "Run this form" seems to ignore the Margin and Spacing properties of containers within the form. They work properly when the application main form is run. Has anyone seen this - or have I done something odd? 2) Occasionally, when changing gb.form.mdi ToolBar properties, or the properties o

Re: [Gambas-user] Issue 532 in gambas: missing libcroco in requirements, and also missing check in configure script

2014-07-01 Thread gambas
Comment #3 on issue 532 by benoit.m...@gmail.com: missing libcroco in requirements, and also missing check in configure script http://code.google.com/p/gambas/issues/detail?id=532 Gambas does not use libcroco explicitely, so it does not have to check it explicitely. So, for me, if the build

Re: [Gambas-user] Issue 532 in gambas: missing libcroco in requirements, and also missing check in configure script

2014-07-01 Thread gambas
Comment #2 on issue 532 by mckayger...@gmail.com: missing libcroco in requirements, and also missing check in configure script http://code.google.com/p/gambas/issues/detail?id=532 what kind of information should i must provide it to u? this its a minor fix, i tested in fresh install into Debia

Re: [Gambas-user] Desktop.SendKeys no more works for me

2014-07-01 Thread Charlie Reinl
Am Dienstag, den 01.07.2014, 19:37 +0200 schrieb Benoît Minisini: > Le 01/07/2014 18:15, Charlie Reinl a écrit : > > Salut Benoît, > > > > my Desktop.SendKeys("[F2]") don't work anymore, (see attachment) > > > > Desktop itself shows problems. (see attachment) > > > > I updated to Revision: 6356 th

Re: [Gambas-user] Desktop.SendKeys no more works for me

2014-07-01 Thread Benoît Minisini
Le 01/07/2014 18:15, Charlie Reinl a écrit : > Salut Benoît, > > my Desktop.SendKeys("[F2]") don't work anymore, (see attachment) > > Desktop itself shows problems. (see attachment) > > I updated to Revision: 6356 this noon. > Is it better with revision #6357? -- Benoît Minisini --

Re: [Gambas-user] Issue 535 in gambas: Tableview.Rows.Insert sometimes causes the horizontal ruler to appear

2014-07-01 Thread gambas
Comment #2 on issue 535 by uale...@gmail.com: Tableview.Rows.Insert sometimes causes the horizontal ruler to appear http://code.google.com/p/gambas/issues/detail?id=535 I can confirm it works correctly on the trunk 6356, but not (yet) in the 3.5.4 version. -- You received this message becau

Re: [Gambas-user] gb.form.mdi : Attach/Detach

2014-07-01 Thread Fabien Bodard
So in a gimp way ? Le 1 juil. 2014 06:29, "B Bruen" a écrit : > I am doing some experiments with detachable tabs in the gb.form.mdi > component. A couple of things have come to light that I would like to > suggest (as a basis for discussion, rather than a bug or whatever). > > 1) There is no way