To minimize is to replace one object with another object that can restore the original when selected.

learn more… | top users | synonyms

0
votes
0answers
20 views

Python, minimize: constraints are ignored

I have some trouble using Python's 'minimize'-function (I use Scipy 0.12.0). I tried to implement my system in an analog way as it is shown here The problem is that some of he constraints are ...
1
vote
0answers
13 views

Position on minimized window when “show in taskbar” property is false

I have a main window which opens several other small windows in wpf application. I have made the "show in taskbar" property of the small windows as false, so now they minimize above the task bar. My ...
0
votes
1answer
19 views

Minimization of open word documents

I am using this code to get and minimize all open Word documents. Word.Application wordApp = new Word.Application(); Word.Documents docs = wordApp.Documents; wordApp.ScreenUpdating = true; ...
0
votes
2answers
91 views

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: <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script> <script type="text/javascript" ...
0
votes
0answers
10 views

Weblogic Portal - portlet window states get reset to normal

I am facing an issue where, suppose there are 4 portlets(A, B, C, D) in a page, and I minimize portlet A, and then try to minimize portlet B, A gets restored to normal. There are no backing file or ...
0
votes
0answers
38 views

HTML Window disapear/hide/minimize

i'm trying to close a window but it is always showing.. i have a window behing it and i want to get it to the front and "hide" the otherwindow, i've tryed the window.focus() and it doesnt work, the ...
0
votes
1answer
41 views

What Event is used for Maximizing and Minimizing? [duplicate]

What Event is used for Maximizing and Minimizing for Windows Form? I want to show message box when a Form maximizes and the from comes out of minimizing mode.
1
vote
0answers
40 views

Mathematica: Compile NSolve, NMinimize and other numerical functions

Is there a way to compile those functions using Compile[]? it seems that Mathematica always fails in that. I have purely numerical functions inside NSolve and NMinimize, and it still doesn't work. A ...
-1
votes
4answers
71 views

how to minimize repetitive code in jquery? [closed]

How can I minimize the following bindings in jquery: var profileIdDefault = "Profile ID"; var organisationIdDefault = "Competitor ID"; var FromDateDefault = "From Date"; var ...
1
vote
2answers
380 views

Minimize / Maximize div's with jQuery

I basically want to minimise some div's . Instead of using "-" and "+", I want to use some symbols (from font-awesome) to minimise and maximise the div's. My question concerning this; how can I ...
0
votes
1answer
58 views

minimize vb.net forms to mdiparent bottom eg. adobe photoshop

vb.net 2008 I have 1 mdiparent and many child forms. on clicking minimize button of child form it should minimize and display at the botton of mdiparent and not in taskbar. like in adobe photoshop. ...
0
votes
0answers
45 views

How to minimize softwares to system tray (notification area) when started?

I have two softwares that I need to minimize to system tray when startup. However, one needs me to manually click on "minimize" and the other needs me to manually click on "close" to both minimize to ...
2
votes
1answer
53 views

Sending Matlab GUI into the background

I have a very annoying problem with my matlab gui. Once I start my program the gui can not be just send to the background, it pops up again an arbitrary number of times, until it decides to finally ...
0
votes
0answers
75 views

c# program crashes/closes on minimize to system tray

I write on a little tool that should watch my server an write me mails when something went wrong like too high ram usage etc... now to my problem, I want to minimize my Program to system tray and it ...
1
vote
1answer
50 views

Implementing fmincon that calls another function

