topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday November 13, 2025, 3:05 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 ... 177 178 179 180 181 [182] 183 184 185 186 187 ... 309next
4526
I don't know what's going on here. I tried recompiling and now it doesn't want to work on my system.  Try New Folder 2 from this page:

http://www.favessoft.com/hotkeys.html

It has the same Home Folder hotkey function.
4527
edit: Ok, I haven't had any other report like this. Let me work on it a bit and see if I can find anything. It could be privilege setting for an API call OpenProcess().  I'll get back to you.
4528
General Software Discussion / Home Folder 2.0 tirial
« Last post by MilesAhead on April 03, 2012, 03:53 PM »
This version uses a different technique. Please try it and let me know if it works on your system.

4529
General Software Discussion / Re: TicTac 1.7.0.0
« Last post by MilesAhead on April 02, 2012, 07:19 PM »
I would use TicClick now instead.

http://www.favessoft.com/hotkeys.html

It only uses one mouse hotkey and one key hotkey, instead of trying to make hotkeys out of all the number keys on the numeric keypad.  For example to move the active window press Shift-NumberPadMultiply.  A little gui pops up with a number pad. Now you can hit a number 1 - 9 on the number pad, or click the number with the mouse, to move the window. It's an extra step but it avoids having to assign all the number pad keys as global hotkeys. Some other program on your system has probably taken Win-Numpad-0 already.

Also it has an Edit IniFile command in the tray menu that allows you to change the hotkeys. When the editor pops up the .ini file has comments explaining modifier and main keys etc..

4530
It's general.
Over a pdf in a data disk also open the windows system folder
In my system in M: opens M:\Windows
and in second time open the windows folders without legends or without letters of the name of the folders included in the windows folder.
Best Regards
I have assumed that the home folder corresponds to the main folder
That is :
Folder c:\Datos\Subdata\Subfolder\p.pdf is
c:\datos
 :P

Home Folder is meant to open the folder where the executable program that owns the window lives. In other words, if I have EditPadLite.exe editor installed in "C:\Program Files\JGsoft\EditPadLite\" and I hit the hotkey with EditPadLite window active, it will open that folder.

Edit: what may be happening if your case, if the PDF viewer is really a printer driver, it may be installed in the Windows directory.

4531
Hello Miles.
I have been trying HomeFolder under windows xp pro sp3 spanish version.
When I try to shift+minus in the key pad I obtain the folder windows, not the home folder.
I have search the forum for the appropiate posting, but this is the best i found.
Can you help me ?
I don't know why I am obtaining the wrong folder.
Best Regards

P.D. I will revise the version because I tried with a downloaded 02.12.2010


Does this happen on all programs? For example if you click on Firefox or chrome and hit the hotkey, does it open Windows folder or the browser install folder? It should open the folder where the executable that owns the window is located. If this is an Explorer window then it would be the Windows folder.

Please give more details.
4532
It's not "one click" but you can toggle the Topmost attribute of most application windows using Topmost Toggle. Run it. It sits in the task tray. Control Right Click on the Notepad caption bar when it has the focus. (If it's not the active window just left click on it to make it active first.)

You can download here:
http://www.favessoft.com/hotkeys.html

4533
General Software Discussion / Re: OneKey 1.7.1.0
« Last post by MilesAhead on March 21, 2012, 09:55 PM »
OneKey 1.7.1.0 Added icons to tray menu items.
4534
General Software Discussion / Re: Quotidian Folders 1.3.0.0
« Last post by MilesAhead on March 21, 2012, 08:33 PM »
Quotidian Folders 1.3.0.0 Added Icons to Tray Menu. Minor code adjustments.

Download includes AHK_L source and custom icons if you wish to tweak it yourself.

Note that you need to use AutoHotkey_L for tray menu item icon support. The icons are also stored in the exe.  Any icons missing from the install folder will be generated on program run.


4535
Post New Requests Here / Re: [IDEA] Opening List of Links
« Last post by MilesAhead on March 21, 2012, 03:49 PM »
This is a MaxThon AddOn. It opens all links with one click according to the ad copy. If you are not familiar with MaxThon, it uses the IE engine. It could do anything IE did but with Tabs, ages ago. I used it for awhile some years ago. It's like FF in that there are tons of user written AddOns for it.

http://www.softpedia...k/Links-Opener.shtml

4536
General Software Discussion / Re: ReRun 2.3.0.2
« Last post by MilesAhead on March 19, 2012, 09:48 PM »
ReRun 2.3.0.2 Pressing F1 while PopUp Window is active displays About Dialog detailing commands.
4537
CHM Aggregator is the only freeware I've found that's close to what I'm looking for:

http://www.arstdesign.com/CHMaggregator/

