Wow, thanks for the expedient response, Benoît!
--
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 r
> > Attached is the code that will cause the Sig11.
> >
> > This is the error I'm seeing:
> >
> > (testGridEditor:14683): Gtk-WARNING **: gtk_widget_size_allocate():
> > attempt to allocate widget with width -3 and height -3
> >
> > (testGridEditor:14683): Gtk-CRITICAL **: gtk_entry_set_text: asser
> Attached is the code that will cause the Sig11.
>
> This is the error I'm seeing:
>
> (testGridEditor:14683): Gtk-WARNING **: gtk_widget_size_allocate(): attempt
> to allocate widget with width -3 and height -3
>
> (testGridEditor:14683): Gtk-CRITICAL **: gtk_entry_set_text: assertion
> `text !=
Attached is the code that will cause the Sig11.
This is the error I'm seeing:
(testGridEditor:14683): Gtk-WARNING **: gtk_widget_size_allocate(): attempt
to allocate widget with width -3 and height -3
(testGridEditor:14683): Gtk-CRITICAL **: gtk_entry_set_text: assertion `text
!= NULL' failed
> 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. :-)
>
A signal 11 is a bu
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
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
> 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
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 image is with gb.g
I will include a comprehensive example when I re-do as a "C" component ..
- Original Message -
From: "Jason Hackney"
To: "mailing list for gambas users"
Sent: Monday, 12 January, 2009 2:14:53 AM GMT +00:00 GMT Britain, Ireland,
Portugal
Subject: Re:
Uhh ... obviously I didn't make it past this part, "Tick the Box and click
Ok" when installing.
The other bits I'm having trouble with I need to iron out.
Thanks!
--
Check out the new SourceForge.net Marketplace.
It is th
st for gambas users"
Sent: Sunday, 11 January, 2009 9:42:27 PM GMT +00:00 GMT Britain, Ireland,
Portugal
Subject: Re: [Gambas-user] Grideditor
Oh yeah, I was wondering if there was any status update regarding if/when it
will be inclu
these examples in
and it can be included with the one I posted.
Regards
Richard
>
> :)
>
> Gareth.
>
>
> - Original Message -
> From: "Jason Hackney"
> To: "Gambas Mailing List"
> Sent: Sunday, 11 January, 2009 4:41:18 AM GMT +00:00 G
Message -
> > From: "Jason Hackney"
> > To: "Gambas Mailing List"
> > Sent: Sunday, 11 January, 2009 4:41:18 AM GMT +00:00 GMT Britain,
> Ireland,
> > Portugal Subject: [Gambas-user] Grideditor
> >
> > Is anyone using GridEditor with
Oh yeah, I was wondering if there was any status update regarding if/when it
will be included in the IDE.
Sorry about hitting "reply-all" on the last post. ;-)
--
Check out the new SourceForge.net Marketplace.
It is the be
included with the one I posted.
Regards
Richard
>
> :)
>
> Gareth.
>
>
> - Original Message -
> From: "Jason Hackney"
> To: "Gambas Mailing List"
> Sent: Sunday, 11 January, 2009 4:41:18 AM GMT +00:00 GMT Britain, Ireland,
> Portugal Su
Hi,
Yes, me ...
:)
Gareth.
- Original Message -
From: "Jason Hackney"
To: "Gambas Mailing List"
Sent: Sunday, 11 January, 2009 4:41:18 AM GMT +00:00 GMT Britain, Ireland,
Portugal
Subject: [Gambas-user] Grideditor
Is anyone using GridEditor
Is anyone using GridEditor with the latest SVN?
--
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
Hi,
I want to add a row to the gridedito from code, so i do this :
PUBLIC SUB Button5_Click()
' on ajoute la selection du listbox
gridd.GridEditor_Create()
' met les données dans le grid
gridd.putData(gridd.Table.Row, 2, "Tout-Bien")
gridd.putData(gridd.Table.Row, 4, "Request")
gridd.
19 matches
Mail list logo