topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Tuesday November 11, 2025, 7:16 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

Recent Posts

Pages: prev1 ... 168 169 170 171 172 [173] 174 175 176 177 178 ... 184next
4301
Finished Programs / Re: An "importer" for abbreviations into AHK
« Last post by jgpaiva on March 01, 2006, 11:50 AM »
BTW, this other script might intrest you: http://www.autohotke...viewtopic.php?t=2066
It's a hotstring manager, gui-like.
It is defined to look in a file named "HotString_Defs.ahk" for hotstrings, and then add them to a gui. When you press ctrl + alt + A, it opens a manager where you can delete hotstrings and add new hotstrings.
Looks good ;)
4302
Finished Programs / Re: An "importer" for abbreviations into AHK
« Last post by jgpaiva on March 01, 2006, 11:42 AM »
I hope i understood your post correctly. (I have a few problems with understanding English :()

If a person has duplicate short forms, the resulting Hotstrings file won't run until they are taken out or changed. 
Sorry, didn't get what you mean.

This is okay to share with other MTs?
No problem with sharing, please do. (But some publicity for DC would be nice ;) )

Wow, can't get over it.  Is it terribly much a whole 'nuther ballgame (difficulty-wise) to make them have tooltips, such that when you hit your short form keys (tpptth) you'd get a tooltip showing you the matching phrase?
Do you mean if you have this defined:
tpptth=the patient presented to the hospital
if you type tpptth, the hotstring would not be replaced but there would appear a tooltip?
or do you mean if you type tpp, the possible completions would appear?
The first one is easy to do. The second one, could be impossible (at least with my knowledge ;) )

Thank you, jgpaiva!
:D No problem, it's good to know i contribute to the community ;)
4303
Finished Programs / Re: An "importer" for abbreviations into AHK
« Last post by jgpaiva on March 01, 2006, 10:51 AM »
I think the following code should solve your problem.
I've tested it and it seems to be working :D
It only has one limitation.
The text to be replaced cannot end with a space, and the text to replace cannot start with a space, or you'll need to add that space to trigger the hotstring.
i.e. the text file accepts the following format:
hthym=hypothyroidism
tpptth=the patient presented to the hospital

Oh, and another thing: the hotstrings cannot have '=' in it ;)
These two issues can be solved if you really need them.
Here's the code:

#SingleInstance,Force
;filetoread contains the name of the file to read
filetoread=textfile.txt
;file to write contains the name of the file to write
filetowrite=hotstringsScript.ahk
;to add a trigger, put it after the '='.please notice that colons have to be added like this: `, 
trigger=

loop,Read,%filetoread%,
{
string=%A_LoopReadLine%
StringSplit,result,string,=,
replaceable:=result1
replaced:=result2
FileAppend,:o*:%trigger%%replaceable%::%replaced%`n,%filetowrite%
}
return

Only one doubt:
Do you want an executable or the ahk script?
4304
Sure, it's nice to have Cody back . . . but there's just one problem.
LOL... Poor Allen...
How will he come back now? Good thing he had a computer around to send us the postcard!
4305
General Software Discussion / Re: big freeware alternatives list
« Last post by jgpaiva on March 01, 2006, 09:51 AM »
I saw this other site referenced somewhere, can't remember where. But it looks nice, it has the listing and also is ordered.
4306
LaunchBar Commander / Re: Similar apps for collecting ideas thread
« Last post by jgpaiva on March 01, 2006, 09:48 AM »
Yet another launch bar for the list: RK Launcher.
Check mini-review here.
4307
Mini-Reviews by Members / Re: RK Launcher
« Last post by jgpaiva on March 01, 2006, 09:30 AM »
Thanks for this review, a good job.
Thanks!

