> I have problems with modal forms (OpenSuse, qt4 here).
> There always can be done something with them that leads to trouble.
> See example.
>
> If I can handle these things by "implementing the event handler", please
> tell me how to. :-)
>
> Regards
> Matti
For the first problem, it does not
> Ok, don't worry, I think I'll need to wait for the implementation or the
> correction :-)
>
> But the another strange thing is that the method signature (Bug fixed in
> revision 3241) doesn’t appears :-(
>
What do you mean by that?
--
Benoît Minisini
The project I'm working on has a client module and server module, with shared
modules/procedures/variables between the two. The user chooses the mode from
a GUI upon running it. Consequently I have it running in client mode on bare
metal and server mode in a virtual machine with a separate IP addr
Ok, don't worry, I think I'll need to wait for the implementation or
the correction :-)
But the another strange thing is that the method signature (Bug fixed
in revision 3241) doesn’t appears :-(
Regards.
-Mensaje original-
De: Benoît Minisini [mailto:gam...
> Hi all again.
>
>
>
> I developed a component, which I included him documentation with the double
> quotes '':
>
>
>
> '' +Description
>
> '' Initialize a web browser view with the help on a specific symbol.
>
> '' +Arguments
>
> '' - #hWebView# is the WebView control to init
Hi all again.
I developed a component, which I included him documentation with the double
quotes '':
'' +Description
'' Initialize a web browser view with the help on a specific symbol.
'' +Arguments
'' - #hWebView# is the WebView control to initialize.
I created the exec
I have problems with modal forms (OpenSuse, qt4 here).
There always can be done something with them that leads to trouble.
See example.
If I can handle these things by "implementing the event handler", please tell me
how to. :-)
Regards
Matti
test2.tar.gz
Description: GNU Zip compressed data
--
Thank's Benoit,
It's exactly that I need.
Olivier
Le 27 sept. 2010 à 20:44, Benoît Minisini a écrit :
>> Hi Benoit,
>>
>> I have just a question about the possibility to convert in Gambas v2 a
>> variable in format Date to a value of this date in number of seconds like
>> in Unix command ?
>>
Or use shell with "date +%s".
Jussi
2010/9/27 Benoît Minisini
> > Hi Benoit,
> >
> > I have just a question about the possibility to convert in Gambas v2 a
> > variable in format Date to a value of this date in number of seconds like
> > in Unix command ?
> >
> > In my projet i need to use dat
Thanks! I hope there will be few changes with the existing code.
2010/9/27 Benoît Minisini
> > When will be the change to version 3.00?
>
> I try to make a release candidate before the end of the year.
>
> > Will the 2.xx projects be
> > compatible with it?
>
> No. You have to change things. But
Good evening,
i never had to use menues in my programs, but now i have to reproduce a
program written in delphi for our ubuntu computers at school, only for
education purposes (the program was also written by students, don't
worry ;)). this program has a menue and a simple textarea just under i
> Hi Benoit,
>
> I have just a question about the possibility to convert in Gambas v2 a
> variable in format Date to a value of this date in number of seconds like
> in Unix command ?
>
> In my projet i need to use date value in number of seconds and not in
> standard format as for example this o
> When will be the change to version 3.00?
I try to make a release candidate before the end of the year.
> Will the 2.xx projects be
> compatible with it?
No. You have to change things. But no so many. For example the documentation
website is based on a CGI script written with the Gambas 3 IDE
When will be the change to version 3.00? Will the 2.xx projects be
compatible with it?
--
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate you
> I'd like to see an option during packaging to add external packages as
> dependencies. It could be done with or without version number (only package
> name).
This is done in Gambas 3.
Regards,
--
Benoît Minisini
--
S
I'd like to see an option during packaging to add external packages as
dependencies. It could be done with or without version number (only package
name).
--
Start uncovering the many advantages of virtual appliances
and sta
El 27/09/10 00:29, Benoît Minisini escribió:
>> El 26/09/10 21:36, Benoît Minisini escribió:
Hi, Benoît
It would be fine if you could implement a 'tasks system', like in other
IDEs, to keep track of pending tasks or fixes.
For example, if the text editor finds a commen
> PUBLIC SUB MaxFind(tomb AS String[], minta AS String) AS Integer ' A
> function in Archs module that finds the highest index in the array tomb
> which contains minta
> DIM supst AS String[]
> DIM mfind AS Integer = -1
> DIM cel AS Integer
> supst = NEW String[]
> supst = tomb
> WHILE supst.Find(m
PUBLIC SUB MaxFind(tomb AS String[], minta AS String) AS Integer ' A
function in Archs module that finds the highest index in the array tomb
which contains minta
DIM supst AS String[]
DIM mfind AS Integer = -1
DIM cel AS Integer
supst = NEW String[]
supst = tomb
WHILE supst.Find(minta) <> -1
cel =
PUBLIC SUB MaxFind(tomb AS String[], minta AS String) AS Integer ' A
function in Archs module that finds the highest index in the array tomb
which contains minta
DIM supst AS String[]
DIM mfind AS Integer = -1
DIM cel AS Integer
supst = NEW String[]
supst = tomb
WHILE supst.Find(minta) <> -1
cel =
20 matches
Mail list logo