Search found 7 matches

by TheTrueKey
21 Aug 2021, 05:00
Forum: Scripts and Functions (v1)
Topic: GridGUI v1.1.11 - Simplify Control Placement and Resizing
Replies: 65
Views: 13677

Re: GridGUI

I'm a little slow, how would you set a gLabel on a control? I could not find an example.

Thanks
by TheTrueKey
09 May 2018, 16:23
Forum: Old Topics
Topic: AutoGUI - Script Editor, GUI Designer, Debugger and Tools
Replies: 423
Views: 421364

Re: AutoGUI - Script Editor and GUI Designer

Is "Recreate From Source" ever going to be re-implemented? It's really a drag not to be able to make simple edits and have it appear in design mode. Or is there another way of doing it?

Either way thanks to the creator for your work on this editor, I use it daily!
by TheTrueKey
16 Apr 2017, 00:00
Forum: Ask for Help (v1)
Topic: Find lines in var with "word" then output to new var? Topic is solved
Replies: 4
Views: 1165

Re: Find lines in var with "word" then output to new var? Topic is solved

My var was set to a missing value, so it was working. Thanks Xeno
by TheTrueKey
15 Apr 2017, 23:31
Forum: Ask for Help (v1)
Topic: Find lines in var with "word" then output to new var? Topic is solved
Replies: 4
Views: 1165

Re: Find lines in var with "word" then output to new var? Topic is solved

Hey Xeno that works great thanks for the help! I think I understand most of it but if you get a chance could you do a run down on the logic.

How can I use a var in place of 2222 or SearchString. I tried to insert the var a few different ways but no dice. "%asdf%", "asdf", %asdf%, asdf .etc
by TheTrueKey
15 Apr 2017, 21:11
Forum: Ask for Help (v1)
Topic: Find lines in var with "word" then output to new var? Topic is solved
Replies: 4
Views: 1165

Find lines in var with "word" then output to new var? Topic is solved

Hey all, How would you go about finding lines in a var that contain "word" then output those lines to a new var? Example: Find and output lines with "2222" C:\folder\folder\asdf-1111-file1.txt C:\folder\folder\asdf-1111-file2.txt C:\folder\folder\asdf_2222-file1.txt C:\folder\folder\asdf_2222-file2....
by TheTrueKey
15 Apr 2017, 18:32
Forum: Ask for Help (v1)
Topic: Matching Folders and Files Topic is solved
Replies: 3
Views: 1040

Re: Move files with match into a folder with same match Topic is solved

Hey Spawn thanks for the reply and script. I thought that might be confusing.

### = random digits

A folder named "###-folder" and any files with the same ### in the name, for example "NN111###-file.ext" get moved to "###-folder".
by TheTrueKey
15 Apr 2017, 16:28
Forum: Ask for Help (v1)
Topic: Matching Folders and Files Topic is solved
Replies: 3
Views: 1040

Matching Folders and Files Topic is solved

Hey,

How would you move files into a folder that have matching numbers.

Example:
###-folder
file_###.ext
---------------------------
###-folder\file_###.ext

Thanks

Go to advanced search