It seems like the last couple days, everything is about the launchbars--True Launchbar, mouser released an alpha of his and now this . . . it's as if the forces of the Universe have come together to tell me to get a launchbar :)
Well.. With the "world debut" of launchbar commander, everybody went looking for alternatives, so, it's normal that someone would post a mini-review about one of them. ;)
I also got one: Mouser's. I like to play with it :D
4308
Mini-Reviews by Members / RK Launcher
« Last post by jgpaiva on March 01, 2006, 09:09 AM »
A friend of mine recently advised me to try this launch bar.
He's a big fan of it, and I'm going to try it out now, so, I figured I could show you what I'll discover while testing it.

OK, first of all, download.
There is no install, only decompress. That's a plus.
I have executed it, looks nice, but it's at the bottom of the screen, I'll right-click it and move it to the top from the right-click menu.
Screenshot - 06_03_01 , 12_54_52.png
It looks good!
Screenshot - 06_03_01 , 12_54_53.jpg
As my friend had told me, my minimized apps went to the bar![EDIT]And in the form of a screenshot of the active window! :D [/EDIT]
Screenshot - 06_03_01 , 12_56_19.jpg
OK, it doesn't like SC, I had to close it. But it's a beta, and my friend loves it, so i guess I'll give it another chance.
It looks like all those buttons come pre-configured with the windows equivalent for the mac app that is presented by the icon (for example, the second icon represents mac's safari web-browser, and when i click it, it opens internet explorer), but the tooltip of the icon is the name of the mac app, not the name of the windows app (a bit weird), and with the browser icon, it opens IE, not the predefined browser.
Now, i open the options menu.
It's quite filled with tabs, and it looks very customizable:
Screenshot - 06_03_01 , 13_15_09.png
(i now disabled the minimize to bar option, since it has issues with minimized to tray windows, like Farr and screenshot captor)
So, the settings menu.
On the first tab, there all options are self-explaing. Indicators are small triangles like you can see over the first icon on the second screenshot of this review, which inform you that program is running at the moment.
The button on the right corner of the "appearance" dialog informs us that there is the possibly of importing the backgrounds from another bar, yz dock.

Next Dialog is the normal position dialog. (also has options for multi monitor support, but at the moment i can't test it)

Next is the "Behaviour" dialog.
Here is where most of the intresting options of RK launcher reside:
Screenshot - 06_03_01 , 14_05_17.png
"automatically hide", "always on top", "never take focus", "start with windows" are self explanatory.
That leaves:

"Locked add/delete/drag" makes the items on the launcher locked, which means that i can't change their order, add new items nor delete existing items when that option is checked.

As this is a beta release, there is no help file, and i couldn't figure out what "use margin hotspot" is for.

Those three options with "save" are related to when should the bar configuration options be saved (notice there is no Apply button, everything changes in the bar as soon as i change the options in the settings dialog)

"Minimize to RK Launcher" turns on or off the feature i mentioned earlier (when one app is minimized to RK, it's taskbar button disappears)

"Show new applications" has an interesting effect. It makes all running processes appear on the bar:
Screenshot - 06_03_01 , 14_23_21.png
This includes applications running in the taskbar as well as running in the tray.
It can be used in a very similar way to the taskbar, though it can't minimize the windows as the right-click on a taskbar button can.

As you may not want the icon to appear on the bar, you can right-click it and you'll have access to the context menu on the executable, and some options relative to that icon's behaviour in RK Launcher (the last 2 sections).
Screenshot - 06_03_01 , 14_33_06.png

Back to the settings dialog, on the label tab, i can customize the colour, size, font, gradation, shadow colour, etc. of the tooltip that appears under the hovered icon.

The exclusions tab holds the settings for which apps should not appear in the bar (notice the last screenshot, and how rundll32.exe was there. if I'd clicked never show in dock, it wouldn't appear anymore and would be on this tab's list)

The performance tab has sliders to control the quality of the magnification of the icons, which directly affects the resource use of the bar.

In the right click menu on the bar, there are also two other interesting dialogs:
If i right-click a icon, and choose "Dock item properties", i get a dialog similar to this:
Screenshot - 06_03_01 , 14_43_18.png
Which contains various interesting options on how to display the icon and how to run the program associated with it.

The other mentioned dialog is the "Add Docklet" dialog, which allows me to add docklets (small widget-like icons) to the bar, either made for the StarDock's Object Dock or for yz dock:
Screenshot - 06_03_01 , 14_55_13.png

Final conclusions:
My opinion is that this bar has some potential, possibly to be one of the best among this kind of launch bars.
Still, it's beta, and there seem to be a lot of issues to solve (the erratic minimizing behaviour being the most important one).
For those passionate about mac looks, i think this is a must-have, but you'll have a hard time if you really really want that minimize feature.
As for the performance, it's quite fast, doesn't break when maximizing (yz dock sometimes does), but performance has it's draw-backs, and it uses more resources then yz (RK uses about 17mb of ram).
Although it is very interesting, and is a good eye-candy, it really has no features that make me personally "love it", so, I'll have to say to my friend that i won't use it. ;)
4309
Living Room / Re: CowAbduction.com - numbers of missing cows are on the rise!
« Last post by jgpaiva on March 01, 2006, 08:15 AM »
AhAhAh!
If i'd have cows, i'd be scared after checking that site!
I think the most eficient way to avoid the problem is surelly by disguising the cows with the green-grass suit.
 ;D ;D ;D
4310
Screenshot Captor / How to use the file naming function
« Last post by jgpaiva on March 01, 2006, 06:35 AM »
I am now using sc for one month, and found out that the new screenshots don't get at the end of the explorer listings.
This happens because of the way sc is supposed to make new filenames.
I'd like to set the file names to %year%-%month%-%day%, so as they get properlly organized in explorer.
The problem was that when i went to edit-preferences-templates, everything looked like it was already set to save the way I wanted it so save, but still it didn't.
Am I doing something wrong?

[edit]Ok, i found the problem, it has to do with the %customdate% variable. sorry, you can now delete this thread ;) [/edit]
4311
LaunchBar Commander / Re: testers post your first impressions here
« Last post by jgpaiva on March 01, 2006, 06:25 AM »
Ok, I'm officially the most bugging tester of launchbar commander.
Reporting another strange behaviour:
(one picture talks more than 100 words)
Screenshot - 01-03-2006 , 12_05_17.jpg
4312
Screenshot Captor / Screenshot Captor Bookmarking Feature
« Last post by jgpaiva on March 01, 2006, 05:50 AM »
This is not a feature, it's rather a possible use, i found yesterday.
While reading the manual of a software, i found that the windows help files don't have bookmarkings.
That's very anoying, if you close the help file and later want to continue reading it in the same page, you have to search through the whole tree for the place you stoped reading (if you can find it ;) ).
So, I found I could just take a fast screenshot and later see where I was reading. :D
4313
LaunchBar Commander / Re: early screenshots
« Last post by jgpaiva on March 01, 2006, 05:38 AM »
And how should i survive this days without mouser-bar after this teaser swf now ?
You can download the beta release here ;)
4314
LaunchBar Commander / Re: early screenshots
« Last post by jgpaiva on March 01, 2006, 04:05 AM »
Nice tsaint, the program still is a beta and you're already making swf's?  :Thmbsup: :Thmbsup:
It's a good one, sure doeshelp with the basic functions (which is about all launchbar has by now ;) )
4315
This was a good way to get to know Cody a litle bity more. Now we know he has multiple personalities. Sometimes he's unable to speak english, he has a Nasa astronaut certificate, he's a football lover, he plays chess (that's very good, for a bird!) and even that he is a SHE!!! :D
I loved to read other peoples submissions, and i'm very happy i won, there were some other very funny codycards!
Now, i hope cody will keep around for a while, Allen had a great deal of work going after him (her) throughout the galaxy! ;)
4316
General Software Discussion / Re: Extend your keyboard/mouse, software?
« Last post by jgpaiva on March 01, 2006, 03:41 AM »
But what's the problem with the sensitivity adjustings at the control pannel-> keyboard?
4317
LaunchBar Commander / Re: testers post your first impressions here
« Last post by jgpaiva on February 28, 2006, 06:53 PM »
Ok, found the problem.
Try setting the icon's size to "small", and you'll see my problem with setting icons side-by-side. ;)
(they get too much distanced in that mode, that's why it wasn't aligning them the right way)

