Search found 36 matches

by Roonyroo
18 Jan 2018, 12:42
Forum: Other Programming Languages
Topic: Convert Errors to Blank Cells in Excel Formula
Replies: 0
Views: 2046

Convert Errors to Blank Cells in Excel Formula

Found a formula off the net, the formula works great, but I cant figure out how to get rid of errors, ie n/a, in excel. I've tried isna, & iferror, but cant work out the syntax. It would also be great if the errors converted to 0 using isna or iferror, were turned to blank cells. The Excel formula =...
by Roonyroo
26 Jun 2014, 16:46
Forum: Ask for Help (v1)
Topic: Add Directory Name To All Files In All Subdirectories
Replies: 4
Views: 2414

Re: Add Directory Name To All Files In All Subdirectories

Brilliant ... I tried the following but I keep getting s10871115145424835001gte065_UG_e-guitar 1_d#_1.wav instead of D:\s\1087\1115\1454\248\350\1087gte065_UG_e-guitar 1_d#_1.wav #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assi...
by Roonyroo
26 Jun 2014, 10:46
Forum: Ask for Help (v1)
Topic: Add Directory Name To All Files In All Subdirectories
Replies: 4
Views: 2414

Re: Add Directory Name To All Files In All Subdirectories

Thats a great example thnx I modified the script to read only the top directories, I just need to know how to prefix the directory name to all the files in a directory thnx #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist wit...
by Roonyroo
25 Jun 2014, 09:16
Forum: Ask for Help (v1)
Topic: Can AHK stream audio files using ftp?
Replies: 5
Views: 2764

Re: Can AHK stream audio files using ftp?

You dont need the entire file VLC works fine with ftp, but it has no ftp browser, which is why i'm wondering how to just cache the incoming file & play part of it Basically play parts of the file downloaded, while downloading in the background I'm not streaming a movie, I just want to play or previe...
by Roonyroo
25 Jun 2014, 05:57
Forum: Ask for Help (v1)
Topic: Add Directory Name To All Files In All Subdirectories
Replies: 4
Views: 2414

Add Directory Name To All Files In All Subdirectories

I'm trying to add the 2nd root directory name to all files, in all preceding subfolders ie grab a list of the directory names in a root directory ie all the top level directories in the root directory ie under directory apples theres 3 directories labelled a1 b2 c3 I then want all the files in all s...
by Roonyroo
25 Jun 2014, 05:44
Forum: Ask for Help (v1)
Topic: Can AHK stream audio files using ftp?
Replies: 5
Views: 2764

Re: Can AHK stream audio files using ftp?

Hmm, what about something to buffer the file on the pc, ie plays back 1mb of the file, while it downloads in the background
by Roonyroo
24 Jun 2014, 11:41
Forum: Ask for Help (v1)
Topic: Can AHK stream audio files using ftp?
Replies: 5
Views: 2764

Can AHK stream audio files using ftp?

I'm having trouble finding an app, which allows you to stream media files, from ftp

I dont really need to stream films, mostly wav files using ftp

Atm no ftp clients seem to stream from ftp, & VLC has no file browser via ftp ...
by Roonyroo
07 Apr 2014, 14:14
Forum: Ask for Help (v1)
Topic: Settimer Causes Function to Crash ... Cant Figure Out why
Replies: 6
Views: 2736

Re: Settimer Causes Function to Crash ... Cant Figure Out wh

@RHCP Thats great, exactly what I was trying to do, much appreciated Thanks for the help guy & Thanks for the corrections I basically copy & pasted someones function & tried to alter it, without knowing how functions work ... The script works great, the only thing i need to know is how to set the ti...
by Roonyroo
06 Apr 2014, 06:12
Forum: Ask for Help (v1)
Topic: Settimer Causes Function to Crash ... Cant Figure Out why
Replies: 6
Views: 2736

Re: Settimer Causes Function to Crash ... Cant Figure Out wh

The timer on the settimer has nothing to do with it, crashes on all intervals
by Roonyroo
05 Apr 2014, 16:49
Forum: Ask for Help (v1)
Topic: Settimer Causes Function to Crash ... Cant Figure Out why
Replies: 6
Views: 2736

Settimer Causes Function to Crash ... Cant Figure Out why

This script works great, it detects the key pressed & then uses settimer to detect the time of the next key Until I added a settimer, it then freezes after it detects the first key, & after pressing around 20 keys the function stops detecting the keys, or the script crashes No idea why, I'm no exper...
by Roonyroo
04 Apr 2014, 04:56
Forum: Ask for Help (v1)
Topic: How To Get Onmessage On Any Window Not Just The Current GUI
Replies: 2
Views: 1503

