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
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
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
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
>
> 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
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)
>
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
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