Maximize refers to the process of increasing a certain value to its fullest, biggest, or greatest (max).
Questions tagged [maximize]
396 questions
0
votes
2 answers
maximize windows forms with label size
I made a custom MessageBox and have a problem with maximize the msgBox with the label size. If my label is too long and too big, so i want my custom MessageBox grow bigger or smaller too depends on label size. Can i set it in Windows forms option or…

Le Viet Hung
- 489
- 4
- 10
- 21
0
votes
1 answer
WPF trouble with maximizing text
I'm having a bit of trouble. I want my page to maximize by the text inside the textbox, but can only get it to maximize by the border of the textbox. Can anyone help me?
It's very important to get this right. I have to get the leftmost pixel just as…

Xenovel
- 1
- 3
0
votes
1 answer
Application maximized dock stuff
Alright, the title sound rubbisch, i know. (and sorry for the bad english)
I'm working on an Windows Form Application in C#.
I've got an form (form1), with an menustrip, an statusstrip and splitcontainer.
I've placed everything in the designer at…

Mathlight
- 6,436
- 17
- 62
- 107
0
votes
1 answer
Windows 8 Metro - Maximized Event?
What event occurs when the page is maximized? Either when the app starts or when the app is selected from the side of the screen?

msbg
- 4,852
- 11
- 44
- 73
0
votes
2 answers
How to preserve results from Maximize in Mathematica?
I aim to calculate and preserve the results from the maximization of a function with two arguments and one exogenous parameter, when the maximum can not be derived (in closed form) by maximize. For instance, let
f[x_,y_,a_]=Max[0,Min[a-y,1-x-y]
be…

Mitch D
- 3
- 3
0
votes
1 answer
QT Maximizing QGraphicsWebView in QMainWindow
I need to use QtWebKit with CSS 3D support, that's why i used QGraphicsWebView and QGLWidget, the code looks like this:
MainWindow.hpp:
#include
#include
#include
#include
class…

Regalis
- 71
- 6
0
votes
1 answer
Is there a way to restrict fullscreen view of an embedded youtube clip
Is there a way to restrict fullscreen view of an embedded youtube clip?
And it would be better if I can provide the maximum size to that it can 'restore'. I don't want it to go fullscreen but I may need to maximize it in the contained 'frame'.
Is…

Harshdeep
- 5,614
- 10
- 37
- 45
0
votes
2 answers
State of JInternalFrame not kept
I am dealing with a problem which relates to this bug I think: DefaultDesktopManager does not handle InternalFrame state changes as expected.
I have the following scenario:
My application consists of a JFrame which can have several JInternalFrames.…

Kai
- 38,985
- 14
- 88
- 103
0
votes
1 answer
JDialog not doing a re-layout when maximized
I seem to have the opposite problem of everyone else.
My JDialog has both minimize and maximize buttons by default.
When the maximize button is pressed, the dialog maximizes - but the content doesn't. It just stays the same size, centered in a huge…

CasaDelGato
- 603
- 7
- 17
0
votes
1 answer
How to save max value of a reporter during simulation in NetLogo?
I'm running a simulation in NetLogo based on Rebellion model, in which some agents become active, but can be deactivated by other agents.
My question is, how to keep the highest value of active agents? The simulation ends, when all agents are…

Maciej Jakubczyk
- 137
- 1
- 9
0
votes
1 answer
How to prevent Richfaces popupPanel from being moved in JavaScript?
Im using rich:PopupPanel components to display some content and I want them to be able to being maximized and restored by user. I've already implemented resizing and positioning of the component, but the problem is how to prevent popupPanel from…

Tomasz Bekas
- 666
- 6
- 15
-1
votes
4 answers
Maximize area of a triangle given n points
The code runs perfectly when I arbitrarily pass arguments to the area function. But gives me a segmentation fault when I try to run the loops. Given n<100
Here's my code.
#include
#include
double area(int x,int y,int x1,int y1,int…

Ole Gooner
- 567
- 2
- 10
- 25
-1
votes
1 answer
Creating a conditional constraint for a specific Python Pulp Maximization problem
I can't manage to find a way to create a constraint that sounds like this: for example I have 2 variables, one is a regular product and the other one is a super rare product. In order to have a super rare product, you will need to have already 25 of…

Paul C
- 27
- 6
-1
votes
1 answer
Maximum cost of Matrix
You are given an N*M 2D matrix, Each cell contains a number and no two cells have the same number. We have to select one element from each of the N rows, let selected elements be c1,c2,...cN.
The cost of Matrix is defined as - the sum of…

Yash Bhardwaj
- 83
- 5
-1
votes
2 answers
Is it possible to maximize a SDL window?
I would like to make my program to maximize using the maximizing button left to the cross in my C program but I can't find how to do so. I found that the ShowWindow Function could be of some help but I don't understand it.
If someone could explain…

alexTNT377
- 21
- 1
- 1
- 5