topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Sunday April 28, 2024, 5:15 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - AbteriX [ switch to compact view ]

Pages: prev1 ... 38 39 40 41 42 [43] 44 45 46next
1051
General Software Discussion / Re: Macro programs - advice sought...
« on: August 23, 2005, 07:57 AM »
AutoHotKey www.AutoHotkey.com
PowerPro http://powerpro.webeddie.com/
MacroMaker http://members.ij.ne...thews/MacroMaker.htm
AceMacro www.hiteksoftware.com
Makro Tool  and RunCMD http://hintenaus.at
WindowsScript http://home1.gte.net...res0mbu5/windows.htm


===================
Joke of the day:

What do you instantly know about a well-dressed man?
His wife is good at picking out clothes.

1052
Finished Programs / Re: IDEA - Memory utilization
« on: August 23, 2005, 07:46 AM »
...
Requirements:
- Choose ONE executable to track
- Set an alarm so if the exe goes above a certain threshold a tooltip
or messagebox or tray balloon would pop up with userdefinable text (including the amount of memory)

I didn't tested this but,
iam imaging you could use
- Sysinternals ProcessExplorer (Column => CPU-History)
- AutoHotKeys ">PixelSearch<" (Searches a region of the screen for a pixel of the specified color(s).)
- IF "red color is found" => MsgBox

=======================
Joke of the day:
I'm not into working out. My philosophy: No pain. No pain.
Carol Leifer


1053
Unfinished Requests / Re: IDEA: Convert Archives to Folders
« on: August 23, 2005, 07:27 AM »
90% of the time I delete archives that I have just extracted.

Wouldn't it B easier 2 have an archive context menu option "Convert to Folder".  Efficient!

Thanx 4 looking.

Nice idea!
Did you use an archiving tool ( like seen here or here )
and ask this in there support forum, too ?

1054
Uupps, just stumble over this:

Pack #1   (776 kB)
Pack #2   (2.5 MB)

on Coding Snack Downloads
https://www.donation...dingSnacks/index.php

Sorry  ;)

1055
> this is a collection of skrommel's latest scripts

Thanks (for ISDN users, this pack #2 is about  2,5 MB)


> since pack#1

May i ask for an link to this pack # 1 ?

1056
Mouser's Zone / Re: Any new ideas for small utilities?
« on: August 20, 2005, 05:04 PM »
> Any new ideas for small utilities?

I had one.
I found no little nifty GUI utillity for to close an application
by name or handle at an given time.

I had to wrote an batch and use an other timer tool.
Maybe this is an idea, or have anyone such an tool?

I searched something like this:

------------------------------------------------------------------------------------
Project name [        INetRadio ]   [Save] [Load]
--------------------
Windows title (with regex )   [ INetRadio* ]  [list current titels...]

Program handle   [      ]   [list current handles...]
--------------------
( ) close only first occurrence
( ) close all match
--------------------
(x) Close in [ 45]   [Minutes] (Hour, days)

( ) Close at [21:59]   [Daily,Weekly, Monthly]

(or use a kind of cron syntax)
--------------------
Check if closed every [ 45]   [Minutes] (Hour, days)

[X] Kill after [ 3] Minutes if not closed
--------------------
( ) Execute this after schedule   [    shutdown.cmd]  [...]
------------------------------------------------------------------------------------

This is my batch
This work for me (on Win2000), maybe not for your environment !?
Be carefull.

If you want, copy and paste this code in an text file,
name it what you want with the extension .cmd (or .bat for Win98)
and use your Win Taskplaner to schedule this batch.

NOTE: we need pv.exe (PrcView command line utility) from Igor Nys, found at http://www.prcview.com/
Download and unpack PrcView.zip.
Copy pv.exe in an folder in the path, or in the folder of this batch.cmd

This batch could be used for all apps, that's why there are further infos in it.

Enjoy.

@echo off
:: stopScreamer.cmd
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
:: Little batch to close any application (Process) with an scheduler               June 2005 by Stefan
:: NOTE: we need pv.exe (PrcView command line utility) from Igor Nys, found at http://www.prcview.com/
:: Download and unpack PrcView.zip.
:: Copy pv.exe in an folder in the path, or in the folder of this batch.cmd
:: Then use Windows Taskplaner or your favorite cron utillity to schedule this batch
:: (to close the process on a time YOU want)
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

:: which process to close or kill ?
:: wrote the process name behind the equals sign '=' in the line below

set processname=screamer.exe

:: thats all you have to do, just save and than schedule this batch or start it per double click
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::



:: now it's my part from here, hands off !



:1: first we look if the process is there or not, to avoid error messages of the pv.exe
pv.exe %processname% >nul
if ERRORLEVEL 1 goto _ERROR_MESSAGE

::::::::::::::::::::::::::::::::::::::::

:2: than we try to close (end) the process
pv -close %processname%

::::::::::::::::::::::::::::::::::::::::

:3: now we wait 5 seconds (-n 5) to allow the process to terminate
ping 127.0.0.1 -n 5 >NUL

::::::::::::::::::::::::::::::::::::::::

:4: let's take a look if the process is not follow our advise and is still running
pv.exe %processname% >nul
::
:: if it not run, we go to an success message
if ERRORLEVEL 1 goto _OK_MESSAGE
::
:5: else we kill the process, no mercy! (Note: lost of current data may occur)
pv -kill %processname%
goto _END

::::::::::::::::::::::::::::::::::::::::

:_ERROR_MESSAGE
ECHO           !  !  !  A T T E N T I O N  !  !  !
ECHO We have no process found with the given name: %processname%.
ECHO That means %processname% is not running
ECHO or you have maybe an typo in this name, please check this, i give up.
goto _END

:_OK_MESSAGE
ECHO --------------------------------------------
ECHO Done. %processname% is not running anymore.
ECHO Bye.

:_END
set processname=
:: Note: delete PAUSE if you need no infos any more
PAUSE


-
iam dream about something like this:

1057
:huh: ?

> ...save your files (rename) as .tiff files.  then it will be able to retrieve objects so you can always edit them...

Iam thinking it's x-mas and i have birthday the same day (AND my girl friend visit me).
Unbelievable what this project goes for and what you could code!  It's fantastic, mouser  :)

1058
I'd like to suggest to move the selection in the SC main window with the 4 arrow keys.

Also i suggest to resize this selection with Ctrl+arrow-keys.


f.ex.
- i had a small selection in the main window and do something with them.
- than i want to move this selection horizontally but not vertical

First solution could be to hold down an key like CTRL to move only in one (the first) direction
Second solution could be to use the arrow -keys for that movement.
( EXTRA: Holding down SHIFT-key while move with arrow-keys
could increase the speed of movement. )


CTRL+arrow for resize i would use for a kind of "fine tunig" the selection


Just thoughts  :)

