Topics - Edvard [ switch to compact view ]

Pages: prev1 ... 53 54 55 56 57 [58]
286
Post New Requests Here / IDEA: Png Painter
« on: October 28, 2005, 12:44 PM »
Ok, let me explain. I am intending this for skinnable button images and etc. in Litestep and other skinnable thingummys, but it'd also work great for webpage graphics or graphic whatevers in general. The first problem is, I am on NT4 which can't handle png alpha channel natively, so I use an Autohotkey script to send a png and a background color to rpng.exe which paints a png on top of my intended background color with alpha-blend, Alt-PrintScreen to capture the window, and open in MSpaint or Ultimate Paint ('cause it handles png's and it's got a funky interface) to snip the graphic out and convert to png bmp or ico from there. Cumbersome to say the least.
Here's the Challenge: to shorten this process.
Sources and binaries for rpng are available at http://www.libpng.org/pub/png/book/sources.html
Hack the source or code your own which will do pretty much the same as rpng.exe But...
send output to file (png,bmp,jpg,etc.) or graphics editor (too many to list)
I've tried simply piping rpng.exe output to a file (rpng.exe > foo.bmp) but to no avail. rpng is intended only as an example thingamabob for coders and it appears they meant it.... Perhaps someone has an idea on how Autohotkey or some similar script prog can simply wait for the window to open and automagically cut out the contents of the window and save it rather than copying a picture of the entire window as Alt-PrintScreen does now.

287
General Software Discussion / Rebirth now free
« on: September 15, 2005, 11:43 AM »
For those of you who were (not sure if any one REALLY is now) into the techno/industrial scene a few years back, you probably had this or wanted it very badly. Since Propellerheads sold out, they've dropped ReBirth but since it still WORKS for what it was intended, here it is fo' free:
http://www.rebirthmuseum.com/

This is what I spent a lot of time trying to emulate with freeware trackers, samplers, wave editors, etc. 'back in the day'. I relive those heady days of yesteryear every now and again at http://www.soundtrackers.de. Archive of free/share ware music and audio apps from before a thousand coders started doing Zip apps :)

288
Living Room / Programming in general...
« on: August 11, 2005, 04:13 PM »
So, I was just wondering...
I assume most of the folks haunting this board are either curious about what 'programmers' do, have done a little here and there and some are real 'Coders'. So, on the topic of programming in general, where's the best starting-place for beginners? What's free and what costs a lot and what's the heck difference anyway? How does scripting differ from interpreted? What's high level vs. low? What are some folks' experience with say, Delphi vs. Java? And fer Peet's sake, what in a pig's eye is .NET?? We've all seen by now what can be done with a fairly full-featured scripting language, but whats below the surface that might make C++ or some other more in-depth tool any more rewarding? And why the snobbery? Is Assembly really all that hard?
I'm not really asking these for my own curiosity, just that the thread on scripting utilities started by zridling took on a tangent that just left me wondering at the fact that we have a bunch of capable coders hanging around with a bunch of curious potential acolytes waiting for the invitation through the blue scr... erm, door. Is there a website or forum on another board where these and related questions are answered and discussed, or can something be set up here at DonationCoder? (I have no idea how much forum bandwidth costs, and no use being redundant...) Just wondering...

289
Mini-Reviews by Members / PowerPro
« on: June 29, 2005, 04:00 PM »
Powerpro 4.3
http://powerpro.webeddie.com/
------------------
(from the website...)
PowerPro lets you take control of how you use Windows 95/98/NT/2000/XP. Run commands and configure your system any way you want.

PowerPro gives you a compact and powerful launch bar, menu, and tray icon facility. But this is just the start. With a little experimenting with its configuration, you'll find that you can use PowerPro to change the way you work with your system. The source of its power is the way PowerPro integrates three capabilities:

    * Running commands: Tool bars, tray icons, hot keys, mouse actions, menus, timer, scheduler.
    * Controlling other program's windows: Close, minimize, maximize, roll-up to caption, tray minimize, position.
    * Providing utility functions: Send keystrokes to programs, run commands when windows first open, virtual desktops, clipboard extender, keyboard macros, shutdown, show all folder files in a menu, sounds, wallpaper, and screensaver activation and randomization.

That said, I must say PowerPro is the most powerful tool I have ever installed on a Windows box. I am always finding new ways to make it do something useful. Firefox changed the way I surf, Xplorer2 changed the way I file, but Powerpro changed the way I work with, play with and use Windows. Freeware.
Since this is a mini-review, 'nuff said
-Edvard

<edit>
I forgot, since this is a review, I should include some caveats (not necessarily bugs)
*transparency functions and some plugins are 2K/XP only.
*because this little program does so much, the configuration gui is quite complex.
*some apps do not behave well when using virtual desktops (although this is true for most virtual desktop progs)
*some functions have unexpected side effects, as they override windows function for the same mouse-click/hotkey. For example:
--enabling "right click drag" is nice to be able to drag a window from any part of the window, but it overrides windows' context drag.
--configuring a menu to pop up on right-clicking the desktop (one of the nice things many alternative shells do...) overrides windows context menu on icons unless the icon is left-click selected first.
*the forum is a yahoo! group (that's not necessarily bad but I would prefer not...)


290
Unfinished Requests / IDEA: extra window functions
« on: June 27, 2005, 12:43 PM »
You know when you right click the button of a running task or the little titlebar icon and you get a dropdown that says Restore, Move, Size, etc? I want to add functions to that menu, specifically Move to Center (for those annoying times when I get a window half-off the *$%@#&% screen, and 'Move' doesn't %&$#@ work, BTW) but perhaps add calls to those third-party programs that do roll-up or vertical/horizontal maximize and other fancy window tricks. I realize that there probably is a prog that does this but I've not been able to find it.

Pages: prev1 ... 53 54 55 56 57 [58]
Go to full version