[Vala] Question about Gtk.Builder

2010-10-08 Thread Tomasz Jankowski
Hello! I found at Vala's home page sample code showing how to use Gtk.Builder ( http://live.gnome.org/Vala/GTKSample#Loading_User_Interface_from_XML_File ). According to GTK+ API reference for C, programmer is responsible for destroying toplevel window. Sample's author forgot about cleaning up or

[Vala] gtkaml and valaswig for vala-0.12

2010-10-08 Thread pancake
I have commited the support for vala-0.12 in valaswig and gtkaml projects. vala-0.10 support has been removed. $ hg clone http://hg.youterm.com/hg/valaswig $ svn co http://gtkaml.googlecode.com/svn/trunk/ gtkaml-read-only Enjoy ___ vala-list

[Vala] Few questions from complete vala begginer

2010-10-08 Thread vml
i'm currently testing vala if i could move some of my work done on Mono/c# to it. but, i couldn't find any definitive information on few topics even though i studied all documentation available before writing this mail. even NO WAY IN HELL is acceptable answer as i'm just trying to find best

Re: [Vala] Few questions from complete vala begginer

2010-10-08 Thread pancake
On 10/08/10 15:47, v...@arsis.net wrote: i'm currently testing vala if i could move some of my work done on Mono/c# to it. but, i couldn't find any definitive information on few topics even though i studied all documentation available before writing this mail. even NO WAY IN HELL is acceptable

Re: [Vala] Few questions from complete vala begginer

2010-10-08 Thread Frederik
v...@arsis.net wrote: - indexer properties This is already possile, but with different syntax: http://live.gnome.org/Vala/ValaForCSharpProgrammers#Indexers Best regards, Frederik ___ vala-list mailing list vala-list@gnome.org

Re: [Vala] Few questions from complete vala begginer

2010-10-08 Thread vml
v...@arsis.net wrote: - indexer properties This is already possile, but with different syntax: http://live.gnome.org/Vala/ValaForCSharpProgrammers#Indexers thanks, i must've gone 3-4 times over that document and always missed that part *face palm*. this simplifies my porting quite a bit as

[Vala] connecting/disconnecting a signal to a static member function?

2010-10-08 Thread Yu Feng
Dear List, Now that += and -= are deprecated syntax for signal handlers, I am trying to update some signal code into the connect/disconnect syntax on Vala 0.11.0. Here is the problem I couldn't get myself out from: 1. the signal connecting / disconnecting is performed in a static member