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

How to move a Box user's file to an admin Folder?

I am trying to move a Box user's file to a folder in admin account. The documentation at https://developers.box.com/docs/#files-update-a-files-information tells how to move the file within an account, but not across users. How do I do it using the…
Snehal
  • 7,266
  • 2
  • 32
  • 42
0
votes
1 answer

css box model only works with inline style definition... why?

Probably stupid question but I'm scratching my head with this. Why does this work?
marcnyc
  • 585
  • 1
  • 4
  • 17
0
votes
2 answers

Input textbox width and font width

I would like to make a uniform class to set the width of both text and a text input box so that any platform will print both pre-defined and user-input digits inline. So far, it seems that there is no way to get an input text box and a font width to…
0
votes
2 answers

Hide the right box shadow for making vertical tab

I want to make a vertical tab like this site but i can not to hide the right shadow of the a tag and the left shadow of the box at that point. here is jsfiddle code
foozhan
  • 85
  • 1
  • 14
0
votes
1 answer

How to place an integer you just inputted on the dialog box TITLE bar

Hello people of Stackoverflow, I'm trying to make a Java program that has a title bar with the inputted integer. So here's a little of my code: import javax.swing.JOptionPane; public class ConvertHoursToMinutes { public static void main(String…
user3767918
  • 63
  • 1
  • 2
  • 7
0
votes
1 answer

Using Box Cloud Storage for Spree e-commerce

I am currently creating an online store with the Spree e-commerce system and want to deploy it to Heroku. As stated here, Heroku is read-only and thus I need to configure my app that it uploads its assets to another server. It it suggested to use…
BlackMamba
  • 1,449
  • 2
  • 12
  • 18
0
votes
1 answer

Center Box with HTML5

I have problem to center textbox area using html5 Here is my code ` Untitled Document
0
votes
3 answers

How can I create div elements which are like a table with border

I was wondering.. how can I make my div elements like boxes but without using the element "table" for border draw. So far I was using the table element, but when I was having longer sentences, the box itself widened, which messed up with my design:…
Suat Hyusein
  • 495
  • 3
  • 14
0
votes
1 answer

value of custom product attribute is not storing in database table

I am new in Magento and I am using 1.7.2. I added one product attribute called product type name. It is a drop down field and values are populated from a different custom table called product_type_name. I have done successfully so far. Now I want to…
Srim
  • 527
  • 2
  • 8
  • 23
0
votes
1 answer

Pausing flash animation while a dialog box appears

I have a fairly long flash animation, with various different symbols and motion tweens etc. My goal is to pause this animation at several different times, while a dialog box appears, and then resume the animation again. What is the easiest way to…
Jalapeno Jack
  • 416
  • 7
  • 21
0
votes
0 answers

Post file directly to Box - no OAuth

Good day - Our enterprise uses Box for cloud storage. There are many intranet web applications behind our firewall that do not use HTTPS. When a user uses one of these web applications, it's easy for the app to retrieve files for processing: we…
Chris
  • 254
  • 1
  • 11
0
votes
1 answer

HTML+CSS Vertical menu and "news" boxes next to it

I've been trying to recreate this site: https://i.stack.imgur.com/7HeMY.jpg So far I got this: https://i.stack.imgur.com/EQCkG.jpg I was wondering how do I fix the vertical menu so it's not stretched across the whole page, and how can I also fit…
GytisK
  • 169
  • 4
  • 21
0
votes
1 answer

Do I Really Need to Import a SSL Cert into Java Keystore Manually?

I have a Java web app that has been running fine for several months. It integrates with the Box API (https://upload.box.com/api/2.0) to save files to the cloud service. Out of the blue, we started receiving the dreaded…
Jeff
  • 1,538
  • 2
  • 18
  • 33
0
votes
1 answer

Extension/File type of uploaded Word Document

I am trying to upload a Word Document to my personal box account using Box Windows SDK V2 using the following code. using (Stream s = new FileStream("C:\\word.docx", FileMode.Open, FileAccess.Read, …
Muhammad Murad Haider
  • 1,357
  • 2
  • 18
  • 34
0
votes
3 answers

javascript avoid submit if no box checked

!hello, i have a number of checkboxes generated with PHP. There is a validation button. I want to prevent the user to valid the form without checking at least 1 checkbox. I have this code var checkboxes = document.getElementsByName('date[]'); var…
ramsey_lewis
  • 558
  • 8
  • 25