Re: [Gambas-user] set of questions

2009-10-24 Thread Dima Malkov
Benoît Minisini replied: I think you should have been make a thread for each question, because now we are lost when reading the answers! Now I see the mistake. Sorry. I asked: I want to run my gambas2-application from USB-FLASH-DISK on the computers, that do not have gambas2 installed.

Re: [Gambas-user] Form problem with Gambas v2.16

2009-10-24 Thread Olivier Cruilles
Benoit, I think this is not really difficult to create five different forms but I don't want to rewrite all my code after doing this transformation. To be more clear, can I take each code of each TabStrip and put it in a new form or did I need to rewrite the code on each new form about

Re: [Gambas-user] Form problem with Gambas v2.16

2009-10-24 Thread nospam.nospam.nospam
- Original Message - From: Olivier Cruilles linu...@club-internet.fr [QUOTE] To be more clear, can I take each code of each TabStrip and put it in a new form or did I need to rewrite the code on each new form about button, panel, label, etc ... ? [/QUOTE] Cut/Copy/Paste. [QUOTE] If I

[Gambas-user] modules

2009-10-24 Thread Jean-Yves F. Barbier
Hi list, I wonder if it is possible to create modules dependencies in order to automatically load N modules when you only select one? JY -- Praise the Lord and pass the ammunition. -- Stephen Coonts, The Minotaur

Re: [Gambas-user] set of questions

2009-10-24 Thread Jussi Lahtinen
With FormName.Visible you know if form is shown or not. Jussi On Sat, Oct 24, 2009 at 11:41, Dima Malkov dima.malkov.rus...@gmail.com wrote: Benoît Minisini replied: I think you should have been make a thread for each question, because now we are lost when reading the answers! Now I see

[Gambas-user] new feature idea

2009-10-24 Thread Fabien Bodard
in the search/replace... make a system to allow pattern exemple : FF a, b, c, d, x(0), S11, -680876936 FF d, a, b, c, x(1), S12, -389564586 this is a vb6 style i want to replace this by FF(d, a, b, c, x[1], S12, -389564586) so a patern like: search line with FF pattern for change : *

Re: [Gambas-user] new feature idea

2009-10-24 Thread Doriano Blengino
Fabien Bodard ha scritto: in the search/replace... make a system to allow pattern exemple : FF a, b, c, d, x(0), S11, -680876936 FF d, a, b, c, x(1), S12, -389564586 this is a vb6 style i want to replace this by FF(d, a, b, c, x[1], S12, -389564586) so a patern like: search line

[Gambas-user] Tableview question

2009-10-24 Thread richard terry
I've need to use the table view to allow user to edit/add new cells Despite reading Doc's and looking at the examples in the IDe I'm no closer to getting the concept of how the thing works, so I wonder if anyone could explain its use in simple terms and show me a simple sample of how to allow;

Re: [Gambas-user] Tableview question

2009-10-24 Thread Charlie Reinl
Am Sonntag, den 25.10.2009, 06:57 +1100 schrieb richard terry: I've need to use the table view to allow user to edit/add new cells Despite reading Doc's and looking at the examples in the IDe I'm no closer to getting the concept of how the thing works, so I wonder if anyone could

Re: [Gambas-user] modules

2009-10-24 Thread Benoît Minisini
Hi list, I wonder if it is possible to create modules dependencies in order to automatically load N modules when you only select one? JY You mean, when loading a module at runtime? -- Benoît Minisini -- Come

Re: [Gambas-user] modules

2009-10-24 Thread Jean-Yves F. Barbier
Benoît Minisini a écrit : Hi list, I wonder if it is possible to create modules dependencies in order to automatically load N modules when you only select one? JY You mean, when loading a module at runtime? well, both @ runtime and when beginning the project when you choose the

Re: [Gambas-user] Form problem with Gambas v2.16

2009-10-24 Thread Olivier Cruilles
Benoit, I found that you talked me: 'embed them in the TabStrip at runtime' So I create a new Form by copy/paste with all objects of the Tab1. I copy/paste too the code corresponding and now all It's ok. Thank you, now I know a new method to develop Gambas projects. Olivier Cruilles Mail:

[Gambas-user] Gambas equivilent help

2009-10-24 Thread briansykes
Very simple question that i cant seem to answer on my own: What is the gambas equivilent of the java BitSet class? is it a Byte[] array? i dont know but thats about the only thing i could think of. -- View this message in context:

Re: [Gambas-user] Gambas equivilent help

2009-10-24 Thread Benoît Minisini
Very simple question that i cant seem to answer on my own: What is the gambas equivilent of the java BitSet class? is it a Byte[] array? i dont know but thats about the only thing i could think of. There is no equivalent of the Java BitSet class. You must implement it by your own, and you