Re: [E-devel] Problem using Ecore_Con

2007-05-20 Thread Chris Stromblad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Yeah thanks, I did figure it out in the end. There are however something
that I would consider a bug. Obviously it's also likely it's simply me
who are not using it correctly.

Such as: If I connect to a web server and use HTTP/1.0. The server will
disconnect after sending the requested resource. However, if I use
ecore_con_server_connected_get, it will still report as being connected.
Trying to send something using the server handle will fail, yet the
'connecting' (the one inside the server struct in ecore_con.c/h)
variable will not be updated. Or so it seems.

Something I'm missing here?

/ Chris

PS: Am I perhaps posting in the wrong list? Perhaps I should ask my
questions on the enlightenment-users list instead?

Sebastian Dransfeld wrote:
 The data should be in the event struct you receive on SERVER_DATA
 
 Sebastian
 
 Chris Stromblad wrote:
 Hmm... perhaps it was just the retarded me who just quite couldn't
 figure out how it worked. I thought ecore_con_server_data_get actually
 was used to retrieve data from the server I've connected to.
 
 Apparently that was wrong.
 
 My problem is half solved now.
 
 / Chris
 
 Chris Stromblad wrote:
 Hey again, it's me again!

 Before I start asking things, please let me know if my questions are
 retarded and are better spent thinking about restrained, under the
 influence and heavily guarded. Moving on.

 I'm attempting some very simple stuff using the Ecore_Con stuff. EFL
 versions are the latest possible to download on
 enlightenment.freedesktop.org.

 My problem is this. I use ecore_con_server_connect to, well, connect to
 a server. I add a connection handler for ECORE_CON_EVENT_SERVER_ADD.
 Some data is sent using ecore_con_server_send. A handler for data
 retrieval has also been added.

 The handlers works as expected and deals with the emitted signals. Now
 this is my problem. When the data handler gets called,
 ECORE_CON_EVENT_SERVER_DATA, I subsequently use the
 ecore_con_server_data_get. This function however always fail? Using
 TCPDUMP I can see that the data actually is sent back from the server as
 expected. So, now my questions is, how come the function always fail?

 Must be me missing something obvious, no?

 / Chris
 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
 

- -
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

 -
 This SF.net email is sponsored by DB2 Express
 Download DB2 Express C - the FREE version of DB2 express and take
 control of your XML. No limits. Just data. Click to get it now.
 http://sourceforge.net/powerbar/db2/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEVAwUBRlBh/Rs+yp9zuAsMAQJ7zggAgoxooRjjl4CE7BS53qolnPuA+WIivkZN
ChTYXyKbWwLmhTD8bO/tUJBzVI0n5wIt/4laGrshxF8C9BrZL0x5/6sxzMR/3Zpu
lWSz9PqdQ6DRvdUtoDFj7rb9aycSYe/eGwfMVrhVLtlgc/SmFarbH8PzvC7HEJn7
fBNucVbVUGX/OvHbrKtEVP+TPorwjQ2tgtWBr0E1RtIXi+mNKs6FMEUaBmklyKpm
HSG4dLFOkVatiBYD7mbdrougZh3G8Tl4ELPQyvir1PTiMRdJC/rCW1OtE5QIx25L
gbxaCkygUBGfKMvC+VNE9O4KQ+rcgeK1WKGNvTYEZOa3IiUHdwfjGg==
=90ul
-END PGP SIGNATURE-

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Problem using Ecore_Con

2007-05-19 Thread Chris Stromblad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hmm... perhaps it was just the retarded me who just quite couldn't
figure out how it worked. I thought ecore_con_server_data_get actually
was used to retrieve data from the server I've connected to.

Apparently that was wrong.

My problem is half solved now.

/ Chris

Chris Stromblad wrote:
 Hey again, it's me again!
 
 Before I start asking things, please let me know if my questions are
 retarded and are better spent thinking about restrained, under the
 influence and heavily guarded. Moving on.
 
 I'm attempting some very simple stuff using the Ecore_Con stuff. EFL
 versions are the latest possible to download on
 enlightenment.freedesktop.org.
 
 My problem is this. I use ecore_con_server_connect to, well, connect to
 a server. I add a connection handler for ECORE_CON_EVENT_SERVER_ADD.
 Some data is sent using ecore_con_server_send. A handler for data
 retrieval has also been added.
 
 The handlers works as expected and deals with the emitted signals. Now
 this is my problem. When the data handler gets called,
 ECORE_CON_EVENT_SERVER_DATA, I subsequently use the
 ecore_con_server_data_get. This function however always fail? Using
 TCPDUMP I can see that the data actually is sent back from the server as
 expected. So, now my questions is, how come the function always fail?
 
 Must be me missing something obvious, no?
 
 / Chris

