topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday October 4, 2023, 1:44 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 - skwire [ switch to compact view ]

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 221next
126
I have AutoHotkey installed, but couldn't get your code to work. No idea why... :(

Did you save out the code to a something.ahk file and then run it?

127
Do you have AutoHotkey installed?  If so, try out this simple script:

Code: Autohotkey [Select]
  1. myEdgePixels := 10
  2.  
  3. ~WheelUp::
  4. ~WheelDown::
  5. {
  6.     MouseGetPos, myX
  7.     If ( ( A_ScreenWidth - myX ) <= myEdgePixels )
  8.     {
  9.         If ( A_ThisHotkey = "~WheelUp" )
  10.         {
  11.             SendInput, !{Up} ; Send Alt+Up.
  12.         }
  13.         If ( A_ThisHotkey = "~WheelDown" )
  14.         {
  15.             SendInput, !{Down} ; Send Alt+Down.
  16.         }
  17.     }
  18. }
  19. Return

If you don't have AutoHotkey installed, let me know, and I'll compile this into an executable.  Also, I don't have f.lux installed, so this is untested.

128
Skwire Empire / Re: sWeather Not Refreshing
« on: July 01, 2019, 04:02 PM »
Does the actual weather data that sWeather displays match with what shows in the raw weather data?

129
Skwire Empire / Re: sWeather Not Refreshing
« on: July 01, 2019, 03:53 PM »
Bring up sWeather and choose Options > Show raw weather data from the menu (or press F7).  In the webpage that comes up, look for the "lastBuildDate" line, e.g.: <lastBuildDate>Mon, 01 Jul 2019 03:49 PM CDT</lastBuildDate>

If it matches the "08:00 AM CDT" that's showing in sWeather, the problem is on Yahoo! Weather side.  If so, this usually works itself out over a matter of hours (sometimes days).

130
N.A.N.Y. 2009 / Re: NANY 2009 Release: Trout (audio player)
« on: June 23, 2019, 10:06 PM »
It's active.  Finding time to make changes is the hard part these days.

131
Post New Requests Here / Re: I work with classics movie files
« on: May 25, 2019, 09:36 AM »
Can't see any of the problem characters. Also would it be possible to default the naming to capitalizing? Just the actual name not the other listings.

Doh, that was an error on my part.  Please redownload.  It should be v1.0.0 build 15 now.

Also would it be possible to default the naming to capitalizing? Just the actual name not the other listings.

Do you mean you want to be able to type something like "a nightmare on elm street" and have it use "A Nightmare On Elm Street" in the actual rename?  If so, yes, it's possible, but I think it's completely counter-intuitive to what would be expected by the majority of users.  I think the majority of users would want the name to appear exactly how they typed it in the field.

132
Post New Requests Here / Re: I work with classics movie files
« on: May 24, 2019, 08:29 PM »
Give this a testing, please.

http://www.dcmembers...knamer/Nicknamer.zip

I have coded in quite a bit of error checking but, until we get any kinks worked out, please work on copies of your files.

133
Post New Requests Here / Re: I work with classics movie files
« on: May 24, 2019, 12:05 PM »
Here's a current screenshot:

2019-05-24_120506.png

134
Post New Requests Here / Re: I work with classics movie files
« on: May 24, 2019, 12:03 PM »
Apologies, got a bit side-tracked with work.  I have the basics mostly finished and should have something to share this weekend.

135
Post New Requests Here / Re: I work with classics movie files
« on: May 14, 2019, 08:27 PM »
Yes. Are there options to be able to add or remove things in the drop down menues?

Yes, the buttons next to the dropdown are edit buttons.  The "..." are just placeholders; they will be replaced with the typical edit image (pencil).

136
Post New Requests Here / Re: I work with classics movie files
« on: May 14, 2019, 05:06 PM »
Most of the functionality is in place.  I'm assuming the following screenshot is pretty close to what you had in mind?

2019-05-14_170333.png

137
Post New Requests Here / Re: I work with classics movie files
« on: May 14, 2019, 10:49 AM »
Here's a teaser screenshot of the GUI to this point.  Working on the actual functionality now.

2019-05-14_104703.png

138
If I use Phone Explorer to backup the apps, will it work?

We don't know.  Try it and report back.

Will the settings be backed up too?

Based on my own experiences as an Android user for over a decade, the answer is sometimes, for some apps, your settings will transfer over.  Sometimes they will not.  Sometimes, an app will offer a settings export feature that results in a file you can import on your new phone.  It's all part of the fun.  Haha.

Can I just restore the backup to my new device?

Try.  It.  You have absolutely nothing to lose by trying it.

139
Post New Requests Here / Re: I work with classics movie files
« on: May 12, 2019, 03:22 PM »
I'll start work on this tomorrow.   :Thmbsup:

140
Apologies for the delay.  I've been busy with family and work stuff the past few weeks.  I'll get to this when I can find some time.

141
Nice homage to your Pops.   :Thmbsup:

142
Why not just use Streamlink Twitch GUI?

https://github.com/s...treamlink-twitch-gui

I use it all the time and it works great.

143
@MourningStar:  The other thing you could do is use the "Apps Key" to bring up the context menu (after selecting your files), and then use arrow keys to choose what you want from the menu.

menu-key-keyboard-excel.png


144
So are you saying that you want a contextual keymap based on the application that is foregrounded?

No, I don't think so.  He wants to automate, with a hotkey, the "right-click > choose some context menu action" one does after, typically, selecting files.

@MourningStar: Because right-click shell stuff like this is quite tricky to automate, you might want to look at Cautomaton, released by Worstje, one of the coders here on DC.

Cautomaton DC forum page here: https://www.donation....msg223716#msg223716

Worstje's site here: http://www.dcmembers...whitehat/cautomaton/

146
Can't open or check file if the file name is too long

I'm not sure what to tell you other than to shorten your filenames.

147
Good lord this Cranioscopicallity is spreading like a virus.
Do I sense some internal resistance?
-cranioscopical (March 20, 2019, 06:01 AM)

That was a circuitous path to that current pun.

Circuitous?  More like a straight conduit to the pun...

Just DODdering along, more like...
-cranioscopical (March 20, 2019, 07:18 PM)

This thread keeps soldering on....

we're determined to wiring as much out of it as possible

no doubt at some point we'll loop back to the beginning again

But only if we switch to a closed-circuit design.

148
Good lord this Cranioscopicallity is spreading like a virus.
Do I sense some internal resistance?
-cranioscopical (March 20, 2019, 06:01 AM)

That was a circuitous path to that current pun.

Circuitous?  More like a straight conduit to the pun...

149
he was on a charge...

As long as he didn't charge into somebody, which might be considered battery, there should be no need to get the coppers involved.

Pages: prev1 2 3 4 5 [6] 7 8 9 10 11 ... 221next