Right now, I have a code that models a transformer plant (Let's call it TP1) that gives out two outputs 'x' and 'y' given the two physical dimension 'a' and 'b' over a range of transformation ratio. ...
0
votes
1answer
39 views

Minimizing application with qt

I created (in Qt5 under Linux) a small QMainWindow app. I noticed that when I'm clicking on the minimizing button, I cannot see my app anymore. In other term, I cannot see it in the bar !? I tried ...
1
vote
1answer
43 views

Problems with Ant to minimize JS files

I'm using Ant to minimize all the JS files in my project. It compiles my various JS files (ie: file1.js, file2.js, file3.js) into a single file (ie: file.min.js) and then copies this minimized version ...
0
votes
2answers
52 views

Optimization - Python and Scypi.minimize

I would like to find the position [X,Y,Z] of several elements in order to have the global center of gravity at a desired point. To do so, I defined 2 classes: elements which store the element's ...
0
votes
0answers
53 views

Java weird error on minimize

I'm creating a java application using a swing JFrame like so: import java.awt.*; import javax.swing.JFrame; import javax.swing.JPanel; public class Aithereal extends JFrame{ public Aithereal() { ...
2
votes
3answers
115 views

C# Minimize to Tray

I know you will be thinking "Not again this question", as I found like a hundred results when I searched for it. But when I put in the code as described on the pages here, it just minimizes to right ...
1
vote
1answer
870 views

Constraints fmincon MATLAB

I am trying to use fmincon function in MATLAB to get values for 4 variables. I get a Warning: Local minimum possible. Constraints satisfied. fmincon stopped because the size of the current search ...
0
votes
1answer
175 views

MaxFunEval option in fmincon

I am trying to implement the fmincon function in MATLAB. I am getting a warning with an algorithm change to evaluate my function (warning shown at the end of post). I wanted to use fminsearch, but I ...
0
votes
1answer
147 views

Find the combination that minimizes a cost function

I am facing a problem and I would be grateful to anyone that could help. The problem is the following: Consider that we have a vector D = [D1;D2;D3;...;DN] and a set of time instances TI = ...
-2
votes
2answers
167 views

How to minimize iPhone App on button click action?

On button click I want my app to be minimize.. I try to use exit(),but apple reject application when exit is being used. What is the perfect solution for this?
0
votes
0answers
121 views

XNA Fullscreen -> minimizing -> going back -> crash

So, I am making 2D game in XNA. I was always developing it in windowed mode, but now I tried to do fullscreen. It works ok for most parts but the crucial part fails, and that is when I go out of game ...
1
vote
0answers
259 views

Python minimize function: passing additional arguments to constraint dictonary

I don't know how to pass additional arguments through the minimize function to the constraint dictionary. I can successfully pass additional arguments to the objective function. Documentation on ...
6
votes
2answers
125 views

Optimize a function of a function in r

I would like to minimize the mean squared error (the mse() in the hydroGOF Package might be used) between modeled and observed spreads. The function is defined as: KV_CDS <- function(Lambda, ...
0
votes
1answer
81 views

Selecting that pixel that minimizes the distance

Say I have the following two matrices: >> x = [1 4 3; 6 4 3; 6 9 3; 2 4 3; 5 4 0; 5 3 1; 6 4 7]; >> y = [0 0 1; 1 1 0; 1 1 0; 0 1 1; 0.2 0.8 0.54; 1 1 1; 0 0 0]; Where you can think of ...
0
votes
1answer
131 views

onResume() works only when app launched through launcher icon other than by pressing open button when installing

I am developing an android app with Min-TargetSDK=3 and TargetSDK=15. Previously also I have asked question related to my app not getting minimized to Recent Apps on home button press. Whenever I ...
0
votes
3answers
50 views

Variable list-name (optimize/minimize code)

Let's say I have the following code: private void btnArr1(object sender, EventArgs e) { wr("test string1","st1"); } private void btnArr2(object sender, EventArgs e) { wr("test ...
0
votes
1answer
92 views

Finding the pixel that minimizes the distance between two sets

I have a statement trying to implement but confused on how to do so. This is my issue: I have an image where I have set some pixels of interest (region of interest) to the value 1. So, we can say ...
3
votes
1answer
171 views

Minimize set of edges in a directed graph keeping connected components

Here is the full question: Assume we have a directed graph G = (V,E), we want to find a graph G' = (V,E') that has the following properties: G' has same connected components as G G' has same ...
1
vote
1answer
83 views

JFrame doesn't re-maximize after Minimization

I'm having trouble getting a custom JFrame to maximize itself correctly after being minimized. Here's the process I've gone through: I open the frame, maximize it (code below), minimize it, and ...
2
votes
1answer
99 views

Android: How do I bring the home launcher to front, but not previous activities?

Android: How do I minimize my activity and bring the home launcher to front, but not previous activities? I need this as i set a wallpaper from my app (which is not a live wallpaper, just a regular ...
0
votes
0answers
64 views

Why won't my WPF Window minimize with Windows key + M?

My window won't minimize with other windows no matter what I do!
0
votes
0answers
38 views

Python app won't maximise under OSX

I have a couple of wxpython apps. I'm distributing them as OSX apps using py2app. OSX has two options for how minimized apps are displayed in the Dock. These are controlled by the "minimize ...
0
votes
2answers
55 views

Minification folder and subfolders content

Can I minimized and is it useful when the UI is completely in Javascript (ExtJS) ? How can I minimized, a folder and all subfolders (both with .js files) ?
1
vote
3answers
1k views

minimize maximize the div ? javascript or jquery which works for all the div

i want to give minimize and maximize facility to my div..for that i have written following code in my jsp page <div id="widnow" style="width: auto;"> <div id="title_bar"> ...
0
votes
1answer
149 views

Right click when form is minimized to tray

I overridden the FormClosing event to minimize to system tray when clicked. Here is my code: private void OnFormClosing(object sender, FormClosingEventArgs e) { if (e.CloseReason == ...
1
vote
2answers
68 views

Single big cache-able CSS vs page-specific small CSS snippets

Right now my CSS files look like this: Then I have a php snippet that looks like this: <?php $Compress->folder(Configuration::get('Public').'/style/', '.css', ...
3
votes
1answer
146 views

programmatically minimize an application using c#

I have the following code snippet List<String> sensitiveApps = testConnection.SelectSensitive(); foreach (string sensitiveApp in sensitiveApps) { ...
3
votes
2answers
215 views

Scipy minimize fmin - problems with syntax

I have a function which takes several arguments (one array and two floats) and returns a scalar (float). Now I want to minimize this function by varying two of the arguments: the two floats. The array ...
0
votes
0answers
56 views

Minimize status box not working properly

StatusBox listens for a double-click event listener and minimizes it to 20x20. Double click once to minimize it and double click again to restore it's original dimensions. But when i double click ...
0
votes
2answers
111 views

Minimize on close

Shortly, I have this: private void Form1_FormClosing(object sender, FormClosingEventArgs e) { e.Cancel = true; this.WindowState = FormWindowState.Minimized; ...
0
votes
0answers
19 views

Minimize the number of maximal element in a sub array of an array A[1-10] (details bellow)

Main array 'A[]' size is very small maximum 20 integers like 5,3,5,6,6,8,9,20 etc.. 1. size of the sub array is K. 2. M is an integer M<=K condition - If we select any arbitrary sub array of K ...
1
vote
2answers
76 views

Some objects vanish when window is minimized in my XNA game

I'm building a game in XNA 4.0 and C# and am running into an issue when I try to make the game run fullscreen or when I minimize the window and bring it back. Basically, one of the objects in my game ...
1
vote
1answer
255 views

Minimize windows, application startup

Is there a way to minimize all windows automatically when launching an application? I tried to call a .vbs file with the content above: Set shell = wscript.CreateObject("Shell.Application") ...
0
votes
1answer
519 views

Eclipse e4 RCP minimize/maximize missing on view parts?

When creating an RCP application using Eclipse Juno (e4 platform), view parts do not provide the minimize/maximize toolbar actions. What is also missing is the double-click action on the view part ...
0
votes
1answer
107 views

Is there a way to hide the standard Facebook Chat Bar (without going offline)?

We're building a Facebook app that is basically a web integrated chat client on a canvas. However, every time a message is entered or received in the app, a corresponding chat window pop up or ...
2
votes
1answer
195 views

Edge crossing reduction in graph

I'd like to ask you if there are any algorithms how to minimize edge crossings in graph, for example if I have a transition matrix of the graph. I found methods like trying to place the nodes around ...

1 2 3 4 5