Re: [E-devel] Elementary is the right choice?

2009-10-30 Thread Carlo Ascani
On Thu, 29 Oct 2009 10:50:01 -0400 Atton Jonathan jonathan.at...@gmail.com wrote: So i've started working on the project this morning, so here are some initial stupid questions: 1. Is there some elm app that uses a custom edje theme to study its code? See elementary_test for something

Re: [E-devel] Elementary is the right choice?

2009-10-30 Thread Atton Jonathan
2009/10/29 Carlo Ascani carlo.r...@gmail.com On Thu, 29 Oct 2009 10:50:01 -0400 Atton Jonathan jonathan.at...@gmail.com wrote: So i've started working on the project this morning, so here are some initial stupid questions: 1. Is there some elm app that uses a custom edje theme to

Re: [E-devel] Elementary is the right choice?

2009-10-29 Thread Carlo Ascani
On Thu, 29 Oct 2009 02:25:23 +0100 Marco Trevisan (Treviño) m...@3v1n0.net wrote: Iván Briano (Sachiel) wrote: On Tue, Oct 27, 2009 at 9:08 PM, Marco Trevisan m...@3v1n0.net wrote: Carlo Ascani wrote: It's possible to create a custom widget with Elementary? Yes, simply look at the

Re: [E-devel] Elementary is the right choice?

2009-10-29 Thread Atton Jonathan
2009/10/29 Carlo Ascani carlo.r...@gmail.com On Thu, 29 Oct 2009 02:25:23 +0100 Marco Trevisan (Treviño) m...@3v1n0.net wrote: Iván Briano (Sachiel) wrote: On Tue, Oct 27, 2009 at 9:08 PM, Marco Trevisan m...@3v1n0.net wrote: Carlo Ascani wrote: It's possible to create a custom

Re: [E-devel] Elementary is the right choice?

2009-10-28 Thread Dave Andreoli
I think that you don't even need to create a custom widget to implement your needs, you just need to re-theme existing widgets. For faders you just need to make a custom theme for the elm_slider widget, the same for knobs (maybe a little more difficult) and toggles. DaveMDS 2009/10/28 Carsten

Re: [E-devel] Elementary is the right choice?

2009-10-28 Thread Treviño
Iván Briano (Sachiel) wrote: On Tue, Oct 27, 2009 at 9:08 PM, Marco Trevisan m...@3v1n0.net wrote: Carlo Ascani wrote: It's possible to create a custom widget with Elementary? Yes, simply look at the elm widgets implementation, you can do the same in your app with the help of edje.

[E-devel] Elementary is the right choice?

2009-10-27 Thread Carlo Ascani
Hi all, i'm planning to write a set of widgets for audio applications, i want the classic controls of real professional audio devices (e.g. mixers). Simply knobs, meters, faders and toggle buttons, with a particolar attention to the aspect, that should be as real as possible. An example of a

Re: [E-devel] Elementary is the right choice?

2009-10-27 Thread Michael 'Mickey' Lauer
Carlos, I think that's an amazing idea. I'd love to see such kinds of widgets available for ELM. ELM is certainly the right choice for that. Cheers, :M: -- Come build with us! The BlackBerry(R) Developer Conference in

Re: [E-devel] Elementary is the right choice?

2009-10-27 Thread Andreas Volz
Am Tue, 27 Oct 2009 12:04:17 +0100 schrieb Carlo Ascani: Hi all, i'm planning to write a set of widgets for audio applications, i want the classic controls of real professional audio devices (e.g. mixers). Simply knobs, meters, faders and toggle buttons, with a particolar attention to the

Re: [E-devel] Elementary is the right choice?

2009-10-27 Thread Treviño
Carlo Ascani wrote: It's possible to create a custom widget with Elementary? Yes, simply look at the elm widgets implementation, you can do the same in your app with the help of edje. -- Come build with us! The

Re: [E-devel] Elementary is the right choice?

2009-10-27 Thread Sachiel
On Tue, Oct 27, 2009 at 9:08 PM, Marco Trevisan m...@3v1n0.net wrote: Carlo Ascani wrote: It's possible to create a custom widget with Elementary? Yes, simply look at the elm widgets implementation, you can do the same in your app with the help of edje. Beware that elm widgets use internal

Re: [E-devel] Elementary is the right choice?

2009-10-27 Thread The Rasterman
On Tue, 27 Oct 2009 12:04:17 +0100 Carlo Ascani carlo.r...@gmail.com said: Hi all, i'm planning to write a set of widgets for audio applications, i want the classic controls of real professional audio devices (e.g. mixers). Simply knobs, meters, faders and toggle buttons, with a particolar