topbanner_forum
  *

avatar image

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

Login with username, password and session length
  • Thursday June 26, 2025, 2:59 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 ... 53 54 55 56 57 [58] 59 60 61 62 63 ... 113next
1426
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 20, 2012, 05:53 PM »
Do you have an idea of Catalog you'd like to write, or is it just an idea ?

Two items I started considering are:

  • OpenWith plugin - a bit like the FARR Akete plugin - show in the third pane candidate applications a user has pre-specified
  • Timers Catalog - this would allow a user to access already-set timers so they might be cancelled or rescheduled

Do you know which language you'd like to use ? C,C++ probably would be first as they'd be the most flexible, but I'm not sure if that would be the best option for most peoples.

I confess that C / C++ / Objective C are languages I have worked hard in the past to avoid -- sometimes writing plugins in C++ / Objective C that enable use of other programming languages instead.

With the popularity of ECMAScript, I think that would be a natural candidate -- not to mention the fact that JScript comes with Windows (so potentially no additional download).  I haven't figured out if it's possible to load a DLL using JScript though.  I'm curious about V8 (and possibly node.js) but I wonder about the potential impact on the size of the host application.
1427
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 19, 2012, 07:36 PM »
Is there currently a way for a plugin to dynamically generate objects for Qatapult and/or provide Catalog objects?
1428
Thanks for reporting back.

I don't know if you've seen the following (not yet complete), but if not, may be you might find some useful things in it:

  Top 10 Find and Run Robot Techniques Every User Should Know About
1430
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 19, 2012, 07:14 AM »
May be I should handle some sort of notification plugin that would handle everything about notifications so that that could be redirected to any app ?

Sounds like an interesting idea :)

May be you will find the "Handlers" and "Notifications" sections starting on page 32 of the QS manual to be worth investigating.
1431
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 19, 2012, 03:51 AM »
FWIW, tested Timer successfully with XP Pro SP3 and 7 Pro 64-bit.

I wonder what's not working...perhaps it's worth changing TimeUp to the following to see if it makes any difference:

Code: Autohotkey [Select]
  1. TimeUp:
  2. {
  3.   MsgBox, % MessageStr
  4.   Return
  5. }
1432
FARR Plugins and Aliases / Re: FARR plugin: Akete
« Last post by ewemoa on February 19, 2012, 02:26 AM »
komtak:

Thanks for testing the new dll and reporting back :)

I have also found that the correction for the problem (2) in my patch, Akete-diff-1.0.1.8-1.0.1.8a.txt, does not work properly.  I am trying to fix it, but the behavior of Windows shortcuts seems rather complicated to me.  (I have to study more...)

Good luck on this!



FWIW, there was some discussion in the past regarding Akete and folders, but we did not come up with any satisfactory design / idea.
1433
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 18, 2012, 05:31 PM »
It uses code similar to LargeType -- the message is supposed to show up as "lime" green text in an OSD-like manner.

For:
  • Pane 1: 5
  • Pane 2: Timer
  • Pane 3: (Empty)

I get "Time is up!" after around 5 seconds.

Using dbgview.exe, I get the following output:

shellexecute 'plugins\AHK\AutoHotkey.exe' 'plugins\Timer\Timer.ahk "5" ""' ''
Number of arguments passed in: 2
  TimeStr: 5
  MessageStr: Time is up!
Parsed Seconds Value: 5
Period: 5000

Note that the AHK plugin is a dependency.
1434
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 18, 2012, 02:41 AM »
Attached should be a very primitive one-off timer plugin.

Usage:

  • Pane 1: A string representing some amount of time in the future (e.g. 10 or 20:05 or 1h5s -- 10 seconds, 20 minutes and 5 seconds, and 1 hour and 5 seconds)
  • Pane 2: Timer
  • Pane 3: Optional text message to display

Using this functionality, I noticed that if I set a timer and then use the Calculate action before the timer has expired, the process for the timer (AutoHotkey.exe) seems to go away so the timer never expires...

MD5: e3c36921d6e7afafa224237b96ba3634
1435
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 16, 2012, 08:32 PM »
another-skin-attempt.7z - 95.4 KB

Was able to test -- looks nice :)

re: uploading.com
I had to train my patience a bit to try this out as I tried to download it to soon after downloading the changetext plugin :)

1436
Thanks for the new release!

Just tested it with VK_APPS and it seemed to work fine  :up:
1437
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 16, 2012, 06:53 PM »
BTW, for my local version I'm using the AHK plugin and this contains an appropriate Lib directory.  I don't know if it's helpful for this to be in the top level of Qatapult's directory as it seems to be in the current zip file -- perhaps that is now unnecessary?
1438
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 16, 2012, 06:49 PM »
I've updated the Window (former winpult-mod) plugin -- should be attached to this post.

This update addresses the problem I was having earlier:

after I press right-arrow and subsequently select a window, pressing TAB doesn't appear to do anything -- I expected the second pane to receive focus, but it is blank.

MD5: 8d168c6b6184b6909c865c02cffbfab0
1439
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 16, 2012, 06:46 PM »
A few new changes :
- catalogs now have a rule that allows them to be opened with enter
- test is gone (it was in the settings.xml )
- the results pane now won't go further than the right side of Qatapult and center under each position of the cursor

