Re: [Vala] Gtk.FileChooserButton

2017-04-10 Thread Chris Daley
10:42 GMT-07:00 Chris Daley : > Hi Sascha, > > FileChooserButton implements the FileChooser interface, so I believe the > method you want to use is get_current_foler_file: > > https://valadoc.org/gtk+-3.0/Gtk.FileChooser.get_current_folder_file.html > > Cheers > Chris

Re: [Vala] Gtk.FileChooserButton

2017-04-10 Thread Chris Daley
t; ___ > vala-list mailing list > vala-list@gnome.org > https://mail.gnome.org/mailman/listinfo/vala-list > > -- Chris Daley Pacific Northwest e: chebiza...@gmail.com w: http://chrisdaley.biz m: +1-971-703-9251 s: chebizarro tw: chebizarro t

Re: [Vala] Gtk.ProgressBar

2017-03-12 Thread Chris Daley
aladoc.org/gio-2.0/ > GLib.Notification.html) > and send it through you GApplication send_notification method ( > https://valadoc.org/gio-2.0/GLib.Application.send_notification.html ) > > Good luck with it, > > Al > ___ > vala-list

Re: [Vala] Pango.Context.list_families

2017-01-25 Thread Chris Daley
; // context.list_families??? > > // fam: array of FontFamily ??? > > Thank you > _______ > vala-list mailing list > vala-list@gnome.org > https://mail.gnome.org/mailman/listinfo/vala-list > --

Re: [Vala] Detect wayland

2016-12-12 Thread Chris Daley
_______ > vala-list mailing list > vala-list@gnome.org > https://mail.gnome.org/mailman/listinfo/vala-list > -- Chris Daley Pacific Northwest e: chebiza...@gmail.com w: http://chrisdaley.biz m: +1-971-703-9251 s: chebizarro tw: chebizarro tz: PDT ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Writing VAPI: How to call struct member?

2016-08-08 Thread Chris Daley
he C code? > > Marcin > _______ > vala-list mailing list > vala-list@gnome.org > https://mail.gnome.org/mailman/listinfo/vala-list > -- Chris Daley Pacific Northwest e: chebiza...@gmail.com w: http://chrisdaley.biz m: +1-971-703

Re: [Vala] GLib.Menu subclass

2016-06-29 Thread Chris Daley
cc exited with status 256 > > > > > > Yes, there is not GMenuClass in gio/gio.h. I'm not sure if this > > > problem is in gio/gio.h or gio-2.0.vapi. I got this error on debian > > > Jessie (valac-0.26). > > > What I see, glibmm define it's GM

Re: [Vala] valadoc.org online again, but search not working

2016-06-06 Thread Chris Daley
GMT-07:00 Daniel Espinosa : > Please tell me. > > Have you fixed my generated GIR and VAPI or fixed valadoc? > > If fixed valadoc, I should revert my local changes on GXml to API as it > was before to avoid breaks. > > 2016-06-06 13:35 GMT-05:00 Chris Daley : > >> Hi

Re: [Vala] valadoc.org online again, but search not working

2016-06-06 Thread Chris Daley
nsidered minor, most > users of GXml relays on legacy DOM support and if they are checking errors > by this global variable, we are in troubles. > > I really wants GXml 0.10 added to valadoc.org or alternate sites, while I > release 0.12 version. Please consider this questions

Re: [Vala] valadoc.org Offline?

2016-05-30 Thread Chris Daley
___ > vala-list mailing list > vala-list@gnome.org > https://mail.gnome.org/mailman/listinfo/vala-list > > -- Chris Daley Pacific Northwest e: chebiza...@gmail.com w: http://chrisdaley.biz m: +1-971-703-9251 s: chebizarro tw: chebizarro tz: PDT _

Re: [Vala] Is there any usable editor for Vala?

2016-02-22 Thread Chris Daley
gedit 3.18 and > vala > > > 0.30) and getting Valencia to compile, it crashes gedit on startup. > > > $ gedit > > > > > > (gedit:23465): GLib-GIO-ERROR **: Settings schema > > > 'org.gnome.nautilus.preferences' does not contain a key named > > > 'enable-delete' > > >

Re: [Vala] Using TestCase class: assert (this is Object) fails in method, but not in constructor

2016-02-04 Thread Chris Daley
out. So far my biggest > problem has been trying to figure out how to setup CMake for it all to work. > > > > Thank you, > > Steven N. Oliver > > > > > > > > > > > > On Thu, Feb 4, 2016 at 3:07 PM -0800, "Chris Daley" < > cheb

Re: [Vala] Using TestCase class: assert (this is Object) fails in method, but not in constructor

2016-02-04 Thread Chris Daley
gt; > > > void test_my_first_test( MyTestFixture fixture ) { > > // do testing > > > > } > > > > > > > > I put the test in a namespace like > > UnitTest.ModuleDirectory.FilenameOfClassToBeTested > > > > There is also g_test_

Re: [Vala] Testing framework

2016-02-01 Thread Chris Daley
logging about Vala, how would you feel about > being added to Planet Vala (planet.vala-project.org)? Nobody on is > very active right now, so it would be good to get some new blood… > > > On Mon, 2016-02-01 at 14:37 -0800, Chris Daley wrote: > > Hi Steven, > > > > It&#

Re: [Vala] Testing framework

2016-02-01 Thread Chris Daley
14:22 GMT-08:00 Steven Oliver : > Hey, > I just wanted to drop in and see if any progress had been made on this? > > I for one am very excited about the possibility. > > Thank you, > Steven N. Oliver > > > > On Fri, Jan 8, 2016 at 2:55 PM -0800, "Chris Daley"

[Vala] (Spanish) Hacia un framework de desarrollo guiado por pruebas

2016-01-11 Thread Chris Daley
o (mi segundo idioma). Puedes leer mi propuesta aqui - http://chrisdaley.biz/es/test-driven-development-in-vala-pt-1.html. Si tienes cualquier sugerencia o pregunta, me puedes escribir por email o twitter (@chebizarro), o dejar un comentario en el blog. Gracias por tu tiempo, Cris D. -- Chris

Re: [Vala] Get CREATION DATE OR TIME of file

2016-01-09 Thread Chris Daley
t;, fi.get_attribute_int64 > >> (GLib.FileAttribute.TIME_MODIFIED).to_string()); > >> > >> I always returns 0 , maybe I'm not doing it correctly , be obliged his > >> help. > >> > >> I'm using Windows valac - 0.26 . > >> > >>

Re: [Vala] Testing framework

2016-01-08 Thread Chris Daley
over the next few weeks and hope to have a usable release out for testing not long after, so now's the time for anyone else interested in a testing framework to hit me up with your ideas! Have a good weekend, Cheers Chris D 2016-01-08 14:29 GMT-08:00 Al Thomas : > > From: Chris D

Re: [Vala] Testing framework

2016-01-04 Thread Chris Daley
: felipeanl > _______ > vala-list mailing list > vala-list@gnome.org > https://mail.gnome.org/mailman/listinfo/vala-list > -- Chris Daley Pacific Northwest e: chebiza...@gmail.com w: http://chrisdaley.biz m: +1601 980 1249 s: chebizarro tw: chebizarro tz: PDT ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Settings.with_path help

2015-12-27 Thread Chris Daley
t can not find examples to help > me. > > I hope you can help me , thanks. > > > Mis proyectos de software libre en: > Github - edwinspire > ___ > vala-list mailing list > vala-list@gnome.org &g