The program has some problems though. The major problem is it seems to complete once out of 20 runs.  Too often it craps out before the compilation stage.  The other issue, when it does complete, since the language is set to French there's a CHM unicode/ansi code page issue that causes the displayed CHM aggregate file to have "HTML Help" as the main window title.  Window placement and resize info does not seem to be saved unless the window has the expected title. This forces a decompile, then creation of an HHP project just to set the window title.  Kind of takes the simplicity out of it.

Anyone know of another freeware that works on Windows Seven that will combine several CHM into one CHM file?  I don't want run time merge. I'd rather just conglomerate into a single output file.

It should automatically combine TOC, Index and full text search from the component CHM files. Another plus would be producing the Html Help Project HHP file so the default behavior could be modified.

4538
General Software Discussion / Re: ReRun 2.3.0.1
« Last post by MilesAhead on March 11, 2012, 09:13 PM »
ReRun 2.3.0.1 Added a row of buttons.  Minor bug fixes.
4539
General Software Discussion / Re: Lite version of C++
« Last post by MilesAhead on March 10, 2012, 04:04 PM »
Here's one good source:

http://www.thefreeco.../compilers/cpp.shtml

Now is probably not the time to get into "lite" c++ since the language has recently been expanded.  The days of Tiny C may be over. :)

You can produce Win32 API applications using Visual C++. I found it easiest to use a resource editor to drag and drop controls on a dialog form.

This article has a ResEdit tool plus a basic template for the window handling. Just add things to the switch statement when you add controls:

http://www.codeproje...dit.aspx?msg=3102372

edit: when you say "actually write the code" I assume you mean unmanaged stand-alone exe programs.  Well, stand-alone in the sense you can compile with the appropriate switches to avoid having to redistribute the library dlls.  Everything compiled in the exe. No .NET required. If I remember right the compiler switch is /MT for multi-threaded exe with no dll distribution required.

edit2: I agree you should also get the platform sdk.  There's an article on MS site someplace how to update to 7.1 sdk with 64 bit support. You can compile both native 32 bit and 64 bit apps just by changing the sdk in the IDE setttings, once you have all the defaults set up.
4540
@Miles - I don't want to get into a drawn out debate over the relative merits of one distro vs another.
For someone who doesn't want to argue you sure post a lot with multiple paragraphs. As soon as I saw a Linux thread I knew it would degenerate to be honest.  Still, like the guy hoping the football would not be pulled away this time, I tried to give the OP the benefit of my experience.

Linux that tries to be Windows will not work other than as a marketing ploy to generate disaffected users. I really see no point in going on with this thread. The OP will do whatever stikes his fancy.  Good luck on his trials.
4541
@Carol Haynes
In particular I really like Canon printers and they just don't do Linux

...

I suppose it is what comes of using generic/similar model emulator drivers.

That's one thing I found very frustrating also.  When scanners were still a new thing I suffered by having a model that was one step below the most popular. The module would never initialize properly since it was made for another model scanner of that brand. I had to initialize by booting Windows, then I could warm boot and use it in Linux.  Many distros keep a hardware compatibility list. It's a good idea to check it for the exact models of the hardware most important to you. That's what got me on Mandrake in the first place. I didn't install it just because it had some cachet. I had a Gateway system and the components were nearly identical to HP that Mandrake 9.0 was designed for.  Everything worked but the scanner. :)

Anyway, many people don't know there's a hardware compatibility list. They install and hope, then get disappointed.

edit: speaking of which, when distro threads pop up and people ask "what's the best Linux distro" I would usually answer "the best Linux distro is the one that supports all your hardware." It just makes everything tougher if you have to kludge hardware support. My general feeling is that passing Linux distros off as a "fake free Windows" does a disservice. It lulls the person trying it into thinking the front end is going to be pretty much what they are used to and the stuff under the covers can be ignored. Stuff trying to be what it isn't tends to break easier than stuff trying to be what it is.  If the OP has no desire to try a Mandrake type distro that's fine. In that case my only suggestion would be to get something where APT is designed in, not hacked on. It takes off a lot of the stress if you install a program and it at least comes up on the first go.  With APT most stuff works out of the box as the directories are there and you don't have to hack around patching things.  That was what drove me away from Redhat after using several releases.  Every rpg was just a bit different.  APT made life a lot easier.


4542
If I'm being honest, my big fear with Linux is the scripting.  I'm really not that interested in learning scripting because it's fun or it will help me grow as a person.  I want to get things done as easily as possible.  i think 40hz knows that about me, that's why he is recommending Mint.  I also don't think the issue is getting Linux to be like Windows in an aesthetic sense.  The idea is that Windows is easy because it has buttons and gui things that are easy to use.  Scripting is not easy.  Building kernals is not easy.  Clicking a button is easy.  Knowing which button to click is less easy, but still easy.

My goal for using Linux is to be able to do things more easily than if I stick to Windows.  If I can do the same in Windows more easily than in Linux, what's the point?  Again, I'm not doing this for the love of it.  I feel this notion always gets lost with those like me who ask for advice when transitioning to Linux.

And this doesn't mean I'm opposed to learning scripting.  But it's not something I want to do every day.  I'll put it this way: if I need to script to get things going in the beginning, that's fine.  But I don't want to script on a weekly basis.  After it's set up, I want buttons and GUIs.

You have buttons, guis, start menus. But the little applets don't always work.  When you click an applet and nothing happens, it's good to be able to find the script. Unless you can hire an IT guy to be the SysAdmin you should think of yourself as one.  Although Linux is a lot more bullet proof than in the old days, and much stuff works with point and click, it's not a no brainer. To think you are going to breeze in and everything will be Jake is self-delusion.  If you want no think point and click you should go Apple.  If you stop and consider all the little tools you buy and download, and all the tips you read, to keep Windows usable, you may realize you are maintaining it all the time. It's just you've swum in that stream so long you don't feel the water.  Linux will be alien.  The biggest transition will be text editors have a different paradigm.  To start you may want to find Windows editors that will run under Wine.  But it's better to use the Linux tools as they work best with that OS.

Linux is very powerful but there's nobody else to do the lifting.  To go in half-hearted, you may as well just use what you know.

edit: when I say you'll need some scripting I don't mean run out and learn a bunch of programming languages. I mean you may read some basics of bash scripting, which is most likely what will be set up on the system.  You can usually find example scripts to do certain tasks that have the generic stuff filled in. Or you just need to edit an environment variable that's set in one of the start up scripts.  If nothing else, you'll probably need to edit /etc/fstab at some point. It's just a text file with the layout of the disk partitions and file systems that are mounted under root '/' currently. It's not that difficult.

4543
@40hz The "attitude that holds Linux back" is not Linux that is Linux. It's Linux that tries to be Windows. It's like calling elevator music "Smooth Jazz" to make it seem fashionable. To compete with Windows for Windows users is futile. Linux needs to be something different. The Windows-alike distro, in my opinion, is for those who must use something Linux when they don't want to. Therefore the rest of the OS environment is kept as painless as possible. In such cases the user should try to run the needed app in a VM in Windows. If the user really wants Linux, he/she should be prepared to learn some scripting.  The more solid the distro the better. I've seen plenty of people crying on forums about broken Mint. I haven't seen anyone crying about broken Mandriva.


Unless I'm running a business on the Linux distro I have no need to buy support or have any interest in the status of the company.  The package tool is standardized. I don't think APT is going away.

My solution to "transitioning" is have a slow machine with Windows networked to a fast machine with Linux.  You will want to bail when frustrated with Linux because you already know how to do it in Windows. But, you will want to use the faster machine.  That will ameliorate the impulse to jump to the Windoze machine at the first glitch.

All these graphs, opinion polls and financial statements are a farce if you're not running a business on the distro and paying for support.  The only support you need is help from more experienced users and reading the books that tell you what you need to know. If you want easy stick with what you already know.

Edit: from the beginning I thought the effort to dumb down Linux was a mistake.  Not the effort to make a simple fool proof install and rock solid desktop. To expand the Linux market by dumbing it down is itself dumb. It won't work.  Apple already has that market covered. Click to use, don't get confused. If you just want to be a "user" Linux is really making life tough on yourself.


4544
The trouble with Linux discussion is as soon as a distro is mentioned then there are 400 conflicting suggestions.  Mandrake/Mandriva has been a consistent no hassle distro since 2002, if not eariler. At any rate that's when I looked at 9.0. 9.1 they pretty much got the bugs out. Boot, choose, reboot, use.  If someone wants an OS that is very "Windows like" they should run Windows. You can't get more Windows like than that. The point is that it's not Windows like. It's Linux like.
4545
Yeah Miles...you're waaaay ahead of me here.  I don't understand half the things you said, but I'm going to learn.  I need to start learning the Linux lingo.  If I understand correctly, you're saying Ubuntu is overrated and this mandriva is a good, easy install to introduce me to Linux.  So I'll give it a shot.

Right. There was a saying "if you learn another distro, you learn that distro. If you learn Slackware, you learn Linux."  I'm not a guru like some of the guys who helped me when I was struggling with Slackware. But it made you get down into the scripts that ran on startup. The installer got you to a command prompt with 6 virtual terminals. If you wanted X you had to copy the libraries on, configure all the settings, by hand.  It's not as draconian as that anymore. But Slackware still prides itself on being close to the metal.

