> 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
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:
http://www.nabble.com/Gambas-equivilent-help-tp26044750p26044750.
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: linu
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 choo
>
> It would be excellent to find the answer in documentation, when the
> technology will be done.
>
I won't do that for 2.17. I will release it first, and then I will implement
the feature. This way you will be able to test it and we will see that is
enough to run Gambas from a specific direc
> 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
--
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
> e
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;
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:
>
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 :
* *(*)
With FormName.Visible you know if form is shown or not.
Jussi
On Sat, Oct 24, 2009 at 11:41, Dima Malkov 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 the mistake. Sorry.
>
>
Dima Malkov ha scritto:
>
> "Dima" is a modern citizen short equivalent for traditional Russian
> male-name "Dmitriy".
> Russians prefer to put full name only in documents, or when somebody
> informs about the famous person. In the dialogs russians usually like
> when they are refered by the short
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"
- Original Message -
From: "Olivier Cruilles"
[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 copy/paste all objects f
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 button
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.
>
16 matches
Mail list logo