topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Saturday September 19, 2026, 6:06 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

Recent Posts

Pages: prev1 ... 1318 1319 1320 1321 1322 [1323] 1324 1325 1326 1327 1328 ... 1515next
33051
Find And Run Robot / Re: FARR version 2 - discuss the best way to handle 'actions'
« Last post by mouser on February 07, 2006, 04:42 AM »
great idea to use the wiki, yes that is exactly what i will do.
33052
Post New Requests Here / Re: Trigger on Mouse Hover
« Last post by mouser on February 07, 2006, 02:36 AM »
ethan has very generously provided the source code for Maomi in the release now - very very cool.
33053
Ethan submitted a coding snack that will do this - works very well!!! thanks Ethan!!

in fact, he has allowed us to make it available on the Coding Snacks page, with FULL SOURCE(!)
Download Dkmy (along with his other program Maomi) on the Coding Snacks page: https://www.donation...dingSnacks/index.php


Ethan you rock!   :Thmbsup: :Thmbsup: :Thmbsup: :Thmbsup: :Thmbsup: :Thmbsup:



ps.
Brad - thanks for that link, Actual Windows Manage looks quite useful, i may give that a try also.
33055
General Software Discussion / Re: Gmail Adds New Chats Feature
« Last post by mouser on February 07, 2006, 01:46 AM »
and it can save your chats too if you want for referring back to them later.. does seem like a clever idea.
33056
Post New Requests Here / Re: Farr's calculator
« Last post by mouser on February 07, 2006, 01:41 AM »
here's the precompiled runbox2.exe (which is the calculator exe fbsl program) for those who don't want to go through the online compiler.
33057
i think this can be done, let me look into it - seems like a good idea to me.
if you add an entry in the bugtracker (see button at top of page) it would help me out to keep me from forgetting.
33058
Clipboard Help+Spell / Re: not starting minimized
« Last post by mouser on February 07, 2006, 12:08 AM »
hmm..
so this is new behavior with this version? i really didn't change anything but it sounds like its not finding or saving its settings.  try this, change the settings as you want them (start with windows and start minimized), and then fully exit the program (i.e. choose exit from the tray menu).  then restart.  see if your settings are saved, if so, restart windows and see if it works now.  if settings arent saved, it could be directory persmissions.
33059
Living Room / Re: google to challenge paypal with a money service?
« Last post by mouser on February 07, 2006, 12:04 AM »
i'm a big fan of paypal but i'm curious to see what google has in mind.
33060
Developer's Corner / Re: How to embedd a flash PACMAN
« Last post by mouser on February 06, 2006, 05:59 PM »
cool.
33061
Living Room / Re: build your own shirt folding machine:
« Last post by mouser on February 06, 2006, 05:52 PM »
nice!
33062
Living Room / google to challenge paypal with a money service?
« Last post by mouser on February 06, 2006, 05:44 PM »
http://online.wsj.co...918924045565647.html


i spoke many months ago about a rumoured micropayment system from google..
i wonder if this is it.. if so you can bet that we will be trying it right away.  i dream of a day when its easy and safe for people to make micropayments to each other without much thought, i think it would imrove the world.

on the other hand i'm not as big a fan of google as many people.. it seems they eventually want to do everything and have a competing product or service to take over every existing thing on the planet..
33063
General Software Discussion / Exe/Dll Resource viewers and Editors
« Last post by mouser on February 06, 2006, 05:26 PM »
we have a discount on a very nice resource viewer/editor tool this month (Resource Tuner) and i thought this might be a nice opporunity to introduce people to the subject of resource viewers/editors.   can be a nice way to explore the insides of programs and their icons, dialogs, etc.

There are some good freeware tools for this as well, which are well worth trying:

TUTORIALS:

FREEWARE:

SHAREWARE:



DC Discount on Resource Tuner = https://www.donation...dex.php?topic=2343.0


anyone know any programs or sites they want to recommend?
33064
Post New Requests Here / Re: Farr's calculator
« Last post by mouser on February 06, 2006, 05:09 PM »
welcome to the site Gerome
33065
Post New Requests Here / Re: Farr's calculator
« Last post by mouser on February 06, 2006, 04:58 PM »
note the script also copies the result to the clipboard for easier pasting into another application.

and needless to say you need to change the filename and path to point to wherever you put your exe.

