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
-1
votes
2 answers

Why when I execute Pascal program, a part of the information in the console-box gets deleted?

I am using Geany to write a pascal program, but the thing is when i make a bi-dimensional array, and then i try to show it in a writeln() a part of what it should show in the box gets deleted. I tried with erasing all the clrscr from the code, but…
Fred
  • 11
  • 3
-1
votes
1 answer

How to force elements to be on the same line?

I want to add skills to a sidebar of my CV created in LaTeX, I am using tcolorbox package to create an oval box around text, but each time I'm creating a new oval box the text (with box) goes to a new line. How can I force it to be added one after…
Dominika
  • 187
  • 3
  • 13
-1
votes
2 answers

How to make Images Box with Price in Flutter

I am going to make an E-commerce application with price, image, discount view, but I have no idea to make this view. I have tried thousand ways but they gave me nothing. Here are the preview:
Roman Traversine
  • 868
  • 4
  • 12
  • 22
-1
votes
1 answer

How to get files content from google drive, drop-box storage applications in android grammatically using intent

I want to open particular installed application (ex-drive, drop-box, box and cloud so.on) using intent to fetch file or image from that application, read content and get file path to save into server. so please help me to resolve this.
-1
votes
1 answer

Image as corners of rectangle connected by straight lines (responsive)

I'm trying to make custom corners on a rectangular box as responsive html. Each corner would be similar design, but it should be connected by normal outlines as in the image below. In addition, it must be responsive and scale according to the…
-1
votes
1 answer

PHP Box.com Upload File GuzzleHttp 6

I need to make a request to box.com to upload a file with GuzzleHttp 6. The request in cURL is: curl https://upload.box.com/api/2.0/files/content -H "Authorization: Bearer ACCESS_TOKEN" -X POST -F attributes='{"name":"tigers.jpeg",…
-1
votes
1 answer

How can i replace green box into in yellow box and yellow box into in green box ? So is there any css property ? help out

https://www.sololearn.com/Discuss/884349/?ref=app This is code in sololearn playground.
-1
votes
3 answers

Drop down menu with input box

How can I make a drop down option with a input box using css and html like the picture below?
-1
votes
2 answers

simple CSS button with outline inside box and hover

I don't understand why I can't get this to work easily. Trying to make a simple CSS button for a link with a white line around the text. I want the red box to change to #1f1f1f when I hover over but I'm having issues with it delaying depending when…
-1
votes
1 answer

box 2d drawing a box

I have problems drawing a box. I'm using coco2d + box2d in c++. Anyone know how can I view exactly the box that box2d is drawing? if I declare this: b2PolygonShape bps; bps.SetAsBox(2/SCALE_RATIO, 2/SCALE_RATIO); When another object collides with…
tranthor
  • 1
  • 2
-1
votes
2 answers

How to remove unused strange element from site?

i have one little issue that cant resolve myself. I want to remove second box (at bottom) in this page but when inspect CSS found that both elements are defined as :


so dont know how to handle that box, and remove it. Form in that page…
DrMTR
  • 499
  • 1
  • 14
  • 35
-1
votes
1 answer

Customize Javascript Alert NOT onclick

I have absolutely no idea about Javascript and don't know if it is even possible. Anyway, I found a script that customizes Javascript Alert Box. It works nicely. The issue I am having is that this customization works based on 'onClick' as below: …
Maevari
  • 43
  • 7
-1
votes
2 answers

Checbox with box style

Im trying to do a list of checkbox with the style of a box with an icon inside, I found this example but i dont know how to do it, any idea? This is the code of the image, but i need an checkbox and the css files...
-1
votes
1 answer

How to add a lower level submenu at a specific position in a context menu?

Menu example url: https://tympanus.net/codrops/2010/07/16/slide-down-box-menu/ Snapshot:  
-1
votes
2 answers

How do I remove the last 5, or more, or less characters in a textbox for vb.net

Example: say i have a text box that has the text "visual basic" is there a way i can remove "basic" or even if i don't know the text is there a way i can remove the last 5 or more or less in the text box?
Hexadecimal
  • 21
  • 1
  • 5