Re: [Gambas-user] create container with multiple objects on a straight horizontal line

2008-08-07 Thread richard terry
On Fri, 8 Aug 2008 12:56:46 am M0E Lnx wrote: > Hello all, This is what I'm trying to do > Unless I'm totally misunderstanding you, it should be straightforward using a horizontal box container. You can nest set expand properties on each control if you want one to stay fixed size and the one next

Re: [Gambas-user] creating objects from code into a tabstrip

2008-08-07 Thread M0E Lnx
Thank you... this works great ;) On Thu, Aug 7, 2008 at 4:20 PM, Stephen Bungay <[EMAIL PROTECTED]> wrote: > IN your proc.. > > DIM hButton1 as Button > > With Tabstrip1 > .Index = 2 > hButton1 = NEW Button(TabStrip1) AS "NewButton" > end with > > M0E Lnx wrote: >> In a form, I have a

Re: [Gambas-user] creating objects from code into a tabstrip

2008-08-07 Thread Stephen Bungay
IN your proc.. DIM hButton1 as Button With Tabstrip1 .Index = 2 hButton1 = NEW Button(TabStrip1) AS "NewButton" end with M0E Lnx wrote: > In a form, I have a tabstrip. > The tabstrip's .count property is not defined until some conditions are met > > After the tabstrip's .count pr

[Gambas-user] creating objects from code into a tabstrip

2008-08-07 Thread M0E Lnx
In a form, I have a tabstrip. The tabstrip's .count property is not defined until some conditions are met After the tabstrip's .count property has been set, I want to fill each tab of the tabstrip with a button, textlabel, textbox etc When i create my objects, how do I tell it which tab to go to?

[Gambas-user] Procedure call stack??

2008-08-07 Thread Stephen Bungay
I was into VB6 again there for a few months and am just getting back into GAMBAS... wasn't there a 'call stack' in GAMBAS to trace procedure calls back to their source, or am I just confused and my mind has been polluted by VB 6.0. Steve.

[Gambas-user] create container with multiple objects on a straight horizontal line

2008-08-07 Thread M0E Lnx
Hello all, This is what I'm trying to do I need to find a container object to use where I can implement the following features. I need sort of like a listcontainer but I need to see if at all possible to have multiple objects on one horizontal line... like this ---

Re: [Gambas-user] scrolling text

2008-08-07 Thread M0E Lnx
Thanks guys... this works On Wed, Aug 6, 2008 at 6:16 PM, Arief Bayu Purwanto <[EMAIL PROTECTED]> wrote: > Hi Stefano, > > I enhance your demo a little to add a Left-Right, Right-Left, and Bounce > mode. > Hope that's ok. > > On 8/7/08, Stefano Palmeri <[EMAIL PROTECTED]> wrote: >> >> Il mercoledì