1059
Screenshot Captor / Re: Coming soon.. Arrows, callouts, textboxes
« on: August 20, 2005, 02:21 PM »
I posted 4 new post above for how the lines and arrows things could be implemented.

Ready for discussion, whats pro and whats contra :)

Off the top i suggest vector pics
for to resize and rotade them.
So we need only one arrow-sign pro arrow-kind
and not 4 different directions pro kind
 like seen in handysnap above.

Also we should be able to move the pics a while around to find the right place. (that was already told)

1060
Screenshot Captor / Re: Coming soon.. Arrows, callouts, textboxes
« on: August 20, 2005, 02:18 PM »
Here are some examples for to insert stamps/other pictures

Maybe we could store any picture in the 'Stamps folder'
to insert as stamp ???

e.g.
we could crop an menu, save this in the stamp folder
and reimport this menu-pic as stamp to make a little collage ?  :)

This is the way handysnap do that:
Handysnap has an folder too for such pics and show this in the follow pop-up window


1061
Screenshot Captor / Re: Coming soon.. Arrows, callouts, textboxes
« on: August 20, 2005, 02:13 PM »
Here are some examples for to insert free hand drawing

This is the way handysnap do that:

- select brush color
- select brush  thickness

(not seen by handysnap)
- select brush translucenty
- holt CTRL-key to draw in 0°, 15°, 30°, 45° and 90° degrees

See this pics f.ex:


1062
Screenshot Captor / Re: Coming soon.. Arrows, callouts, textboxes
« on: August 20, 2005, 02:06 PM »
Here are some examples for to insert lines and arrows

This is the way handysnap do that:

- select line/arrow color
- select line/arrow thickness
- select line/arrow translucenty
- check [ ] Arrow to get an arrow instead of an simple line

See the different arrows in this pics f.ex:


1063
Screenshot Captor / Re: Coming soon.. Arrows, callouts, textboxes
« on: August 20, 2005, 02:01 PM »
Here are some examples for to insert rectangles and ovals:

This is the way handsnap do that:

- select rectangle or circle
- select border color or none border
- select fill color or none fill
- select border thickness
- select translucenty (i suggest to split into "translucenty" for fill only and optional border too)


See readme.txt and unis000.txt
in the pic for what we could get:

1064
General Software Discussion / Re: Useful Windows 'inventory' tool
« on: August 20, 2005, 11:43 AM »
Just FYI


1065
...
...except for worrying about it getting in the way.
The one from MWSnap and e.g. GrabCaptureScreen jumps out of the way from the cursor.

though i encourage people strongly to just hit prtscr to capture entire screen,
and then select and crop from there - no point to be so precise when doing initial capture, thats my view :)
Ah, yes right, you say it already.
It's an habit  :)

1066
Screenshot Captor / Feature req: disable hot keys
« on: August 20, 2005, 10:38 AM »
For some reason one would have trouble with hot keys
and want to be able to disable all SC hotkeys from TNA-menu
for not to exit SC.

