Re: [E-devel] Weather Module blocks Enlightenment while updating

2005-08-05 Thread Matthew Mullins
Matt, If you need help coding it, debugging it or whatever, I'll try to help. If there's anything in particular that you want to tackle down, let me know. I haven't looked at the source yet, but I'll take a look it and get a feel for it. Let me know. -Enrique Matthew Mullins wrote

Re: [E-devel] Weather Module blocks Enlightenment while updating

2005-08-05 Thread Matthew Mullins
Actually, scratch the first two. I had some spare time this morning so I have those parts working. Any help on any of the other parts would be appreciated. -matt --- Matthew Mullins [EMAIL PROTECTED] wrote: Yeah, that would be great. My list of stuff to do: - Take out system(wget

Re: [E-devel] Weather Module blocks Enlightenment while updating

2005-08-04 Thread Matthew Mullins
Any help is appreciated :) I've only been programming for about 6 months, so I'm sure there's some ugly bugs in there :) Is there a better/easier way to parse an html file than using sscanf()? Thanks, matt --- Mathieu [EMAIL PROTECTED] wrote: Matthew Mullins [EMAIL PROTECTED] disait

Re: [E-devel] Weather Module blocks Enlightenment while updating

2005-08-03 Thread Matthew Mullins
It's going to switch from wget to using ecore_file_download, which eliminates the hang. At the time it was written there weren't any E libs that could download a URL, so it was an ugly workaround. The weather module wasn't supposed to be in CVS yet, and it's really still in an infancy state.

Re: [E-Devel] Question about using system() inside a module

2005-07-22 Thread Matthew Mullins
That will do it, thank you. --- dan sinclair [EMAIL PROTECTED] wrote: On Thu, 2005-07-21 at 17:30 -0700, Matthew Mullins wrote: Hello, I'm trying to come up with a better way to download (weather html in my case) than using wget through a system() function. Whenever system