Maximize refers to the process of increasing a certain value to its fullest, biggest, or greatest (max).
Questions tagged [maximize]
396 questions
12
votes
1 answer
Correct way to ensure mainform has maximized and fully redrawn before showing a modal form on application load
What is the recommended way to ensure that the mainform is fully maximized and all controls are redrawn before showing a modal form on application first load?
I need to show a modal dialog when the application starts (not a login screen) but if I…

Mark Robinson
- 943
- 9
- 26
11
votes
1 answer
How to remove the window border (containing minimize, maximize and close buttons) from a Qt widget?
I would like to animate a widget (QPushButon) to move across my application screen. For that I create a new button and using the QPropertyAnimation class and the property "geometry" of the button, I move it from top to down. The problem is that the…

Daud
- 7,429
- 18
- 68
- 115
11
votes
3 answers
How to disable maximize button in delphi program?
How to disable maximize button in delphi program?

sanjeri
- 381
- 1
- 3
- 6
10
votes
2 answers
Maximize the MSE of a keras model
I have a generative adversarial networks, where the discriminator gets minimized with the MSE and the generator should get maximized. Because both are opponents who pursue the opposite goal.
generator = Sequential()
generator.add(Dense(units=50,…

Emma
- 439
- 5
- 17
10
votes
1 answer
Maximum Likelihood estimation for Inverse Gaussian distribution
I am trying to reproduce the mean squared error between the actual and estimated parameter 'tau' (for over a month :(). The estimated 'tau', namely 'tau_hat' is obtained through the maximum likelihood estimation (MLE) , shown below.
The joint…

nashynash
- 375
- 2
- 19
10
votes
7 answers
Algorithm for maximizing coverage of rectangular area with scaling tiles
I have N scalable square tiles (buttons) that need to be placed inside of fixed sized rectangular surface (toolbox). I would like to present the buttons all at the same size.
How could I solve for the optimal size of the tiles that would provide the…

Kendall Hopkins
- 43,213
- 17
- 66
- 89
9
votes
2 answers
Disable resizing out of browser Silverlight 4 Window
Possible Duplicate:
How can I prevent the user from resizing the silverlight out-of-browser window?
Is there any way to actually remove the ability to maximize/resize the out of browser window since I want my application to be of a certain…

Sandeep Bansal
- 6,280
- 17
- 84
- 126
9
votes
1 answer
Find maximum/minimum of a 1d interpolated function
I have a set of data which I am interpolating with kind = 'cubic'.
I would like to find the maximum of this cubic interpolation function.
Currently what I am doing is just find the maximum value in the array of interpolated data, but I was…

SuperCiocia
- 1,823
- 6
- 23
- 40
9
votes
3 answers
Eclipse Juno red minimize and maximize buttons on Linux
I'm running Eclipse Juno 4.2.0 on Linux with Gtk version 1.2.10 and I'm having a following graphics "bug" in the GUI: All the minimize and maximize buttons have a red background colour. In other words, minimize and maximize icons are inside little…

Henri Ihalainen
- 91
- 5
7
votes
2 answers
Linear Programing- Max value optimization
I'm trying to find the best possible combination that will maximize my sum value, but it has to be under 2 specific constraints, therefore I am assuming Linear programming will be the best fit.
The problem goes like this:
Some educational…

Galgo
- 71
- 2
7
votes
3 answers
Maximizing WPF Doesn't Update Width?
The Width property of the screen doesn't seem to update to the fully maximized width when maximizing a window. If I resize it everything works fine, but not when maximizing.
The code I have is as follows:
private void Window_SizeChanged(object…

Adron
- 2,371
- 7
- 25
- 30
7
votes
2 answers
Maximize window from the Main function?
I have used a mutex to run a single instance program, and now I want the window to become maximized if it is currently minimized when the user reopens the application.
Here is the code I currently have in my Program.cs file:
static class Program
{
…

Moslem7026
- 3,290
- 6
- 40
- 51
6
votes
1 answer
How to use R to solve/pick the best people for a job - with restraints?
I'm fairly new to R and I'm trying to write a script for what I used to do with Solver in Excel. In my data below, I have a list of workers with job types A-E. Each worker has a salary and a production rate. What I want R to do is find the…

Derek Pierson
- 87
- 7
6
votes
4 answers
Why jQuery UI Dialog has no minimize, maximize buttons?
I am using jQuery-1.9.1 and jQuery-ui-1.10.2 to popup a dialog, my code is below:

hiway
- 3,906
- 10
- 34
- 57
6
votes
4 answers
Notepad files always open as a very small window
I couldn't fix it no matter what I did. I'm on Windows 7, 64 bit. I know; creating a shortcut to that file, right clicking on the shortcut and choosing run-> maximize is a workaround but this is too much a hassle. Will I need to create shortcut for…

user2155565
- 317
- 3
- 5
- 11