Re: [Vala] Having a problem understanding Vala or Gee HashMap

2015-08-06 Thread Luca Bruno
On 06/08/2015 10:52, Jason Martin wrote: I am porting some Java software to Vala but I cannot understand why the following code will not work like I think it should. Vala 0.26.2, libgee-0.8 on Xubuntu 15.04 Thanks in advance. I have used many variations and casts but I cannot get @get or

[Vala] About composite templates and its constructors

2015-08-06 Thread Andres Fernandez
Hi folks! I've been playing for a while with composite templates on vala, and made a lot of progress to reach what I expected of my work on it. It's just great! Well, anyway, I had a problem and didn't get any clue on the web. I have two composite templates there is a MyWindow class and a

Re: [Vala] About composite templates and its constructors

2015-08-06 Thread Luca Bruno
On 06/08/2015 16:01, Andres Fernandez wrote: Hi folks! I've been playing for a while with composite templates on vala, and made a lot of progress to reach what I expected of my work on it. It's just great! Well, anyway, I had a problem and didn't get any clue on the web. I have two

[Vala] Having a problem understanding Vala or Gee HashMap

2015-08-06 Thread Jason Martin
I am porting some Java software to Vala but I cannot understand why the following code will not work like I think it should. Vala 0.26.2, libgee-0.8 on Xubuntu 15.04 Thanks in advance. I have used many variations and casts but I cannot get @get or has_key for Gee.HashMap to work. (website