Questions tagged [minimize]

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

In a graphical interface, to minimize is to replace one object with another, less obtrusive object that can restore the original when selected. The original object is often a window; the minimized form is often an iconic button located in a system dock, tray or task bar.

849 questions
0
votes
1 answer

Compiling / Combining Jquery files for performance boost

I have researched and did all sorts of optimizations to my jquery files. I compiled only codes that didn't return errors with http://closure-compiler.appspot.com/ so in that case, all the jquery libraries return at least 20 errors so I left them as…
Gadgetster
  • 473
  • 3
  • 12
  • 33
0
votes
1 answer

How to specifically minimized chosen code in html with notepad ++

I want to do is to minimized those specific lines in my html codes in my page in order for me to work without being confuse where to find that specific code. For example:
0
votes
1 answer

Minimize JS at runtime or generate static?

My question could be perceived opinion based, but I am more needing for advantages and incovenients of both way to minimize JS script in a django app. Is it better to minimize JS scripts at rendering time with python library such SlimIt or…
Below the Radar
  • 7,321
  • 11
  • 63
  • 142
0
votes
1 answer

How to call a function only after a SequentialTransition in JavaFX has been completed?

I want to minimize my JavaFX window, only after a small SequentialTransition has taken place on the whole Stage. However, whenever write a statement after the transition statement, it takes place along with the transition. The window is minimized,…
NovoBook
  • 103
  • 1
  • 7
0
votes
3 answers

Right margin lost when minimizing window

I can provide more specific code if necessary but this basic code should demonstrate my issue. Essentially my page looks great when the window is maximized (min-width + left + right margin). But when you minimize the window the right margin…
ooomphlaa
  • 77
  • 8
0
votes
0 answers

Minimize JFrame faster then screen capture program gets activated

I have program which I need to minimize when user presses ANY key. One more thing what needs to happen by pressing any key it to minimize program faster then some screen capture software captures it (suppose he activates only by keyboard). I did…
Aleksandar
  • 1,163
  • 22
  • 41
0
votes
0 answers

JavaScripts stops when viewing other tab (or minimized)

I have a moneycounter that shows the amount of money somebody makes per decisec. It works fine but when I switch to another tab or minimize the webpage, the the counting stops. When I come back on the page the counter just resumes. I have not found…
fumpr
  • 3
  • 3
0
votes
3 answers

jquery script not executing in Firefox

I'm using a script that minimizes my top menu when scrolling the page down. The script is working just fine in Chrome and Safari but in Firefox it won't minimize. Here's the page: http://smedjan.macework.se/boende/ Here's my script: $(function(){ …
0
votes
1 answer

Lotus Notes Dialog box with Minimize option

I have Lotus notes Dialog box.. Is there any option to give minimize option for dialog box? @DialogBox( form ; [AUTOHORZFIT] : [AUTOVERTFIT] : [NOCANCEL] : [NONEWFIELDS] : [NOFIELDUPDATE] : [READONLY] : [SIZETOTABLE] : [NOOKCANCEL] :…
jmanoj86
  • 7
  • 5
0
votes
1 answer

.NET/WinForms Custom Form Border with Minimize Animation

I know I've seen this asked before, but the answers have been inconclusive or unsatisfactory (from what I could see), so I'd like to pose my situation here. I'm creating a program that has a custom form border (i.e. Form Border Style = None with our…
0
votes
1 answer

Matlab fmincon sum of difference squared

I'm a beginner to matlab coding so any help would be appreciated. I'm trying to minimize difference of summation squared problem SUM((a-b)^2) for 2 variables. I've already coded it up in Excel's Solver like this: Goal= Sum[{i, 9}, ( Y[i]-…
Jon
  • 55
  • 6
0
votes
2 answers

Java custom tooltip for minimize button

I am creating a JFrame in the following way. JFrame f=new JFrame("Title"); f.setUndecorated(true); f.getRootPane().setWindowDecorationStyle(JRootPane.FRAME); However, I am trying to display a custom tooltip text for the JFrame (by…
Pratanu Mandal
  • 597
  • 8
  • 23
0
votes
1 answer

How to minimize current activity and resume previous one?

During research I found this code. public boolean onKeyDown(int keyCode, KeyEvent event) { if (keyCode == KeyEvent.KEYCODE_BACK && event.getRepeatCount() == 0) { this.moveTaskToBack(true); return…
Biraj Zalavadia
  • 28,348
  • 10
  • 61
  • 77
0
votes
0 answers

java swing minimizing and expanding a jPanel

This program is an experiment to make the jPanel move position and size then back again using swiping (touch screen). Here is a picture of a frame: before anything, after minimizing and then after maximizing. The first and third one should be…
Greg
  • 754
  • 9
  • 18
0
votes
1 answer

Application minimizes rarely to left bottom of desktop

I have a vb.net program that rarely minimize at the left bottom of desktop. Normally if i minimize by it minimizes to taskbar. But only sometimes it minimizes as shown below (You can see Shortcut_nvt program minimized at left bottom of desktop).…
Navaneet
  • 1,367
  • 1
  • 19
  • 44