[Vala] I share your libraries and projects

2012-12-29 Thread Edwin Dlca
Best regards to all. A few months ago I met VALA programming language, has been very pleasant to work with. At this time I have developed some libraries and projects I wanted to share with you, all work on Linux and Windows. - *edwinspire/**opensaga*

Re: [Vala] Setting and getting properties at the same time

2012-11-01 Thread Edwin Dlca
int x, y = 9; 2012/11/1 Jarosław Ciupiński kotow...@gmail.com I think that it is pretty consistent and expected behaviour not only in Vala but in other languages as well (as long as they allow such things). I would be worried if it would work other way around. Example: int x, y; x = 2; y

Re: [Vala] RELEASE: Vala 0.18.0 + GTK 3.4.2 for Win32

2012-10-22 Thread Edwin Dlca
Thank you very much for your work, it is very useful for those who want to use VALA and carry our programs to Windows. I'll download it now. Congratulations and keep going. 2012/10/22 tarn...@tarnyko.net Hi folks, A bit silent during last month, I come back to announce a bundle for Vala

[Vala] GNUTLS some example?

2012-05-29 Thread Edwin DLCA
Best regards. I can help somebody, I'm looking for examples of the librarybut I can not GNUTLS examples. Thank you for your help ___ vala-list mailing list vala-list@gnome.org https://mail.gnome.org/mailman/listinfo/vala-list

[Vala] libwebkit-dev windows

2012-05-09 Thread Edwin DLCA
Best regards. I searched a lot or maybe I'm doing wrong but can not find where to download libwebkit.dll libwebkit-dev and windows, libwebkit I managed, but I try to compile with valac wondows but I can not find it. Anyone know where I can download? ___

[Vala] Encrypt in AES from Vala.

2012-05-06 Thread Edwin DLCA
Best regards, I am seeking some form of AES encryption using vala, preferably a library that also run on Win32, since all my applicationsare being designed to be multiplatform. Thank you for your help. ___ vala-list mailing list vala-list@gnome.org

[Vala] (Valac) Valac Script, exit?

2012-04-04 Thread Edwin DLCA
Is there any way to use or load scripts into thecode Valac?. It would be very useful to create a single executable that loads such as a file and runscript.vala. Is there any way to do that? ___ vala-list mailing list vala-list@gnome.org

[Vala] libsoup serves only one request at a time

2012-03-16 Thread Edwin DLCA
I have a small application that serves html pages. It works fine, but when the page is too large can not address other petivciones until finishes sendingthe page. Is there any way to make libsoup attend several requests on multiplethreads at once? ___

[Vala] GET and POST with server-side libsoup

2012-01-22 Thread Edwin DLCA
Cordialess Greetings to all. I tested the examples of libsoup no problem, I think excellent. Now I find examples of this library to receive the data coming in from a GET or POST form. Someone can guide me how to do it or any page with specific examples for this. Thank you.

[Vala] IP Address From Client

2012-01-19 Thread Edwin DLCA
As I can get the client IP address in the example shown in this direction http://live.gnome.org/Vala/GIONetworkingSample Million thanks for your help ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] Any example Gnutls + Vala

2012-01-19 Thread Edwin DLCA
I need to encrypt text with AES symmetric or some other method I can use gnutls are some examples. thanks ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] compress a directory (not file) using Gio

2012-01-05 Thread Edwin DLCA
I managed to compress a file with no problem using the example of the official website of vala, but not how to compress a directory containing all arcghivos. I'll be very grateful your someone can guide me how. ___ vala-list mailing list

[Vala] FFT Gstreamer

2011-11-29 Thread Edwin DLCA
Greetings to all. Someone can help me with an example of FFT with gstreamer. I searched a long way and I find it working with Vala. Already thanks for your help. Blessings. ___ vala-list mailing list vala-list@gnome.org

[Vala] Gstream Capture audio from microphone

2011-11-16 Thread Edwin DLCA
As I can capture audio from microphone. Can you help me with a piece of sample code. I am new to vala. Thank you. ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] GladeToValaCode v 0.01

2011-09-16 Thread Edwin DLCA
Greetings. I'm almost therms a small software that converts *. glade file and converts it toui vala code. - Create objects - Applies the properties - Performs Wrapped - Get the signals the result is saved in a *. gvala for each interface. Foma This saves time and is so easy to create a graphical

[Vala] Entry.visible is uint or bool?

2011-09-02 Thread Edwin DLCA
valac -d '/home/lion/DOC_LION/DOC_LION/OPERADORES/EdwinDLC/programacion/csharp/mono/vala/3sm/edwinspire/spire_gtk/TestCodeGenered/bin/Release' --Xcc=-O3 -D MONODEVELOP --pkg glib-2.0 --pkg gtk+-2.0 --pkg gdk-2.0

[Vala] libxml2 on windows (undefined reference to `xmlNewTextWriterFilename')

2011-08-08 Thread Edwin DLCA
I have problems compiling libxml2 on windows. Download binaries from the following address: http://xmlsoft.org/sources/win32/libxml2-2.7.8.win32.zip But I try to compile the following error C:\Documents and Settings\USUARIO\Mis documentos\mOTOROLAvalac --pkg glib-2.0 - -pkg libxml-2.0 xml.vala

[Vala] How to convert a glade file vala code.

2011-08-01 Thread Edwin DLCA
Is there any library that does? Worth creating a library that does? I have seen the project gtkaml, have not tried it but it seems interesting. It would be better to remove the information from the gui.ui and get the code in vala. ___ vala-list mailing

[Vala] HELP GLib.DateTime (TimeZone = 0) on Windows

2011-06-09 Thread Edwin DLCA
Again I seek your help. I wrote something very small to get the date and time and print it on console. Thus: GLib.DateTime Fechi = new GLib.DateTime.now_utc(); stdout.printf ( %s \n, Fechi.format(%F %H:%M:%S)); stdout.printf ( %s \n, Fechi.to_string()); The result is correct when you

[Vala] Undefined reference to 'localtime_r' on Windows

2011-06-06 Thread Edwin DLCA
Como reparo este error en windows. En linux no hay problema pero necesito hacerlo en Windows tambien. Gracias. TKS. ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] Insert code C in Vala

2011-05-19 Thread Edwin DLCA
No speak english, TKS for your help. ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list