Questions tagged [box]

Avoid using this tag. It has multiple unrelated meanings and therefore could be confusing.

Avoid using this tag. It has multiple unrelated meanings and therefore could be confusing. The tag is currently used for all of the following topics:

  • geometry
  • GUI layout containers
  • boxed (heap allocated) objects & types
987 questions
20
votes
4 answers

R shinyDashboard customize box status color

I would like to customize the color of the box status of my shiny app. I find a css way to change the box background color of these box but not to customize the status color, but I do not see the equivalent argument of "status" in css? I thus…
Charlotte Sirot
  • 931
  • 1
  • 8
  • 11
16
votes
4 answers

How to download a file from box using wget?

I've created a direct link to a file in box: The previous link is to the browser web interface, so I've then shared with a direct link: However, if I download the file with a wget I receive garbage. How can I download the file with wget?
Chris Snow
  • 23,813
  • 35
  • 144
  • 309
14
votes
1 answer

How to create the access token using app user id in Box-API?

I'm trying to create the access token using box app user id. I have use the following code to create the box app user curl https://api.box.com/2.0/users \ -H "Authorization: Bearer " \ -d '{"name": "Ned Stark", "is_platform_access_only":…
mkHun
  • 5,891
  • 8
  • 38
  • 85
13
votes
1 answer

How to reorder x-axis in geom_boxplot by mean of the group in R?

I want to be able to reorder the x-axis of a boxplot in ggplot by the mean of each of the groups. For example, if I have this data frame: L3 <- LETTERS[1:3] fac <- sample(L3, 50, replace = TRUE) (d <- data.frame(x = 1, y = sample(1:10, 50,…
R. Ben
  • 131
  • 1
  • 1
  • 3
12
votes
2 answers

What does 'generated box' in css mean?

As the question title, what does 'generated box' in css mean? article link: http://www.sitepoint.com/web-foundations/css-box-model/
iamswf
  • 171
  • 1
  • 1
  • 7
11
votes
4 answers

Material-ui: write text in exactly 2 lines with ellipsis

For a reactjs app, I use Material-ui (https://material-ui.com/) for the design. And I need to write text in card that match exactly 2 lines. What I've already done works when text can be contained in 2 or 1 lines, but for longer text, the cut…
Turvy
  • 882
  • 1
  • 8
  • 23
8
votes
0 answers

Dropbox / Box / Drive - Intercept file operation

I'm considering moving some company data from our on-premise file shares to dropbox/box/google drive storage services, the only consideration now is security. Is it possible to give our employees the ability to always see that data exists on the…
Lewis Bushman
  • 291
  • 1
  • 8
8
votes
2 answers

ggplot::geom_boxplot() How to change the width of one box group in R

I want to adapt the width of the box in the category "random" to the same width of the other boxes in the plot. It is now a single group, whereas the other groups contain two subgroups... Any ideas on how to do that? Using geom_boxplot(width=0.2)…
simoet
  • 143
  • 1
  • 1
  • 8
8
votes
2 answers

add a scrollbar to a box in shiny

I have implemented a box on R shiny dashboard page using box() function, it loads the table and represents a column full of population numbers. However the numbers overshoot the table and it looks very bad. I wish to add a scrollbar to the box such…
AK94
  • 325
  • 1
  • 5
  • 11
8
votes
4 answers

How to cut box corner Using CSS with transparent background?

I want to cut left top corner of a box using CSS like this. keep in mind that background is transparent.
Amir Ur Rehman
  • 649
  • 1
  • 9
  • 28
8
votes
2 answers

symbol not found Android React Native

So I'm using this package to try and integrate MapBox into a React-Native project I'm working on, and I keep getting this error when I run it. I've followed the instructions on their page and I'm still getting this, so I assume I forgot to install a…
ESensei
  • 168
  • 1
  • 8
8
votes
1 answer

Android: Key Event from Android Box remote controller

I was interested to know how can i catch key/button events from Android TV Box remote controller? For example, i want a popup menu to show when i click the OK button from remote controller. And i want to catch the next/back key events from remote…
strategos
  • 119
  • 1
  • 2
  • 6
7
votes
2 answers

How to have a vec of Boxes which implement 2 traits?

In rust I would like to have a vec containing items which implement 2 traits. However when I try to implement it like so, I get the error only auto traits can be used as additional traits in a trait object: let mut v : Vec
geeks_kick
  • 151
  • 7
7
votes
2 answers

Using Box with JWT (Server Authentication)

I using Box API JWT Server Authentication: IAccessTokenCache accessTokenCache = new InMemoryLRUAccessTokenCache(100); Reader reader = new FileReader("D:\\config.json"); BoxConfig boxConfig = BoxConfig.readFrom(reader); …
virmeidec
  • 73
  • 1
  • 3
7
votes
0 answers

Django 1.8 XFrameOptionsMiddleware and xframe_options_exempt decorators not working

I have a website I have built in Django 1.8 which must load in a Box.com iframe. However it is not loading in Chrome and I get the x-frame-options SAMEORIGIN error. But I have added the following middleware classes: MIDDLEWARE_CLASSES = ( #…
Euan Millar
  • 456
  • 1
  • 6
  • 13
1
2 3
65 66