Re: [Gambas-user] Issue 44 in gambas: GTK+ and Workspace Action_Activate does not match the active.window

2011-02-28 Thread gambas
Comment #2 on issue 44 by sot...@gmail.com: GTK+ and Workspace Action_Activate does not match the active.window http://code.google.com/p/gambas/issues/detail?id=44 Hi Benoit, Thanks for the answer, but I not totally agree with you; if you switch to QT4 library it works and you get the correct

Re: [Gambas-user] dumb date question

2011-02-28 Thread Michael
If dt1 > dt2 then end if Dates are stored as numbers. The most recent date will be the largest number. Regards Michael On 01/03/11 14:10, richard terry wrote: > I never can figure out the simple things > > If I have 2 dates and want to find if one is more recent than the other, what > would b

[Gambas-user] dumb date question

2011-02-28 Thread richard terry
I never can figure out the simple things If I have 2 dates and want to find if one is more recent than the other, what would be the syntax? Regards Richard -- Free Software Download: Index, Search & Analyze Logs and ot

Re: [Gambas-user] DrawArea errors

2011-02-28 Thread Demosthenes Koptsis
ok, yes i found the examples thanks. On Sat, 2011-02-26 at 23:08 +0100, math.e...@t-online.de wrote: > Try to do something like >Draw.Begin(drawArea) >Draw.Circle(10, 10, 5) >Draw.End >in one Sub, not in two. And not at all in the Draw event that is raised by >drawing... >

Re: [Gambas-user] About Drawinarea.Cached

2011-02-28 Thread Rolf-Werner Eilert
Am 28.02.2011 09:49, schrieb Demosthenes Koptsis: > i read the docs about Cached property of DrawingArea control. > > i want to ask what is the use of Cached property. > > In other words why to be erased the drawing when another form is over > the control? > > You can choose what you want: more sp

[Gambas-user] About Draw.FillX

2011-02-28 Thread Demosthenes Koptsis
Can someone explain please the http://gambasdoc.org/help/comp/gb.qt4/draw/fillx?v3 what is the horizontal origin of the brushes? Any example? -- Regards, Demosthenes Koptsis. -- Free Software Download: Index, Search

[Gambas-user] About Drawinarea.Cached

2011-02-28 Thread Demosthenes Koptsis
i read the docs about Cached property of DrawingArea control. i want to ask what is the use of Cached property. In other words why to be erased the drawing when another form is over the control? -- Regards, Demosthenes Koptsis.