Re: [e-users] First Terminology impressions

2012-10-06 Thread Boris Faure
On 12-10-06 10:32, Boris Faure wrote: > On 12-10-06 09:52, Andreas Volz wrote: > > Am Sat, 6 Oct 2012 11:28:32 +0900 schrieb Daniel Juyung Seo: > > > > > > - resizing the terminal sometimes leads into bugs (e.g. with vim) > > > > > > Yes this always happens. Raster does not use vim. > > > So we h

Re: [e-users] First Terminology impressions

2012-10-06 Thread Andreas Volz
Am Sat, 6 Oct 2012 11:37:06 +0100 schrieb Mick: > On Saturday 06 Oct 2012 09:32:20 Boris Faure wrote: > > On 12-10-06 09:52, Andreas Volz wrote: > > > Am Sat, 6 Oct 2012 11:28:32 +0900 schrieb Daniel Juyung Seo: > > > > > - resizing the terminal sometimes leads into bugs (e.g. with > > > > > vim)

Re: [e-users] FreeBSD enlightenment delay 5 minutes to start

2012-10-06 Thread rustyBSD
Le 06/10/2012 12:07, d4n1 a écrit : > Hi man, > > In my freeBSD (9.0 and 9.1-rc1, pcbsd 9.1 too) with e17 there is a delay of > 5 minutes, in ports or pre-compiled, to start enlightenment. > Error message: > CRI<81775>: eina_amalgamation.c:5524 eina_iterator_free() *** Eina Magic >> > Check Failed

Re: [e-users] Execute Network Operation + Elementary Progress Bar

2012-10-06 Thread Daniel Juyung Seo
This line blocks ecore main loop. * /* cURL Operations here..*/* So it does not rendered at all. You should use thread for network connection. I suggest you to use ecore_thread. http://docs.enlightenment.org/auto/ecore/group__Ecore__Thread__Group.html Thanks. Daniel Juyung Seo (SeoZ) On Sat

Re: [e-users] First Terminology impressions

2012-10-06 Thread Mick
On Saturday 06 Oct 2012 09:32:20 Boris Faure wrote: > On 12-10-06 09:52, Andreas Volz wrote: > > Am Sat, 6 Oct 2012 11:28:32 +0900 schrieb Daniel Juyung Seo: > > > > - resizing the terminal sometimes leads into bugs (e.g. with vim) > > > > > > Yes this always happens. Raster does not use vim. > >

[e-users] Execute Network Operation + Elementary Progress Bar

2012-10-06 Thread Amit S
Hi, I am trying to use an infinite pulsing progress bar and do some network operations in the background. Any help will be appreciated. I create a Popup and add ProgressBar in that Popup. The popup is not at all displayed. However all the network operations are working fine as control flows prope

Re: [e-users] First Terminology impressions

2012-10-06 Thread Boris Faure
On 12-10-06 09:52, Andreas Volz wrote: > Am Sat, 6 Oct 2012 11:28:32 +0900 schrieb Daniel Juyung Seo: > > > > - resizing the terminal sometimes leads into bugs (e.g. with vim) > > > > Yes this always happens. Raster does not use vim. > > So we have to fix this. > > IS someone working on this? I

Re: [e-users] First Terminology impressions

2012-10-06 Thread Andreas Volz
Am Fri, 5 Oct 2012 21:35:28 +0200 schrieb Andreas Volz: > Hi, > > I started replacing gnome-terminal by Terminology since some days. > Here are some findings and problems. Maybe someone could give a > comment: > > - Looks very good! > - Annoying F10 menu bug in midnight commander isn't present :

Re: [e-users] First Terminology impressions

2012-10-06 Thread Andreas Volz
Am Sat, 6 Oct 2012 11:28:32 +0900 schrieb Daniel Juyung Seo: > > - resizing the terminal sometimes leads into bugs (e.g. with vim) > > Yes this always happens. Raster does not use vim. > So we have to fix this. IS someone working on this? > > - changing some settings (e.g. transparency) hangs T