Re: [Vala] Manual VAPI writing

2010-07-01 Thread Abderrahim Kitouni
oops, forgot to reply to all. 2010/7/1, Abderrahim Kitouni a.kito...@gmail.com: Hi, 2010/6/30, Harry Van Haaren harryhaa...@gmail.com: Any pointers as to how to do this? Cheers, -Harry Use cprefix= - maybe you also need to set cname=int in order to have Vala know what to call

[Vala] Graphic toolkits for Vala?

2010-07-01 Thread CaStarCo
Hello, the last days i was fighting with some linux diagram editors (such as dia, umbrello, argouml...). And these programs don't cover my needs. At the end i thought may be i could make a program to help me to create beautiful diagrams.. but never i made a program that works with editable

[Vala] how to access the length attribute of multi dimensional arrays?

2010-07-01 Thread Seth Hoenig
So if I pass a matrix to a function (or any multidimensional array), I can only seem to access the .length attribute of the first dimension. Is there a way to access the .length attributes of the other dimensions of the array? public Something(int[,] arr) { _n_rows = arr.length; _n_cols =

Re: [Vala] how to access the length attribute of multi dimensional arrays?

2010-07-01 Thread Harry Van Haaren
Hey, I've no experience with Multi-Dimensional arrays in Vala, but I can quote a tutorial: http://live.gnome.org/Vala/ValaForJavaProgrammers#Arrays It provides the basics of Vala for Java programmers (me.. in college ;-( but also has a piece that might be of intrest to you. HTH, -Harry On Fri,

Re: [Vala] Graphic toolkits for Vala?

2010-07-01 Thread Didier 'Ptitjes'
On 07/02/10 01:05, CaStarCo wrote: At the end i thought may be i could make a program to help me to create beautiful diagrams.. but never i made a program that works with editable graphic elements. ¿Whic libraries should i use? (Probably i'll program it with Vala) Maybe a vala binding for