topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Monday April 29, 2024, 12:08 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 - lanux128 [ switch to compact view ]

Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 251next
201
Screenshot Captor / Re: Custom selection region
« on: June 22, 2014, 05:06 AM »
I have a few jpg's that I want to crop the same size region from each jpg.  Is there a way to input a size, for instance, 150x140?  I see there is a button to select predefined regions but it doesn't have a place to type in custom sizes.
Thank you for your time
-Waning_Gibbous (June 22, 2014, 04:36 AM)
hello and welcome,

you can add your own preset sizes by going to 'Preferences' > 'Advanced Tweaking' > 'My favorite preset sizes'. hope this is what you were looking for. :)

202
Magrunner: Dark Pulse, a futuristic action-puzzler with physics-based challenges, impressive graphics, and a twisted storyline taking a turn into the insane realm of lovecraftian mythos, is available for FREE on GOG.com, for the next 24 hours!

How to get it? It's simple: Just go to our front page and scroll down until you see a big banner saying: "Download Magrunner for FREE". Click it. You're done. A free copy of the game will be added to your account. It will take some time, as we'll need to process the queue. We'll e-mail you when the game shows up in your account.


http://www.gog.com/n...se_free_for_24_hours

203
DC Gamer Club / Re: Strike Vector 4-pack
« on: June 17, 2014, 10:46 PM »
i'm interested too..

205
a handy tool to have if you use gamepad/controllers when playing games on a PC.



http://pinnaclegameprofiler.com/purchase

206
Living Room / Re: Soccer World Cup 2014
« on: June 14, 2014, 09:47 PM »
for quick updates, just type 'fifa 2014' into google!

Spoiler
fifa 2014 - Google Search_2014-06-15_00001.png


207
SwiftKey is a well-known replacement keyboard for Android devices that was priced at $3.99 but the devs decided make it free. However to fund the app's development, they have added SwiftKey Store, with new themes available for purchase.



http://swiftkey.com/...ee-new-themes-emoji/
https://play.google....m.touchtype.swiftkey

208
DC Gamer Club / GOG announces DRM-Free game client: GOG Galaxy
« on: June 09, 2014, 04:30 AM »
GOG.com is coming up with a DRM-Free client called GOG Galaxy, which is completely optional and will be primarily be used for game updates and keeping touch with your friends.



http://www.gog.com/galaxy

209
@Bazsl: i see that "turn it off turn it on" has fixed the problem for you but it is also good to check if there is any anti-virus/anti-malware is blocking Screenshot Captor. some banking/financial apps by default block all screenshot tools.

210
Thanks for all your help. I have UAC switched off. I've never seen that tray balloon pop up, but then I only managed to execute the script twice so far, and after both instances things got messed up.

I'm starting to think that the problem may have to do with some conflict with my Apple keyboard remapping. For example, I get different behaviour with clipboard related shortcuts depending on the types of shortcut keys I use. Also, when I tried to set up a hotkey for the ArsClip macro and hit Command, which is mapped as Win, it showed up as Win+CTRL. So I suspect a lot more is happening when I press certain keys than I'm able to see.

since the script worked on tomos' PC, we can isolate the Apple keyboard and see how AHK recognises the key presses. right-click on a running script and select 'Open'. from the window that appears, go to View|Hotkey and their methods. now you can see how your hotkeys are registered. it should look like this then post it here.

http://img42.imageshack.us/img42/8509/p6wt.gif



Anyway, here is my keyboard remapping script, in case anyone might be able to spot the culprit in there:

i don't think there is anything wrong here.

211
I had a quick go, got an error message showing file paths with underscores added - but there is no change to focused files.
No change if I also run the Count_words script.
I see that these paths are also copied to the clipboard.
 (see attachment in previous post)
Win7 x64 / UAC on highest setting / AHK_L
@tomos: thanks for testing out. :-* don't worry, the changed text is only stored in clipboard. in any case, you can press Ctrl+v to paste the new contents.

212
@dr_andus: i cannot replicate the problem you face. i too run several AHK scripts (5 raw, 4 compiled) with a couple of clipboard extenders but the script i posted had no problems.

what happens if you copy-paste my script in to the Alt+W one? do you get a tray balloon like in the image below?

