Do you know why in Windows 8.1 and 10 some times I have the App menu
desable? No menu item is enable.
Do I need to check the associated app action?
The issue is rare because some times it is present and some others no. For
example I have a Devel VM win8.1 where the menu is disable but other
insta
you need to use (sv); if you want the latter,
> you need to use a{sv} instead.
>
> Ciao,
> Emmanuele.
>
> On Saturday, February 21, 2015, Daniel Espinosa wrote:
>
>> I would like to store a {sv} GVariantDict type in GSettigs, but it is
>> reported to be unsupported,
I would like to store a {sv} GVariantDict type in GSettigs, but it is
reported to be unsupported, while documentation states any GVarintType is
supported.
Could any one point me on what types are really supported in GSettings
please?
___
gtk-app-devel-l
Have you explored Gee?
It uses Vala's generics and provides API to iterate on collections. It has
lot of implementations for generic collections you can use with virtually
any GTYPE object.
Just consider:
a) Generics returning values are not supported in Python and GJS but you
just need to add c
This is not just a problem focused on Gee/Python, is that I was using Gee
in GDA to create an extension to access Data base objects and I would like
to use the GObjects classes on Python to use GDA on the web. Then if I
can't use Gee directly on Python then I can't use my GDA's extensions with
Pyth
I have some trouble, at my full time work, I can't get access to a the
Git repository other than by web interface, any Git protocolo is
blocked!
I found at sourceforge.net git service, you can download a shapshot of
the current master or what ever commit you require from the web
interface!!!
Can
Using GDA (www.gnome-db.org) based on GObject/GLib and its GTK+
objects, you can develop applications using a C API to access any
supported database backend (postgresql, mysql and sqlite, are some of
them). Any application can run simple queries. Exist an application
(on development) at
http://lib
2008/9/23 Vivien Malerba <[EMAIL PROTECTED]>
>
>
> 2008/9/23 paragasu <[EMAIL PROTECTED]>
>
>> > gda_value_stringify(value)
>>
>> assume that i know, the value return is string, then i can simply use
>> this function so i can print
>> (GValue to gchar) the string. but there is no function to conv
May be could be usefull to modify the code at GnomeDbDataWidgetInfo in order
to add properties that allows to hide this objects, in order to share this
functionality.
2008/9/17 Vivien Malerba <[EMAIL PROTECTED]>
> 2008/9/17 paragasu <[EMAIL PROTECTED]>:
> > by default, gnome_db_form/gnome_db_grid
Why don't create a GtkCellRenderer derived object with the properties you
need?
At creation time you can get the "0:0" (the open tag row) GtkCellRenderer as
argument then you can hide it when "0:0" collapse using a GObject signal.
2008/7/25 Gabriele Greco <[EMAIL PROTECTED]>:
> > Couldn't you j
Hi, I just want to know why libgnomedb is not suitable for you? This could
help gnome-db project to improve.
2008/7/23 paragasu <[EMAIL PROTECTED]>:
> On 7/22/08, Germán Póo-Caamaño <[EMAIL PROTECTED]> wrote:
> > On Tue, 2008-07-22 at 21:44 +0800, paragasu wrote:
> >> i am very new to gtk program
See at gnome-db.org page for GTK based database manipulation widgets
and GDA (GNOME Database Access) projects, they will allow to use
SQLite, Postgresql or any other supported by GDA to store any data
using the same API.
2007/10/15, Matías Alejandro Torres <[EMAIL PROTECTED]>:
> Hi,
>
> I'm build
I have the following hierarchy:
Base Object
|
|- - - - > Object
The actual code use a Base object witch implements a type of data
access method (XML file and others), but I want to add the use of a
diferent one: the Gnome Database Access (GDA, www.gnome-db.org). I
want to keep both methods and ma
May be a complete example on how put all together will be usefull
2007/2/14, David Nečas (Yeti) <[EMAIL PROTECTED]>:
> On Wed, Feb 14, 2007 at 02:52:02PM -0600, Daniel Espinosa wrote:
> > 1) The text "when they register a closure to be invoked upon the
> > signal e
I'm trying to understand the Signals in GObject and I have lot of
questions not covered by the doc:
1) The text "when they register a closure to be invoked upon the
signal emission" is not clear what is it a "closure" or what is the
diference with a callback
2) if a signature for a callback is:
Attached you'll find the directories, files and so to add Glade3 the
initial support for GnomeDB library. You'll find the MakeFile.am's and
configure.in used to create the enviroment variables and MakeFile's
I had a problem, even I'm sure the modifications in the Makefile.am's
and configure.in ar
edb.xml gnomedb.xml.in
2006/10/3, Tristan Van Berkom <[EMAIL PROTECTED]>:
>
> Daniel Espinosa wrote:
>
> >A lot of Thanks for your help, I have made the changes sugested and now I
> >found in the Makefile that the route to the directories are as spected
> &g
ile.in and Makefile in the glade dir, but
when I call make the library isn't created... Could you help me?
2006/10/3, David Nečas (Yeti) <[EMAIL PROTECTED]>:
>
> On Mon, Oct 02, 2006 at 06:01:30PM -0500, Daniel Espinosa wrote:
> > Could any help me on how to get a variable value
Hi all
Could any help me on how to get a variable value in a .pc file?
I have the following values in the glade-3.pc file:
catalogdir=${prefix}/share/glade3/catalogs
pixmapdir=${prefix}/share/glade3/pixmaps
moduledir=${exec_prefix}/lib/glade3/modules
I need this variables in order to install th
For an example of how to create GObjects (all GktWidgets are derived from
it), you can check the code in CVS for diferent objects in Gnome-DB in:
http://cvs.gnome.org/viewcvs/libgnomedb/libgnomedb/
Gnome-Db defines a lot of new Widgets to manipulate data from Data Bases,
then I think is a good ex
For any type of list elements, even trees, you must use GtkTreeView, and
create a model with the data you want; inside of each element you can put
any thing you want using GtkCellRenderer, like buttons, images, text, etc.
2006/8/8, Fernando Apesteguía <[EMAIL PROTECTED]>:
>
> Hi list!
>
> I need t
You may want to derive a class from GtkEntryCompletion (see the code
of it) and reimplement the auto completion callback.
May you create your callback (called when the user writes some thing
on the entry) and try toshow the completion list from a query in a
database, even if it is just a XML file
2006/6/2, Guy Rouillier <[EMAIL PROTECTED]>:
[EMAIL PROTECTED] wrote:
> Hi all,
>
> Can somebody learn me how to fill a treeview with the contents of a
mysql
> table? We don't know the table number of rows cause the tree may show
> different tables while clicking on the different buttons of my a
2006/3/19, Juan Pablo <[EMAIL PROTECTED]>:
>
> rupert wrote:
>
> > Great idea, the documentation is a bit complicated for me, so are
> > there more howtos for this(without line numbers) and with small
> examples?
> >
> It took me a lot to get started with it, specially because the api
> changed jus
If you want you can try the libgda and libgnomedb, in www.gnome-db.org, wich
is a set of providers that allow you to connect, get, edit and show data
from diferent database servers like MySQL, PostgreSQL, Oracle, MS SQL
Server, etc.
2006/3/18, rupert <[EMAIL PROTECTED]>:
>
> Hello,
>
> im trying t
-- Forwarded message --
From: Daniel Espinosa <[EMAIL PROTECTED]>
Date: 02-mar-2006 22:16
Subject: Re: GTK and KDE compatibility
To: Santhosh <[EMAIL PROTECTED]>
Have any check the freedesktop.org specification about drag and drop?
2006/3/2, Santhosh <[
GTK and KDE has it's own bucle to manage events, there a project working
around it at:
http://gparts.blogspot.com/
2006/2/27, Colossus <[EMAIL PROTECTED]>:
>
> Hi,
>
> I connected the signal "drag_data_received" to the window of my app.
> However when dragging not from a GTK window ( kde konquero
Yes you need g_free, becouse when you create a GValue you use:
g_new0 (GValue, 1)
Where 1 is the number of GValues you whant to create (like an array);
remember that GValue is just a C structure.
2006/2/17, Fernando Apesteguía <[EMAIL PROTECTED]>:
>
> Sorry if this is so trivial...
>
> Did you
-- Forwarded message --
From: Daniel Espinosa <[EMAIL PROTECTED]>
Date: 04-ene-2006 14:12
Subject: Re: Catch signal
To: Fernando Apesteguía <[EMAIL PROTECTED]>
Yes I think.
You may need a interprocess comunication, like D-BUS see:
http://www.freedesktop.org/wiki/Sof
I'm trying to have working GDA in GTK#, and at the moment I'm trying
to port GdaValue from an union structure, to use GValue as container.
But GValue need GType derived types, and GdaValue need to store the
following types:
GList
gshort (gint16)
gushort(guint16)
gtinyint
30 matches
Mail list logo