언어 설정

Menu
Sites
Language
Genlist Issue

Hello 

I am facing problem with genlist. The genlist is not taking as much width as its parent box/naviframe.

My Ui layout is following:

win{

  conf{

     layout{

        Naviframe{

               Vertical box{

                       genlist{

                         }

                         horizontal box{

                         buttons...

 

 

Responses

5 댓글
colin Rao

Can you share your code here? 

 

Rihan Ishtiaq

sorry..when pasting code it is marking as spam

Daniel Juyung Seo

Set weight/align information to genlist. This is used when you pack an object into box.

It depends on what you want but I expect you want this:

evas_object_size_hint_weight_set(genlist, EVAS_HINT_EXPAND, EVAS_HINT_EXPAND);

evas_object_size_hint_align_set(genlist, EVAS_HINT_ALIGN, EVAS_HINT_ALIGN);

Rihan Ishtiaq

Yes exactly. I used this..but may be my issue is with the unstable binary version..because my genlist was working ok with the previious build.

Daniel Juyung Seo

Oh.. but there should be no difference between binaries as this is a solid concept.

Btw, which binary did you use?