Spoiler
AutoHotkey_script_to_replace_spaces_in_file_names_with_underscores_2014_05_23_001.png



at this point, i suspect it has something to do with Win7's UAC which suppresses the script silently, instead of elevating the process.

i wonder if someone could try the script and post some feedback. @rjbull, do you fancy? :)

213
lanux128, many thanks for the script! I'm having a bit of trouble with it though. As I'm using an Apple keyboard, there isn't a Win key. So I changed WIN+D to ALT+V. After that I was able to have one successful instance, but after that it wouldn't do it, even when I reload the script.

This makes me wonder if some bits of this script interfere with some other bits in my file. I don't know anything about AutoHotkey, but for example I already have this elsewhere in the file:

are you running the script by itself or you copy-pasted in to your main script? i have added more error-trapping in case copying to clipboard somehow fails so please check out the new script from the above link.

btw, what OS are you running this on? it works fine here on Win 7 Pro (x64).

NB: currently there are a few AHK forks. fyi i am using this one, previously known as AHK_L.

214
Finished Programs / Re: RRunner
« on: May 21, 2014, 09:04 PM »
Try this .. I was able to download RRunner.exe

https://web.archive.org/web/20060222131534/http://tanyvska.co.uk/DC/

Edit: I didn't try run it though.

thanks NigelH for pointing to the web archive! :up: i tried downloading but only two apps were available - RRunner and Drive Namer.

i ran both files by virusscan and they came clean.
• RRunner - http://virusscan.jot...65100c616f212908016f
• Drive Namer - http://virusscan.jot...96866caaa27484fed702

215

@dr_andus: i have a script that does that, see if you can use it.

Code: Autohotkey [Select]
  1.  
  2. SetWorkingDir, %A_ScriptDir%
  3.  
  4. ; Select the text and press Alt+v to convert space -> underscore
  5. ;#d::
  6. !v::
  7. Send, ^c
  8. {
  9.     TrayTip,, The attempt to copy text onto the clipboard failed.
  10.     Return
  11. }
  12. StringReplace, Clipboard, Clipboard, %A_SPACE%, _, UseErrorLevel  
  13. If ErrorLevel  
  14. {
  15.   TrayTip,%ErrorLevel%,%Clipboard%,,1
  16. }
  17. Else                                  
  18.   TrayTip,,%ErrorLevel%,,1            
  19. Return

usage:
1. run the script
2. select some text
3. press Alt+v


216
Thanks.  :up: I have fixed that error and there is a new version. You can run update.exe or download from http://eyesnack.pen.io
-c.gingerich (May 20, 2014, 07:52 AM)

wow, that was fast! thanks Chris! :up:

217
hi, if i press 'Cancel' on the settings dialog, the app shows an error message and exit.


218
thanks, tried to create an account but their severs are overwhelmed atm.

219
liking the new Linux and Non-Windows Stuff section but good newsletter overall! :Thmbsup:

220
I specifically asked about the new v2.0 beta. Valtam said they all should be fine at 1024x600. I can't personally vouch for it because I don't own a netbook to test it on. Their IRC is on Freenode - #Linuxlite.  Why not drop by with your specifics and chat with them? Or visit their support forum here.

Again, it's a "live" CD -so you can run it without installing it first. That's always a good idea no matter which distro you're interested in.
thanks for the reply! since they're on Freenode, i will drop by and have a chat there. :)

the thing with netbooks is i can't use the "live cd". instead i have to go the "live usb drive" route which is a hit and miss with some of the thumb drives going undetected at boot-up but that's a story for another topic.

221
my netbook, MSI Wind U100 only appears in the archived H/W Database for version 1.0.6. does that mean the newer 1.0.8 won't run on my netbook? just want to clarify before taking the leap.

222
Bohemia Interactive is giving away the game on Steam until Monday (19 May 2014).

header_292x136.jpg

http://store.steampowered.com/app/65790/

223
this is relevant.  ;D

Spoiler


224
sorry scancode, i had downloaded but had not the chance to try it out yet. busy fumbling with other stuff atm. :D

225
nice work, scancode! giving it a try now.. :up:

Pages: prev1 ... 4 5 6 7 8 [9] 10 11 12 13 14 ... 251next