发布向水平框容器添加小部件的问题

时间:2016-10-26 20:18:52

标签: tizen tizen-native-app

我试图在本地tizen中制作表单屏幕。

This is what i want, but every time i try to make a box with horizontal orientation with 2 widgets (the label, and the text input) it doesnt appear when i execute my code.

我用盒子搜索这样的例子,但我找不到它们。如果有人可以提供帮助那就太棒了。

感谢。

这是我的代码

fmean <- function(filter_x)  data.frame(
  subset=filter_x, 
  do.call(rbind,
          lapply(filter_x, function(x) 
            mtcars %>% filter_(x) %>% summarise(mean(disp)))))

fmean(filters)
            subset mean.disp.
1         mpg > 15   192.3115
2           wt < 2    80.2250
3 carb > 2 & am==0   324.4600

1 个答案:

答案 0 :(得分:0)

问题是:

  1. 您没有在&#34; box_one&#34;的末尾添加按钮。在您给定的代码中您注释行elm_box_pack_end(box_one,button)。

  2. 您没有显示&#34; box_one&#34;。你需要显示&#34; box_one&#34;容器使用evas_object_show(box_one)