[Gambas-user] Issue 509 in gambas: Bugs in gambas ide with RTL languages

2014-02-05 Thread gambas
Status: New Owner: Labels: Version-3.5.2 Type-Bug Priority-Medium OpSys-Any Dist-Any Arch-Any Desktop-Any GUI-Any New issue 509 by linux...@gmail.com: Bugs in gambas ide with RTL languages http://code.google.com/p/gambas/issues/detail?id=509 hello, I'm using gambas version 3.5.2 right now

[Gambas-user] Drawing Area Location in Screenshot Depends on Window Location on Desktop

2014-02-05 Thread Louis W. Adams, Jr.
I have a drawing area control daChart on a form. To extract an image of that control area using screenshot, I expected that the following would work, where picSave is a Picture object. The number 28 accounts for the window control frame at the top for my screen resolution in Ubuntu (1920x1080).

[Gambas-user] Feature request: Redirecting stderr of terminal-emulated program back to IDE

2014-02-05 Thread Tobias Boege
Hi Benoit, I may have requested this some time ago already but now I can give you a project where it is shown (see attachments). What I want is that we can use a terminal emulator to run a program but still get Debug statements into the IDE because they really disturb ncurses programs. I attach

Re: [Gambas-user] Drawing Area Location in Screenshot Depends on Window Location on Desktop

2014-02-05 Thread Fabien Bodard
Use dachart.screenx, dachart.screeny. and you will have what you want. It's the position of the control on the entire screen. Le 5 févr. 2014 16:42, "Louis W. Adams, Jr." a écrit : > I have a drawing area control daChart on a form. To extract an image of > that > control area using screenshot,

Re: [Gambas-user] Drawing Area Location in Screenshot Depends on Window Location on Desktop

2014-02-05 Thread Fabien Bodard
And hOmage=daChart.grab ? Le 5 févr. 2014 17:29, gambas...@gmail.com a écrit : Use dachart.screenx, dachart.screeny. and you will have what you want. It's the position of the control on the entire screen. Le 5 févr. 2014 16:42, "Louis W. Adams, Jr." a écrit : I have a drawing area control daCh

Re: [Gambas-user] ncurses help texts missing

2014-02-05 Thread Tobias Boege
On Tue, 04 Feb 2014, Tobias Boege wrote: > On Tue, 04 Feb 2014, Tobias Boege wrote: > > On Tue, 04 Feb 2014, Rolf-Werner Eilert wrote: > > > > > > > > > Am 04.02.2014 09:46, schrieb Tobias Boege: > > > > On Tue, 04 Feb 2014, Rolf-Werner Eilert wrote: > > > >> Hi Tobias, > > > >> > > > >> your nam

Re: [Gambas-user] Drawing Area Location in Screenshot Depends on Window Location on Desktop

2014-02-05 Thread Tobias Boege
On Wed, 05 Feb 2014, Fabien Bodard wrote: > And hOmage=daChart.grab ? No, DrawingArea.Grab() is still Control.Grab() which, according to the documentation[0] does something very different since Gambas 3. Whenever I wanted to save something from a DrawingArea later, I wrote something like this rou

Re: [Gambas-user] gambas 3.5.2 released! thanks!!

2014-02-05 Thread PICCORO McKAY Lenz
what its the minimun requirements or at leas openal component can be complied with both versions 1.12 and/or 1.14 ? Lenz McKAY Gerardo (PICCORO) http://qgqlochekone.blogspot.com On Tue, Feb 4, 2014 at 5:04 PM, PICCORO McKAY Lenz wrote: > i read the requirements of gambas, are up to date? in the

Re: [Gambas-user] gambas on gentoo

2014-02-05 Thread Dominique Michel
Le Tue, 4 Feb 2014 09:13:08 +0100, Dominique Michel a écrit : > Hi all, > > First, thank you for gambas. Even if a Linux system is more > complicated, it remain me my old time with an Amiga in the eighties. > Simple, powerful and efficient. > > gambas is not in portage currently, and it is an o

Re: [Gambas-user] Issue 508 in gambas: request: specify how many decimal places ValueBox

2014-02-05 Thread Matti
I think, recently I had the same problem, and I understand the request like that: I wanted to display formatted values of a database, without formatting by code. For example, 123 --> 123,00 1647.5 --> 1.647,50 48.356 --> 48,356000 MaskBox doesn't do anything here, it leaves the data as it is. Obv

Re: [Gambas-user] gambas on gentoo

2014-02-05 Thread Tobias Boege
On Wed, 05 Feb 2014, Dominique Michel wrote: > Le Tue, 4 Feb 2014 09:13:08 +0100, > Dominique Michel a ?crit : > > > Hi all, > > > > First, thank you for gambas. Even if a Linux system is more > > complicated, it remain me my old time with an Amiga in the eighties. > > Simple, powerful and effic

Re: [Gambas-user] gambas on gentoo

2014-02-05 Thread Dominique Michel
Le Wed, 5 Feb 2014 20:38:40 +0100, Dominique Michel a écrit : > Le Tue, 4 Feb 2014 09:13:08 +0100, > Dominique Michel a écrit : > > > Hi all, > > > > First, thank you for gambas. Even if a Linux system is more > > complicated, it remain me my old time with an Amiga in the eighties. > > Simple,

