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
3
votes
1 answer

Embedding Box widget (IFrame) in IE does not work, but works in Chrome

I have a Box folder and I am trying to embed the folder in my SharePoint site using content editor webpart. I copy the iframe code on my site page I add content editor webpart (CEWP). In the CEWP I add my iframe code which looks something like…
Naveen
  • 6,786
  • 10
  • 37
  • 85
3
votes
0 answers

Box API Slow Search Performance

We have an enterprise Box account with about 17k files. Using the search endpoint it takes about 5-6 seconds to retrieve the first set of results from the query (see…
Mark G
  • 2,848
  • 1
  • 24
  • 32
3
votes
1 answer

Boxsdk JWTAuth keeps giving me this error: 'NoneType' object has no attribute 'encode'

I am trying to write a small script in python to connect to BOX, but it keeps giving me this error: 'NoneType' object has no attribute 'encode' At first I thought it was caused when I encoded the Passphrase, but it seems that's not the case. The…
3
votes
1 answer

Creating signature in Java with existing public key for JWT

I need your help once again... I want to access the Box API and authorize using a JWT (Json Web Token). To do so, I need to create a Assertion: "Every JWT assertion is composed of three components, the header, the claims, and the signature. - The…
user6165745
3
votes
1 answer

How can I make the flex box work with a vertical flow?

I like to accomplish the following horizontal layout for the web, where the user will use horizontal scrolling instead of vertical scrolling. The source code looks similar to the following: Sample
Mark
  • 16,906
  • 20
  • 84
  • 117
3
votes
1 answer

How can I restore my vagrant VM ( all file have been deleted)?

I don't know why but after doing vagrant halt then up, all my file in the VM are lost. There is only an empty data file. And when I SSH into it , putty tell me that the key has changed. I have saved a package.box that maybe can help to restore my…
glemoulant
  • 517
  • 7
  • 18
3
votes
4 answers

How to design "overflowing" border lines of css

Just getting into css and, though trying different approaches, I don't manage to design a content box with the borders I have in mind. It should look something like this: In words: The borders should cross each other and continue for some maybe…
M. Beit
  • 33
  • 1
  • 4
3
votes
1 answer

Box Content API : Is modified_at field of parent folder updated when deleting an item from folder?

We are building an application, using Box .NET sdk, to display the content of a customer Box account. Our synchronisation tool use the Box content API to retrieve folders and files and build a cache from this information. To detect if changes have…
Simon ML
  • 1,819
  • 2
  • 14
  • 32
3
votes
1 answer

Distance between a ray and a Bound Box

I have researched a lot and have found codes about: Distance from a point to a Bound Box Distance between two Bound Box Intersection of a ray in a Bound Box But what I'm looking for is: Distance of a ray to a Bound Box Considering the Bound Box…
Mano-Wii
  • 592
  • 5
  • 19
3
votes
1 answer

Box API Java SDK search function is returning limited no. of files

When I am trying to search some term from JAVA sdk of BOX API , I am getting only 400 Results while when i search the same term on app.box.com i am getting 1270 results. Please help regarding this . BoxAPIConnection api = new…
RendezAWS
  • 103
  • 9
3
votes
1 answer

Change height of panel box for xyplot

My plot (with xyplot, lattice) looks like: It looks pretty good, but how can I control the height of the grey panel-boxes? I tried: strip=strip.custom( par.strip.text=list(cex=2,lines=5,lineheight=2)) but this doesn't work.
3
votes
0 answers

Can't create new vagrant box from existing created one

I have a problem while creating new vagrant box from existing created one. It means I trying to create new box from base box hashicorp/precise64 and it successfully created e.g. name : first_box.box. But, while trying create anothe new box using…
3
votes
1 answer

Using filter on sub form

I'm trying to use filter on sub form. I have a combo box on the main form. If Name is selected in the combo box and hit search button I want the respective data to be displayed in the sub form. If I set the row source of the combo box as SELECT…
Emi
  • 484
  • 2
  • 16
3
votes
1 answer

Display transparent box on a HTML table row when mouse over (not highlight row)

I want to display a transparent box (with some button on that) surround a table row which user mouse over. I searched on Google, but all pages just tell about how to highlight row when mouse over. I use JavaScript to add mouse over…
vutaviva
  • 127
  • 2
  • 10
3
votes
3 answers

Tkinter: How to create choice box

I need to create a choice box where i can click on arrow and it give me list of choices. And if i click on one of them it will change it in that first rectangle. Its possible to do something like this? Thank you for any idea.
Nefritox
  • 147
  • 1
  • 3
  • 10