It was the "all same width option". Problem solved. I can go to bed now. :D
4318
LaunchBar Commander / Re: testers post your first impressions here
« Last post by jgpaiva on February 28, 2006, 06:35 PM »
Last 2 for today (sorry for the bugging):
1 - There is some kind of limitation in the size of the window, it has a minimum width. That's bad for people with little "screen real-estate".
2 - the auto-hide could have the option to appear instantaneously.
In 2, i mean: can't the icons be side-by-side on the undocked mode like they appear when the bar is docked at the top of the screen.
(I'm loving LBC more and more.. :D )
4319
LaunchBar Commander / Re: testers post your first impressions here
« Last post by jgpaiva on February 28, 2006, 06:18 PM »
Yet a few more suggestions:
1 - While playing with the config dialog, I lost the dialog constantlly, because it doesn't have taskbar button. I think you did it on purpose, but it can get anoying.
2 - Is there any way to make the icons display on the horizontal instead of list-like?
4320
LaunchBar Commander / Re: testers post your first impressions here
« Last post by jgpaiva on February 28, 2006, 05:20 PM »
Oh, the resizing was my bad.
But i think that if there are buttons with captions, the bar should resize to fit the captions.
(also, having a "no captions" option on the bar's options could be in handy)
4321
LaunchBar Commander / Re: an idea for auto configuration
« Last post by jgpaiva on February 28, 2006, 03:37 PM »
I think that litestep also has a feature very similar to that, it's exetremelly useful.
That's the best way to provide a configuration which can allow the user to learn more.
Another possibility is having the app's first configuration to ask the user for the applications to use.
I.E., the first time the app runs, it asks you "is this your music player?" displaying the winamp's icon (or the other one found), and then, and below "if not, please browse HERE, or SKIP THIS STEP".
This is the way litestep does it.
I found it very useful, specially because some features can get hard to configure.
4322
LaunchBar Commander / Re: testers post your first impressions here
« Last post by jgpaiva on February 28, 2006, 03:31 PM »
Just downloaded it, I've played with it for about 2 minutes and I'm already surprised.
It's great, the "add by running process" option is just plain genious, and there are so many options that I had no way to see it all in so little time. Still, it has great potential!
My only comment is: how can I make the title bar disappear when the bar is not docked?
Without changing anything in the options, I get it looking like this:
Screenshot - 28-02-2006 , 21_28_01.jpg
Changing the main dock's properties to "no border", i get this:
Screenshot - 28-02-2006 , 21_28_18.jpg
Another thing is that when it's docked, the text on the captions disappear:
Screenshot - 28-02-2006 , 21_28_58.jpg
Anyways, LBC looks great, and by the options dialog (which is very,very powerful, btw), it looks like it'll even get better!
Well.. You got me using a launch bar again ;) (i stopped using my last one when I found farr ;) )
4323
As it'd be to expect, your opera is as close to perfect as a browser can get, nontroppo! ;)
I am now downloading that keyboard config, quite better then the one I made.
Thanks!
4324
What's the Best? / Re: supporting mods - all read in please
« Last post by jgpaiva on February 28, 2006, 07:14 AM »
Ok, i just got mine, I hope I did it the right way!  :Thmbsup:
(oops.. I made it in euros :( )
4325
LaunchBar Commander / Re: early screenshots
« Last post by jgpaiva on February 28, 2006, 07:00 AM »
OMG! That transparent background is just perfect, i love the way the menu appears!
I want it! :D
That beta seems to be popping at any moment, isn't it?
I sure hope so :D
Good work!  :Thmbsup: :Thmbsup: :Thmbsup:
Pages: prev1 ... 168 169 170 171 172 [173] 174 175 176 177 178 ... 184next