[Gambas-user] Issue 123 in gambas: GUI dependencies in library projects not exposing any gui dependency

2011-10-03 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 123 by adamn...@gmail.com: GUI dependencies in library projects not exposing any gui dependency http://code.google.com/p/gambas/issues/detail?id=123 1) Describe the probl

[Gambas-user] Issue 122 in gambas: Save Project As routine retains previous project path

2011-10-03 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 122 by adamn...@gmail.com: Save Project As routine retains previous project path http://code.google.com/p/gambas/issues/detail?id=122 1) Describe the problem. This is mo

Re: [Gambas-user] WebForm

2011-10-03 Thread Randall Morgan
Not saying it isn't possible with Gambas but you'd be a lot better off using a LAMP/WAMP stack or something targeted at the web. If you truly want to do this with Gambas you could write a web server in Gambas that handles the http requests and connects to the database or you could use a Gamabs pro

Re: [Gambas-user] WebForm

2011-10-03 Thread BenoƮt Minisini
> Greetings community, I have no clear how to do it and I'm lost, if I > could help, I need to create a program that connects to a database and > insert records but from the web, but I want to be in shrimp, is it > possible and if they out, I could give an idea please. Thank you. > Gambas 3 has a

Re: [Gambas-user] Issue 118 in gambas: Project saving directory recursion

2011-10-03 Thread gambas
Updates: Status: Started Comment #2 on issue 118 by benoit.m...@gmail.com: Project saving directory recursion http://code.google.com/p/gambas/issues/detail?id=118 Fixed in revision #4172 for Gambas 3. -- All t

Re: [Gambas-user] Issue 121 in gambas: The example Evaluator returns strange results when working with integer/long numbers

2011-10-03 Thread gambas
Updates: Status: Fixed Comment #3 on issue 121 by benoit.m...@gmail.com: The example Evaluator returns strange results when working with integer/long numbers http://code.google.com/p/gambas/issues/detail?id=121 Fixed in revision #4171. -

Re: [Gambas-user] Issue 120 in gambas: One value in the example EVALUATOR uses the comma as decimal separator

2011-10-03 Thread gambas
Updates: Status: Fixed Comment #2 on issue 120 by benoit.m...@gmail.com: One value in the example EVALUATOR uses the comma as decimal separator http://code.google.com/p/gambas/issues/detail?id=120 Fixed in revision #4171. ---

Re: [Gambas-user] Issue 121 in gambas: The example Evaluator returns strange results when working with integer/long numbers

2011-10-03 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #2 on issue 121 by benoit.m...@gmail.com: The example Evaluator returns strange results when working with integer/long numbers http://code.google.com/p/gambas/issues/detail?id=121 (No comment was entered for this c

Re: [Gambas-user] Issue 120 in gambas: One value in the example EVALUATOR uses the comma as decimal separator

2011-10-03 Thread gambas
Updates: Status: Accepted Labels: -Version Version-TRUNK Comment #1 on issue 120 by benoit.m...@gmail.com: One value in the example EVALUATOR uses the comma as decimal separator http://code.google.com/p/gambas/issues/detail?id=120 (No comment was entered for this change.)

Re: [Gambas-user] Issue 121 in gambas: The example Evaluator returns strange results when working with integer/long numbers

2011-10-03 Thread gambas
Comment #1 on issue 121 by stephane...@gmail.com: The example Evaluator returns strange results when working with integer/long numbers http://code.google.com/p/gambas/issues/detail?id=121 Note that if the user directly enter the formula 2*2*2, the result is also wrong, so the real

[Gambas-user] Issue 121 in gambas: The example Evaluator returns strange results when working with integer/long numbers

2011-10-03 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 121 by stephane...@gmail.com: The example Evaluator returns strange results when working with integer/long numbers http://code.google.com/p/gambas/issues/detail?id=121 1)

Re: [Gambas-user] how control a picturebox create in code...

2011-10-03 Thread Dag-Jarle Johansen
hola, que tal, try rather the WAIT-Function if the Timer makes problems do while True bicentenario.move(bicentenario.x + 10, bicentenario.y) Wait 0.01 '(try out what you need here) and not forgetting... IF bicentenario.Left+bicentenario.Width > ME.Width then 'DO SOMETHING, if not your anniv

[Gambas-user] Issue 120 in gambas: One value in the example EVALUATOR uses the comma as decimal separator

2011-10-03 Thread gambas
Status: New Owner: Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 120 by stephane...@gmail.com: One value in the example EVALUATOR uses the comma as decimal separator http://code.google.com/p/gambas/issues/detail?id=120 1) Describe the

[Gambas-user] how control a picturebox create in code...

2011-10-03 Thread Alexis Sanchez
i have this rutine... PUBLIC SUB pictures_init(formulario AS Form) DIM bicentenario AS PictureBox 'Dibujamos el logo del Bicentenario bicentenario = NEW PictureBox(formulario) bicentenario.Picture = Picture["img/bicentenario.png"] bicentenario.Width = 10 bicentenario.Height = 20 bice