Skip to main content

Questions tagged [resize]

Issues relating to the resizing of controls, windows, forms or screens.

resize
0 votes
1 answer
17 views

Text Wrap in HTML

I have an example below about my problem: Paragraphs do not behave the same when the line break is automatic (like with flex width) or when it is forced. I need that when the line break in the ...
Paulo Cesar dos Santos Costa's user avatar
0 votes
1 answer
22 views

Why does an HLS video stream change resolution mid stream when played through the Video.js player? Can the resolution be fixed with the player?

We recently moved to AWS to stream on-demand videos. Our products use the Video.js player in a REACT environment for a browser run-time environment (Chrome, Firefox, and Edge). The stream suddenly ...
Richard Dunn's user avatar
1 vote
0 answers
24 views

ReactJS: ResizeObserver loop completed with undelivered notifications

I'm seeing the following error when I submit a particular form This is happening when I submit a edit form but I don't see this error when I submit a add form. I have checked thoroughly in my codebase ...
aniket working's user avatar
0 votes
0 answers
31 views

how to change the size of rect that can rotate in canvas with wpf [closed]

I have written a rectangular user control, which contains a large rectangle inside the control. At the four vertices of the rectangle, there are four small rectangles used to control the width and ...
Zerocheng001 Chen's user avatar
-1 votes
0 answers
28 views

Composing multi function imagemagick command for resize, adding background, changing greyscale, apply image-kernel, get pixel value mean

I want to resize, add a background, change to grayscale, apply an image-kernel for finding edges, and lastly get the mean value of pixels in the image. What's wrong with my command?: "imagic\...
willko22's user avatar
0 votes
0 answers
20 views

Solution to horizontally expand MudTabs on a Mobile device

so starting off I basically need a way to re-adjust the MudTabs from the code below so it can fit the entire horizontal space of the screen and on top of that it has to adjust to the resolutions of a ...
Yessenia Castro's user avatar
0 votes
0 answers
18 views

how to resize an image custom or any

I have a component where this component uses ckeditor, because I just tried ckeditor. I followed from the document but this component cannot resize the image custom and failed to compile in ckeditor, ...
Hovi Sohibul Wafa's user avatar
0 votes
0 answers
27 views

Resizing frames in Javascript

Last century I wrote a website that uses frames. (Main navigation on the left,alphabet search on top, and a main content frame below). The design is out dated, and should probably one day be rewritten ...
David's user avatar
  • 1
0 votes
1 answer
56 views

How can I implement a responsive QPlainTextEdit?

Here's an MRE: import sys, random from PyQt5 import QtWidgets, QtCore, QtGui class MainWindow(QtWidgets.QMainWindow): def __init__(self, *args, **kwargs): super().__init__(*args, **kwargs)...
mike rodent's user avatar
  • 15.1k
1 vote
0 answers
63 views

C# WinForm Location not accepting new value [closed]

C# - Windows Forms - .NET Framework 4.8 I am trying to center my WinForm any time the window is Normalized, however, it only returns to the previous Normalized Location. Setting the Location property ...
Dean's user avatar
  • 31
0 votes
0 answers
80 views

Flutter: Drag and Drop, Resize and Reordering of Flutter Widgets

I need help on the implementation of widgets that can be dragged, resized and reordered in a customizable grid of tiles. Basically i am asking if there is something in flutter that provides the base ...
PWebber's user avatar
  • 23
1 vote
2 answers
81 views

Scrollable resizable div with fixed button

The following HTML shows a scrollable resizable div with a button and a further content div in it. .container { width: 100%; max-width: 100%; height: 150px; position: relative; overflow: ...
stonar96's user avatar
  • 1,452
0 votes
3 answers
101 views

Fix the layout of a borderPane to be a perfect 3 by 3 cube of buttons filling all the space

I can't figure out how to get the borderPane space filled without any space left in the stage. The borderPane cannot be changed to a gridPane because that is not the directions I need to follow. I am ...
Schuyler Bradshaw's user avatar
1 vote
0 answers
74 views

Understanding reSize() and add() for Vector class

Hi I am struggling with a java problem. I am trying to understand how to assign value x to new elements added to a vector where the existing elements would remain unchanged, e.g. if it was resized ...
Josh's user avatar
  • 11
1 vote
0 answers
40 views

How to resize objects that have been drawn by UIBezierPath in swift iOS?

I have used UIBezierPath to draw objects like circle, line, freeline etc.... I have a functionality where i have to resize circle and line objects from the topRight and bottomRight variables in the &...
Laxman Rajpurohit's user avatar

15 30 50 per page
1
2 3 4 5
617