[E-devel] Edje Messages Help

2006-10-08 Thread Jason Melbye
I have been playing around with the edje library and have some questions. I am hoping to write a c program that sends an edje interface a message (a string for now) periodically. It's up to the edje interface to decide what to do with the message, but for now I would just like to display it in a

Re: [E-devel] Edje Messages Help

2006-10-09 Thread Jason Melbye
On Mon, 09 Oct 2006 22:48:32 +0900 David Stevenson <[EMAIL PROTECTED]> wrote: > On 09/10/06, Jason Melbye <[EMAIL PROTECTED]> wrote: > > I have been playing around with the edje library and have some > > questions. > > > > I am hoping to write a c program

[E-devel] ewl scrollpane

2005-06-22 Thread Jason Melbye
I have a working test app that uses an ewl scrollpane. When I modify the app to place the scrollpane inside of a box, the pane no longer displays or functions. Attached is my code. Thanks, and keep up the great work! -Jason testscroll.c Description: Binary data

[E-devel] ecore_file functionallity

2005-06-25 Thread Jason Melbye
I am looking for a way to download a file as specified by a url, and have it returned to me in code. I see in Ecore_File.h there is int ecore_file_download(const char *url, const char *dst_dir) but what I am looking for is something like char *ecore_file_download(const char *url) (Think grabbi

Re: [E-devel] ecore_file functionallity

2005-06-25 Thread Jason Melbye
> > Or would it be possible to pass a url to > int ecore_file_get_file(char *path) ? > > Thanks, > Jason > Should read: char *ecore_file_get_file(char *path), but you get the idea :) --- SF.Net email is sponsored by: Discover Easy Linux Migr

Re: [E-devel] ecore_file functionallity

2005-06-25 Thread Jason Melbye
On Sat, 25 Jun 2005 11:55:37 + Jason Melbye <[EMAIL PROTECTED]> wrote: > I am looking for a way to download a file as specified by a url, and have it > returned to me in code. I see in Ecore_File.h there is > int ecore_file_download(const char *url, const char *dst_dir) >

[E-devel] Dropshadows

2005-07-07 Thread Jason Melbye
This may be by design, I am not sure. I have noticed that a shaped evas that does not have objects covering the entire evas and is not borderless will have two different dropshadows...one for the window and one for the evas objects. Would it be more desireable to have: 1.)Shaped, bordered wind

[E-devel] evas_object_image_set()

2005-07-21 Thread Jason Melbye
I have a simple "slide show" program that seg faults when trying to change the image in an evas object. I cannot tell if this is my fault, i.e. there are some other calls I should be making before hand to set everything up, or if this is e's fault. This is by back trace: Program received sign