Re: [Gambas-user] Drawing Area Location in Screenshot Depends on Window Location on Desktop

2014-02-05 Thread Fabien Bodard
Le 5 févr. 2014 18:26, "Tobias Boege" a écrit : > > On Wed, 05 Feb 2014, Fabien Bodard wrote: > > And hOmage=daChart.grab ? > > No, DrawingArea.Grab() is still Control.Grab() which, according to the > documentation[0] does something very different since Gambas 3. > > Whenever I wanted to save some

Re: [Gambas-user] gambas on gentoo

2014-02-05 Thread Dominique Michel
Le Wed, 5 Feb 2014 20:38:40 +0100, Dominique Michel a écrit : > Le Tue, 4 Feb 2014 09:13:08 +0100, > Dominique Michel a écrit : > > > Hi all, > > > > First, thank you for gambas. Even if a Linux system is more > > complicated, it remain me my old time with an Amiga in the eighties. > > Simple,

Re: [Gambas-user] gambas on gentoo

2014-02-05 Thread Dominique Michel
Le Wed, 5 Feb 2014 20:50:10 +0100, Tobias Boege a écrit : > On Wed, 05 Feb 2014, Dominique Michel wrote: > > Le Tue, 4 Feb 2014 09:13:08 +0100, > > Dominique Michel a ?crit : > > > > > Hi all, > > > > > > First, thank you for gambas. Even if a Linux system is more > > > complicated, it remain

Re: [Gambas-user] gambas on gentoo

2014-02-05 Thread Tobias Boege
On Wed, 05 Feb 2014, Dominique Michel wrote: > Le Wed, 5 Feb 2014 20:50:10 +0100, > Tobias Boege a ?crit : > > > On Wed, 05 Feb 2014, Dominique Michel wrote: > > > Le Tue, 4 Feb 2014 09:13:08 +0100, > > > Dominique Michel a ?crit : > > > > > > > Hi all, > > > > > > > > First, thank you for gam

[Gambas-user] 3.5.2 and CentOS 6.5 64 bit.

2014-02-05 Thread Stephen
Anyone got the combination in the subject line up and running? -- Kindest Regards Stephen A. Bungay, Prop. Smarts On Site -- Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to

Re: [Gambas-user] gambas on gentoo

2014-02-05 Thread Dominique Michel
Le Wed, 5 Feb 2014 22:16:11 +0100, Tobias Boege a écrit : > On Wed, 05 Feb 2014, Dominique Michel wrote: > > Le Wed, 5 Feb 2014 20:50:10 +0100, > > Tobias Boege a ?crit : > > > > > On Wed, 05 Feb 2014, Dominique Michel wrote: > > > > Le Tue, 4 Feb 2014 09:13:08 +0100, > > > > Dominique Michel

Re: [Gambas-user] gambas on gentoo

2014-02-05 Thread Benoît Minisini
Le 04/02/2014 09:13, Dominique Michel a écrit : > Hi all, > > First, thank you for gambas. Even if a Linux system is more > complicated, it remain me my old time with an Amiga in the eighties. > Simple, powerful and efficient. > > gambas is not in portage currently, and it is an old bug report with

Re: [Gambas-user] gambas on gentoo

2014-02-05 Thread Benoît Minisini
Le 05/02/2014 20:38, Dominique Michel a écrit : > Le Tue, 4 Feb 2014 09:13:08 +0100, > Dominique Michel a écrit : > >> Hi all, >> >> First, thank you for gambas. Even if a Linux system is more >> complicated, it remain me my old time with an Amiga in the eighties. >> Simple, powerful and efficient

Re: [Gambas-user] Drawing Area Location in Screenshot Depends on Window Location on Desktop

2014-02-05 Thread Louis W. Adams, Jr.
> Use dachart.screenx, dachart.screeny and you will have what you want. Thanks very much, that works perfectly. It is still the case that what I reported seems to be a bug that ought to be fixed. Lou -- View this message in context: http://gambas.8142.n7.nabble.com/Drawing-Area-Location-in-S

Re: [Gambas-user] Drawing Area Location in Screenshot Depends on Window Location on Desktop

2014-02-05 Thread Louis W. Adams, Jr.
> Taking a screenshot to get the DrawingArea contents seems to be a very ugly method to me. I think it's ugly too, but I'm the only one using the programs I write so I'm the only one offended. I'm a GAMBUS newbie, and I've been very confused by posts that explain the proper way to convert the int

[Gambas-user] bug ?

2014-02-05 Thread Shane
is this a bug ? when I use - " Me.Parent.Width " I get a value as exspeced but when I use " Me.Parent.X .Y " I get 0 when I expecting a value > 0 and the same with " Me.Parent.ClientX .ClientY " etc -- Managing the Perfo

Re: [Gambas-user] spelling bug ?

2014-02-05 Thread Shane
> is this a bug ? > > when I use - " Me.Parent.Width " I get a value as expected > but when I use " Me.Parent.X .Y " I get 0 when I expecting a value > 0 > and the same with > " Me.Parent.ClientX .ClientY " etc -- Mana