Verified under Windows 7 Pro 64-bit :)
1440
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 16, 2012, 06:40 PM »
By the way if you need to get an old version they are all available here : http://emmanuelcaradec.com/qatapult/bin

Thanks a lot for this!  Appreciate it  :up:
1441
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 16, 2012, 05:21 PM »
Heres another one i have been using a bit. I'm a bad speller and a fan of having aspell at my fingers everywhere!

FWIW, the version I downloaded has the following at the end of changetext.ahk:

Code: Autohotkey [Select]
  1. ;replace the contents of the clipboard back to what it was
  2.         Clipboard := OldClip
  3. }
  4.  
  5. asdasd

...so it doesn't seem to work.
1442
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 16, 2012, 04:57 PM »
I've just been compiling my scripts. Not sure if that's a bad thing.

I'm not sure there aren't some ups to not providing source, but on the side of working with source while in early stages of development or when multiple people work on something:

  • It was nice that you shared the source to winpult -- made it easy to take a look at what you did and also try out some modifications.  On top of that, to test out changes, I didn't have to go through the process of compiling -- that's nice when iterating multiple times, IMHO.
  • If there had been problems, investigation might have been easier than working with a compiled version too as I've found being able to examine and modify source and test the results often helps in such situations.
  • Person A can also suggest to Person B to change a few lines to test something out -- so Person B can actually execute the changes without having to get Person A to actually provide a changed version.
  • In the case of AHK, it's nice that a compilation step is possible, but not required -- easy to get started!

Just my (current) two local currency units -- regarding at least the plugin portion of Qatapult :)
1443
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 16, 2012, 04:47 PM »
I was hopping that you meant the name for the plugin.

BTW, I'm trying out the name "Window" for the plugin locally.
1444
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 16, 2012, 04:43 PM »
Sorry, was out of town -- hope to catch up soon :)



BTW, I notice in plugin.xml there are (often?) many instances of the path to the folder that plugin.xml lives in.

Any chance we could have some kind of ability to express the path that plugin.xml lives in via a variable or something...Or perhaps the paths in plugin.xml could be relative to the folder plugin.xml lives in, so where we currently have:

Code: Text [Select]
  1. <cmd>plugins\AHK\AutoHotkey.exe</cmd>
  2. <args>plugins\changetext\changetext.ahk $2.text</args>

we might instead have:

Code: Text [Select]
  1. <cmd>..\AHK\AutoHotkey.exe</cmd>
  2. <args>changetext.ahk $2.text</args>
1445
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 15, 2012, 05:06 PM »
QatapultAHKPluginBuilder - i see now. Returns the results to Qatapult for the calculator!

I guess that means it is working :)  I have a "Run As AHK" plugin here too, but I'm not sure how useful that is.

At the moment, I think all of the other plugins here use the built AHK plugin (including the locally modified version of winpult).

Some points:

  • Dynamic code execution via AutoHotkey.dll (that's how Calculate works -- the text one types in is executed as AHK via AutoHotkey.dll)
  • A dependency has been introduced here for other AHK-using plugins

a bit of builder detail...
FWIW, the builder downloads HotkeyIt's AutoHotkey (it's basically a modified AHK_L + AutoHotkey.dll), extracts contents and puts those bits and a few others together.  So the builder provides a convenience in not having to manually assemble the AHK plugin yourself and we're not technically redistributing AHK either.

1446
Tried it, and sure enough, VK_APPS can be used in hotkeys. I'll add a test for it.

Thanks!
1447
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 15, 2012, 05:32 AM »
...and attached should be the Calculate plugin that uses the AHK plugin.

MD5: 07b909de57e95e2a1e56a4427d568cba
1448
Ecaradec's Software / Re: Qatapult
« Last post by ewemoa on February 15, 2012, 05:28 AM »
Attached please find a tool to build the AHK plugin I'm using for Qatapult.

Usage:

1. Download file
2. Verify checksum
3. Extract zip file
4. Execute the contained Build.ahk file via AutoHotkey.exe -- when the process completes a dialog box should appear
5. Copy the resulting AHK directory to Qatapult's plugin directory

Progress during 4 can be seen via SysInternals' dbgview.exe.

MD5: 38a3147db23be742cbd8706f645fea4e
1449
Living Room / Re: How the heck did she capture my phone display?
« Last post by ewemoa on February 15, 2012, 03:23 AM »
Is it possible the screen capture happened accidentally?  The following links suggest that some Samsung phones have some combination of key presses that lead to screenshots:

  http://www.technixup...ure-on-samsung-wave/
  http://opensourcehac...ung-android-devices/

Didn't see any mention of Samsung GT B2710 though...
1450
Find And Run Robot / Re: Latest FARR Release v2.107.04 beta - Sep 23, 2012
« Last post by ewemoa on February 14, 2012, 09:44 PM »
Thanks to lanux128 for some tips.  SnippingTool will launch from FARR here if it's via the .lnk locatable via the Start Menu.
Pages: prev1 ... 53 54 55 56 57 [58] 59 60 61 62 63 ... 113next