[Vala] using liststore objects

2009-05-29 Thread Joss 4
Hi Yu, Thanks again, With your post I began to understand something abou the name convention and style settings. Now I try to do some test. In order to set GTK properties do you think it always be this way for ever? I was asking why one can't set properties directly like code :

Re: [Vala] using List class object

2009-05-29 Thread Миша Мухин
Hi, Joss 4 http://code.google.com/p/valide/downloads/list -Original Message- From: Joss 4 gp...@abraerp.it To: vala-list@gnome.org Date: Thu, 28 May 2009 12:50:10 +0200 Subject: [Vala] using List class object Hi, I was trying to use this test code in windows env with vala 0.7.2

Re: [Vala] using List class object

2009-05-29 Thread Миша Мухин
-Original Message- From: Joss 4 gp...@abraerp.it To: vala-list@gnome.org Date: Thu, 28 May 2009 12:50:10 +0200 Subject: [Vala] using List class object Hi, I was trying to use this test code in windows env with vala 0.7.2 installed : using GLib; GLib.Liststring list = new

Re: [Vala] List object or ArrayList

2009-05-29 Thread Andrea Bolognani
Could you please keep all the discussion in a single thread? On Fri, 29 May 2009 11:17:30 +0200 Joss 4 gp...@abraerp.it wrote: Hi Yu I forget to say that I had problem with List object. I mean. I confused List with ArrayList even though I seen that ArrayList inherit from List. I need a

Re: [Vala] some libeflvala patches; was: Re: Compact classes in HashTable

2009-05-29 Thread Michael 'Mickey' Lauer
Hi Łukasz, Here are my two patches from my ongoing rewrite of ffalarms in Vala. (Is there a better place/method you would want to accept libeflvala patches?) The canonical place would be the FSO mailing list smartphones- userl...@linuxtogo.org. libeflvala-lupan-ecore-signals.patch :: In

Re: [Vala] List object or ArrayList

2009-05-29 Thread Frederik
Joss 4 wrote: Hi Yu I forget to say that I had problem with List object. I mean. I confused List with ArrayList even though I seen that ArrayList inherit from List. I need a container where save all the lines of a file and than order it in alphabetical order. so I created a test code

Re: [Vala] Bug in gtk+-2.0.vapi

2009-05-29 Thread Frederik
Uwe Strempel wrote: Hi, I've found another one in gtk+-2.0.vapi. class Container following is wrong public virtual void forall (Gtk.Callback callback, void* callback_data); should be public virtual void forall (bool include_internals, Gtk.Callback callback); Hi Uwe, there was a

[Vala] Ownership and strings

2009-05-29 Thread Jiří Zárevúcky
Hello. I'm new to Vala and I don't really understand the ownership concept and especially in relation to string handling. There are some texts I found about it, but it all seems out of date or unfinished. Is there some tutorial that can help me understand how to work with strings? (I'm currently

Re: [Vala] Bug in gtk+-2.0.vapi

2009-05-29 Thread Uwe Strempel
Hi, I've tried to port some Gtkmm example to vala and after I changed the vapi it works (see attachment). May be its wrong. Thanks for response. I will think about it. Regards Uwe 2009/5/29 Frederik scumm_fr...@gmx.net Uwe Strempel wrote: Hi, I've found another one in gtk+-2.0.vapi.

[Vala] [PATCH] x11.vapi fixes for C code generation of types

2009-05-29 Thread Michael B. Trausch
Please see attached text file, silly mailer doesn't appear to know how to keep its mungy paws off of raw pasted text... --- Mike -- Boston College Police Department: Using Prompt Commands may be a sign of criminal activity From 7e3a79e1f6f33ca1286576f0f4bb999ffe984ddc Mon Sep 17

[Vala] ... and additional info would be nice, too. Sorry...

2009-05-29 Thread Michael B. Trausch
Also, to get the source code being referenced, one can use bzr: bzr branch lp:alltray Or download the tarball I've just made containing the sources at: http://mike.trausch.us/alltray-trunk-r52.tar.bz2 (2,509,334 bytes) To patch that to use the Vala-provided apply the patch at: