topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Wednesday April 24, 2024, 10:25 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 2 3 4 [5] 6 7 8 9 10 ... 251next
101
if you have an On the go (OTG) host cable, you can plug the receiver into your Android phone and listen to music and audio books. basic functions like play/pause and volume works.

OTG host cable



102
I can't figure out how the 'Split' function works. I tried to split the text using the default comma separator but nothing happens. What am I doing wrong here? Thanks.

Text Inspection & Manipulation Utility_2015-05-28_000331.png

103
This is because it probably registers it's hook at a higher level than you are.
yup, that's what i thought too. so in the end i had to pick one of the two.


Ah, many thanks @lanux128. That's very helpful of you.
I shall see if I can get the AHK approach and the control panel display to work nicely together, but from what you say you have already established that they probably can't. Bother.
Time to experiment, methinks.
Time to experiment, indeed. ;)

104
That's really interesting. I presume you're quite satisfied with the result, so far? Any niggles?

Could we have a copy of the AHK code you used for that, please? I'd like to learn from it.
Not sure whether I'd use it though, unless it defeated the Logitech software for the same functionality.
As I said above, "One of the things I need is the control panel display for the headphones". Your approach presumably means you don't/can't use the control panel display (which includes mixer, testing, voice simulation control and battery meter). Do you use something else instead?

I didn't find myself using the control panel display that much to warrant the additional software even though they were nice to have.


the AHK code requires some testing on your side as explained here and you should get something like this:
Key history
VK  SC   Type   Up/Dn   Elapsed   Key      Window
-------------------------------------------------------------------------------------------------------------
B0  119   a   d   7.25   Media_Next        
B0  119   a   u   0.25   Media_Next        
B3  122   a   d   1.33   Media_Play_Pause   
B3  122   a   u   0.34   Media_Play_Pause   
B1  110   a   d   1.04   Media_Prev        
B1  110   a   u   0.26   Media_Prev        
74  03F       d   5.09   F5                
Press [F5] to refresh.



that is for the keys G1-G3, so the code is as follows:

AHK code
Code: Autohotkey [Select]
  1.  
  2. SC119:: ;Media_Next            
  3. ToolTip, %A_ThisHotkey% pressed (Media_Next).
  4. Send, {Media_Next}
  5. SetTimer, RemoveToolTip, 5000
  6. Return
  7.  
  8. SC122:: ;Media_Play_Pause      
  9. ToolTip, %A_ThisHotkey% pressed (Media_Play_Pause).
  10. Send, {Media_Play_Pause}
  11. SetTimer, RemoveToolTip, 5000
  12. Return
  13.  
  14. SC110:: ;Media_Prev            
  15. ToolTip, %A_ThisHotkey% pressed (Media_Prev).
  16. Send, {Media_Prev}
  17. SetTimer, RemoveToolTip, 5000
  18. Return
  19.  
  20. RemoveToolTip:
  21. SetTimer, RemoveToolTip, Off
  22. Return


as I mentioned elsewhere, the mute button and volume rocker works out of the box. another thing to note is that on my PC, the AHK code doesn't work if Logitech's software is running.


105
Why did you ditch the software?  Just curious...

there was nothing wrong with the software. I am just more comfortable with default features and the enhanceability that Autohotkey provides. I also have a Logitech K800 keyboard, whose Fn keys are configurable via AHK without the need for Setpoint software.

106
a small update: after further usage, i ditched the LGS driver-software totally and have gone with a custom AHK script to make use of the G1-G3 keys. the volume rocker and mute button worked out of the box so no problems there. the mic quality was quite pleasant, clear with no static, tried on both Mumble and Teamspeak 3.

107
Contraption Maker is FREE this weekend!

Now is the time to play and join in on all of the mind boggling fun. Just enter your email below and we will send you a game key.


Q: How do I get Contraption Maker for free?

A: Enter your email address below, and we will generate and send you a registration key. This is just so we can send you a key. You will not be signed up for our newsletter.

Q: Can I play for free after this weekend?

A: As long as you register this weekend, you will own the game forever. Even after the promotion is over.


Contraption Maker logo1.png

http://contraptionma...-maker-free-weekend/

108
Community Giveaways / Re: Free graphics software
« on: May 22, 2015, 06:39 AM »
@meedi: welcome to Donationcoder.com! that's a nice looking software. :Thmbsup:

109
I am not sure if this is what you want but have you seen this app called Winaero Theme Switcher?

110
I'm not really sure.  The app is named folder-rss and I think it was actually written by someone here at donationcoder.com.

there seems to be several forks of the original folder-rss but the one by [user]DavidA_UK[/user] seems most recent. have you tried sending him a PM or email? His email can be found at his site.

111
Living Room / Re: New Laptop suggestions
« on: May 12, 2015, 07:06 AM »
this is the website i direct friends and colleagues to, when they're looking for a laptop.

and here is their review for what looks like a similar model to the one you mentioned, ASUS N550JV.

112
Find And Run Robot / Farr vs DiRT series
« on: May 08, 2015, 09:10 PM »
Recently Codemasters made the transition from GfWLw to Steamworks and in the process, upgraded DiRT 3 to DiRT 3 Complete Edition.



On hearing this, i rubbed my hands in glee because I could finally play the game I bought 2+ years ago (note: GfWL is not supported in my region therefore I could not save my progress). However there was one more obstacle in my way. Curiously DiRT refuses to start if Farr is running in the background!

This perplexed me at first but a quick search shows this to be a known issue, as can be seen from posts here and here. Hence I wrote this AHK script which works as a middleman by closing Farr before running DiRT and relaunching Farr after you're done with DiRT.

To use it, just unzip and run the "Dirt_3_CE_Launcher (DoCo).ahk" instead of launching DiRT 3 from Steam directly. That's all to it and the script was not extensively tested so caveats apply. Hopefully you'd find it handy.

113
what issues are you having with the newer version? i am currently using LGS v8.58.183_x64, that too after much ponderation, as most of the buttons worked right off the bat.

114
I took advantage of the recent visit by Skwire to order a pair and they're exactly what I had expected from reading this thread.

even though I have been playing with it just over a week now, some things are instantly noticeably such as its superb range, reasonable battery life and comfortable cups. :Thmbsup:

115
SoftMaker Office 2016 Beta is ready for download.

ofw16_devices_ver001.png
http://www.softmaker...english/ofw16_en.htm

116
General Software Discussion / Re: free photo editing?
« on: April 19, 2015, 12:43 AM »
maybe you can try Paint.NET with this plugin.

http://forums.getpai...le-for-paintnet-403/

117
General Software Discussion / Re: pound symbol
« on: April 17, 2015, 12:27 AM »
you can bookmark this page for future reference.



http://panmental.de/symbols/info.htm

118
Post New Requests Here / Re: Pastebin command-line app for windows
« on: April 06, 2015, 09:07 PM »
is this cmd-line feature integrated with PasteQuick?

119
i received a somewhat similar offer today, in case someone is interested.




http://www.softmaker...m/shop/shop-ifro.htm

120
Announce Your Software/Service/Product / Re: OpalCalc 1.43
« on: April 05, 2015, 06:52 AM »
thanks Twinbee, that did the trick! :up:

121
Announce Your Software/Service/Product / Re: OpalCalc 1.43
« on: April 04, 2015, 07:47 AM »
@Twinbee: there seems to be a bug in the currency conversion as can be seen in fig.1 and my settings are per fig.2.


fig.1


fig.2
Options_2015-04-04_000352.png

122
Announce Your Software/Service/Product / Re: OpalCalc 1.43
« on: April 04, 2015, 02:35 AM »
Simple click the main brown/red square dropdown, and then "check for update". That should send you to the full version page.

thanks for the reminder! i had forgotten that i was using the minimalistic look sans main toolbar therefore couldn't find the 'update' button.

Confirm hide of main toolbar_2015-04-04_000350.png

123
Announce Your Software/Service/Product / Re: OpalCalc 1.43
« on: April 03, 2015, 10:26 AM »
now that v1.75 is out, how do i update my v1.61? the main link on the website leads to a 'lite' version and while the portable link downloads a demo version.

124
Announce Your Software/Service/Product / Re: onEVENT
« on: April 02, 2015, 08:18 AM »
thanks for posting this, Sjc1000! :Thmbsup:

125
maybe skrommel's Text2Shortcut can be of help.


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