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
3 answers

Floating box to the right

I'm currently creating a website, which has a centered box with text and and such. Now, i also want a box floating on the right, with a little gap from my main box. I'll leave a picture here, where the red box i drew is the floating box i want to…
NotKimJongUn
  • 51
  • 2
  • 11
0
votes
1 answer

Box.com create/update folder from salesforce using api v2

I am trying to create a new folder in the Box from a controller class in salesforce using the api version 2. I am receiving the access token and i am also been able to retrieve the items of a folder with a HTTP GET request. But I am not able to…
0
votes
0 answers

SharePoint Event Receivers connecting to Mule ESB and BOX

Good Morning, I am trying to develop an Event Receiver which when a document is added to a Document Library in SharePoint it will check a configuration list to see if the folder it was added to is there and then pass the parameters to the ESB so it…
-1
votes
1 answer

Can you only use

I'd like to know if you can use other tags to make div boxes in html, or you can only use div, main, and nav without using the class tag? I'm expecting there not to be one, but just in case, I was wondering if I could make div boxes without using…
Coder_SPS
  • 1
  • 1
-1
votes
1 answer

Is there a concise way to match deeply nested boxes?

There are a number of questions on this site about pattern matching Box<>, and it currently can't be done on stable Rust (one, two, three etc.). But those questions are all about single levels of box. I have a deeply nested Box/Enum tree. Basically…
Timmmm
  • 88,195
  • 71
  • 364
  • 509
-1
votes
1 answer
-1
votes
1 answer

how to make many buttons on box with shadow

I want to know how to make box with non sharm edges with colorful shodows, in box many colors without borders. please help me. I am new in programing. I want you to give me some examples to how to do it . In this its your and mine both benifit if…
-1
votes
1 answer

Fractal dimension (box counting) over images don´t save correctly in cvs file

I am using an algorithm to measure fractal dimention (https://francescoturci.net/2016/03/31/box-counting-in-numpy/) or box counting method over 3 images: 1 2 3 My adapted code is: ` #importing pandas (library needed) import pandas as pd import…
-1
votes
1 answer

How would I test this method with JEST?

This is my first time trying JEST and I was wondering how I would write a test for my Length.convert() where I am accounting for "I" or different, but not specifically for "I" and "M". How would I test that specifically? MY LENGTH CLASS class Length…
-1
votes
1 answer

Downloading a File from box.com

I'm trying to automate downloading a set of csv files from a box.com folder that has been shared with me because data gets added to the files and I want a python script to take that data every week and import it into my formatted MySQL database.…
-1
votes
1 answer

"Error '424' Object required" when trying to display "Temp.jpg" in an Image Box (imgRpts1)

The Application I am working on Runs in front of the Excel Workbook so the User has NO direct access to the individual Worksheets. The primary area of concern is with the Reports Worksheets where I want to Display the equivalent of a Print Preview…
hermannjt
  • 37
  • 8
-1
votes
2 answers

How to create a pop-up box with two columns when hovering over a link?

Hey guys : ) I am creating a website and I would like to create a pop-up box of determined size that would display two columns when hovering over a link. In the left column an image and in the right column a text with a link. How do I do it using…
lukas
  • 1
  • 2
-1
votes
1 answer

Is memory leaked when a Box is dereferenced?

I've recognized that when moving a dereferenced Box with *Box::new(_), it doesn't call Deref::deref nor DerefMut::deref_mut; it really moves the value, which means *Box::new(_) has ownership, not a dereference of a reference. An example: let a =…
kwonryul
  • 481
  • 3
  • 10
-1
votes
2 answers

How to get the BOX service accounts userid/mail to add it as a collaborator to a file?

I have created the service account and can see the details in admin console, I need to get the service accounts userid without going to admin console. Is there a api call for that?
ss301
  • 514
  • 9
  • 22
-1
votes
1 answer

how can I get a position of checked singleItemDialog position in android studio and replace into checkedItem?

I want to store position of Gujarati, Hindi and English and store into chechSum. so once it's selected, it remain selected when I open dialog again. ---------- final String[] languageList = {"ગુજરાતી", "हिन्दी", "English"}; int…
MIT PATEL
  • 31
  • 7