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
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
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
> 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
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
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.
-
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.
---
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
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.)
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
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)
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
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
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
14 matches
Mail list logo