Re: [Vala] Looking for program's output

2009-07-30 Thread Nicolas Joseph
, m.read_from_channel); PS: Sorry, I had forget the mailing-list -- Nicolas Joseph ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] Val(a)IDE 0.5.1 - IDE for Vala

2009-07-19 Thread Nicolas Joseph
://www.valaide.org/ Thank's to everyone who helped me for this new version! The Val(a)IDE developer Nicolas Joseph ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] [Genie] Print Function

2009-06-23 Thread Nicolas
Hi, If you use the print function, does not use this: op.set_unit(Unit.MM) New version of NicoEdit: http://www.murga-linux.com/puppy/viewtopic.php?mode=attachid=19488 Nicolas. Nicolas: That's great!! thanks i filed a bug with a patch (some days ago) that fix the cheader_filename

[Vala] [Genie] Print Function

2009-06-22 Thread Nicolas
download NicEdit (texteditor) here: http://www.murga-linux.com/puppy/viewtopic.php?mode=attachid=19474 Nicolas. ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] [Genie] Print Function

2009-06-22 Thread Nicolas
) are specific to NicEdit and can be deleted ! Nicolas. Nicolas: That's great!! thanks i filed a bug with a patch (some days ago) that fix the cheader_filename of SourcePrintCompositor. http://bugzilla.gnome.org/show_bug.cgi?id=585894 Matias

[Vala] [Genie] Convert Python to Genie

2009-06-21 Thread Nicolas
= iter.get_line() cr.rel_move_to(0, font_size/2) Pango.cairo_show_layout_line(cr, line) i+= 1 if not (i end_line and iter.next_line()) break Is it correct ? Thanks in advance, Nicolas

[Vala] [Genie] Need help with for statement

2009-06-20 Thread Nicolas
Hi, Someone know how can i convert this from c# to vala or genie: for (int i=0; i linesPerPage line numLines; i++) Thanks in advance for your response, Nicolas. ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman

[Vala] [Genie] Problem with Gtk Print

2009-06-20 Thread Nicolas
the problem come from ? Thank you, Nicolas. ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] [Genie] Problem with gettext

2009-06-16 Thread Nicolas
from /usr/home/niko/Desktop/test/nicedit.c:5: /usr/local/include/glib-2.0/glib/gi18n-lib.h:29:2: error: #error You must define GETTEXT_PACKAGE before including gi18n-lib.h. Is this a problem in my code ? Thanks in adavance, Nicolas. ___ Vala-list

Re: [Vala] [Genie] Problem with gettext

2009-06-16 Thread Nicolas Joseph
Hi, GETTEXT_PACKAGE must be a macro. you can define it with the -D option or, if you use a building system, add the config.h file for all sources files with the -include option for gcc (-X '-include config.h') 2009/6/16 Nicolas c.r@wanadoo.fr Hi, I have a strange problem using gettext

Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-16 Thread Nicolas Joseph
I am a little lost in these libraries, I thought guniqueapp replace them? http://live.gnome.org/SingleInstanceApps 2009/6/16 Phil Housley undeconstruc...@gmail.com: 2009/6/11 Nicolas Joseph gege2...@redaction-developpez.com:  * Unique instance Hi, I see you are using guniqueapp

[Vala] [Genie] Help me please !

2009-06-15 Thread Nicolas
in advance, Nicolas. ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] [Genie] SDK version 3

2009-06-14 Thread Nicolas
Hi, This is a new version of sdk. 25 examples and 3 complete app ! Download it here: http://www.murga-linux.com/puppy/viewtopic.php?mode=attachid=19172 See you, Nicolas. ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman

[Vala] [Genie] SDK

2009-06-13 Thread Nicolas
Hi, For all persons interested, I created a small sdk of my genie test ! You can download it here: http://www.murga-linux.com/puppy/viewtopic.php?mode=attachid=19139 Nicolas. ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org

[Vala] [Genie] SDK updated !

2009-06-13 Thread Nicolas
I update the sdk ! You can download it here: http://www.murga-linux.com/puppy/viewtopic.php?mode=attachid=19152 Nicolas. ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-12 Thread Nicolas Joseph
://bugzilla.gnome.org/show_bug.cgi?id=579364 This is a blocking step for integrate Val(a)IDE in Linux distributions (I have spoke with a fedora package maintainer), therefore I will work on these bugs for fix them. -- Nicolas Joseph Responsable des rubriques C et GTK+ de developpez.com / In charge of the C

Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-12 Thread Nicolas Joseph
apply_patches.sh doesn't give that error. What is your shell ? [ is an alias for test program. -- Nicolas Joseph Responsable des rubriques C et GTK+ de developpez.com / In charge of the C and GTK+ sections on developpez.com http://nicolasj.developpez.com

