Search found 144 matches

by lifeweaver
08 Feb 2017, 15:22
Forum: Off-topic Discussion
Topic: Anime
Replies: 48
Views: 25403

Re: Anime

I have, and agree that is was good, especially the visuals! And if anyone is in the mood for another movie, check out 'Omoide no Marnie'.
by lifeweaver
30 Jun 2016, 06:37
Forum: Ask for Help (v1)
Topic: problem with keys and prefixes
Replies: 5
Views: 1598

Re: problem with keys and prefixes

Hi gluwak,

You need to put a return after the hotkey, i.e.:

Code: Select all

o::
  send -{backspace}LLL
retun

l::
  send -{backspace}|)
return
by lifeweaver
24 Jun 2016, 08:10
Forum: Ask for Help (v1)
Topic: Read the type of a cell, from a spreadsheet
Replies: 5
Views: 1451

Re: Read the type of a cell, from a spreadsheet

Hi Albireo, You are correct nothing has happened with a 'Case', or 'Switch' statement. You might consider using an Associative array , set the 'com.sun.star.table.CellContentType.EMPTY' as the key and the value as the string like 'Empty'. So something like: Array := Object() Array["com.sun.star.tabl...
by lifeweaver
15 Jun 2016, 10:52
Forum: Ask for Help (v1)
Topic: Send Script to Multiple Windows
Replies: 3
Views: 1251

Re: Send Script to Multiple Windows

I looked at this a little bit, the problem being, I don't really know how to write a script to do what I want. I don't know how to use controlsend, and after reading about it, I still don't fully understand I'm sorry to hear that, perhaps another, basic example, will help? Run, notepad,,, notepad_p...
by lifeweaver
10 Jun 2016, 06:43
Forum: Ask for Help (v1)
Topic: Send Script to Multiple Windows
Replies: 3
Views: 1251

Re: Send Script to Multiple Windows

Hi JakeK0202, Check out ControlSend Here is on example of a script I use it in, note how I use the process id to tell ControlSend where to send the keys. ; Opensruby interperter #IfWinActive !`:: ; Opensruby interperter, sends common text Run, %ComSpec% /K "C:\Users\lifeweaver\Desktop\test\ruby\uru ...
by lifeweaver
10 Jun 2016, 06:31
Forum: Ask for Help (v1)
Topic: [Solved] OnMessage(WM_INITPOPUPMENU) doesn't work
Replies: 13
Views: 5684

Re: OnMessage(WM_INITPOPUPMENU) doesn't work

Sorry but maybe you misunderstood something. The WM_CONTEXTMENU message is sent when the user rightclicks in a window, not when a menu is opened. I have no idea about your script. You commented out the menu creation commands, so when the user rightclicks the window, WM_CONTEXTMENU() is called, then...
by lifeweaver
09 Jun 2016, 08:26
Forum: Ask for Help (v1)
Topic: [Solved] OnMessage(WM_INITPOPUPMENU) doesn't work
Replies: 13
Views: 5684

Re: OnMessage(WM_INITPOPUPMENU) doesn't work

Now that I think on it, I believe AutoHotkey doesn't use/ignores those messages when it's handling the menu. I can't remember where I saw the information though. Try the below to illistrate me point: #NoEnv WM_INITMENUPOPUP(wParam, lParam, msg, hwnd) { MsgBox } WM_CONTEXTMENU(wParam, lParam, msg, hw...
by lifeweaver
08 Jun 2016, 13:38
Forum: Ask for Help (v1)
Topic: how to fix "Error: 08004005 - Unspecified error" when i write a HTMLFile object?
Replies: 5
Views: 2144

Re: how to fix "Error: 08004005 - Unspecified error" when i write a HTMLFile object?

Hi wo52616111, This topic might be of interest. In short I'd try, based on the topic: ;// create a simple GUI Gui, Add, Button, x6 y60 w55 h20, Red Gui, Add, Button, x71 y60 w55 h20, Blue Gui, Add, ActiveX, x0 y-5 w140 h50 vdocument, HTMLFile document.document.write(html) Gui, Show, x399 y246 w138 h...
by lifeweaver
08 Jun 2016, 13:27
Forum: Ask for Help (v1)
Topic: hi all,need help for AHK for error message popup.
Replies: 2
Views: 813

Re: hi all,need help for AHK for error message popup.

Hi loveplay1983, It might depend on if your printer has a way to say if it's jammed or not, if the printer has no way to tell I can't see how AutoHotkey could help. Maybe these topics will help you: https://technet.microsoft.com/en-us/library/ee624057.aspx https://autohotkey.com/board/topic/40349-pr...
by lifeweaver
08 Jun 2016, 13:18
Forum: Ask for Help (v1)
Topic: [Solved] OnMessage(WM_INITPOPUPMENU) doesn't work
Replies: 13
Views: 5684

Re: OnMessage(WM_INITPOPUPMENU) doesn't work

Hi wz520, Looks like you're not the only one that has had this problem, here is a link in which Chris metions: When the GUI window procedure receives WM_ENTERMENULOOP from any menu (even one the script displays via DllCall), the script is marked uninterruptible. Consequently, messages below 0x312 li...
by lifeweaver
03 Jun 2016, 06:10
Forum: Ask for Help (v1)
Topic: US layout emulation for German keyboard not working
Replies: 2
Views: 1202

Re: US layout emulation for German keyboard not working

Hi kim366,

Have you tried the steps listed here?
by lifeweaver
02 Jun 2016, 14:13
Forum: Ask for Help (v1)
Topic: Changing scroll key for DragToScroll script
Replies: 2
Views: 1022

Re: Changing scroll key for DragToScroll script

Hi califauna, I was able to find a copy of the script and found that by adding these two sippits that the script seemed to work for keyboard keys. Disclaimer: I don't use the program myself so I only briefly tested the scrolling with default settings. At the top of the ButtonDown label: if(KeyIsDown...
by lifeweaver
21 Apr 2016, 07:36
Forum: Ask for Help (v1)
Topic: Image2Include Memory Limits?
Replies: 2
Views: 985

Re: Image2Include Memory Limits?

Hi robertmcalister,

Is it possible there is an error in the last images, have you try changing the order of the images?
by lifeweaver
21 Apr 2016, 07:21
Forum: Ask for Help (v1)
Topic: Calling WMI object method?
Replies: 7
Views: 3117

Re: Calling WMI object method?

Hi Bruttosozialprodukt,

Do you need a ComObjArray()
by lifeweaver
21 Apr 2016, 07:07
Forum: Ask for Help (v1)
Topic: pause media then play sound after sound start media agian
Replies: 1
Views: 917

Re: pause media then play sound after sound start media agian

Hi DuckStyle,

Sleep is in milliseconds, in your script it only sleeps 10 seconds, you need 600000.
by lifeweaver
21 Apr 2016, 06:58
Forum: Off-topic Discussion
Topic: Anime
Replies: 48
Views: 25403

Re: Anime

I recently watched wolf children, I thought it was good but looking at some of the reviews, YMMV.
by lifeweaver
13 Apr 2016, 03:59
Forum: Scripts and Functions (v1)
Topic: AutoLeap: Leap Motion Module - AHK control with your hands!
Replies: 7
Views: 5264

Re: AutoLeap: Leap Motion Module - AHK control with your hands!

Thanks! Looks like it was no mistake, I see you mentioned it in your credits on the Github project, sorry to bother on that dependency. I understand how, once you have something in your lib, it's easy to forget that not everyone has it! Just for anyone else who had trouble, I additionally needed to ...
by lifeweaver
09 Apr 2016, 21:25
Forum: Scripts and Functions (v1)
Topic: AutoLeap: Leap Motion Module - AHK control with your hands!
Replies: 7
Views: 5264

Re: AutoLeap: Leap Motion Module - AHK control with your hands!

Nice post Verdlin, When I try to start the Leap_Sample.ahk from your dropbox it says 'Call to nonexistent function': --------------------------- Leap_Sample.ahk --------------------------- Error: Call to nonexistent function. Specifically: st_glue(rasGestures, ", ") Line# 132: { 133: g_vLeapMsgProce...
by lifeweaver
04 Apr 2016, 10:07
Forum: Ask for Help (v1)
Topic: 3rd Party Dialog --> AHK GUI
Replies: 2
Views: 1216

Re: 3rd Party Dialog --> AHK GUI

Hi sancarn,

Smartgui has a copy feature, although it is limited.
There are several other gui creation tools that might have similar functionality.

Go to advanced search