Re: [Gambas-user] Substitute of the object names

2010-10-06 Thread Rolf-Werner Eilert
Am 07.10.2010 08:11, schrieb Biro Zoltan: > Hello, > > I will try to explain with my poor english exacly what I wish to do: > > 1.I have 20 pcs of valueboxes named: n1,n2,n3...n20 > 2.I have a variable named i defined as short > 3.I wish to substitute the numbers from the valueboxes name like in >

[Gambas-user] Substitute of the object names

2010-10-06 Thread Biro Zoltan
Hello, I will try to explain with my poor english exacly what I wish to do: 1.I have 20 pcs of valueboxes named: n1,n2,n3...n20 2.I have a variable named i defined as short 3.I wish to substitute the numbers from the valueboxes name like in folowing example: i=0 for i=0 to list.count 'here I

Re: [Gambas-user] Trouble with "make install"

2010-10-06 Thread Dr.Diesel
Thank you, not sure how I missed that with a mirror of a working machine! Please also add package: qt-webkit-devel To the Fedora 13+ package list here: http://gambasdoc.org/help/install/fedora?view Many thanks, Andy -- View this message in context: http://old.nabble.com/Trouble-with-%22m

Re: [Gambas-user] Trouble with "make install"

2010-10-06 Thread Benoît Minisini
> I have three other Gambas3 boxes without this issue, so maybe not a Gambas > issue. My latest install in on a Fedora 14 RC box, I receive the following > error installing with su -c "make install", this works fine on my other > Fedora 14 boxes, save software levels, all 64bit etc. > > make[2]:

[Gambas-user] Trouble with "make install"

2010-10-06 Thread Dr.Diesel
I have three other Gambas3 boxes without this issue, so maybe not a Gambas issue. My latest install in on a Fedora 14 RC box, I receive the following error installing with su -c "make install", this works fine on my other Fedora 14 boxes, save software levels, all 64bit etc. make[2]: Nothing to

Re: [Gambas-user] Enumerate an Array Control

2010-10-06 Thread Demosthenes Koptsis
This line is not accepted "no such intetifier" Dim $item As ListViewItem On Wed, Oct 6, 2010 at 7:31 PM, Lord Quo wrote: >I think is something like: > > Dim $item As ListViewItem > > For Each $item in lvwScanDirs >Print $item.Text > Next > > -Mensaje original- > De: user

Re: [Gambas-user] Enumerate an Array Control

2010-10-06 Thread Lord Quo
I think is something like: Dim $item As ListViewItem For Each $item in lvwScanDirs Print $item.Text Next -Mensaje original- De: user [mailto:demosthen...@gmail.com] Enviado el: Miércoles, 06 de Octubre de 2010 11:14 a.m. Para: Gambas User List Asunto: [Gambas-user] Enume

[Gambas-user] Enumerate an Array Control

2010-10-06 Thread user
Hi, i have this SUB --- PUBLIC SUB MakePathList() DIM iInt AS Integer DIM sKey AS String ' FOR EACH sKey IN lvwScanDirs ' PRINT lvwScanDirs[sKey].Text ' NEXT lvwScanDirs.MoveFirst FOR iInt = 0 TO lvwScanDirs.Count - 1 PRINT lvwScanDirs[lvwScanDirs.Item.k

Re: [Gambas-user] Ubuntu Maverick and Gambas 3

2010-10-06 Thread Girard Henri
it works Le mercredi 06 octobre 2010 à 13:30 +0200, Benoît Minisini a écrit : > I committed a workaround to the autoconf 2.67 bug. Can ubuntu maverick users > try to compile the revision #3252 to see if things are better? > --

Re: [Gambas-user] Set Active Tabstrib Panel from Button Click

2010-10-06 Thread Ron
tabMytabs.Index = 0 is what you use to select first tab, .Index = 1 second etc... tabMyTabs.Setfocus Regards, Ron_2nd. > Hello all, > > 1) I search in docs a property of tabistrib that make active a tabistrib > tab. > > All that i want to do is to Click a button btnOk and set the first tab > of

[Gambas-user] Ubuntu Maverick and Gambas 3

2010-10-06 Thread Benoît Minisini
I committed a workaround to the autoconf 2.67 bug. Can ubuntu maverick users try to compile the revision #3252 to see if things are better? -- Benoît Minisini -- Beautiful is writing same markup. Internet Explorer 9 sup

Re: [Gambas-user] I cant compile Gambas: problem with ¿OpenGL?

2010-10-06 Thread Benoît Minisini
> fab...@maison:~$ autoconf --version > autoconf (GNU Autoconf) 2.67 > Copyright (C) 2010 Free Software Foundation, Inc. > License GPLv3+/Autoconf: GNU GPL version 3 or later > , > This is free software: you are > free to c

[Gambas-user] Set Active Tabstrib Panel from Button Click

2010-10-06 Thread user
Hello all, 1) I search in docs a property of tabistrib that make active a tabistrib tab. All that i want to do is to Click a button btnOk and set the first tab of tabstrib active. like this tabMyTabs[0].active=true or tabMyTabs[0].setfocus did you understand what i want? 2) A note The doc