Attached is the relevant code/database. It's all very small. Essentially,
I'm trying to decipher how GridEditor works--so I've added some notes to the
source while I pick through it.
I figured out the signal 11, it was in the SQL I was successfully
malforming. :-)
-jason
>
> >> I could further
On Mon, 2009-06-22 at 12:58 +0200, Benoît Minisini wrote:
> > I hope this helps.
> >
> > No need it is included in gamba2-gb-db. I have had a similar problem
> > with the SDL component.
> >
> > if you are installing and have a dependency problem. Make sure that the
> > above and all other required
Hi,
I do :
SHELL "soffice " & User.Home & "/request/work/" & MyFile
Works just fine.
Steven
Le lundi 22 juin 2009 à 13:59 +0200, Stefan Miefert a écrit :
> > Hello,
> >
> > i try in gambas to start openoffice and load a csv file like this
> >
> openoffice path/myfile.csv
>
> in t
> Awesome, that information proved accurate and I have a much better handle
> on what exactly is going on now. I agree there is probably no perfect
> solution due to a number of variables, but I've decided to use the QT GUI
> instead of GTK for the time being and to keep the forms/controls a fixed
Awesome, that information proved accurate and I have a much better handle on
what exactly is going on now. I agree there is probably no perfect solution
due to a number of variables, but I've decided to use the QT GUI instead of
GTK for the time being and to keep the forms/controls a fixed size (n
Found the first bug, the Underscore ( _ ) is not show in the editor.
Mandriva 2009.1 32 bits KDE.
Regards
--
David
- Original Message
From: Benoît Minisini
To: mailing list for gambas users
Sent: Monday, June 22, 2009 10:18:49 AM
Subject: Re: [Gambas-user] Welcome to QT4!
> Gre
When will gambas3 be available in RPMs?
--
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two days of sessions, one day of unconference: $250.
Need another reason to
Benoît Minisini wrote:
>
>> I read how to create user control from this link
>> http://www.gambasdoc.org/help/dev/gambas
>>
>> but I still having some problem to get it work .
>> I want to create a custom control button .
>> - FButtonEX (form)
>> - ButtonEX (class)
>>
>> on the form (FButtonEX)
John, please stop spamming.
READ:
https://lists.sourceforge.net/lists/listinfo/gambas-user
What is the problem here??
Jussi
On Mon, Jun 22, 2009 at 19:27, David Paleino wrote:
> Once again,
>
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>
>
> --
> . ''`. Debian maintainer | ht
and now you can add a screenshot of gb3 under qt3 on the site. before
change the library
Le 22 juin 2009 18:18, Benoît Minisini a écrit :
>> Great!!! I think it will be nice to use qt4 in the Gambas IDE, so we can
>> find errors easily... don't you think?
>>
>> Regards
>>
>>
>> --
>> David
>>
>
>
Once again,
https://lists.sourceforge.net/lists/listinfo/gambas-user
--
. ''`. Debian maintainer | http://wiki.debian.org/DavidPaleino
: :' : Linuxer #334216 --|-- http://www.hanskalabs.net/
`. `'` GPG: 1392B174 | http://snipr.com/qa_page
`- 2BAB C625 4E66 E7B8 450A C3E1 E6AA
Kathy Ferreira, Editor and Columnist
Roller Skater's Gazette The Monthly Newsletter for Artistic Roller Skaters
--- On Sun, 6/21/09, Swee Kwang Tan wrote:
From: Swee Kwang Tan
Subject: Re: [Gambas-user] Gambas-user Digest, Vol 37, Issue 29
To: gambas-user@lists.sourceforge.net
Date: Sunday,
Kathy Ferreira, Editor and Columnist
Roller Skater's Gazette The Monthly Newsletter for Artistic Roller Skaters
--- On Mon, 6/22/09, David Villalobos Cambronero
wrote:
From: David Villalobos Cambronero
Subject: Re: [Gambas-user] Welcome to QT4!
To: "mailing list for gambas users"
Date: Mon
Kathy Ferreira, Editor and Columnist
Roller Skater's Gazette The Monthly Newsletter for Artistic Roller Skaters
--
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19.
> Great!!! I think it will be nice to use qt4 in the Gambas IDE, so we can
> find errors easily... don't you think?
>
> Regards
>
>
> --
> David
>
I'm currently doing that. :-) Debugging a crash...
--
Benoît
--
Are you
Great!!! I think it will be nice to use qt4 in the Gambas IDE, so we can find
errors easily... don't you think?
Regards
--
David
- Original Message
From: Benoît Minisini
To: gambas-user@lists.sourceforge.net
Sent: Monday, June 22, 2009 5:20:37 AM
Subject: [Gambas-user] Welcome to
> For both gambas2 and gamasb3?
>
>
No, only for gambas 3. Gambas 2 does not get new features.
--
Benoît
--
Are you an open source citizen? Join us for the Open Source Bridge conference!
Portland, OR, June 17-19. Two da
Benoît Minisini schrieb:
>> I know I'm beating this up, but I am getting incredibly frustrated trying
>> to figure out how this thing works.
>>
>> Gambas 2.12 / Ubuntu 8.10
>>
>> The first image is with gb.qt & gb.qt.ext components enabled (gtk
>> disabled). - I only see a partial toolbar and no gr
Try EXEC["oowriter"," path/myfile.csv "]
2009/6/22 Stefan Miefert
> > Hello,
> >
> > i try in gambas to start openoffice and load a csv file like this
> >
> openoffice path/myfile.csv
>
> in this command
> EXEC["openoffice"," path/myfile.csv "]
>
> I see openoffice start and at the same time i
hi,
I have some problems with rotate.
In a drawingarea I draw a line (100,100 to 300,100). Then I load the graphic
into an image (90,90 to 310,110). I rotate the image with image.rotate(90)
and show the image into drawingarea with
draw.image(image,90,90).
But the graphic is anywhere on screen and
Dear Sir,
Thank you for your reply, after execute the line rpm -ivh you've teach
me , fedora 11 said"no such file or directory"
The following is the simplify program
PRIVATE $res AS Result
PRIVATE $Con AS NEW Connection
PRIVATE SUB OpenDataBase()
$Con.Close()
$Con.
Stefan Miefert ha scritto:
>> Hello,
>>
>> i try in gambas to start openoffice and load a csv file like this
>>
>>
> openoffice path/myfile.csv
>
> in this command
> EXEC["openoffice"," path/myfile.csv "]
>
> I see openoffice start and at the same time it will clsoe.:(
>
> When I enter the c
For both gambas2 and gamasb3?
2009/6/22 Benoît Minisini
> Hi,
>
> Since the last revision of the development version, I think that now gb.qt4
> is
> stable enough to replace gb.qt.
>
> So I invite everyone using the development version to switch from gb.qt to
> gb.qt4 in their project, and to r
> Hello,
>
> i try in gambas to start openoffice and load a csv file like this
>
openoffice path/myfile.csv
in this command
EXEC["openoffice"," path/myfile.csv "]
I see openoffice start and at the same time it will clsoe.:(
When I enter the command direct in the console everything is ok.
Wha
On Mon, 22 Jun 2009 09:46:41 pm you wrote:
> > On Mon, 22 Jun 2009 09:20:37 pm Benoît Minisini wrote:
> > > Hi,
> > >
> > > Since the last revision of the development version, I think that now
> > > gb.qt4 is stable enough to replace gb.qt.
> > >
> > > So I invite everyone using the development ver
> On Mon, 22 Jun 2009 09:20:37 pm Benoît Minisini wrote:
> > Hi,
> >
> > Since the last revision of the development version, I think that now
> > gb.qt4 is stable enough to replace gb.qt.
> >
> > So I invite everyone using the development version to switch from gb.qt
> > to gb.qt4 in their project,
> I read how to create user control from this link
> http://www.gambasdoc.org/help/dev/gambas
>
> but I still having some problem to get it work .
> I want to create a custom control button .
> - FButtonEX (form)
> - ButtonEX (class)
>
> on the form (FButtonEX) , I drag and drop a button .
>
>
On Mon, 22 Jun 2009 09:20:37 pm Benoît Minisini wrote:
> Hi,
>
> Since the last revision of the development version, I think that now gb.qt4
> is stable enough to replace gb.qt.
>
> So I invite everyone using the development version to switch from gb.qt to
> gb.qt4 in their project, and to report a
Hi,
Since the last revision of the development version, I think that now gb.qt4 is
stable enough to replace gb.qt.
So I invite everyone using the development version to switch from gb.qt to
gb.qt4 in their project, and to report any problem or regression they get.
In the future, gb.qt will be
> I hope this helps.
>
> No need it is included in gamba2-gb-db. I have had a similar problem
> with the SDL component.
>
> if you are installing and have a dependency problem. Make sure that the
> above and all other required files are installed.
>
> Then run from a cmd prompt
>
> su
>
> rpm -ivh
> I know I'm beating this up, but I am getting incredibly frustrated trying
> to figure out how this thing works.
>
> Gambas 2.12 / Ubuntu 8.10
>
> The first image is with gb.qt & gb.qt.ext components enabled (gtk
> disabled). - I only see a partial toolbar and no grid displays.
>
> The second imag
Stefan Miefert a écrit :
> How I can get the actual user home path and the actual username?
>
> I see a example like this
>
> System.home but this doesn't work in my gambas
In Gambas2 it is user.home
--
Are you an open
How I can get the actual user home path and the actual username?
I see a example like this
System.home but this doesn't work in my gambas
--
Are you an open source citizen? Join us for the Open Source Bridge conference!
Am Montag, den 22.06.2009, 15:03 +1000 schrieb richard terry:
> breakpoints
in your project you will find the file '.settings'
There unter
[Breakpoints]
Breakpoint[1]="DBTableView.201"
Count=1
you can erase all breakpoints
--
Amicalment
Charlie
-
juelin wrote:
> hi,
> how can I turn a graphic turn around?
> for example 90° or 180°
> I have a RECT, for example X/Y=100,100 to 200/200 and would turn it 90° left
> or rigth
>
> kind reagrds
>
If it can be converted to an image you can then use gb.image.
http://gambasdoc.org/help/comp/gb.image
hi,
how can I turn a graphic turn around?
for example 90° or 180°
I have a RECT, for example X/Y=100,100 to 200/200 and would turn it 90° left
or rigth
kind reagrds
--
View this message in context:
http://www.nabble.com/graphic-turn-around-tp24142944p24142944.html
Sent from the gambas-user mail
Thank you, Benoît
2009/6/21 Benoît Minisini
> > > Hi,
> > >
> > > The checkbox control in gtk is no possible to change to other states y
> > > you select CheckBox.None as default value. There's all ok if you use
> the
> > > same code with qt component.
> > >
> > > Somebody knows if is it a bug or
I hope this helps.
No need it is included in gamba2-gb-db. I have had a similar problem
with the SDL component.
if you are installing and have a dependency problem. Make sure that the
above and all other required files are installed.
Then run from a cmd prompt
su
rpm -ivh --nodeps 'the-name
38 matches
Mail list logo