topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Friday April 26, 2024, 10:03 am
  • 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 - kalos [ switch to compact view ]

Pages: prev1 ... 67 68 69 70 71 [72] 73next
1776
General Software Discussion / Re: browse text files
« on: September 12, 2007, 09:41 AM »
yes, this is what i mean

anytime, thanks !

1777
General Software Discussion / Re: browse text files
« on: September 12, 2007, 08:57 AM »
thanks

can you add the feature to select multiple files with ctrl/shift ?

1778
Post New Requests Here / Re: change cursor appearance
« on: September 11, 2007, 12:44 PM »
yeap, I know, but it doesnt work...

1779
General Software Discussion / Re: browse text files
« on: September 11, 2007, 09:47 AM »
I loved that your program is the only that when you delete a file, it focuses the next in the left list!

ofcourse there could be improvements, eg scan subfolders, select multiple files, etc

but it doesnt perfectly what I need so far

:)

1780
hello

how can I delete all the text files that have less than 3 lines inside a folder?

thanks

1781
Post New Requests Here / change cursor appearance
« on: September 11, 2007, 05:27 AM »
hello

can you tell me please if I can change the appearance of I-Beam cursor when it is over a specific control/program?

and what are the available appearances

I want to do this because I-Beam hides characters when I type sometimes..

thanks

1782
Finished Programs / Re: DONE: Automatic Copy when highlighted
« on: September 11, 2007, 03:28 AM »
:)

1783
General Software Discussion / Re: browse text files
« on: September 11, 2007, 03:20 AM »
mr TPReal you made my day, big thanks, its exactly what I need

by the way, how you found this? is it yours?

1784
yes, I want x-rates graph on my desktop, but x-rates doesnt update it frequently, the values are old sometimes!

1785
good morning

can I have a realtime graph for USD-EURO convertion on my desktop?

thanks!

1786
I try to download cropper plugin but they are missing

http://www.codeplex.com/cropperplugins

1787
Screenshot Captor / Re: FTP Uploader
« on: September 06, 2007, 09:21 AM »
I still get not found....  :tellme:

1788
Screenshot Captor / Re: FTP Uploader
« on: September 06, 2007, 07:01 AM »
the file is missing, can anyone reupload it please

thanks

1789
can you tell me please any apart from imageshack?

1790
thanks

however I didnt manage to capture a rectangular selection and not the whole screen

do I miss something?

1791
hello

best software that can screen capture only a frame of the screen and upload it to a free image host with as less clicks as possible?

thanks

1792
General Software Discussion / Re: web mail client
« on: September 04, 2007, 07:22 AM »
you are wrong

1793
General Software Discussion / Re: web mail client
« on: September 04, 2007, 04:45 AM »
there is no free POP3 access to yahoo web mail

1794
General Software Discussion / Re: web mail client
« on: September 04, 2007, 04:17 AM »
none of these works with yahoo web mail

what interface is this? IMAP? (for sure not POP3...)

1795
General Software Discussion / web mail client
« on: September 04, 2007, 01:28 AM »
hello

can you tell me please an e-mail client that supports web mail, such as yahoo, gmail and hotmail?

I have tested pocomail, dreammail, foxmail, eprompter but none has either good features or its stable and reliable

do you have something else in mind?

the best were eprompter and poppeeper (they only that got the number of emails in my inbox correct) but they lack a feature to search in the body of emails

thanks!

1796
why I dont receive reply email notifications?

1797
Finished Programs / Re: DONE: Automatic Copy when highlighted
« on: September 01, 2007, 02:45 AM »
hello

skrommel thank you very much for this marvelous script!

some suggestions:

the script's intention is to autocopy selected text to clipboard, in other words to enable us to copy/paste without using keyboard

what should trigger it (all the ways to select text):
1) Left Mouse Button Drag to select characters
2) Double, triple etc Click (to select one word, one sentence or line, one paragraph, etc)
3) double click to select a word and the drag to select more words
4) ctrl+a to select all text
5) select by single clicking on the "line numbers" area (a feature in most text editors and word processors)

where it should store the data:
it should NOT store the selected text into the default winxp clipboard, but in an internal variable of the program, so that we wont loose the data of the default winxp clipboard
the default winxp clipboard that contains the data that is copied by the default ways (ctrl+c, copy shortcuts etc) must NOT be altered
it should manage each selection of text in a indentical memory slot (slot 1,2,3,etc)

