Hi!!
I would like to know what do you think about a Code Snippets category
being added to the wiki. It would be a place to share common pieces of
code that tend to be used (and coded from scratch) a lot.
--
Ridiculously e
On Mon, 2012-01-02 at 02:10 -0300, Sebastian Kulesz wrote:
> I would like to know what you think of this proposal. is it to hard?
> would it take too much time (Gambas 4 feature)? I'm open to any
> comments, please.
If I created a Gambas 3 application and wanted to distribute it to my
customers t
With the recent release of Gambas 3 as a stable IDE, I wanted to
release a Beta version of a software i'm developing, and test the
Launchpad PPA release system for future releases. I'm very familiar
with Arch Linux system (the OS I currently use), and I know that
uploading a package to the AUR
(htt
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 182 by sebi...@gmail.com: Rmdir should have an error code to
report the deletion of a folder with content
http://code.google.com/p/gambas/issues/detail?id=182
If you exec
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 181 by jussi.la...@gmail.com: Crash with certain menu caption.
http://code.google.com/p/gambas/issues/detail?id=181
1) Describe the problem.
Crash with certain menu captio
Sorry my bad, code is from old project and it has worked well as long as I
changed "<" to "<="!?
Don't know why...
Jussi
On Sun, Jan 1, 2012 at 18:51, wrote:
> Updates:
>Status: Invalid
>Labels: -Version Version-TRUNK
>
> Comment #1 on issue 180 by benoit.m...@gmail.com: Proc
Updates:
Labels: -Priority-Medium Priority-Low
Comment #9 on issue 172 by benoit.m...@gmail.com: Using static symbols on
objects not consistent
http://code.google.com/p/gambas/issues/detail?id=172
(No comment was entered for this change.)
--
Updates:
Status: Accepted
Labels: -Version -Priority-Medium Version-TRUNK Priority-Low
Comment #1 on issue 179 by benoit.m...@gmail.com: Download source for 3.0
tar.gz doesn't include ./configure
http://code.google.com/p/gambas/issues/detail?id=179
For some reasons, the generate
Example component gb.xml is written with C, maybe you can use it as example
(/trunk/gb.xml/src) .
Jussi
On Sun, Jan 1, 2012 at 17:27, J_Mischk3 wrote:
>
> I think, that could be a nice component for Gambas, so we can use it for
> quasi threading some programms. ( I see no multithreadingfeatu
Updates:
Status: Invalid
Labels: -Version Version-TRUNK
Comment #1 on issue 180 by benoit.m...@gmail.com: Process_Read event
receives extra newline characters.
http://code.google.com/p/gambas/issues/detail?id=180
Maybe you should write your program correctly?
Put a debug line a
I think, that could be a nice component for Gambas, so we can use it for
quasi threading some programms. ( I see no multithreadingfeatures in gambas
)
Now I want to make a new component, but the example in the documentation (
part Main-files and so on ) are simply blank.
Where can I see, how to
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 180 by jussi.la...@gmail.com: Process_Read event receives extra
newline characters.
http://code.google.com/p/gambas/issues/detail?id=180
1) Describe the problem.
Process
2012/1/1 nando :
> Question: Code piece
>
> dim i as integer
> dim s as string
>
> i = 12345
> s = "the number is "
>
> Replace$( s , "", STR$(i) , gb.case)
> Replace$( s , "", STR$(i) , gb.case)
>
>
> The first Replace will do the substitution
> The second Replace will not do the substitutio
13 matches
Mail list logo