How To Get Onmessage On Any Window Not Just The Current GUI

I've found a great script, but cant figure out how to get the script to detect keys pressed from any window, not just the current gui It uses Onmessage, which i'm not familiar with I basically need to know how to get the script to detect keys in any window, Also how to specify detect keys only from ...
by Roonyroo
25 Mar 2014, 15:36
Forum: Ask for Help (v1)
Topic: Settimer Stops Updating Using Gosub
Replies: 1
Views: 1343

Settimer Stops Updating Using Gosub

Using a gosub causes the settimer to stop updating, no idea why ... This script works great, detects keys pressed, but the subroutine to detect right mouse movement, disables settimer Running the script, press any key, the variables in the settimer reset perfectly when a keys detected, but if you us...
by Roonyroo
20 Mar 2014, 16:59
Forum: Ask for Help (v1)
Topic: Need A Quick Regex To Extract Numbers
Replies: 3
Views: 1672

Re: Need A Quick Regex To Extract Numbers

Thats great

Why does number show = & number1 doesnt? Is Number1 the matched number?
by Roonyroo
20 Mar 2014, 14:53
Forum: Ask for Help (v1)
Topic: Need A Quick Regex To Extract Numbers
Replies: 3
Views: 1672

Need A Quick Regex To Extract Numbers

I still havent figured out how to use regex yet, need to set aside a weekend to get the hang of it ...

In the meanwhile I need to extract all numbers before the 1st "="

ie winxlxc93=ypos:=Foundy%xs% the number extracted should be 93

Thanks in advance
by Roonyroo
17 Mar 2014, 10:27
Forum: Off-topic Discussion
Topic: Where Does Google Get Its List Of Urls To Spider
Replies: 8
Views: 3832

Re: Where Does Google Get Its List Of Urls To Spider

Thanks for the replies guy

yea everyone knows googe spiders sites, I was looking for a list of sites google uses to find newly registered url's & ip addresses

Basically where does it find brand new unspidered sites, if a person registers a bran new site
by Roonyroo
16 Mar 2014, 15:01
Forum: Ask for Help (v1)
Topic: Problems With tics GDI ImageSearch
Replies: 0
Views: 1333

Problems With tics GDI ImageSearch

Post edited ... I've finally found a working script, but replacing pBitmapHayStack := Gdip_BitmapFromHWND(hwnd := WinExist("WindowName")) with pBitmapHayStack := Gdip_CreateBitmapFromFile(image) Returns an error ... You need tics library http://www.autohotkey.com/board/topic/71100-gdip-imagesearch/p...
by Roonyroo
16 Mar 2014, 11:46
Forum: Off-topic Discussion
Topic: Where Does Google Get Its List Of Urls To Spider
Replies: 8
Views: 3832

Re: Where Does Google Get Its List Of Urls To Spider

Google's site's useless, I'm basically trying to find out where google gets its list of NEW url's to spider

How does google know when a new site is registered & launched
by Roonyroo
13 Mar 2014, 05:37
Forum: Off-topic Discussion
Topic: Where Does Google Get Its List Of Urls To Spider
Replies: 8
Views: 3832

Where Does Google Get Its List Of Urls To Spider

Where Does Google Get Its List Of Urls To Spider, also how does it know when a new sites been created Is it from the Url registery etc., ... Also some more technical info on how google finds urls to spider, would be fascinating, I'm not interested in algorithhms or keywords, but where it finds urls ...
by Roonyroo
19 Feb 2014, 21:20
Forum: Ask for Help (v1)
Topic: Disable & Hide 1st Row of Text Boxes In A Gui
Replies: 1
Views: 1453

Disable & Hide 1st Row of Text Boxes In A Gui

I just need to disable & hide the 1st row of horizontal edit boxes in the gui called guiwinxx Again I cant figure out the syntax, no elegant solutions anyway ... Basically disable & hide the first horizontal row labelled 1 18 15 to 64, the row still has to be referenced by the script, but be disable...
by Roonyroo
19 Feb 2014, 20:57
Forum: Ask for Help (v1)
Topic: Reposition All Controls After Autoresizing A Control
Replies: 2
Views: 1397

Re: Reposition All Controls After Autoresizing A Control

Thanks, solved after brainstorming in irc

Go to advanced search