Tagged Questions
To minimize is to replace one object with another object that can restore the original when selected.
31
votes
17answers
3k views
What do you use to minimize and compress JavaScript libraries?
What do you use to minimize and compress JavaScript libraries?
26
votes
7answers
6k views
Best Way to automatically compress and minimize JavaScript files in an ASP.NET MVC app
So I have an ASP.NET MVC app that references a number of javascript files in various places (in the site master and additional references in several views as well).
I'd like to know if there is an ...
19
votes
5answers
6k views
JavaScript and CSS minimizer
I'm looking for a good and reliable JS and CSS minimizer. Preferably one that refactors my javascript variables to something more obscure and something it's easy to use.
Which ones do you use?
...
13
votes
3answers
9k views
(C#) How to detect when a windows form is being minimized
How to? I know that I can get the current state by WindowState, but I want to know if there's any event that will fire up when the user tries to minimize the form.
12
votes
8answers
2k views
12
votes
2answers
5k views
How do I put a Java app in the system tray?
I have a little control-panel, just a little application that I made. I would like to minimize/put the control-panel up/down with the systemicons, together with battery life, date, networks etc.
...
11
votes
5answers
4k views
PyQt4 Minimize to Tray
Is there a way to minimize to tray in PyQt4? I've already worked with the QSystemTrayIcon class, but now I would like to minimize or "hide" my app window, and show only the tray icon.
Has anybody ...
8
votes
2answers
874 views
Is there a javascript/css compressor plugin for visual studio?
I'm looking for a visual studio plugin with the following functionality:
On building the project or executing the tool, the plugin looks for all *.js and *.css files in your project and ...
7
votes
2answers
401 views
Does Firefox stop running JavaScript when minimized (longpolling)?
I have a longpoll running but when I open a new tab in Firefox, or minimize the browser the longpoll seems to time out!? However if I leave the tab selected, or make a new dedicated window with ...
7
votes
3answers
492 views
Delphi - Minimize & Restore frees up memory?
I have been a dabbling into delphi off and on for years and I have always wondered why does minimizing and restoring an application cause it to use less memory ?
As an example I am using delphi 7 and ...
7
votes
4answers
6k views
HTML online minimizer/compressor?
Does anyone know of a good online generator to take the source code of an HTML page and compress/minimize the entire page.
Meaning, compress/minimize all embedded CSS, JavaScript and obviously the ...
7
votes
2answers
1k views
Minimize Polygon Vertices
What is a good algorithm for reducing the number of vertices in a polygon without changing the way it looks very much?
Input: A polygon, represented as a list of points, with way too many verticies: ...
6
votes
2answers
3k views
Pocket PC/Windows Mobile: How to detect smart minimize
How do I detect when my Compact Framework application is being smart-minimized (smart minimize is what happens when the user clicks the "X" button in the top-right corner on a Pocket PC)?
The ...
5
votes
1answer
290 views
Need Cost Minimization Algorithm for USPS Flat Rate Boxes
I have a client who ships fluids in USPS flat rate boxes. If you are unfamiliar with USPS flat rate boxes, they are boxes of a certain volume that ship regardless of weight. Anything that fits in the ...
5
votes
6answers
924 views
Is it really a big improvement for a webpage to minimize HTML, PHP or CSS files or it doesn't make any big difference?
I saw this HTML minifier in Ajaxian and it made me wonder if its really a big improvement for webpage to minimize HTML, PHP or CSS files or it doesn't make any big difference? (assuming that they are ...
5
votes
8answers
7k views
How to disable the minimize button in C#?
In my application I need to temporarily gray out the minimize button of the main form. Any ideas how this can be achieved? I don't mind doing p/invokes to Win32 dlls.
Edit: Graying out the minimize ...
4
votes
2answers
373 views
minimize fullscreen Xlib OpenGL Window
I'm currently trying to enable alt-tabbing out of my fullscreen Xlib OpenGL window, but am having some difficulties. I've tried XUnmapWindow(..), which kindof works, but the resolution does not reset ...
4
votes
1answer
173 views
Can I get my minimized Java app to react to files being dropped on it (on Windows)?
Can I get my minimized Java app to react to files being dropped on it (on Windows) so that a user can drag files onto the icon on the toolbar and that will cause my application to reopen and process ...
4
votes
3answers
724 views
C# close to tray (like msn messenger)
I have a c# .net app. So I created a notifyIcon that sits in the tray. What I want to do is when the user hits the "x" button on the form, I want it to close to the tray. They should only be able to ...
4
votes
3answers
2k views
Disabling Minimize & Maximize On WinForm?
WinForms have those three boxes in the upper right hand corner that minimize, maximize, and close the form. What I want to be able to do is to remove the minimize and maximize, while keeping the ...
4
votes
5answers
2k views
Minimise a window in WPF?
How do you minimise a window programmatically when using windows wpf? I can seem to find a .resize attribute?
4
votes
3answers
1k views
Having the application minimize to the system tray when button is clicked?
How can I have my application minimize itself to the system tray in WindowsXP/Vista?
I'm also looking for a way to have a message display itself when the mouse is hovered on the icon. Is it possible ...
3
votes
1answer
164 views
Only show X and minimize button on wpf
I don't want the user to resize the window so this is why I did ResizeMode="NoResize". But then the minimize button also disappears and only the X button is visible. Is there a way to keep the button?
...
3
votes
1answer
225 views
programmatically minimize a JInternalFrame?
Is there any way to programmatically minimize a JInternalFrame?
3
votes
2answers
42 views
Android - App Minimization Handling
I don't believe it is called minimization, but basically when the user navigates away from my game, is there an easy way to pause it? The only thing I know of is bundles, IE restoreState(Bundle ...
3
votes
3answers
197 views
Fullscreen java app minimizes when screensaver turns on
I have an app that sets a fullscreen frame but seems to minimize when the screensaver turns on. I want this app to be the only application that the users of the touchscreen kiosks can use so this is a ...
3
votes
3answers
267 views
Override minimize of JFrame
I'm making a program with a logger. The logger has its own JFrame.
I'm trying to override the reaction from clicking on the minimize-button of that frame.
I would like the frame to either ...
3
votes
1answer
473 views
Using GetPixel() on Minimized Windows [closed]
Using c++ (NOT VISUAL!). I'm trying to collect image data from a window. It seems I cannot use the getpixel() function when the window is minimized. Is there any way to make it work even when ...
3
votes
2answers
2k views
How do I minimize all active forms in my application using VB.NET?
How do I minimize all active forms in my application with a single button click?
I have multiple forms visible at a time, and I want all my active forms to minimize when I click on a single button on ...
3
votes
3answers
450 views
Win32 C API for redirecting minimize animation
I have seen RocketDock redirect the minimize animation in Vista so windows minimize to the dock, and am just curious how this was done. Is the actual minimize animation redirected to the dock, or is ...
3
votes
2answers
329 views
How to minimize C++ function using boost?
so I have a function like
int f(int i, int j, int c, double d) {
/*...any operations with i, j, c, d affect on some return int we have*/
}
Is there any thing in boost or STD that would take my ...
3
votes
3answers
320 views
Delphi 6 - TApplicationEvents.OnMinimize is not triggered by “Show Desktop”
I have a Delphi 6 Pro application that does certain things when the application is minimized. I do my work in the OnMinimize() event that belongs to a TApplicationEvents component. It works great ...
3
votes
1answer
308 views
RegEx to minimize CSS
I have a strait forward aggregator/minimizer/cacher I've written in node.js. It works quite well now.
I am however wondering if there is any way to improve my minimizing regex calls. Some comments ...
3
votes
3answers
487 views
Algorithm to find minimum spanning tree when cost is given by multiplying edge weights
I was recently asked if I could find an algorithm to compute the minimum cost spanning tree of a given graph, where the total cost of the spanning tree is given by the product of the edge costs rather ...
3
votes
5answers
137 views
Swap if-statements
I am working on code minimization and enhancement. My question is: is it possible to swap the if statements above without destroying the logic of the code?
int c1 = Integer.parseInt(args[0]) ;
...
3
votes
3answers
875 views
How can I override the close button to minimize instead for a specific application?
I would like to override the close button to minimize an application instead.
Can I write such thing in C#? Or do I need to use C++?
How do I write this kind of hook? Do I need a process running or ...
3
votes
3answers
892 views
Painted content invisible while resizing in Java
Please note I haven't tested this on a Windows-machine only on a Mac-machine. I'm not so sure whether this also occurs on a Windows-machine...
When I resize my Java-application the content is ...
3
votes
4answers
591 views
detect all windows minimized from c# application
how to detect all windows(of other applications) minimized from c# application
3
votes
3answers
1k views
C# - Minimize to tray at system startup
In my application, I have an option to start the application when Windows is started. That works great. I also have it so that, when minimized, the application is minimized to the system tray. Is ...
3
votes
2answers
2k views
.NET (C#) Window Minimize Event
Hey, I'm really stuck with my project here... I need to know when any open window has been minimized / restored and Handle the event in my own App. Any ideas?
Edit:
Musigenesis is right, i do want to ...
3
votes
1answer
430 views
How do I detect when my window is minimized with wxPython?
I am writing a small wxPython utility.
I would like to use some event to detect when a user minimizes the application/window.
I have looked around but did not find an event like wx.EVT_MINIMIZE that ...
3
votes
5answers
5k views
Minimizing all open windows in C#
I saw this C++ code on a forum which minimizes all open windows
#define MIN_ALL 419
#define MIN_ALL_UNDO 416
int main(int argc, char* argv[])
{
HWND lHwnd = ...
3
votes
3answers
833 views
How to get the screenshot of a minimized application programmatically?
Howdy guys,
I'm trying to get the screenshot of a minimized application, any ideas of how to it under windows ? I'm using C#
tks in advance,
Jose
3
votes
4answers
3k views
Minimize a external application with Delphi
Is there a way to Minimize an external application that I don't have control over from with-in my Delphi application?
for example notepad.exe, except the application I want to minimize will only ever ...
2
votes
1answer
26 views
Minimize window with NoResize mode on
I have a WPF application, where Window property ResizeMode is set on NoResize. Hence maximize and minimize button is hidden.
Is there a way to add minimize button? Because I don't want to allow user ...
2
votes
0answers
39 views
Why isn't this modeless child JDialog minimized when parent JFrame is?
My understanding is that when a parent JFrame is minimized then its children also are minimized but in the following dirt-simple example it doesn't happen (i.e. the child dialog stays visible when the ...
2
votes
1answer
174 views
scaling/shifting experimental data vectors using Mathematica
I have some vectors of experimental data that I need to massage, for example:
{
{0, 61237, 131895, 194760, 249935},
{0, 61939, 133775, 197516, 251018},
{0, 60919, 131391, 194112, 231930},
{0, ...
2
votes
1answer
163 views
C# - Opening text file with notepad minimized?
It doesn't look like the Minimized style has an effect:
string logFilePath = @"c:\mylog.log";
ProcessStartInfo startInfo = new ProcessStartInfo(logFilePath) {WindowStyle = ...
2
votes
4answers
867 views
How to restore a minimized Window in code-behind?
This is somewhat of a mundane question but it seems to me there is no in-built method for it in WPF. There only seems to be the WindowState property which being an enum does not help since i cannot ...
2
votes
2answers
384 views
How could I detect when my application is minimized?
I have a program with an option to enable minimizing to the taskbar's notification area. In order for this to work, I need a reliable way of detecting when the user has minimized the application.
How ...