FSBL = Freestyle Basic Script Langage
it's free for personal use by the way.
33066
Post New Requests Here / Re: Farr's calculator
« Last post by mouser on February 06, 2006, 04:57 PM »
gerome, (one of?) the primary developer of FSBL (see end of https://www.donation...67.msg15008#msg15008) ,

has made a tiny little FSBL script for this with instructions on how to use the very cool online compiler to make a 100k exe of it.
i've tested it and it works like a charm!

here's the script:

$AppType GUI
Dim $cmd = Remove( command(-1), Chr(34) )
Dim $code = "Dim $result = " & cmd & ": Return result"
Dim $resulttext = $cmd & " = " & Execline(code)
Msgbox( Null, $resulttext ,"Result:", MB_OK )
ClipBoardSetText( $resulttext )


You can compile that into a small exe by pasting it into this page and hitting build (use left button):
http://gedd123.free..../studio/fbsl2exe.php

that will generate for you a 100k exe that I saved my compiled exe as runbox2.exe

which you can configure this way for farr:

runbox1.png


With results like this:
runbox2.png


nice!!!!
33067
Post New Requests Here / Re: Farr's calculator
« Last post by mouser on February 06, 2006, 03:08 PM »
dont know autohotkey enough to answer this, but thought i would add two things:
1) might be nice to have it copy the result to the clipboard.
2) an alternative alias if you want to specify an explicit command instead of trying to detect all math expressions would be just to have a regex expression of:  calc (.*)
im not saying you couldn't use a regex like you want that would let you just type any expression, just saying using a keyword like calc would free you from having to figure out the regular expression that covers all expressions.
33068
Find And Run Robot / Re: FARR version 2 - discuss the best way to handle 'actions'
« Last post by mouser on February 06, 2006, 02:52 PM »
I think that the matter that we need to discuss here, is more around the funcionalities that Farr will have, so as we can perfect the ui to use them.

i think this is a very good point.

let me try to work up a little document about the plans for farr2 (aka "Mercury Runner") keeping in mind nontroppo's idea of intrgrating it with launch bar functionality and my new configuration system.

i will try to have that ready by next monday (in 7 days).  hopefully that will lay out a good foundation for us to work with.  meanwhile people can try to think about the kinds of things they'd like to be able to type and have understood properly.
33069
Find And Run Robot / Re: FARR version 2 - discuss the best way to handle 'actions'
« Last post by mouser on February 06, 2006, 01:09 PM »
maybe the stack/queue and double editbox are really closer than we think.
i meant the stack/queue might really just be seen as the first action editbox.. then the ideas are almost identical.
33070
Find And Run Robot / Re: FARR version 2 - discuss the best way to handle 'actions'
« Last post by mouser on February 06, 2006, 01:08 PM »
i think the option to remove the ACTION box might be reasonable -
maybe even have an option to switch between double editbox mode, and single editbox stack/queue mode, if we can figure out the best way to do that.
33071
General Software Discussion / Re: Mobysaurus V2.4 Preview 2
« Last post by mouser on February 06, 2006, 01:07 PM »
this would be nice to be able to resize the window to any "reasonable" size.
33072
Find And Run Robot / Re: FARR version 2 - discuss the best way to handle 'actions'
« Last post by mouser on February 06, 2006, 12:43 PM »
jdmarch said:
Second, the visible presence of a default OPEN/LAUNCH/RUN verb, in the first entry field, provides a visual clue that other verbs are possible.

i find this reasoning very compelling, and it also attracts me to the idea of multiple edit fields.

imagine two edit boxes:

ACTION: [FIND_______]
OBJECT: [___________]

cursor could start in OBJECT field, where you could type the name of a file pattern and it would behave exactly as farr currently does.

but you could also hit up arrow to go to action field, where it would select/prehighlight the word FIND and you could just start typing another action, like "kill".  as soon as you enter the upper field, the results would switch to the actions list to select from.

after selecting an action, the tab or down arrow would take you back to OBJECT field.

we could also have the OBJECT field auto detect when you type an action and a space as your first word, and automatically fill it in on the ACTION field (while leaving it in the OBJECT line if deleting would be confusing).

the benefits of this approach would be
1. the 95% case requires no extra steps, you start the program and start typing to find an object to launch.
2. good visual feedback about how to change an action
3. very easy to change actions and select from a menu (just hit up arrow to go to ACTION field, then tab or down arrow to go back to OBJECT field)
4. pure commandline mode supported by autodetecting common actions typed in OBJECT field
5. obeys the rule of always specifying a verb first - which lets you do things like specify a verb of KILL and having the results list show a list of running processes that are searched when you are in the OBJECT field.
6. could have an option to start in the ACTION field for people who prefer that.


drawbacks:
1. you need two editboxes visible - annoying for people who prefer a streamlined tiny look.



however - it may be possible to use only edit box and a queue/stack like effect where we push the FIND action on the stack to start with but give user a way to backup over that - its the same idea but a different way of displaying it.  i think basically the effect is the same but it might be more streamlined, but significantly more confusing for new users.

well one more benefit of the queue/stack effect, which could be substantial, is that it allowsq queueing of a string of objects, not just one for each editbox.
hmm still something to chew on...
33073
Living Room / Re: serious winamp security risk
« Last post by mouser on February 06, 2006, 10:44 AM »
people need to be careful of this and upgrade, it is being exploited in the wild:
http://www.zdnetasia...4215,39310016,00.htm
33074
Find And Run Robot / Re: FARR version 2 - discuss the best way to handle 'actions'
« Last post by mouser on February 06, 2006, 10:02 AM »
right this makes sense - basically you are saying, if you type the name of a program already running, switch to it instead of launching a new copy.  ill add this or an option for this.

i could also add an option to use a special command called "switch" if people did not want this behavior by default.
33075
General Review Discussion / Re: Vote for what Review to do Next
« Last post by mouser on February 06, 2006, 09:50 AM »
carol, there is a new section on the board for this, along with it's own poll:
https://www.donation...dex.php?topic=1555.0
Pages: prev1 ... 1318 1319 1320 1321 1322 [1323] 1324 1325 1326 1327 1328 ... 1515next