* Gábor Szabó <[EMAIL PROTECTED]> [2005-08-27 23:10]:
> On 8/28/05, A. Pagaltzis <[EMAIL PROTECTED]> wrote:
>>> $self->{dbh}->column_info
>>
>> Where does that come from? I don't see it anywhere in the DBI
>> docs.
>
> have you searched http://search.cpan.org/dist/DBI/DBI.pm ?
>
> it is there
I
> > Is there a way to create a clickable imagemap in GTK+
> > (preferably without Gnome so it can run on Windows as well)
>
> If you have many or non-rectangular clickable areas, you will use
> only a single EventBox covering the entire image, and then you
> must bust out the math and manually chec
On Thu, 2005-08-25 at 19:19, Daniel Kasak wrote:
> I've just noticed something annoying about data entry in a treeview.
[snip behavior description]
Can you post some code that exhibits this behavior? That would give us
a starting point to say whether it's a quirk or what you could do about
it.
The mapping of a coordinate to a callback may be easily done
by creating a so called label image that has the following properties:
* It has the same size as the image map being displayed
* For each pixel it contains either 0 if there is no callback
associated with that pixel or a callback
On 8/27/05, Alberto Simões <[EMAIL PROTECTED]> wrote:
>
> Bad luck you have.. one of the organizers is subscribed in this list :-)
oups :-)
> And it would do the trick, I think :)
Setting the expectations low would also give some chance to beat them :)
Gabor
__
On 8/28/05, A. Pagaltzis <[EMAIL PROTECTED]> wrote:
> >
> > $self->{dbh}->column_info
>
> Where does that come from? I don't see it anywhere in the DBI
> docs.
have you searched http://search.cpan.org/dist/DBI/DBI.pm ?
it is there
Gabor
___
gtk-perl-l
* Gábor Szabó <[EMAIL PROTECTED]> [2005-08-27 21:50]:
> I am trying to write a small demo using
> Gtk2-Ex-Datasheet-DBI-0.8 and SQLite but it seems SQLite does
> not know what to do with this call:
>
> $self->{dbh}->column_info
Where does that come from? I don’t see it anywhere in the DBI
docs.
I am trying to write a small demo using Gtk2-Ex-Datasheet-DBI-0.8 and SQLite
but it seems SQLite does not know what to do with this call:
$self->{dbh}->column_info
therefore I had to hardcode the information about my database into the module.
the sample application is at
http://svn1.hostlocal.c
* Gábor Szabó <[EMAIL PROTECTED]> [2005-08-27 18:25]:
> Is there a way to create a clickable imagemap in GTK+
> (preferably without Gnome so it can run on Windows as well)
Intercepting clicks on an image requires wrapping a GtkImage in
GtkEventBox and handling the `clicked` signal of the EventBox.
Hi, Gábor.
Bad luck you have.. one of the organizers is subscribed in this list :-)
What I would say would be, basically:
- why GTK2 and not anything else?
- How to create a mini app using GTK2:
. building the interface from code
. using glade or something similar
And it would do th
Is there a way to create a clickable imagemap in GTK+ (preferably
without Gnome so it can run on Windows as well)
How ?
Gabor
___
gtk-perl-list mailing list
gtk-perl-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list
I think I was too shy so far to mention that I have volunteered to
give a short introduction to GTK2 and Perl on YAPC::EU that will take
place next week.
Is there anyone on this list going to attend the conference?
If yes, please don't make me emberassed in front of the crowd when it
turns out th
12 matches
Mail list logo