Re: [E-devel] Problem with indicator space in conformant

2012-07-02 Thread Roland Kloeters
Hi Carsten Am 03.07.2012 08:23, schrieb Carsten Haitzler (The Rasterman): > On Tue, 03 Jul 2012 08:15:27 +0200 Roland Kloeters > said: > >> Hi Carsten, >> >> thank you for the advice. >> I tested your simple app - wich is indeed much simpler than my sample >> using appcore - but had no success. >>

Re: [E-devel] Problem with indicator space in conformant

2012-07-02 Thread The Rasterman
On Tue, 03 Jul 2012 08:15:27 +0200 Roland Kloeters said: > Hi Carsten, > > thank you for the advice. > I tested your simple app - wich is indeed much simpler than my sample > using appcore - but had no success. > Even in that simple case the upper part of the button is hidden under > the indic

Re: [E-devel] Problem with indicator space in conformant

2012-07-02 Thread Roland Kloeters
Hi Carsten, thank you for the advice. I tested your simple app - wich is indeed much simpler than my sample using appcore - but had no success. Even in that simple case the upper part of the button is hidden under the indicator. So I'll just take it as "my Tizen image is broken". I'm running T

Re: [E-devel] Problem with indicator space in conformant

2012-07-02 Thread The Rasterman
On Tue, 3 Jul 2012 07:12:24 +0200 Vincent Torri said: > On Tue, Jul 3, 2012 at 5:46 AM, Carsten Haitzler wrote: > > On Tue, 03 Jul 2012 00:46:20 +0200 Roland Kloeters > > said: > > > > ok. first. i cut your test app down to 1/2 the original code. you had a > > small buglet in setting align on b

Re: [E-devel] Problem with indicator space in conformant

2012-07-02 Thread Vincent Torri
On Tue, Jul 3, 2012 at 5:46 AM, Carsten Haitzler wrote: > On Tue, 03 Jul 2012 00:46:20 +0200 Roland Kloeters > said: > > ok. first. i cut your test app down to 1/2 the original code. you had a small > buglet in setting align on btn before its created. i have used current > upstream > efl and rem

Re: [E-devel] Problem with indicator space in conformant

2012-07-02 Thread The Rasterman
On Tue, 03 Jul 2012 00:46:20 +0200 Roland Kloeters said: ok. first. i cut your test app down to 1/2 the original code. you had a small buglet in setting align on btn before its created. i have used current upstream efl and removed all the appcore stuff (aside - appcore seriously increases base co

Re: [E-devel] Problem with indicator space in conformant

2012-07-02 Thread The Rasterman
ut, btn); > evas_object_show(win); > > > > -------- > -Regards, Hermet- > -Original Message- > From: "Roland Kloeters" > To: ; > Cc: > Sent: 2012-07-03 (화) 07:46:20 > Subject: [E-devel] Problem with indicator space i

Re: [E-devel] Problem with indicator space in conformant

2012-07-02 Thread ChunEon Park
m_object_content_set(layout, btn); evas_object_show(win); -Regards, Hermet- -Original Message- From: "Roland Kloeters" To: ; Cc: Sent: 2012-07-03 (화) 07:46:20 Subject: [E-devel] Problem with indicator space in conformant Hello folks, I'm new to devloping

[E-devel] Problem with indicator space in conformant

2012-07-02 Thread Roland Kloeters
Hello folks, I'm new to devloping application with enlightment. I made a simple application for my Tizen environment and had to find out the conformant I am using is not concidering the space of the indicator. The application consists of a window, a conformant and a button. That looks ok except