- -
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEVAwUBRk9+9hs+yp9zuAsMAQKTVAf/SncbhSKxZWvxMm+B549lwvBIFyB9doLo
R1WjYKUobuv6gEqMzK7W4NMhDGW3HeWTYVRWb3VtDGSZFi98UUYx+tPgHT2wUrKL
/D7jfYDvfM8o9af+e2wFJ9I1/ZNviSSBT1zSPWc9wO9n3ByLbd431DKQZpcuoF9O
PO7Zvbyp+oZQKPeLR1PzPUwE4c+/WfkGSHL3zyu3Zu701DLz1cPEtv5BWSjoD/Oj
ILm4I1MTwmE9D5zD7v7ivKRIOImi1sC8+INUC5hHDXM1XbV5NnM7zs+9BgqQL46C
+9OWE8rGmP6a9en4M0P/ftu1MSVnFp6iDWp+Gq5R3EOMtMQ0BIIe5g==
=9mwU
-END PGP SIGNATURE-

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] API Documentation

2007-05-18 Thread Chris Stromblad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello chaps,

Firstly, thanks for the amazing effort in developing EFL and
Enlightenment. It rawks! :)

Enough of that. I've decided to give it a try to do some development
with EFL. However I have a tendency to always want to document and
understand what each little parameter do. So I thought before possibly
re-inventing the wheel, is there available API documentation for EFL?

The one on get-e.org does not work, and have not for quite some time now.

Regards,
Chris

PS: I have also checked the CVS, but not been able to find anything.
Perhaps I've missed something really obvious, and apologies for that if
I have! :)
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEVAwUBRk3dSxs+yp9zuAsMAQLmhwf+KkJXE+/LfxCsulZ1LRtnyu01imIdF/u3
ZWzXCIbL8ZNjUPwN7tKZLigDTEafJ0thzXhKi/qRzCuZsktX0t0JUM52zmUIWpe3
wsZPSyGo0m4a9Mi9acpGnBRUGG3XpBmA6qdBCz5oF8x8CD5o8OqvTsw5hqextMZx
FecluzKLZv3ad1eplECS/4p5lfbAwZ/lvAbtC2N0hJtQU9Xjv8p0KX2k/4NXdUt+
g3rGC9iLf6USO8dMTWkO2s571jC3cxbjEfftFk1zE86mFRfHVweLs6Bw/ayYbYek
lFGnQdu2EOf0hr/TE9xhaw+Efkr3aKGHTc/V0XkH2W+UOTcBru8IHw==
=f+so
-END PGP SIGNATURE-

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] API Documentation

2007-05-18 Thread Chris Stromblad
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Thanks both of you for your quick replies. The documentation on
web.enlightenment.org is pretty much exactly what I was looking for.

Ta!

/ Chris

Nathan Ingersoll wrote:
 Docs are available in a few different forms. The first way to get them
 is to look for a gendoc script inside each lib, which will generate
 the doxygen API documentation. Another source is the new web site
 which has not yet replaced the main e.org site:
 http://web.enlightenment.org/p.php?p=docsl=en
 
 On 5/18/07, Chris Stromblad [EMAIL PROTECTED] wrote:
 Hello chaps,
 
 Firstly, thanks for the amazing effort in developing EFL and
 Enlightenment. It rawks! :)
 
 Enough of that. I've decided to give it a try to do some development
 with EFL. However I have a tendency to always want to document and
 understand what each little parameter do. So I thought before possibly
 re-inventing the wheel, is there available API documentation for EFL?
 
 The one on get-e.org does not work, and have not for quite some time now.
 
 Regards,
 Chris
 
 PS: I have also checked the CVS, but not been able to find anything.
 Perhaps I've missed something really obvious, and apologies for that if
 I have! :)

- -
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.4 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iQEVAwUBRk3h0hs+yp9zuAsMAQLjRAf9E+92+2nF99PYin2TWC2D3M8bqy3H3XlW
hT52ULK+fAt4PaAoF/J0h8zLG86IcoFzWV3+u9D80yhCtI0TA74mqgv0AoPx4hU9
ADG52otXGlk6JWgEvENVHxU9bZOgNsO3op/IrZoF7TsjSRoi+zNGCv9IHwte6ja1
2C1aZ0d/3vLJLRQAzB1hnPqbD2lEcaWMoXd1vpj2O8YTajAXerGCA/4q/ChI7Rl+
TMCW7gI7zbwgt3g3pg+SESuGIxZR+myvwkCv0gySSVAQFxTKFkRBnaqZTDZgu62z
0hokmgWJblFhMD/YedamXtpC7k9Zx1JgjqkW5oGOouqK2erTNmcgAg==
=RiqG
-END PGP SIGNATURE-

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel