You are too kind. I've been calling myself every kind of idiot under the sun:)
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT
Le 17/09/2012 23:39, RICHARD WALKER a écrit :
> I am now convinced I am getting too old for this game.
>
> I managed to package a broken project.
>
> One critical line is missing from the copy button handler. Here is the
> whole thing:
>
> Public Sub CopyButton_Click()
>
> Dim tmpImage As Image
>
>
I am now convinced I am getting too old for this game.
I managed to package a broken project.
One critical line is missing from the copy button handler. Here is the
whole thing:
Public Sub CopyButton_Click()
Dim tmpImage As Image
If FLogo.Visible Then
With FLogo.Picture
Funny thing is I thought I understood enough about environment
variables to see me through. It never occurred to me that the
environment for that setting would be restricted to the IDE, but now
you mention it, it makes sense. If it were visible in my user
environment it might affect every Gambas pr
Yeees Benoît,
now I confirm that the ".Resize" method works !
by
vuott
> >
> > Problems persist with the ".Resize" method.
> >
> > Bye
> > vuott
> >
>
> Fixed in revision #5174.
>
> Regards,
>
> --
> Benoît Minisini
>
> -
Le 17/09/2012 21:41, Demosthenes Koptsis a écrit :
> Στις 17/9/2012 20:52, ο/η Tobias Boege έγραψε:
>> On Mon, 17 Sep 2012, Rolf-Werner Eilert wrote:
>>> Hi everyone,
>>>
>>> Long time ago I set up a Gambas application in my internal server for
>>> cgi. I do remember there was some tweaking of Apac
Στις 17/9/2012 20:52, ο/η Tobias Boege έγραψε:
> On Mon, 17 Sep 2012, Rolf-Werner Eilert wrote:
>> Hi everyone,
>>
>> Long time ago I set up a Gambas application in my internal server for
>> cgi. I do remember there was some tweaking of Apache confs to tell it to
>> accept .gambas and .gbs as a cgi
Le 17/09/2012 14:47, RICHARD WALKER a écrit :
> 3. Example project attached. As shipped it is set for qt4 (although on
> my system the compiled version still uses gtk!?)
Maybe you should learn what an "environmental variable" is? :-)
Anyway, GB_GUI is just there for debugging. If you need gb.qt4,
Le 17/09/2012 20:52, Ru Vuott a écrit :
> Hello Benoît,
>
> so, I tried with rev. 5173.
>
> ".Move" method now works well. It's OK and two moving parameters and two
> resizing parameters.
>
> Problems persist with the ".Resize" method.
>
> Bye
> vuott
>
Fixed in revision #5174.
Regards,
--
Ben
Hello Benoît,
so, I tried with rev. 5173.
".Move" method now works well. It's OK and two moving parameters and two
resizing parameters.
Problems persist with the ".Resize" method.
Bye
vuott
--- Lun 17/9/12, Benoît Minisini ha scritto:
> Da: Benoît Minisini
> Oggetto: Re: [Gambas-user]
On Mon, 17 Sep 2012, Rolf-Werner Eilert wrote:
> Hi everyone,
>
> Long time ago I set up a Gambas application in my internal server for
> cgi. I do remember there was some tweaking of Apache confs to tell it to
> accept .gambas and .gbs as a cgi program, but I don't remember what it
> was. Now
Hi everyone,
Long time ago I set up a Gambas application in my internal server for
cgi. I do remember there was some tweaking of Apache confs to tell it to
accept .gambas and .gbs as a cgi program, but I don't remember what it
was. Now I have tried to install this on another server, but of cour
Updates:
Status: Fixed
Comment #4 on issue 149 by benoit.m...@gmail.com: DesktopWindow.X and
DesktopWindow.Y always 1 and 21
http://code.google.com/p/gambas/issues/detail?id=149
It should be finally fixed in revision #5173!
-
Updates:
Status: Fixed
Comment #5 on issue 330 by benoit.m...@gmail.com: IDE: Save Project
As.. .Project file not updated
http://code.google.com/p/gambas/issues/detail?id=330
Fixed in revision #5172.
--
Live S
Updates:
Status: Started
Comment #4 on issue 330 by benoit.m...@gmail.com: IDE: Save Project
As.. .Project file not updated
http://code.google.com/p/gambas/issues/detail?id=330
OK, got it :-)
--
Live Security
Benoît,
1. Please ignore all comments relating to the behaviour of the
FontChooser thing. I am coding this as a minor birthday present for my
brother who likes things to be done for him in a program, so I have
made the FontChooser a bit more ... adaptable and so caused the
runaway expansion of the
>
> Can you try with revision #5171?
>
> --
> Benoît Minisini
>
Benoît,
I can try, but tonight.
I'll let you know.
Bye
vuott
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's
Le 17/09/2012 12:54, Ru Vuott a écrit :
> Hello Benoît,
>
> I tried, now, my code on a 32bit system (Kubuntu - KDE), and I saw those
> metods (.Move and .Resize) work weeery well !
>
> So, as you said the problem is on 64bit system.
>
> Bye
> vuott
>
Can you try with revision #5171?
--
Benoît M
Hello Benoît,
I tried, now, my code on a 32bit system (Kubuntu - KDE), and I saw those metods
(.Move and .Resize) work weeery well !
So, as you said the problem is on 64bit system.
Bye
vuott
--
Live Security Virtual Co
Le 17/09/2012 12:46, RICHARD WALKER a écrit :
> Benoît,
> Sorry for the delay in "confirming" my findings with your PaintImage
> version of my problem's solution. Sadly it took me hours (and more
> hours) to get it working. I tried all sorts of tricks to make it
> produce an undistorted/uncorrupted
Benoît,
Sorry for the delay in "confirming" my findings with your PaintImage
version of my problem's solution. Sadly it took me hours (and more
hours) to get it working. I tried all sorts of tricks to make it
produce an undistorted/uncorrupted version on the clipboard of the
rendered image but noth
>
> Indeed. I guess you are using a 64 bits system like me?
>
> --
> Benoît Minisini
>
> -
Yes, Benoît, my system is 64bit (and Gambas 3).
In your opinion, how is it then that problem happens?
bye
vuott
---
Le 17/09/2012 11:00, Ru Vuott a écrit :
> Hello,
>
> I have this following code (I set also gb.desktop component):
>
> ***
> Public Sub Button1_Click()
>
> Dim a As Integer[]
> Dim w As DesktopWindow
>
>a = Desktop.FindWindow("name_of_a_window")
>
> w = New Deskt
Hello,
I have this following code (I set also gb.desktop component):
***
Public Sub Button1_Click()
Dim a As Integer[]
Dim w As DesktopWindow
a = Desktop.FindWindow("name_of_a_window")
w = New DesktopWindow(a[0])
' it should only move the window down
24 matches
Mail list logo