[Vala] Process.spawn_command_line_async; do nothing in windows

2015-01-22 Thread gontzal
Hello!! Using Process.spawn_command_line_async in vala (windows) give me an error. When i use it with the instaled libraries it goes well, but if i use Tarnyk's ValaWinPKG's libraries for a portable app, don't work!. I suposse that is the same problem he had with GSettings and Filechooser.

Re: [Vala] vala-list Digest, Vol 86, Issue 5

2015-01-22 Thread gontzal
ar., 2015.eko urtren 20a 13:00(e)an, vala-list-requ...@gnome.org igorleak idatzi zuen: Send vala-list mailing list submissions to vala-list@gnome.org To subscribe or unsubscribe via the World Wide Web, visit https://mail.gnome.org/mailman/listinfo/vala-list or, via email, send

[Vala] How to implement gtk textview auto scroll?

2015-01-22 Thread 张诚
Hi: I'm using Vala to write a serialport tool... the window class implement the observer and the serialport class as the subject, so i need the textview could auto scroll to the end... right now, my solution is : 1.when serialport data coming, insert the data at the end of the