how it should paste the data:
it should have an easy way to paste the text
this must NOT be ctrl+v or any of the default paste ways, but it must be an identical paste way (eg ctrl+1,2,3 for each memory slot), because these default paste ways must work ONLY with the default clipboard (and as I said before the default clipboard must NOT be altered)
then, we should determine an easy way to paste the text of the memory slot we need

we should be albe to customize:
the delay after copy occurs (there is a delay after finishing of selection and before the tooltip appears)
the display of words, letters, etc is useless imo, the actual text should be displayed in the tooltip/trayballoon
we also would like to customize the time and place that the tooltip/trayballoon appears

questions:
how do you make it not to interfere in ALL double clicks, but only in the SPECIFIC double clicks that occur over (editable or not) text? eg script should detect if the control we have the mouse on has editable or copiable text and then work, existence or carets or IBeams, existence and focus of forms, etc
what is the event that signals the end or selecting procedure and then triggers the copy of the selection? eg the release or the button after dragging? what about double clicks? how are distinguished from double clicks with no intention to select text?

to prevent adding text to a clipboard slot that we dont have the intention to add:
when we select text and then we click PASTE (while having selected text), in 100% of the cases we want to replace the selected text with the clipboard content
so in that occasion:
1) either the script should not store the selected text into a clipboard slot
the script should recognize if after the selection we click "paste"
then it should delete the previously saved slot (that contains the text we want to replace) or simply somehow (?) not adding it

2) or the script should store it in the clipboard slot #2 (not the first one that is the first in line) so that it wont interfere much to the clipboard slots hierarchy

3) or the script should paste the just previously saved text and not the currently selected text (the text we want to replace), when we have some text currently selected on the focused edit control (if no text is selected when we hit PASTE, it should just paste the text of clipboard slot #1)

this, imo, will prevent 90% of the circumstances that we add to the clipboard unwanted text
other occasions are, either when we select text accidentaly, or for any other reason apart from the reason that we want to store it in a clipboard slot, for example, when we highlight the text in order to make it more visible, by increasing its contrast with the background
in these cases, I cant find any other feature to prevent unwanted clipboard entries, atm
I should use the script more to be able to identify other occasions that unwanted text has been added to clipboard and how to prevent it, but for now, I think the 90% of these occasions is when we replace text by selecting it and pasting the clipboard text

one solution would be to must drag or middle click the selected text in order to add it to the clipboard, however I dont know if it can be implemented, but it would be nice, since it will preserve the only-mouse usage of the script without making it loose much of its ease

to have an easy way to choose and paste the text of each clipboard slot we need each time:

one solution would be a drop down menu (below the cursor) to select the entries we need
another imo very handy solution, would be clicking multiple times the PASTE hotkey to cycle/toggle through clipboard entries

eg, clicking CTRL+h should paste the text of clipboard slot #1, then having clicked the CTRL and clicking one more time the 'h' should replace the previously pasted text with the text of clipboard slot #2 and so on

in case we want to paste the text of clipboard slot #1 many times, we must have to release the CTRL button and then click again the hotkey CTRL+h
in case we want to paste the text of clipboard slot that we pasted last (and that its not #1), we will do it more easily if, when by having CTRL clicked, we cycle through clipboard slots and we find the one that we need and paste it, this slot should become #1 (the last usage of a specific slot should make it #1)

all the above solutions could work together and create a powerful copy/paste script that will save numerous clicks and time

PS: instead of using a hotkey to paste (CTRL+h or CTRL+v or whatever) if the scripts pastes by rightclicking or middle clicking it would be much more handy imo (and with these clicks it should cycle through clipboard slots as well)
the mouse clicks should work when an edit control is focused and when there a blinking caret exists

please refer to this post as well

thanks!

1798
General Software Discussion / powerful search for files program
« on: August 31, 2007, 09:55 PM »
hello

I want to search for files that dont contain in their filename these: 'string1 OR string2 OR string3 etc'

is there any program that can do this?

thanks

1799
General Software Discussion / Re: browse text files
« on: August 31, 2007, 03:49 AM »
as for the irfanview you can see the above post of their forum

1800
General Software Discussion / Re: browse text files
« on: August 31, 2007, 03:48 AM »
TextView does what I said above for dopus, plus it doesnt let me view the file with single click, it needs double clicking (shrug)

Pages: prev1 ... 67 68 69 70 71 [72] 73next