Re: [Vala] Val(a)IDE 0.5 - IDE for Vala

2009-06-12 Thread Nicolas Joseph
The problem is fixed: the path for vala is removed. Instead of the patch, I wrote a vapi file. This is not the best solution, but it is better (c'est moins pire, in french). 2009/6/12 Sam Liddicott s...@liddicott.com: * Nicolas Joseph wrote, On 12/06/09 12:11: 2009/6/12 Andre Osku Schmidt

[Vala] [Genie] Some samples

2009-05-30 Thread Nicolas
Hi All, I have made some sample in genie. If someone are interested, go to: code.valaide.org Nicolas. ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

Re: [Vala] List problem in Valide

2009-05-30 Thread Nicolas Joseph
Hello, Your first problem is due to the '' character, could you post an issue so that I will not forget: http://code.google.com/p/valide/issues/list libgee is now included in libvala-1.0.dll, you just add the vala-1.0 package. 2009/5/30 Joss 4 gp...@abraerp.it: @ Nicolas I have problems

Re: [Vala] Genie error !

2009-05-22 Thread Nicolas
Hi, Thank you it's works ! I simply add this: sample.PopplerSample(args[1]) Thanks again, Nicolas. Hi, quoting from [1]: init blocks do not have any parameters. A construct block is used to define a creation method which requires parameters. You need to use new PoppleSample

Re: [Vala] Converting library by hand

2009-05-16 Thread Nicolas
} ga_de_crossover_type; Second: GAULFUNC population *ga_population_new(const int stable_size, const int num_chromosome, const int len_chromosome); Third: GAULFUNC booleanga_seed_boolean_random(population *pop, entity *adam); Thank you in advance. Nicolas

[Vala] Problem converting library

2009-05-15 Thread Nicolas
typedef-name, expecting identifier or '(' or '*' Do you know what can i do to resolve this problem ? Thanks in advance to everyone who can help me. Nicolas. ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] I'm not a Genie !

2009-05-14 Thread Nicolas
Hi, I'm trying to make a very simple program from vala to genie. But i have a problem, how to convert: spin_box.value_changed += (s) = { slider.set_value (s.get_value ()); }; to genie syntax ? This is the code for the program: [indent=4] uses Gtk init Gtk.init (ref args) var test

[Vala] I'm not a Genie !

2009-05-14 Thread Nicolas
Hi Alberto, Many thanks for your response. But i have a problem, when i build, i have this message: $ valac --save-temps --pkg gtk+-2.0 test.gs /usr/home/niko/Desktop/test/Genie/test.c: In function '_lambda0_': /usr/home/niko/Desktop/test/Genie/test.c:84: error: 'slider' undeclared (first use

Re: [Vala] New service for post code samples in vala or genie

2009-05-07 Thread Nicolas Joseph
in the wiki ...): http://code.valaide.org/content/hide-cursor Have fun! -- Nicolas Joseph Responsable des rubriques C et GTK+ de developpez.com / In charge of the C and GTK+ sections on developpez.com http://nicolasj.developpez.com ___ Vala

Re: [Vala] Is this a bug or a feature?

2009-03-20 Thread Nicolas Joseph
, I get this behaviour in Vala 0.5.1 and 0.5.7. Regards, Barry Kauler ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph Responsable de la rubrique GTK+ de developpez.com

Re: [Vala] example rpm spec file

2009-02-17 Thread Nicolas Joseph
://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph Responsable de la rubrique GTK+ de developpez.com / In charge of the GTK+ section on developpez.com http://nicolasj.developpez.com ___ Vala-list mailing list Vala-list@gnome.org http

Re: [Vala] [ANNOUNCE] Vala 0.5.6 - Compiler for the GObject type system

2009-01-18 Thread Nicolas Joseph
http://mail.gnome.org/mailman/listinfo/vala-list ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph Responsable de la rubrique GTK+ de developpez.com / In charge of the GTK+ section

Re: [Vala] [ANNOUNCE] Vala 0.5.5 - Compiler for the GObject type system

2009-01-11 Thread Nicolas Joseph
://live.gnome.org/Vala The Vala Team Jürg Billeter and Raffaele Sandrini ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list -- Nicolas Joseph Responsable de la rubrique GTK+ de developpez.com

Re: [Vala] [ANNOUNCE] Vala 0.5.3 - Compiler for the GObject type system

2008-12-17 Thread Nicolas Joseph
/mailman/listinfo/vala-list -- Nicolas Joseph Responsable de la rubrique GTK+ de developpez.com / In charge of the GTK+ section on developpez.com http://nicolasj.developpez.com ___ Vala-list mailing list Vala-list@gnome.org http://mail.gnome.org

<    1   2