| Author |
Message |
Topic: Android or iPhone? |
DeWild1
Replies: 33
Views: 1658
|
Forum: General Chat Posted: Fri Nov 12, 2010 3:56 am Subject: Android or iPhone? |
| Dude, even this, http://www.verizonwireless.com/b2c/store/controller?item=phoneFirst&action=viewPhoneDetail&selectedPhoneId=5110&capId=23&phoneTopRated=, 1 year old WM 6.5 is bad as ... |
Topic: how get page url links with httpquery |
DeWild1
Replies: 28
Views: 1487
|
Forum: Ask for Help Posted: Tue Nov 09, 2010 12:43 am Subject: how get page url links with httpquery |
After being fustrated,, I moved to a blind and stupid way.. (Tank, be nice, and do not make fun of me too much, you know I am stupid!)
pwb := COM_CreateObject("Internet ... |
Topic: ClipStep - Step through multiple clipboards using Ctrl-X-C-V |
DeWild1
Replies: 29
Views: 19296
|
Forum: Scripts & Functions Posted: Sun Oct 24, 2010 1:19 am Subject: ClipStep - Step through multiple clipboards using Ctrl-X-C-V |
While reading ; This script keeps a record of the clipboard contents so that in effect, you have
; more than one clipboard. To restore the old clipboards (one by one), press the
; Win+Space ... |
Topic: Max/Min script Possible? |
DeWild1
Replies: 4
Views: 294
|
Forum: Ask for Help Posted: Sat Oct 23, 2010 12:53 am Subject: Re: Max/Min script Possible? |
I have two different instances of an application running (they are installed in different directories) whose WinTitles change and sometimes they even have the same title. Is there a way to choose an ... |
Topic: Max/Min script Possible? |
DeWild1
Replies: 4
Views: 294
|
Forum: Ask for Help Posted: Sat Oct 23, 2010 12:45 am Subject: Re: Max/Min script Possible? |
PS - I also cannot figure out how/where to put the logic to run the application if WinNotExist > Run (file path).
i.e. - If Firefox is not currently running a process, it will open it)
pro ... |
Topic: [Lib] ini v1.0 - Basic ini string functions |
DeWild1
Replies: 128
Views: 17610
|
Forum: Scripts & Functions Posted: Thu Oct 21, 2010 8:24 pm Subject: [Lib] ini v1.0 - Basic ini string functions |
I am not sure if I understand you. If you are using my ini library, then you should not need the internal IniRead commands from AutoHotkey.
Your code to get the total number looks quirky. To ge ... |
Topic: iWeb Help |
DeWild1
Replies: 32
Views: 1751
|
Forum: Ask for Help Posted: Tue Oct 19, 2010 6:26 pm Subject: How to kill UAC |
| I must apologize. I found the solution to my issues, tank (god). I found that my computer had the UAC turned off, and everyone elses' was turned on. I read up a bit, and found the A_IsAdmin in the hel ... |
Topic: [Lib] ini v1.0 - Basic ini string functions |
DeWild1
Replies: 128
Views: 17610
|
Forum: Scripts & Functions Posted: Sun Oct 17, 2010 5:56 pm Subject: [Lib] ini v1.0 - Basic ini string functions |
I see what you are saying and I have spent a lot of time with that additude. Sometimes, I get too caught up in it and my wife misses me ..
As for the thing I am trying to do is to store the i ... |
Topic: [Lib] ini v1.0 - Basic ini string functions |
DeWild1
Replies: 128
Views: 17610
|
Forum: Scripts & Functions Posted: Sun Oct 17, 2010 4:07 pm Subject: [Lib] ini v1.0 - Basic ini string functions |
Wow, thank you for such detail. It has helped me learn.
You see, I made a program that goes through the ini with a counter and when its done, and it sees no more, it exits.
counter += 1
... |
Topic: [Lib] ini v1.0 - Basic ini string functions |
DeWild1
Replies: 128
Views: 17610
|
Forum: Scripts & Functions Posted: Fri Oct 15, 2010 11:02 pm Subject: [Lib] ini v1.0 - Basic ini string functions |
Very cool. Thank you for your hard work.
I have read much and you have helped me understand functions better.
Q: I need to go through
[bla]
var1=a:b:c:d:e:f:
a ... |
Topic: (((((((RESOLVED))))))))iWeb quicky |
DeWild1
Replies: 4
Views: 356
|
Forum: Ask for Help Posted: Mon Sep 27, 2010 7:34 pm Subject: (((((((RESOLVED))))))))iWeb quicky |
My bad - thought you meant the webpage:COM_Invoke(pwb, "document.all[8].outerHTML")
Thank you! Fricken sweet! |
Topic: (((((((RESOLVED))))))))iWeb quicky |
DeWild1
Replies: 4
Views: 356
|
Forum: Ask for Help Posted: Mon Sep 27, 2010 4:00 am Subject: (((((((RESOLVED))))))))iWeb quicky |
outerHTML := COM_Invoke(pwb, "document.documentElement.outerHTML")
Thank you kind sir, but I think that only work work in some kind of loop, right???
Unless I can specify the ... |
Topic: (((((((RESOLVED))))))))iWeb quicky |
DeWild1
Replies: 4
Views: 356
|
Forum: Ask for Help Posted: Mon Sep 27, 2010 2:01 am Subject: (((((((RESOLVED))))))))iWeb quicky |
Hello all, I got a quick question that I could not find the answer to, I want to retrieve the outerhtml, not just the inner.
hmm =
hmm := iWeb_getDomObj(pwb,"8")
will get me ... |
Topic: GDI+ standard library 1.45 by tic |
DeWild1
Replies: 918
Views: 139712
|
Forum: Scripts & Functions Posted: Tue Aug 17, 2010 7:47 pm Subject: GDI+ standard library 1.45 by tic |
#SingleInstance, Force
#NoEnv
SetBatchLines, -1
#Include, Gdip.ahk
File1 = test.png
If !pToken := Gdip_Startup()
{
MsgBox, 48, gdiplus error!, Gdiplus failed to start. Pleas ... |
Topic: GDI+ standard library 1.45 by tic |
DeWild1
Replies: 918
Views: 139712
|
Forum: Scripts & Functions Posted: Tue Aug 17, 2010 6:54 pm Subject: GDI+ standard library 1.45 by tic |
Well, i am getting it to save a file now..
But still no text.
#SingleInstance, Force
#NoEnv
SetBatchLines, -1
; Uncomment if Gdip.ahk is not in your standard library
#Include, Gdip.ahk
pToke ... |
| |