Hi to all, I've a message from Benoit Minisini.
He have a problem on its internet access and can't work on gambas nor help
for one or two week.
Regards,
--
Fabien Bodard
--
Precog is a next-generation analytics platform
Comment #8 on issue 96 by adamn...@gmail.com: Importing a gambas2 form does
not convert the form to gambas3
http://code.google.com/p/gambas/issues/detail?id=96
Benoit,
This is fixed and should be closed.
B
--
You received this message because this project is configured to send all
issue n
Comment #2 on issue 401 by adamn...@gmail.com: |Project|Make|Source Archive
thinks it hasn't created the directory
http://code.google.com/p/gambas/issues/detail?id=401
OK, it looks like this was a local error. It appears to have been an LXDE
issue that has since been resolved.
The conflict
Status: New
Owner:
Labels: Version Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any
Desktop-Any GUI-Any
New issue 421 by r...@cyberjunky.nl: gb.xml.rpc doesn't work correctly with
gb.libxml
http://code.google.com/p/gambas/issues/detail?id=421
1) Describe the problem.
When using gb.xm
In gb.xml.rpc client code the RpcMethod_Read value is incorrectly filled.
This results in error when displaying RpcClient variables, see screenshot.
gambas/trunk/gb.xml/src/rpc/gb.xml.rpc/.src/RpcClient.class:
BAD:
Function RpcMethod_Read() As RpcFunction
Return RpcFunction
End
GOOD/BETTER