[Gambas-user] Installation incomplete (gb.desktop not installed)

2010-02-24 Thread Kevin Till
Hello, I tried to install gambas 2.19.0 on my machine (1,73 Ghz Laptop, Ubuntu 9.10) but I think the installation was not complete. If I type gambas2 this message appears: ERROR: #27: Cannot load component 'gb.desktop': cannot find library file. I've carefully read and followed the

[Gambas-user] Drawing Area

2010-02-24 Thread tobias...@t-online.de
Dear Mailing-Liste, my name is Tobias and I have the following problem: The function y=f(x) shall be displayed with the values x_min = x = x_max in a drawing area (dwg.ClientW = const = 801, dwg.ClientH = const = 601) using the methods Draw.Scale and Draw.Translate. My