App menu disabled Win10

2016-01-31 Thread Daniel Espinosa
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

Re: GSettings and {sv}

2015-02-22 Thread Daniel Espinosa
the latter, you need to use a{sv} instead. Ciao, Emmanuele. On Saturday, February 21, 2015, Daniel Espinosa eso...@gmail.com wrote: 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

GSettings and {sv}

2015-02-21 Thread Daniel Espinosa
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? ___

Re: [GI] Generic array type

2015-02-15 Thread Daniel Espinosa
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

Re: [Bug 677389] New: Can't use Gee in python

2012-06-11 Thread Daniel Espinosa
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

Download snapshot from Git repository

2010-03-01 Thread Daniel Espinosa
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

Re: Connecting GTK application to a database

2010-02-24 Thread Daniel Espinosa
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

Re: [gnome-db] how to print selected row in gnome_db_raw_grid?

2008-09-23 Thread Daniel Espinosa
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 conver GValue to gint

Re: how to modify the GnomeDbDataWidgetInfo?

2008-09-18 Thread Daniel Espinosa
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

Re: XML and treeviews

2008-07-26 Thread Daniel Espinosa
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 just add

Re: Images in database

2007-10-16 Thread Daniel Espinosa
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 building

Multiple Herencies or how to change the base GObject

2007-08-07 Thread Daniel Espinosa
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

Re: GObject docs improvements

2007-02-15 Thread Daniel Espinosa
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 emission is not clear what

Re: GObject docs improvements

2007-02-14 Thread Daniel Espinosa
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:

Re: Help with a variable in a .pc file

2006-10-05 Thread Daniel Espinosa
, 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 '/usr/share/glade3/catalogs' But now please help me! I have configure.in and glade

Re: Help with a variable in a .pc file

2006-10-03 Thread Daniel Espinosa
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 in a .pc file? I have the following

Help with a variable in a .pc file

2006-10-02 Thread Daniel Espinosa
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

Re: g_object_class_install_property

2006-08-23 Thread Daniel Espinosa
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

Re: GtkEntryCompletion with a huge amount of items

2006-07-27 Thread Daniel Espinosa
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

Re: MySQL + GTK

2006-06-05 Thread Daniel Espinosa
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 app :)

Re: treeview, gtk and mysql

2006-03-18 Thread Daniel Espinosa
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 to

Fwd: GTK and KDE compatibility

2006-03-02 Thread Daniel Espinosa
-- 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 [EMAIL PROTECTED] : Somebody

Re: GTK and KDE compatibility

2006-02-28 Thread Daniel Espinosa
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 konqueror for

Re: Problem with GValue

2006-02-17 Thread Daniel Espinosa
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 try

Fwd: Catch signal

2006-01-04 Thread Daniel Espinosa
-- 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/Software_2fdbus

New GTypes request

2005-05-05 Thread Daniel Espinosa
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