I suggest an TNA-menu item "Disable Hotkeys"

1067
Since you stil collect ideas i allow me to bring MWSnap to your attention:

MWSnap was my favorite from manys bevor i saw SC.
It's freeware too but use the registry.


MWSnap has some good ideas belong to capture regions:

- Zoom preview the area under the cursor (toggle on/off with F6)
- toggle region-selection-edge (top left/down right) with space-key (nifty)
- resize the region area
- fine tune resize with arrow-keys
- cancel with ESC (i know you plan the same  :) )

http://www.mirekw.com/

1068
Screenshot Captor / Re: Latest Version Thread - 1.02.02
« on: August 20, 2005, 10:15 AM »
yep, escape cancel needs to be made to work too.

basically here is what i hope to do:

1) capturing of windows objects + windows should be made not to trigger on left click of mouse.
2) instead they should draw a little border around the current object to be captured as you move your mouse so you can see what you are going to capture.
3) then when you are happy with the selection (and you should be able to select a menu too)
So we could stil use the left mouse
or ALT+key to open menus
or we are able to select the window we want from the tray first.
4) you hit ctrl+left click of mouse, and it captures
Or ENTER-key
5) or escape to cancel.

sound good?
YES  :)

1069
General Software Discussion / Re: Useful Windows 'inventory' tool
« on: August 20, 2005, 08:53 AM »
I used "Total Uninstall 2.34" free from http://www.geocities.com/ggmartau/
I know
- Total Uninstall 2.35 shareware from http://www.martau.com/
- InstallWatch Pro 2.5
- InstallSpy 2.0 free from http://www.mjleaver.com/
- InCtrl5 from pcmag


also Regshot FREE from http://the7thlab.mybesthost.com/
and RegSnap Share from http://lastbit.com/regsnap/default.asp
may belong to this theme ?

1070
Screenshot Captor / Re: Latest Version Thread - 1.02.02
« on: August 20, 2005, 08:30 AM »
The capture key assignments don't match their functions in this version.

In reality ...

C+S+PrintScreen - captures fixed region
C+A+PrintScreen - captures Windows Object

but this is not what the Capture menu says ;)

Yes i agree.

And also i can't cancel "an capture request" with the ESC key.

- start e.g. capture fixed region
- change your mind and want to cancel this capture
- pressing ESC-key doeas nothing.

.

1071
Screenshot Captor / Re: Next additions ...
« on: August 20, 2005, 07:32 AM »
At the mo you can grab individual objects from screen.
SnagIT can caputure whole windows by autoscrolling the window,
could that be added to ScreenCapture?
Iam afraid to ask this  :)
I think that's a lot of work for mouser
but would be handy of course for us.

Also is it possible to capture just a menu ?
Would be handy too.
At the moment the only way I can capture menus
is by using the timer mode and doing a whole screen capture: but I may be missing something.
Open the menu and press PrtScr  :)
Than crop the menu.

Finally how about making the timer delay user configurable (in Preferences).
You mean something like in "Edit | Preferences | General Settings" on the right side ?

1072
Screenshot Captor / Re: Latest Version Thread - 1.02.02
« on: August 20, 2005, 07:20 AM »
personally i think they are kind of useless - for all such things you are better off configuring an external editor
NO No NO!
Not all people have installed even an freeware editor
and want to handle this extra program.
( aah, btw, do you all know about  Photofiltre.com ??? It's good for an link in the help too)

Don't take us as "role model", we are experienced, the most
have ony one kind of Windows and MS Office, not many more.

And second there are a many how could use your app
in an company environment without admin rights
so all this basic features in one non-install
and non-registry used application is such great !

Many thanks, mouser  :up:



but i thought i would add it anyway
since its a built in part of the image processing component.

Yes, and the language is country dependent, mine is in german  :)
Are this component somewhere documented, e.g. regarding to the "own filter" ?
Or what's  the name of this component so i could google for that.

1073
Screenshot Captor / Re: Latest Version Thread - 1.02.02
« on: August 19, 2005, 09:03 PM »
Yes of course, only so BTW:
> added color modification effects dialog to SpecialEffects menu
That's fantastic, and works even with selections, many thanks  :)


1074
> so maybe too much moving around and saving copies in dif. places
>  should not be encouraged, just for simplicity.

Yes i agree.
- one main save folder as set in preferences
- the possibility to move one or a group of pics
- and the advanced path\file -name feature
is enought

People how used this or move pics
should remember on there own where they save/move
as in all other apps too.

1075
> maybe it would be useful to let user navigate to those folders as well

just thoughts


File menu
-------------------------
New...                                     (create new canvas)
Open...
Open last used folder                (no matter last save or move)
Open Favorites Folders >            (maybe allow only ten fav folders ? for better handling ? )
Save
Save as...
Save as in Favorites Folder >
Move to...
Move to Favorite Folder>

Pages: prev1 ... 38 39 40 41 42 [43] 44 45 46next