0
votes
1answer
32 views
What jQuery plugin will do this Wordpress-like effect?
I'm wondering if anyone knows what jQuery plugin can do the effects WordPress has for its heading boxes. That is, when you first login you have boxes like "Right Now", "Quick Press …
2
votes
3answers
572 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 ic …
0
votes
2answers
11 views
Serve a minimise prototype.js file with Google AJAX Libraries API?
Is Google AJAX Libraries API offering a way to serve framework file in minimize way?
0
votes
1answer
71 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, JavScript a …
0
votes
2answers
189 views
Prevent WPF Window From Minimizing (Winkey + D, mostly)
Hi
I have a window which is supposed to act like a Windows Vista(+) gadget; its supposed to stay on the desktop, not to appear on taskbar and the alt+tab menu, but most importantl …
0
votes
2answers
240 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 th …
0
votes
1answer
40 views
After minimizing app, on restore, windows pursues mouse pointer
Hi!
I have an application in WPF C# where other than the purpose of what it's done, I customized the close and minimize buttons. The problem is that when I minimize, all is good, …
0
votes
3answers
118 views
Python HTML Minimizer
I have a cherrypy web server that uses larges amounts of HTML data. Is there anyway in Python to minimize the HTML so that all comments, spaces, ext, are removed?
0
votes
2answers
62 views
Minimizing a function dealing with seconds and minutes.
Can I shorten this function?
$mins = $secs - time('u');
function minutes($seconds){
return sprintf( "%2.2dm %2.2ds", floor($seconds/60),$seconds%60);}
$mins_left = minutes($mins); …
0
votes
1answer
220 views
Vista live thumbnail issue with SetWindowRgn
I know I am probably missing something, but I can't seem to get windows to show the live thumbnail preview correctly when using a window that has a region. When hitting the minimi …
1
vote
2answers
79 views
How to Minimize Child Dialog to task bar.
MFC Dialog Application:
From Parent Dialog, launched the Child Dialog. In the child dialog property "Minimize" button is checked. If click the "Minimize" button the child dialog m …
3
votes
2answers
317 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 …
0
votes
5answers
97 views
Packing and minimizing HTML and CSS
What're the best practices for CSS/HTML minimizing? I'm looking for server side tools to fasten the interaction with the browser.
3
votes
3answers
257 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 …
0
votes
2answers
69 views
wpf minimize the width of a ToggleButton
Does anyone know a good way to minimize the width of a ToggleButton to only the width of the content plus padding? I've found 500 posts on how to make it stretch, but none for kee …