The most important thing though, once you are up and running I think you'll find Mandriva very usable. I tried Redhat for awhile, but the rpg package tool was a struggle. Not so much that rpg was bad, it's more that default directories weren't set up as in APT. APT just works much nicer. If you installed a program it didn't take you 5 more days to get it to work unless it was some really complicated network stuff like a Samba server or something.  Also there has been a lot of homogenization since I was doing it. Now it's pretty much taken for granted the PC will have a PCI bus with some kind of Super VGA or later video etc..  Back when I was doing Slackware 3 sometimes it was a challenge just to get the mouse to work right.

Mandriva is a stable and well constructed distro. I think you'll be a bit ahead of the game if you start with it.

edit: btw in case there's any doubt.. the One CD is a freebie. Download burn and install. Things may have changed a bit since I was heavy into Linux in that back then most of the help was found on nntp newsgroups.  They may have emigrated to web forums.. but maybe not. A search brings up this page which seems a good starting point:

http://wiki.mandriva.com/en/Help

4546
Post New Requests Here / Re: IDEA: change cursor depending on program
« Last post by MilesAhead on February 28, 2012, 03:54 PM »
This looks simpler using AutoIt3. Although if the program that owns the window keeps changing it to what it wants, you may be out of luck:

http://www.autoitscr...ons/GUISetCursor.htm

also see the function WinGetHandle to get the handle of the Window that you want to override the cursor for.  You may be able to use "[Active]" (which is the window with the keyboard focus at the time you hit the hotkey) where GuiSetCursor asks for handle. You have to try it and see.


You can download AutoIt3 tools here:
http://www.autoitscript.com/site/


edit: Many of the AutoIt3 "Gui" functions work on regular windows if you just put the window handle.  Seems this one does not. At least I couldn't get it to work.  Some things depend on the innards of AutoIt3 Gui code.  There's no way to know for sure until you try it. :(


4547
The main alternative.  Do it the hard way and learn how the stuff works under the covers:  Slackware

Do it the easy way and boot to everything up and running: Mandriva One

Basically Mandriva is the descendant of Mandrake, which was before and better than Ubuntu, but only had buzz among developers.  I tried Mandriva One 10 awhile back just to see if it still had it. If you have broadband, boot one CD.  Set up your disk with Linux and swap partitions. Choose your packages, window manager and account passwords, reboot. It comes up to your account in the Window Manager with everything you chose installed. If what you picked in Package Manager isn't on the CD, it's downloaded right then.  It uses APT same as Debian and Ubuntu, but the whole install and package manager setup is done better. It's the smoothest OS install I've ever used, aside from maybe the old days of one Dos Diskette. Also Mandrake was known for optimized performance.  It installed Pentium kernel back in the day when most distros still put on a 386 kernel for fear of incompatibility. It was the distro for developers as the package manager had free programming languages by the dozen. Stuff you may not even know existed. In short, it kicks ass.


The Ubuntu guy must be a PR maven 'cause I don't see the reason for the buzz other than that Ubuntu uses APT package tool.  Empty fame.
4548
Finished Programs / Re: SOVLED: Checking .asc files with GUI
« Last post by MilesAhead on February 28, 2012, 02:36 PM »
Similar things have happened to me. I often point people in the right direction instead of hitting the solution dead on. I've been doing searches a long time. I guess hitting the oblique is second nature to me now. Nice that someone uses the result without chastising me for not getting it exact. I can't count how many times that has happened. "You should have pointed me here:" then they paste about 20 screens of copyrighted material into the forum. Heh heh

Glad you got it, whatever it is exactly. :)
4549
Living Room / Re: Firefox and LastPass problems
« Last post by MilesAhead on February 27, 2012, 08:52 PM »
You have the source so such mods should be easy. It works well for my purposes as I try to avoid desktop icons. Feel free to modify to your own preferences. :)

One reason I decided against the drop target approach is not all browsers let you drag from the addressbar to get a url shortcut. That's why if you look in the source there's 2 places it looks in the .url file for the url.  Probably IE based that's different but I don't remember.
4550
Living Room / Re: Firefox and LastPass problems
« Last post by MilesAhead on February 27, 2012, 05:53 PM »
Interesting - actually one of the workarounds that works (at least mostly) is to a have a single Homepage tab (preferably blank) and use a bookmark button to launch the home pages.

I don't really want to swap from LastPass - I like it a lot and it works for apps as well as webpages - which is really handy.

It's written in AHK_L. I added the source files to the zip and just uploaded. If you want to add features the easiest way may be to add buttons to the Gui.

I believe the currently supported browsers are Chromium based, Firefox, Opera, and MaxThon. I'm not sure if I killed off IE due to bugs where it insists on opening new pages in a new window even if set to open in a new tab. It's an IE issue in their bug list.

If Firefox doesn't work check the class name with a spy tool. A newer version may have a different window class name.  But that's only for hitting the hotkey on the active window. The default browser should work as long as it will open new pages in new tabs when run on the command line.
Pages: prev1 ... 177 178 179 180 181 [182] 183 184 185 186 187 ... 309next